.nopad {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/*image gallery*/
.image-checkbox {
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 4px solid transparent;
	margin-bottom: 0;
	outline: 0;
}
.image-checkbox input[type="checkbox"] {
	display: none;
}

.image-checkbox-checked {
	border-color: #e91e63;
    border-radius: 10px;
   
}


.image-checkbox .fa {
	position: absolute;
	color: #4A79A3;
	background-color: #fff;
	padding: 10px;
	top: 43%;
	right: 38%;
	font-size: 25px;
	border-radius: 30px;
}
.image-checkbox-checked .fa {
  display: block !important;
}