ol>li>a
{
	word-break: break-all;
}

#banner_container
{
/*	height:calc(100vh - 138px);*/
    /*margin-top: 3em;*/
    /*background: rgba(34, 187, 228, 0.1);*/
    background-color: transparent;
    position: relative;
    /*margin-bottom: 50px;*/
}

#banner_title
{
	/*margin-top: 75px;*/
	color: #fff;
}

#menu_container
{
    width: 60%;
    margin-left: 40%;
    background: url("../img/applications/bg_1920-min.jpg") top center no-repeat;
    background-size: cover;
    /*background: #0E0E11;*/
    position: relative;
    overflow: hidden;
}

#phot_container
{
	height: 60vh;
	/*background: url("../img/applications/main_photos/bacteria and fungi.jpg")top center no-repeat;*/
	/*background-size: 100% 100%;*/
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 45%;
    z-index: 2;
}

#application_img
{
	height: 60vh;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

#inner_container
{
	color: #333337;
	margin-left: 10%;
	/*margin-top: 10vh;*/
	position: relative;
	z-index: 2;
	padding: 5vh 0 0 5%;
	max-width: 45em;
}

#punchline
{
	font-size: 1rem;
}

#banner_big_title
{
	font-size: 3rem;
    line-height: 0.8;
    font-weight: bolder;
}

#application_menu
{
	margin-top: 75px;
	list-style: none;
	height: 50vh;
    overflow-y: scroll;
    padding: 0px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#application_menu::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
#application_menu {
    -ms-overflow-style: none;
      scrollbar-width: none; /* Firefox 64 */
}

#application_menu>li>a
{
	text-decoration: none;
	color: #838c96;
	font-size: 25px;
}

#application_menu>li>a::before
{
	font-family: FontAwesome;
    display: inline-block;
    padding-right: 6px;
    vertical-align: middle;
	content:"\f061";
	width: 0px;
	opacity: 0;
	/*transition: opacity 0.2s ease, width 0.2s linear 0.2s;*/
}

#application_menu>li>a:hover, #application_menu>li>a.active
{
	color: #fff;
}

#application_menu>li>a:hover:before, #application_menu>li>a.active:before
{
	width: 28px;
	opacity: 1;
	transition: width 0.2s linear, opacity 0.2s ease 0.2s;
}

#icon-container
{
	position: absolute;
	top: 140px;
    right: -90px;
	width: 50vh;
	/*max-width: 200px; */
	opacity: 0.3;
}
    
.card-title
{
	color:#22bbe4;
	font-weight: bolder;
	font-size: 18px;
}

.card
{
	text-align: center;
	border:none;
	background-color: transparent;
}

.card-img-top
{
	max-width: 10vw;
	min-width: 140px;
}

.card-text
{
	font-size: 14px;
}

#blue-icon-container
{
	padding: 50px 10px;
	background-color: #fff;
}

#phot_container .slider {
    width: 50%;
    margin: 100px auto;
}

#phot_container .slick-slide {
	height:60vh;
  /*margin: 0px 20px;*/
}

#phot_container .slick-slide img {
  width: 100%;
  height:60vh;
}

/*application solo page*/

#application_banner .container
{
	height: 200px;
	align-items: center;
	display: flex;
}

#banner-title
{
	font-size: 2rem;
	font-weight: 600;
	color:#fff;
	text-shadow: 1px 2px rgba(0,0,0,.5);
}

#banner-title:hover
{
	text-decoration: none;
	color: #000;
}

#content-container
{
	padding: 40px 0px;
    background: linear-gradient(to right, transparent, rgba(34, 187, 228, 0.2) 40%, transparent 1% 60%);
}

#detail_content_container
{
	padding: 0px 15px 0px 50px;
}

#accordion
{
	position: sticky;
    top: 150px;
	/* border: 1px solid #22bbe4; */
   /*  border-radius: 20px; */
    background-color: #fff;
   /*  box-shadow: 0px 1px 19px -5px #22bbe4; */
}

#accordion .card:first-child,#accordion .card:first-child .card-header
{
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
}

