﻿/* EI */

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;

}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 115px;/*130px or 220px*/
	height: 115px;/*130pxor220px*/
	display: inline-block;
	margin: 7px;/*15px*//*20px*/
	cursor: pointer;
}

/*added code to resize text*/
.ch-grid img{
	width:115px
}


/* CAD Header */

.ch-grid-en {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;

}

.ch-grid-en:after,
.ch-item-en:before {
	content: '';
    display: table;
}

.ch-grid-en:after {
	clear: both;
}

.ch-grid-en li {
	width: 80px;/*130px or 220px*/
	height: 80px;/*130pxor220px*/
	display: inline-block;
	margin: 5px;/*15px*/
	cursor: pointer;
}

/*added code to resize text*/
.ch-grid-en img{
	width:80px
}





/* Industry */

.ch-grid-id {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;

}

.ch-grid-id:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid-id:after {
	clear: both;
}

.ch-grid-id li {
	width: 115px;/*130px or 220px*/
	height: 115px;/*130pxor220px*/
	display: inline-block;
	margin: 15px;/*20px*/
	cursor: pointer;
}

/*added code to resize text*/
.ch-grid-id img{
	width:115px
}




/*custom tables*/

#pricing{
	width: 1000px;
	margin: 100px auto;
	font-family: 'Open Sans', Helvetica;	
}

.price_card{
	width: 300px;
	background: #EBEEF2/*rgb(255, 255, 255)*/;
	display: inline-table;
	top: 0;
}
.price_card:not(:last-child){
	margin-right: 40px;
}
.header{
	color: rgb(255, 255, 255);
}
.alpha .header{
background: url('http://cdn.cinde.org.s3.amazonaws.com/v0.0.3.13/img/press/mano-esencial.jpg') no-repeat center/cover #f5f5f5;
}
.bravo .header{
	background: rgb(246, 77, 77);
}
.charlie .header{
	background: rgb(48, 219, 181);
}
.price{
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	display: block;
	text-align: center;
	padding: 30px 0 10px;
}
.name{
	width: 100%;
	font-size: 15px;
	font-weight: 700;
	display: block;
	text-align: center;
	padding: 0 0 30px;
}
.features{
	list-style: none;
	text-align: left;
	color: rgb(138, 138, 138);
	margin: 0;
	padding: 0;
	height:250px; /*custom added to align feature box*/
}
.features li{
	margin: 0 25px;
	padding: 10px 0px;/*20px 15px;*/
	width: 250px;/*200px;*/
}
.features li:not(:last-child){
	border: 1px solid rgb(242, 242, 242);
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.features p{
	font-size:13px;
	margin:10px;
}

/*popover css*/
.box {
    display:block;
    width:200px;
    height:100px;
    background-color:#DDD;
}
#pop {
    padding:0px 0px;
}
#example {
    position:relative;
}

/*css*/

#view-more > A{
font-size:13px;
color:#D51067; 
font-weight:700;
margin-top:20px;	
}

#view-more > A:hover{
	background:none repeat scroll 0% 0% rgba(213, 16, 103, 0.024);
}
