@charset "utf-8";
/* CSS Document */

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
		
	-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;
}

.ch-img-1 {
	background-image: url(../images/new/QL1.jpg);
	background-size: 100%;
}

.ch-img-2 { 
	background-image: url(../images/new/QL2.jpg);
	background-size: 100%;
}

.ch-img-3 { 
	background-image: url(../images/new/QL3.jpg);
	background-size: 100%;
}

.ch-img-4 { 
	background-image: url(../images/new/QL4.jpg);
	background-size: 100%;
}

.ch-img-5 { 
	background-image: url(../images/new/QL5.jpg);
	background-size: 100%;
}


.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: 0;
	background: url(../images/ql-backing.png) center center no-repeat #181d61;
	-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 h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 30px;
    padding: 39px 0 10px 0;
    text-shadow: 0 0 1px #fff, 
 0 1px 2px rgba(0,0,0,0.3);
    font-weight: normal;
}

.ch-info p {
    color: #fff;
    padding: 4px 0;
    font-style: italic;
    margin: 0 auto;
    width: 111px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #fff;
}

.ch-info p a {
    display: block;
    color: #fff;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    background: #181d61;
    width: 105px;
    border: 1px solid #fff;
    padding: 10px 0;
    margin: 5px auto 0;
    padding: 6px 0 0 0;
    height: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 26px;
}

.ch-info p a:hover {
	background: #37b1df;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 110px rgba(30, 156, 226, 0.33),
		inset 0 0 0 16px rgba(44, 188, 233, 0.33),
		0 1px 2px rgba(44, 188, 233, 0.74);
}

.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);	
}

.ch-grid {
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
    width: 196px;
    height: 196px;
    display: inline-block;
    margin: 0 25px 0 0;
    border-radius: 50%;
    border: 8px solid rgba(255, 255, 255, 0.4);
}