#accordion .card:last-child,#accordion .card:last-child .card-header
{
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

#accordion .card:first-child .card-header
{
	margin-top: 10px;
	border-top: none;
}

#accordion .card:last-child .card-header
{
	margin-bottom: 10px;
	border-bottom: none;
}

#accordion .card
{
	padding: 0px 15px;
}

#accordion .card, .card-header
{
	background: #fff;
}

/* #accordion .card-body
{
	border-bottom: 1px solid rgba(0,0,0,.125);
} */

#accordion .card-header
{
	display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    align-items: center;
    padding: 10px 0px;
}

.accordion-link
{
	color: #000;
	font-weight: 700;
	text-align: left;
    margin-right: 20px;
}

.sub-link, .lower_accordion li a
{
	color: #000;
	text-decoration: none;
	font-weight: 500;
}

.accordion-link:hover,.sub-link:hover, .lower_accordion li a:hover, .lower_accordion li a.active
{
	text-decoration: none;
	color: #22bbe4;
}

#accordion .card-body
{
	padding: 0px;
}

.card-body ul
{
	list-style: none;
    padding: 0px;
    text-align: left;
    margin: 10px 0px 10px 30px;
}

.card-body ul li
{
	margin-bottom: 5px;
}

.accordion-arrow
{
	cursor: pointer;
}

.accordion-arrow:hover > i 
{
	color: #000;
}

.card-header.active .accordion-link, .sub-link.active
{
	color: #22bbe4;

}
/*.card-header.active .accordion-arrow > i*/
{
	-webkit-transform: rotate(90deg);  /* Chrome, Safari, Opera */
	-moz-transform: rotate(90deg);  /* Firefox */
	-ms-transform: rotate(90deg);  /* IE 9 */
	transform: rotate(90deg);  /* Standard syntax */  
}

.lower_accordion
{
	margin-top: 10px!important;
}

.lower_accordion .card
{
	padding-left: 0!important;
	padding-right: 0!important;
}

.lower_accordion .card-body
{
	border:none!important;
}

.lower_accordion .card-header
{
	margin: 0!important;
	padding: 0!important;
	border:none!important;
	padding-left: 15px!important;
}

.lower_accordion .accordion-link
{
	font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1;
}

#blue-icon-container-list
{
	list-style: none;
    display: flex;
    max-width: 300px;
    margin: auto;
}

#blue-icon-container-list li img
{
	margin: 5px;
	max-width: 50px;
}

.table-container
{
	max-width: -webkit-fill-available;
	/*overflow-x: auto;*/
}
	
.cell_cultivation_table td, .cell_cultivation_table th
{
	padding: .75rem;
	vertical-align: baseline; !important;
	border: 1px solid #000;
	/*border-bottom: #000!important;*/
}

.cell_cultivation_table th
{
	text-align: center;
	border-bottom: #000!important;
}

.esco-blue-td
{
	background-color: #22bbe4;
	color: #fff;
}

.font-weight-600
{
	font-weight: 600;
}

.lottie
{
	max-width: 100%;
	max-height: unset;
	height: 100%;
	overflow: hidden;
}

#detail_content_container .lottie
{
	max-height: unset;
	overflow: hidden;
	height: 100%
}

.pop-up-item
{
	cursor: pointer;
	height: 100%;
}

.pop-up-item:hover
{
	/*border:1px solid black;*/
	box-shadow: 4px 0px 18px rgba(0, 0, 0, 0.3803921568627451);
}

/**********************************
**MAKE APPLICATION MENU FULL WIDTH ON SMALL DEVICES***
***********************************/


@media (max-width: 1600px)
{
	#content-container
	{
		background: linear-gradient(to right, transparent, rgba(34, 187, 228, 0.2) 37.5%, transparent 1% 60%);
	}

	#application_banner .container
	{
		height: 120px;
	}
}

@media (max-width: 1400px)
{
	#content-container
	{
		background: linear-gradient(to right, transparent, rgba(34, 187, 228, 0.2) 36%, transparent 1% 60%);
	}
}

@media (max-width: 1050px)
{
	#application_menu
	{
		height: 60vh;
	}

	#phot_container, #phot_container .slick-slide img
	{
		height:30vh;
	}

	.full-height
	{
	    height: calc(100vh - 56px);
	}
}

@media (max-width: 800px)
{
	#accordion
	{
		margin-bottom: 30px;
	}

	#banner_container
	{
		height: auto;
	}

	#menu_container
	{
		width:100%;
		margin-left:0;
		height: auto;
	}
	#phot_container
	{
		display:none;
	}
	#application_menu
	{
		height: auto;
	}

	#content-container
	{
		background: transparent;
	}

	#detail_content_container
	{
		padding: 0px 15px 0px 15px;
	}

	#blue-icon-container-list
	{
		padding: 0px 25px;
	}
}
/**********************************
**MAKE APPLICATION MENU FULL WIDTH ON SMALL DEVICES***
***********************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active)
{
	.card.h-100 a
	{
		height: inherit;
	}
}


button.close
{
	opacity: 1;
    position: absolute;
    top: -13px;
    right: -9px;
    padding: 0px 5px;
    border-radius: 50%;
    background-color: #fff;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.close:hover
{
    color: #22bbe4;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover
{
	opacity: 1;
}
