.customKeoleSide.sticker img{
	height: auto;
	max-width: 70%;
}

.customKeoleSide.sticker{
	cursor: pointer;
	position: fixed;
	right: -300px;
	z-index: 100000;
	display: flex;
	color: #ffffff;
	border-right: 0;
	transition: all ease-in 0.2s;
	height: 50px;
	box-shadow:  -3px 3px 8px rgba(0, 0, 0, 0.18);
}

.customKeoleSide.sticker.active{
	right: 0;
}
.customKeoleSide.sticker .left{
	width: 50px;
	height: auto;
	padding: 5px;
	text-align: center;
}
.customKeoleSide.sticker .left .iconContainer {
	text-align: center;
	font-size: 30px;
	padding-top: 4px;
	line-height: 20px;
}
.customKeoleSide.sticker .right {
	width: 300px;
	height: auto;
	padding-top: 6px;
	padding-right: 25px;
	font-size: 20px;
	text-align: center;
	border-left: 2px solid white;
}
.customKeoleSide.sticker .right a{
  color: white;
}
.customKeoleSide.sticker .right a:hover{
   opacity: 0.8;
}

.fusion-mobile-menu-icons{
	right: 15px;
}

@media screen and (max-width: 1200px) {
	.customKeoleSide{
		height: 35px;
	}
	.customKeoleSide.sticker .left{
		width: 35px;
	}
	.customKeoleSide.sticker .left .iconContainer {
		font-size: 22px;
		padding-top: 8px;
	}
	.customKeoleSide.sticker .right{
		font-size: 18px;
		padding: 2px 5px;
	}
}

.diamond-grid {
    width: 100%;
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 768px) {
    .fusion-fullwidth{
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .diamond-box-wrap{
        width: 230px!important;
        height: 230px!important;
    }
    .diamond-grid2 .item span {
        font-size: 13px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .taxonomy-images-the-terms li {
        list-style-type: none;
        width: 80%;
        margin: 30px 0 10px 0;
    }
    .taxonomy-images-the-terms.mulitple_terms li {
        width: 40%;
    }
    .taxonomy-images-the-terms.mulitple_terms li img{
        width: 60%;
    }
    .diamond-grid2 .taxonomy-images-the-terms:not(.mulitple_terms) img {
        max-width: 70px;
    }
}


.item {
    width: 220px;
    height: 220px;
    display: inline-block;
}


.item img.main_img {
    /*max-width: none;*/
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.2s ease-in-out;

    transform: translateY(-50%) scale(1.5);
    /*width: 180%;*/
    /*margin-top: -50%;*/
    /*margin-left: -25%;*/

    z-index: 1;
}

.item span {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    /*top: 50%;*/

    top: 90%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 14px;
    opacity: 0;
    color: #FFF;
    transition: all 0.2s ease-in-out;
}

.diamond-bg {
    position: absolute;
    top: 50%;
    left: 0;

    /*width: 180%;*/
    /*margin-top: -50%;*/
    /*margin-left: -25%;*/

    transform: translateY(-50%) scale(1.8);
    z-index: 2;
    opacity: 0;
    color: #FFF;
    transition: all 0.1s ease-in-out;
    background-color: rgba(242,101,33, 0.8);
    padding: 100%;
}

.item:not(.inactive):hover span, .item.active span {
    opacity: 1;
    z-index: 3;
}

.item:not(.inactive):hover .diamond-bg, .item.active .diamond-bg  {
    opacity: 1;
    z-index: 2;
}