/*----------  Icon Box 1  ----------*/
	.slz-icon-box-1 {
		cursor: pointer;
	}

	.slz-icon-box-1 .wrapper-icon {
		position: relative;
		overflow: hidden;
		border-color: #FFFFFF;
		background-color: #f8f8f8;
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		z-index: 1;
	}
	.slz-icon-box-1 .wrapper-icon:before {
		position: absolute;
		content: '';
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		background: rgb(255,244,53);
		background: -moz-linear-gradient(left,  rgba(255,244,53,1) 0%, rgba(255,200,10,1) 100%);
		background: -webkit-linear-gradient(left,  rgba(255,244,53,1) 0%,rgba(255,200,10,1) 100%);
		background: linear-gradient(to right,  rgba(255,244,53,1) 0%,rgba(255,200,10,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff435', endColorstr='#ffc80a',GradientType=1 );
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		border-radius: 50%;
		-webkit-border-radius: 50%;
	}
	.slz-icon-box-1 .wrapper-icon .slz-icon {
		color: #03030d;
		font-size: 18px;
		width: 100%;
		height: 100%;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}
	.slz-icon-box-1 .content-cell {
		vertical-align: top;
		padding-left: 30px;
	}
	.slz-icon-box-1 .wrapper-info .title {
		color: #03030d;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}

	.slz-icon-box-1:hover .wrapper-info .title {
		color: #ffc80a;
	}
	.slz-icon-box-1:hover .wrapper-icon {
		border-color: transparent;
		-webkit-box-shadow: 0 10px 25px 0 rgba(255, 200, 10, 0.5);
		box-shadow: 0 10px 25px 0 rgba(255, 200, 10, 0.5);
	}
	.slz-icon-box-1:hover .wrapper-icon:before {
		left: 0;
	}


/*----------  Icon Box 1 Vertical  ----------*/

	.slz-icon-box-1.style-vertical .wrapper-icon:before {
		left: 0;
		top: 100%;
		background-image: initial;
	    background-color: #ffc80a;
	}
	.slz-icon-box-1.style-vertical:hover .wrapper-icon:before {
		top: 0;
	}

/*----------  Icon Box 2  ----------*/
	.slz-icon-box-2 {
		border: none;
	}
	.slz-icon-box-2 .wrapper-icon {
		margin: 0;
		display: inline-block;
		vertical-align: middle;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		position: relative;
		-webkit-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		background-color: #fff;
		overflow: hidden;
		text-align: center;
	}
	.slz-icon-box-2 .wrapper-icon:before {
		position: absolute;
		content: '';
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}
	.slz-icon-box-2 .wrapper-icon .slz-icon {
		color: #03030d;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		font-size: 18px;
	}
	.slz-icon-box-2 .title {
		line-height: 40px;
		margin-left: 10px;
		display: inline-block;
		vertical-align: middle;
		color: #03030d;
		transition: all .3s ease;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
	}
	.slz-icon-box-2 .wrapper-info .description {
		color: #7a7a7a;
	}

	.slz-icon-box-2:hover .wrapper-icon {
		background-color: transparent;
	}
	.slz-icon-box-2:hover .wrapper-icon:before {
		left: 0;
		background-color: #ffc80a;
	}
	.slz-icon-box-2:hover .wrapper-icon {
		-webkit-box-shadow: 0 10px 25px 0 rgba(255, 200, 10, 0.5);
		box-shadow: 0 10px 25px 0 rgba(255, 200, 10, 0.5);
	}
	.slz-icon-box-2:hover .title {
		color: #ffc80a;
	}
	.slz-icon-box-2:hover .wrapper-icon .slz-icon {
		color: #fff;
}


/*----------  icon box button  ----------*/

	.slz-icon-box-1 .slz-btn {
		display: inline-block;
	    position: relative;
	    padding: 0px 30px;
	    line-height: 38px;
	    font-weight: 400;
	    height: 40px;
	    border: 1px solid #ebebeb;
	    color: #3a3d4b;
	    background-color: transparent;
	    border-radius: 40px;
	    -webkit-border-radius: 40px;
	    transition: all 0.5s ease;
	    -webkit-transition: all 0.5s ease;
	    -moz-transition: all 0.5s ease;
	}

	.slz-icon-box-1 .slz-btn .icons {
	    width: 30px;
	    height: 30px;
	    position: absolute;
	    text-align: center;
	    line-height: 30px;
	    right: -13px;
	    top: 50%;
	    transform: translateY(-50%);
	    background-color: #ffc80a;
	    border: none;
	    color: #fff;
	    padding-left: 0;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    box-shadow: 2px 2px 15px 0px rgba( 255, 198, 0, 0.7 );
	    transition: all 0.5s ease;
	    animation: expo-btn-out 1s ease 1 forwards;
	    -webkit-animation: expo-btn-out 1s ease 1 forwards;
	    -o-animation: expo-btn-out 1s ease 1 forwards;
	    -moz-animation: expo-btn-out 1s ease 1 forwards;
	}

	.slz-icon-box-1 .slz-btn:hover {
		background-color: #ffc80a;
        border-color: #ffc80a;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
        color: #fff;
	}

	.slz-icon-box-1 .slz-btn:hover .icons {
        animation: expo-btn-in 1s ease 1 forwards;
        -webkit-animation: expo-btn-in 1s ease 1 forwards;
        -o-animation: expo-btn-in 1s ease 1 forwards;
        -moz-animation: expo-btn-in 1s ease 1 forwards;
    }

/*----------  Responsive  ----------*/


@media screen and (max-width: 768px){
	.slz-icon-box-1 {
		padding: 0;
	}
}
@media screen and (max-width: 480px){
	.slz-icon-box-1 .icon-cell {
		display: block;
	}
	.slz-icon-box-1 .content-cell {
		display: block;
		padding-left: 0;
		padding-top: 20px;
		text-align: center;
	}

	.sc_icon_box .slz-list-block.slz-column-4 .item {
		margin-top: 40px;
	}
	.sc_icon_box .slz-list-block.slz-column-1 .item,
    .sc_icon_box .slz-list-block.slz-column-3 .item:nth-child(-n + 3), 
    .sc_icon_box .slz-list-block.slz-column-4 .item:nth-child(-n + 4), 
    .sc_icon_box .slz-list-block.slz-column-4 .item:nth-child(-n + 3) {
		margin-top: 40px;
    }

    .sc_icon_box .slz-list-block.slz-column-4 .item:nth-child(-n + 2),
    .sc_icon_box .slz-list-block.slz-column-3 .item:nth-child(-n + 2),
    .sc_icon_box .slz-list-block.slz-column-2 .item:nth-child(-n + 2) {
        margin-top: 40px;
    }


	.sc_icon_box .slz-list-block.slz-column-1 .item:first-child,
    .sc_icon_box .slz-list-block.slz-column-3 .item:first-child, 
    .sc_icon_box .slz-list-block.slz-column-4 .item:first-child, 
    .sc_icon_box .slz-list-block.slz-column-2 .item:first-child {
		margin-top: 0px;
    }

}



@media screen and (max-width: 320px) {

}