
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/fonts/icomoon.eot');
	src:url('../fonts/icomoon/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon/fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/fonts/icomoon.svg#icomoon') format('svg');
	
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'entypo';
	src:url('../fonts/entypo/fonts/entypo.eot');
	src:url('../fonts/entypo/fonts/entypo.eot?#iefix') format('embedded-opentype'),
		url('../fonts/entypo/fonts/entypo.woff') format('woff'),
		url('../fonts/entypo/fonts/entypo.ttf') format('truetype'),
		url('../fonts/entypo/fonts/entypo.svg#entypo') format('svg');
	
	font-weight: normal;
	font-style: normal;
}


/* General grid styles */

.cbp-ig-er {
	list-style: none;
	padding: 150px 0 50px 0;
	margin: 0;
    letter-spacing: 2px;
    
    font-size:22px; 
    font-weight:900; 
    line-height:1.8; 
    text-align:center;
}

.cbp-ig-grid {
	list-style: none;
	padding: 160px 0 50px 0;
	margin: 0;
    letter-spacing: 2px;
    font-size:85%;
    
}

/* 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%;
	float: left;
	height: 395px;
	text-align: center;
	border-top: 1px solid #d1d1d1;
    padding: 0px;
 
}

/* 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 #d1d1d1;
}

/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #888;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
    
}


.li-icon {
	margin: 0px 0 0 0;
    padding:55px; /* top, right, bottom, left */
	display: inline-block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
    
}

.li-icon:before {
	font-family: 'icomoon';
	font-size: 115px;
   color: #444;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}


.li-icon-draw:before {
	content: "\e606";
     
}



/* 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: #888;
	width: 160px;
	height: 2px;
	top: 0px;
	left: 50%;
	margin: -20px 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 {
	font-family: 'diavlo', Calibri, Arial, sans-serif;
    
    text-transform: uppercase;
	display: inline-block;
	font-size: 15px;
    font-weight:bold;
	font-style:normal;
	
	letter-spacing: 4px;
	color: #e3e3e3;
	-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: #b9b9b9;
}



.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 .li-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: 63px;
}


@media screen and (max-width: 62.75em) {

.cbp-ig-grid {
	
	padding: 160px 0 50px 0;
	
}

.cbp-ig-er {
	
	padding: 120px 0 50px 0;
    
	font-size: 100%;
}
	.cbp-ig-grid li {
		width: 50%;
	}

	/* reset the grid lines */
	.cbp-ig-grid li:nth-child(-n+3){
		border-top: 1px solid #c4c4c4;
	}

	.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 #c4c4c4;
	}
    
    .cbp-ig-grid .cbp-ig-category {
    color:#bfbfbf;
    }
    
}


@media screen and (max-width: 55em) {



.cbp-ig-grid {
	
	padding: 30px 0 50px 0;
	
}





.cbp-ig-er {
	font-size: 160%;
	padding: 0px 0 50px 0;
    margin-top: -30px;
	
}


}


@media screen and (max-width: 41.6em) { 
	

.cbp-ig-grid {

	
	padding: 30px 0em 0em 0em;
	
  
}
	
	
 

	.cbp-ig-grid li {
    padding: 0px auto auto auto;
		width: 100%;
	}

	.cbp-ig-grid li:nth-child(-n+2){
		border-top: 1px solid #c4c4c4;
	}

	.cbp-ig-grid li:nth-child(2n-1) {
		box-shadow: none
	}

	.cbp-ig-grid li:first-child {
		border-top: none;
	}
    
    
    .cbp-ig-grid li > a:hover {
	background: #888;
}



.cbp-ig-grid .cbp-ig-category {
	
	color: #e9e9e9;


    
    
    
}

@media screen and (max-width: 25em) { 
	
    
    .cbp-ig-grid {
		font-size: 80%;
	}

	.cbp-ig-grid .cbp-ig-category {
		margin-top: 20px;
	}
}