/* here you can put your own css to customize and override the theme */
.service-box-v1 {
    text-align: center;
    padding: 15px;
    background: transparent;
    height: 275px;
}
	
	.bg-lightblue, .bg-lightblue:hover {
		 background: #00ae9d;
	}
	.bg-darkblue, .bg-darkblue:hover {
		 background: #007a89;
	}
	.bg-pink, .bg-pink:hover {
		 background: #c95e96;
	}
	.bg-lightgreen, .bg-lightgreen:hover {
		 background: #73c04c;
	}
	.bg-green, .bg-green:hover {
		 background: #03944f;
	}
	

	.mix-inner img{
		height: 300px!important;
	}

	.mix-grid .mix .mix-details {
		background: rgba(0, 0, 0, 0.4);
	}

	.mix-grid .mix a.mix-preview {
		left: 44%;
		margin-left: 5px;
		top: 40%;
	}

.fancybox-button img {
	height: 150px;
}