@charset "utf-8";
/* CSS Document */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ch-grid {
	margin: 220px 0 0 0;
	list-style: none;
	display: block;
	text-align: left;
	width: 100%;
}
.ch-grid:after,  .ch-item:before {
	content: '';
	display: table;
}
.ch-grid:after {
	clear: both;
}
.ch-grid .li {
	width: 180px;
	height: 180px;
	display: block;
	margin: 0px;
	position:absolute;
}
.ch-grid .li:hover{
	/*width: 200px;
	height: 200px;
	margin-top:-10px;
	margin-left:-10px;*/
}
.ch-grid .li.Circle1{
	top:288px;
	left:30px;
}
.ch-grid .li.Circle2{
	top:222px;
	left:262px;
}
.ch-grid .li.Circle3{
	top:128px;
	left:450px;
}
.ch-grid .li.Circle4{
	top:450px;
	left:170px;
}
.ch-grid .li.Circle5{
	top:290px;
	left:570px;
}
.ch-grid .li.Circle6{
	top:400px;
	left:370px;
}
.ch-grid .li.Circle7{
	top:440px;
	left:730px;
}
.ch-grid .li.Circle8{
	top:500px;
	left:550px;
}
.ch-grid .li.Circle9{
	top:220px;
	left:770px;
}
.ch-grid .li.Circle10{
	top:350px;
	left:900px;
}
.ch-grid .li.Circle11{
	top:500px;
	left:550px;
}
.ch-img-1 {
	background: url(../images/CirclePureExpress.jpg) no-repeat center center;
}
.ch-img-2 {
	background: url(../images/CirclePureTravel.jpg) no-repeat center center;
}
.ch-img-3 {
	background: url(../images/CirclePureCut.jpg) no-repeat center center;
}
.ch-img-4 {
	background: url(../images/CirclePureCelebration.jpg) no-repeat center center;
}
.ch-img-5 {
	background: url(../images/CirclePureSeason.jpg) no-repeat center center;
}
.ch-img-6 {
	background: url(../images/CirclePureBaby.jpg) no-repeat center center;
}
.ch-img-7 {
	background: url(../images/CirclePureShine.jpg) no-repeat center center;
}
.ch-img-8 {
	background: url(../images/CirclePurePearl.jpg) no-repeat center center;
}
.ch-img-9 {
	background: url(../images/CirclePureEco.jpg) no-repeat center center;
}
.ch-img-10 {
	background: url(../images/CirclePureEssence.jpg) no-repeat center center;
}
.ch-img-11 {
	background: url(../images/CirclePureSport.jpg) no-repeat center center;
}
.ch-info {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	position:relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
}

.ch-info .ch-block {
	height: 105px;
	left: 0;
    right: 0;
    top: 0;
	bottom:0;
    margin: auto;
    position: absolute;
}

.ch-info h3 {
	color: #fff;
	position: relative;
	letter-spacing: 2px;
	font-size: 36px;
	margin: 0 30px 0px 30px;
	padding: 0 0 0 0;
	font-family: 'latolight';
	text-align:center;
}
/*line on rollover*/

.ch-info p {
	color: #fff;
	padding: 10px 5px 0px;
	font-family: 'latolight';
	margin: 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 1);
	text-align:center;
	line-height:15px; !important
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	padding-top: 4px;
	font-family: 'ralewaymedium';
	text-decoration:none;
}
.ch-info p a:hover {
	color: #fff222;
	color: rgba(255, 255, 255, 1);
	text-decoration:none;
}

.ch-item:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.ch-item:hover .ch-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.Circle1 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(67, 196, 220, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle1 .ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: inset 0 0 0 0 rgba(67, 196, 220, 0.4),  inset 0 0 0 5px rgba(67, 196, 220, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle2 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(153, 95, 165, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle2 .ch-item {
	width: 98%;
	height:98%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(153, 95, 165, 0.4),  inset 0 0 0 5px rgba(153, 95, 165, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle3 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(246, 147, 34, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle3 .ch-item {
	width: 96%;
	height:96%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(246, 147, 34, 0.4),  inset 0 0 0 5px rgba(246, 147, 34, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle4 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(123, 124, 126, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle4 .ch-item {
	width:90%;
	height:90%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(123, 124, 126, 0.4),  inset 0 0 0 5px rgba(123, 124, 126, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle5 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(67, 196, 220, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle5 .ch-item {
	width:88%;
	height:88%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(67, 196, 220, 0.4),  inset 0 0 0 5px rgba(67, 196, 220, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle6 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(255, 205, 10, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle6 .ch-item {
	width:94%;
	height:94%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(255, 205, 10, 0.4),  inset 0 0 0 5px rgba(255, 205, 10, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle7 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(218, 211, 204, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle7 .ch-item {
	width:86%;
	height:86%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(218, 211, 204, 0.4),  inset 0 0 0 5px rgba(218, 211, 204, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle8 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(195, 172, 92, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle8 .ch-item {
	width:92%;
	height:92%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(195, 172, 92, 0.4),  inset 0 0 0 5px rgba(195, 172, 92, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle9 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(21, 175, 105, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle9 .ch-item {
	width:88%;
	height:88%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(21, 175, 105, 0.4),  inset 0 0 0 5px rgba(21, 175, 105, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.Circle10 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(99, 97, 154, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle10 .ch-item {
	width:82%;
	height:82%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(99, 97, 154, 0.4),  inset 0 0 0 5px rgba(99, 97, 154, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.Circle11 .ch-item:hover {
	box-shadow:inset 0 0 0 110px rgba(156, 203, 59, 1),  inset 0 0 0 16px rgba(255, 255, 255, 0.8),  0 1px 2px rgba(0, 0, 0, 0.1);
}
.Circle11 .ch-item {
	width:82%;
	height:82%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow: 
 inset 0 0 0 0 rgba(156, 203, 59, 0.4),  inset 0 0 0 5px rgba(156, 203, 59, 1),  0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
