    @import url(http://fonts.googleapis.com/css?family=Lato:400,900);
    @import url(../../netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
   /* body {
		padding: 60px 0px;
	}*/
	.div_pad_margin{margin: 0; padding: 5px;}

	.animate {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.8s ease-in-out;
	}
	.info-card {
		width: 100%;
		
		border: 1px solid rgb(215, 215, 215);
		position: relative;
		/*font-family: 'Lato', sans-serif;*/
		font-family: 'Muli', sans-serif;
		margin-bottom: 5px;
		overflow: hidden;
	}
	.info-card > img {
		width: 100%px;           /*fdffgfgfgfgg*/
		height: 100%px;
		margin-bottom: 0;
		filter: none
	}
	.info-card .info-card-details,
	.info-card .info-card-details .info-card-header  {
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: -100%;
		left: 0;
		padding: 0 0;
		background: rgba(255, 255, 255); opacity: 1;
		text-align: center;
		color: #575757;
	}
	.info-card .info-card-details::-webkit-scrollbar {
		width: 8px;
	}
	.info-card .info-card-details::-webkit-scrollbar-button {
		width: 8px;
		height: 0px;
	}
	.info-card .info-card-details::-webkit-scrollbar-track {
		background: transparent;
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb {
		background: rgb(160, 160, 160);
	}
	.info-card .info-card-details::-webkit-scrollbar-thumb:hover {
		background: rgb(130, 130, 130);
	}           

.info-card .info-card-detail p{padding: 10px 10px; text-align: center;}


	.info-card .info-card-details .info-card-header {
		height: auto;		
		bottom: 100%;
		padding: 5px 5px; background-color: rgba(0, 0, 0, 0.8);		/*eerererrer -----------77777 */
	}
	
	.info-card:hover .info-card-details .info-card-header {background-color: #02AFAD;}
	.info-card:hover > img{filter: grayscale(30%)}

	.info-card:hover .info-card-details {
		bottom: 0px;
		overflow: auto;
		padding-bottom: 25px; background-color: rgba(0, 0, 0, 0.8);  color: #FFF;
		
	}
	
	.info-card:hover .info-card-details .info-card-header {
		position: relative;
		bottom: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		
		
	}
	.info-card .info-card-details .info-card-header h1,	
	.info-card .info-card-details .info-card-header h3 {
		font-family: 'Muli', sans-serif;
		letter-spacing: 0;
		color:#FFF ;/*#E07310*/
		font-size: 17px;
		font-weight: 600;
		text-transform: capitalize;
		margin: 0 !important;
		padding: 0 !important;
		/*background-color: red; */       /*sdsdsdsdsdsd*/
	}
	.info-card .info-card-details .info-card-header h3 {
		color: rgb(142, 182, 52);
		font-size: 15px;
		font-weight: 400;
		margin-top: 5px;
	}
	.info-card .info-card-details .info-card-detail .social {
		list-style: none;
		padding: 0px;
		margin-top: 25px;
		text-align: center;
	}
	.info-card .info-card-details .info-card-detail .social a {
		position: relative;
		display: inline-block;
		min-width: 40px;
		padding: 10px 0px;
		margin: 0px 5px;
		overflow: hidden;
		text-align: center;
		background-color: rgb(215, 215, 215);
		border-radius: 40px;
	}

	a.social-icon {
		text-decoration: none !important;
		box-shadow: 0px 0px 1px rgb(51, 51, 51);
		box-shadow: 0px 0px 1px rgba(51, 51, 51, 0.7);
	}
	a.social-icon:hover {
		color: rgb(255, 255, 255) !important;
	}
	a.facebook {
		color: rgb(59, 90, 154) !important;
	}
	a.facebook:hover {		
		background-color: rgb(59, 90, 154) !important;
	}
	a.twitter {
		color: rgb(45, 168, 225) !important;
	}
	a.twitter:hover {
		background-color: rgb(45, 168, 225) !important;
	}
	a.github {
		color: rgb(51, 51, 51) !important;
	}
	a.github:hover {
		background-color: rgb(51, 51, 51) !important;
	}
	a.google-plus {
		color: rgb(244, 94, 75) !important;
	}
	a.google-plus:hover {
		background-color: rgb(244, 94, 75) !important;
	}
	a.linkedin {
		color: rgb(1, 116, 179) !important;
	}
	a.linkedin:hover {
		background-color: rgb(1, 116, 179) !important;
	}