	
	.mht-heroslider-cloud {
		background-color: #0c1d2c;		
	}
	
	.mht-heroslider-cloud > .mht-inr {
		padding: 30px;
		position: realative;
	}
	
	.mht-heroslider-cloud-items > .mht-inr {
		display: flex;
		flex-wrap: wrap;
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item,
	.mht-heroslider-cloud-items > .mht-inr > .mht-item-placeholder {
		flex-basis: 320px;
		flex-grow: 1;
		padding: 10px;
		height: 220px;		
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-item-placeholder {
		padding: 0 10px;
		height: 0;		
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr {
		position: relative;
		height: 100%;
	}		
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-bg {
		overflow: hidden;
		height: 100%;
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-bg img {
		width: 100%;
		transition: all .3s;
		display: block;
		object-fit: cover;
		height: 100%;		
	}		
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-data-hover {
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;		
		background-color: rgba( 68, 68, 68, .7 );		
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		opacity: 0;
		transition: all .3s;
		text-align: center;
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-data-hover .mht-title {
		color: #fff;
		font-size: 28px;
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-data-hover .mht-data-hover-actions {
		display: flex;
		justify-content: center;
	}		
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-data-hover .mht-demo,	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-data-hover .mht-import {		
		display: block;
		color: #fff;
		font-size: 20px;
		border: 2px solid #fff;
		padding: 6px 12px 8px 12px;
		border-radius: 100px;
		margin: 20px 5px;
		line-height: 20px;
		font-weight: bold;		
		text-decoration: none;
		transition: all .3s;
		cursor: pointer;
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-data-hover .mht-demo:hover,
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-data-hover .mht-import:hover {			
		color: #ffd600;		
		border: 2px solid #ffd600;		
	}
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags {
		position: absolute;
		top: 10px;
		left: -10px;
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag {
		padding: 2px 8px;
		font-size: 12px;
		font-weight: 600;
		color: #fff;
		width: max-content;
		position: relative;
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag:before,	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag:after {
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		content: "";		
		width: 0;
		height: 0;
		border-top: 6px solid red;
		border-left: 10px solid transparent;
	}
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag:after {
		border-top-color: rgba( 0, 0, 0, .3 );
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag.mht-flag-new {
		background-color: rgb( 255, 56, 0 );
	}
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag.mht-flag-new:before {
		border-top-color: rgb( 255, 56, 0 );
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag.mht-flag-premium {
		background-color: #0b69ed;
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag.mht-flag-premium:before {
		border-top-color: #0b69ed;
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag.mht-flag-free {
		background-color: #ffd600;
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr .mht-flags > .mht-flag.mht-flag-free:before {
		border-top-color: #ffd600;
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr:hover .mht-data-hover {
		opacity: 1;
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr:hover .mht-bg img{
		filter: blur( 2px );
	}
	
	/* import - load */		
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr > .mht-import-load {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba( 68, 68, 68, .7 );
		display: flex;
		align-items: center;
		justify-content: center;
		display: none;
	}		
		
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item.mht-import-load > .mht-inr > .mht-import-load {
		display: flex;
	}		
		
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item.mht-import-load > .mht-inr > .mht-data-hover {
		display: none;
	}	
	
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item > .mht-inr > .mht-import-load::after {
		content: "";		
		display: block;
		border: 6px solid rgb( 255, 255, 255 );
		border-radius: 50%;
		border-top: 6px solid #007cba;
		width: 40px;
		height: 40px;
		animation: spin2 1s linear infinite;
	}	
		
	@keyframes spin2 {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}		

	/* title */

	.mht-heroslider-cloud-title {
		color: #fff;
		font-size: 60px;
		line-height: 60px;
		text-align:center;
		padding: 0 0 20px 0;		
	}

	.mht-heroslider-cloud-title-sub {
		color: #fff;
		font-size: 24px;
		text-align:center;
		padding: 0 0 20px 0;
		line-height: 30px;
	}

	/* hide */

	.mht-heroslider-cloud-item {
		order: 0;
		transform: scale(1); 
		transition: transform .3s, height 0s, order 0s;		
	}

	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item.mht-heroslider-cloud-hide-limit,
	.mht-heroslider-cloud-items > .mht-inr > .mht-heroslider-cloud-item.mht-heroslider-cloud-hide {		
		transition: transform .3s, height 0s .3s, order .3s .2s;				
		order: 1;
		transform: scale(0);
		height: 0px;		
		padding-top: 0 !IMPORTANT;
		padding-bottom: 0 !IMPORTANT;		
	}

	/* cat */

	.mht-heroslider-cloud-cat {
		display: flex;
		justify-content: center;
		padding: 15px;		
	}
	
	.mht-heroslider-cloud-cat > .mht-heroslider-item {
		padding: 5px;
		cursor: pointer;
	}	
	
	.mht-heroslider-cloud-cat > .mht-heroslider-item > .mht-inr {
		padding: 5px 24px;
		background: #0b69ed;
		color: #fff;
		border-radius: 100px;
		font-size: 15px;
		font-weight: bold;
		transition: all .3s;
	}	
	
	.mht-heroslider-cloud-cat > .mht-heroslider-item.mht-active > .mht-inr,
	.mht-heroslider-cloud-cat > .mht-heroslider-item:hover > .mht-inr {
		background: #ffd600;
		color: #fff;
	}
	
	/* load more */
	
	.mht-heroslider-cloud-load-more {
		display: flex;	
		justify-content: center;
		padding: 30px 0 0 0;		
	}
	
	.mht-heroslider-cloud-load-more > .mht-inr {
		padding: 5px 24px;
		background: #0b69ed;
		color: #fff;
		border-radius: 100px;
		font-size: 15px;
		font-weight: bold;
		transition: all .3s;
		cursor: pointer;
		width: 300px;
		text-align: center;
	}	
	
	.mht-heroslider-cloud-load-more > .mht-inr:hover {
		background: #ffd600;
		color: #fff;		
	}
