.carousel-main-div {
    background-color: white;
    width: calc(100% - 320px);
    position: fixed;
    right: 0;
    text-align: center;
    height: 100%;
    padding: 10px 20px 20px 20px;

    /* toggel this display none */

    /*display: none;*/
}

.owl-item-custom {
    padding: 10px;
    background-color: white;
    border: solid 1px black;

}

#sidebar-div-with-carousel {
    position: fixed;
    z-index: 999;
    bottom: 0;
    background-color: #ffffff;

    /* toggel this display none */

    /*display: none;*/
}

.sidebar-div-with-carousel-inner {
    padding: 30px;
    background-color: #EEE;
    border-right: 1px solid #222;
    z-index: 200;
    height: calc(100%);
}

.fa-custom-toggle {
    color: #4285F4;
    font-size: 20px;
    margin-right: 5px;
}

.black-bar-above-carousel {
    top: 0px !important;
    width: calc(100% + 20px) !important;
    position: inherit !important;
    margin-left: -10px;
}

.left-assets-list-inner {
    height: calc(100% - 110px);
    display: block;
}

.main-div-without-carousel {
    background-color: white;
    width: calc(100% - 320px);
    position: fixed;
    right: 0;
    text-align: center;
    height: 100%;
    padding: 50px 20px 20px 20px;
}

.back-button-row {
    background-color: transparent;
    text-align: right;
    font-size: 55px;
}

.black-bar-above-carousel-map {
    top: 59px !important;
    margin-left: -22px;
}

/* carousel div height mediaquery*/


@media (min-width: 576px) {
    .owl-item-custom {
        height: 600px !important;
    }
}

@media (min-width: 768px) {
    .owl-item-custom {
        height: 600px !important;
    }
}

@media (min-width: 992px) {
    .owl-item-custom {
        height: 600px !important;
    }
}

@media (min-width: 1200px) {
    .owl-item-custom {
        height: 600px !important;
    }
}

@media (min-width: 1400px) {
    .owl-item-custom {
        height: 1165px !important;
    }
}

@media (min-width: 3840px) {
    .owl-item-custom {
        height: 2500px !important;
    }
	.owl-prev .fa-arrow-left{
	font-size:35px;
	
}
.owl-next .fa-arrow-right{
	font-size:35px;
	
}
}

@media (min-width: 4500px) {
    .owl-item-custom {
        height: 3300px !important;
    }
	.owl-prev .fa-arrow-left{
	font-size:35px;
	
}
.owl-next .fa-arrow-right{
	font-size:35px;
	
}
}
.owl-prev .fa-arrow-left{
	font-size:20px;
	
}
.owl-next .fa-arrow-right{
	font-size:20px;
	
}