#map{
	height: calc(100vh - 120px);
}
#cd-zoom-in {
    margin-top: 50px;
    margin-bottom: 1px;
    margin-left: 30px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-size: 32px 64px;
    opacity: .8;
    background: url(../img/cd-icon-controller.svg) no-repeat #41345E;
    background-position: 50% 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#cd-zoom-out {
    margin-left: 30px;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-size: 32px 64px;
    opacity: .8;
    background: url(../img/cd-icon-controller.svg) no-repeat #41345E;
    background-position: 50% -32px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
h4{
	margin-bottom: 10px;
}
.pheader{
	margin-bottom: 10px;
}
.p1{
	margin-bottom: 20px;
}
.paragraph{
	margin-bottom: 70px;
}
.whole-img{
	width: 100%;
	height: auto;
}
#info-block{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#info{
	padding: 0px 45px 0px 30px;
    margin: 15px -30px 15px 0;
    overflow-y: scroll;
    height: calc(100% - 30px);
}
.info-item{
	padding: 15px 0;
	overflow: hidden;
}
.info-item h4{
	position: relative;
	cursor: pointer;
	
}
.expand{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.open .expand{
	transform: translateY(-50%) rotateX(180deg);
}
.info-item p{
	max-height: 0;
	overflow: hidden;
}
.open p{
	max-height: 100px!important;
}
.expand-all{
	padding: 30px 0;
	display: none;
}
#expand-all{
	display: inline-block;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.scroll-hide{
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100vh - 120px);
    width: calc(33.3333% - 30px);
    margin: 0 15px;
    background: rgba(65,52,94,0.9);
}
.scroll-box{

}
@media (max-width: 768px){
	.scroll-hide{
		width: 240px;
		margin: 0 30px;
	}
	#info {
	    padding: 0px 45px 0px 15px;
	}
}
@media (max-width: 550px){
	#map{
		height: 350px;

	}
	#info-block{
		position: unset;
		background: rgba(65,52,94,1);
	}
	.scroll-hide{
		position: unset;
		height: unset;
		width: unset;
		padding: unset;
		margin: unset;
	}
	#info{
		padding: 15px 7.5px;
		margin: unset;
		height: unset;
	}
	.info-item .p1{
		margin: unset!important;
	}
	.expand{
		display: none;
	}
	.info-item p{
		max-height: 100px;
	}
	.expand-all{
		visibility: hidden;
		display: none;
		height: 0;
		padding: 0;
		overflow: hidden; 
	}
}