/* Add here all your CSS customizations */

.member{
	text-align: center;
	margin-bottom: 20px;
}
.member a{
	text-decoration: none;
	color: #000;
}
.member .member__photo img{
	max-width: 100%;
}
.member .member__name{
	font-weight: bold;
	padding: 5px 35px;
	text-align: center;
}
.member .member__desc{
	padding: 5px 0;
	text-align: center;
}

.contacts_list{
	max-width: 500px;
	margin: 0 auto;
}
.contacts_list .contact{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DBDBDB;
}
.contact__img{
	width: 175px;
	height: 175px;
	border-radius: 175px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
@media (max-width: 767px) {
	.contact__img{
		margin: 0 auto;
	}
}
.contact__img img{
	position: absolute;
	left: 0;
	top: 0;
}
.contact__rang{
	font-weight: bold;
	font-size: 18px;
}
.contact__info{
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
}
.contact__desc{
	width: 300px;
}
.contact__rang{
	text-align: center;
}
.contact__info span{
	display: block;
}
.faculty-list .faculty{
	margin-bottom: 20px;
}
.faculty-list .faculty img{
	max-width: 100%;
	margin-top: -10px;
}
.faculty-list .faculty > div > a{
	display: block;
}
.faculty-list .faculty > div > a:first-child{
	margin-bottom: 15px;
}
.faculty-list .faculty > div > a:last-child{
	margin-top: 15px;
}
.header-logo{
	width: auto !important;
}


.project__name{
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #000;
	font-size: 16px;
}
.project__name:hover, .project__pic:hover ~ a.project__name{
	color: #0088cc;
	text-decoration: none;
}
.social-icons li a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.social-icons li a i{
	margin: auto;
}
.owl-carousel .owl-stage{
	margin: 0 auto;
}

.marked-li {
	list-style-type:none;
	list-style:none;
	counter-reset: li;
	padding: 0;
}
.marked-li li{
	 position: relative;
    padding-left: 3em;
    margin: 0.45em 0;
    list-style: none;
    line-height: 1.8em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.marked-li li:before{
	
	content: "✓" !important;
	position:absolute;
	top: 0;
    left: 0;
	width: 1.8em;
	height: 1.8em;
	border-radius: 0.9em;
	background: #2388ED;
	text-align: center;
	color: #fff;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.number-li{
	counter-reset: li;
	padding: 0;
}
.number-li li{
    position: relative;
    padding-left: 3em;
    margin: 0.85em 0;
    list-style: none;
    line-height: 2.4em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.number-li li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
    
    position: absolute;
    top: 0;
    left: 0;
    width: 2.4em;
    height: 2.4em;
    line-height: 2.4em;
    padding: 0px;
    color: #fff;
    background: #2388ED;
    font-weight: bold;
    text-align: center;
    border-radius: .9em;
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.number-li li:after {
	position: absolute;
    top: 2.1em;
    left: 0.9em;
    width: 2px;
    height: calc(100% - 2em);
    content: '';
    background-color: rgb(203, 203, 203);
    z-index: 0;
}
@media (max-width: 767px) {
	.header-body{
		top: -25px !important;
	}
	.header-logo a img{
		height: 55px !important;
		top: 10px !important;
	}
	.btn-mobile{
		
		margin: 15px auto;
		display: block;
	}
	.btn-mobile button{
		width: 100%;
	}
	.dropdown-item{
		white-space: normal;
	}
	.faculty .faculty__desc{
		text-overflow: ellipsis;
		max-height: 200px;
		overflow: hidden;
	}
	hr.tall{
		margin: 22px 0;
	}
	.faculty-list .faculty{
		margin-bottom: 0;
	}
	.faculty-list .faculty__name{
		font-size: 16px;
		text-align: center;
	}
}

article.post-large .post-image, article.post-large .post-date {
	margin-left: 0px;
}
#footer ul{
list-style:none;
}
.post-content h2{
	line-height:1.2;
}

.activity_info > div{
	display: inline-block;
	float: left;
	width:100% !important;
}
.activity_info{
	margin-bottom: 20px;
}
.activity_dop{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.activity_dop > div{
	font-size: 14px;
}
.filter_activity{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.filter_activity select{
	width: 100%;
}

.activity_company{
	font-size: 24px;
	font-weight: bold;
}


.block_enterpr:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

#date_range{
	background: none;
}
.project .project__name{
	text-transform:uppercase;
}
.activity_date{
	color:#2388ED;
}


#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
  margin: 0;
  font-size: 0.7rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
	z-index: 1000;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}



.tp-button.go-next{
	position: relative;
	z-index: 40;
	left: 50%;
	margin-left: -90px;
	top: 440px;
	background: #0088cc;
	box-shadow: none;
	padding: 15px 20px;
}
/* .slide1 .tp-button.go-next{
	left: 50%;
	margin-left: -90px
	top: 420px;
} */


.project-list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	flex-wrap: wrap;
	justify-content: space-between;
}
.project-list .project{
	width: 280px;
	margin-bottom: 40px;
}

.owl-carousel .owl-stage{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.owl-carousel.owl-drag .owl-item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.owl-carousel.owl-drag .owl-item > div{
	margin: auto;
}
.owl-carousel .owl-item img{
	width: auto;
	margin: auto;
}
article.post-large{
	margin-left:0 !important;
}
.thumb-info .thumb-info-title {
	bottom:3% !important;
	max-width: 100% !important;
	width: 100% !important;
	text-align: center !important;
}