/* General grid styles */
.cbp-ig-grid {
	list-style: none;
	padding: 0 0 0px 0;
	margin: 0;
	margin-top: 60px;
	margin-bottom: 110px;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

/* grid item */
.cbp-ig-grid li {
	width: 33.3%;
	float: left;
	height: 470px;
	text-align: center;
	border-top: 1px solid #ddd;
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid li:nth-child(-n+3){
	border-top: none;
}

.cbp-ig-grid li:nth-child(3n-1),
.cbp-ig-grid li:nth-child(3n-2) {
	box-shadow: 1px 0 0 #ddd;
}

/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #5181BE;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.cbp-ig-grid li a:hover{text-decoration: none;}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	padding: 30px 0 0 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-icon:before {
	font-family: 'icomoon';
	font-size: 14em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.cbp-ig-icon-planning span{
	
	 background:url("../images/testimonials/strategy_2.png") no-repeat scroll 0 0; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
.cbp-ig-icon-planning:hover span{
	
	 background:url("../images/testimonials/strategy_1.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}


.cbp-ig-icon-mobile span{
	
	 background:url("../images/testimonials/mobile_2.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
.cbp-ig-icon-mobile:hover span{
	
	 background:url("../images/testimonials/mobile_1.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
	
	.cbp-ig-icon-social span{
	
	 background:url("../images/testimonials/social_2.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
.cbp-ig-icon-social:hover span{
	
	 background:url("../images/testimonials/social_1.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block;
	padding:0px;
	
	}
	
	
	
	.cbp-ig-icon-innovation span{
	
	 background:url("../images/testimonials/innovation_2.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
.cbp-ig-icon-innovation:hover span{
	
	 background:url("../images/testimonials/innovation_1.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
	
	
	.cbp-ig-icon-website span{
	
	 background:url("../images/testimonials/website_2.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
.cbp-ig-icon-website:hover span{
	
	 background:url("../images/testimonials/website_1.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
	
	.cbp-ig-icon-branding span{
	
	 background:url("../images/testimonials/branding_2.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}
	
.cbp-ig-icon-branding:hover span{
	
	 background:url("../images/testimonials/branding_1.png") no-repeat scroll 0 0 ; width:200px; height:200px; display:inline-block; 
	padding:0px;
	
	}





















.cbp-ig-icon-branding:before {
	
}

.cbp-ig-icon-photography:before {
	content: "\e00e";
}

.cbp-ig-icon-cunsult:before {
	content: "\e073";
}

.cbp-ig-icon-android:before {
	content: "\e197";
}

.cbp-ig-icon-mac:before {
	content: "\e195";
}

.cbp-ig-icon-html5:before {
	content: "\e1b9";
}


/* title element */
.cbp-ig-grid .cbp-ig-title {
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	font-size: 2em;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-grid .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #5181BE;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid li > a:hover {
	background: #5181BE;
}

.cbp-ig-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}

.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title {
	color: #fff;
}

.cbp-ig-grid li > a:hover .cbp-ig-title {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.cbp-ig-grid li > a:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 73px;
}


@media screen and (max-width: 62.75em) {
	.cbp-ig-grid li {
		width: 50%;
	}

	/* reset the grid lines */
	.cbp-ig-grid li:nth-child(-n+3){
		border-top: 1px solid #ddd;
	}

	.cbp-ig-grid li:nth-child(3n-1),
	.cbp-ig-grid li:nth-child(3n-2) {
		box-shadow: none;
	}

	.cbp-ig-grid li:nth-child(-n+2){
		border-top: none;
	}

	.cbp-ig-grid li:nth-child(2n-1) {
		box-shadow: 1px 0 0 #ddd;
	}
}

@media screen and (max-width: 41.6em) { 
	.cbp-ig-grid li {
		width: 100%;
	}

	.cbp-ig-grid li:nth-child(-n+2){
		border-top: 1px solid #ddd;
	}

	.cbp-ig-grid li:nth-child(2n-1) {
		box-shadow: none
	}

	.cbp-ig-grid li:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 25em) { 
	.cbp-ig-grid {
		font-size: 80%;
	}

	.cbp-ig-grid .cbp-ig-category {
		margin-top: 20px;
	}
}