.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;







	background-image: url(file
:///C|/Users/Tala/Desktop/New%20folder%20(2)/images/19.jpg);
	background-color: #116DA6;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background: #116da6;
	opacity: 0;
}

.ch-img-1 { 
	background-image: url(../images/26.jpg);
}

.ch-img-2 { 
	background-image: url(../images/20.jpg);
}

.ch-img-3 { 
	background-image: url(../images/19.jpg);
}
.ch-img-4 {
	background-image: url(../images/22.jpg);
}

.ch-img-5 { 
	background-image: url(../images/23.jpg);
}

.ch-img-6 { 
	background-image: url(../images/26.jpg);
}
.ch-img-7 { 
	background-image: url(../images/24.jpg);
	}
	
.ch-img-8 { 
	background-image: url(../images/21.jpg);
	}

	
.ch-img-9 { 
	background-image: url(../images/17.jpg);
	}
		
.ch-img-10 { 
	background-image: url(../images/16.jpg);
	}
.ch-info h3 {
	color: #fff;
	letter-spacing: 2px;
	font-size: 16px;
	height: 110px;
	font-family: "Century Gothic";
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	text-decoration: none;
	text-align: center;
}
#Container #content #cont tr td #contar tr td .main .ch-grid li .ch-item .ch-info .ch-info-back h3 a   {
	color: #fff;
	letter-spacing: 2px;
	font-size: 16px;
	height: 110px;
	font-family: "Century Gothic";
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-decoration: none;
}
#Container #content #cont tr td #contar tr td .main .ch-grid li .ch-item .ch-info .ch-info-back h6 {
	font-family: "adobe Arabic";
	font-size: 26px;
	color: #FFF;
	margin-top: 25%;
	margin-bottom: 25%;
}



.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}
#Container #menu #menu00 tr td a strong {
	color: #53BBEA;
}
