#is-middle .is-thumbnail {
	display: block;
	position:absolute;
	top:114px;
	right:80px;
	background:#ffffff url(../images/IsaacShalaan.png) center center no-repeat;
	background-size:cover;
	height:250px;
	width:250px;
	border:4px solid #999999;
	border-radius:50%;
	box-shadow:0 0 100px 40px rgba(91, 19, 19, 0.6), inset 0 0 32px 23px rgba(0, 0, 0, 0.6);
	transform-origin: center;
	transition: transform 2s ease, width 2s ease, height 2s ease, box-shadow 2s ease, border-color 2s ease;
}

#is-middle .is-thumbnail:hover {
	transform: rotate(10deg) !important;
	height:290px;
	width:290px;
	border-color:#ffffff;
	box-shadow:0 0 198px 80px rgba(91, 19, 19, 0.6);
}

input[type=checkbox] + .ph-tick,
input[type=radio] + .ph-tick
{
	width:23px;
	height:18px;
	background:#ebd3b0;
	display:inline-block;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	box-sizing:border-box;
	-webkit-transition:unset;
	-moz-transition:unset;
	-o-transition:unset;
	-ms-transition:unset;
	transition:unset;
}

input[type=checkbox]:checked + .ph-tick,
input[type=radio]:checked + .ph-tick
{
	width:23px;
	height:18px;
	background:transparent url(../images/ph-tick.png);
	display:inline-block;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	box-sizing:border-box;
	-webkit-transition:unset;
	-moz-transition:unset;
	-o-transition:unset;
	-ms-transition:unset;
	transition:unset;
}