/*coolzu.com*/
*, *:after, *:before {
	transition: all 0.5s;
	/* -webkit-transition: all 0.5s; */
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a{text-decoration: none;}
a:hover{text-decoration: none !important;}
@media(max-width:480px){
	.services, .about, .testimonials, .news {
		padding: 0em 0;
	}
	.services-grids p {
		width: 85%;
	}
	.services-grids {
		margin-top: 3em;
	}
	ul.simplefilter {
		display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2.5em;
	position: fixed;
	z-index: 10;
    right: 10px;
    -webkit-transition: .2s;
	width: 23px;
	/*top: .1em;*/
	bottom: 5%;
	}
	ul.simplefilter li { 
		display: block;
    width: 1em!important;
    height: 1em!important;
    line-height: 1em!important;
    font-size: .14em;
	text-align: center;
	color: #999;
	padding: 0px;
    margin: 0px;
	border: 1px solid #e8e8e8;
	border-radius: 50%;
	}
	
	ul.simplefilter li.all-no{ display: none;}

	ul.simplefilter li {
		color: #999;
		cursor: pointer;
		display: inline-block;
		text-transform: uppercase;
		margin: 0.2em 0.1em;
		border: 0px solid #e8e8e8;
		font-size:0.9em;
	} 
	ul.simplefilter li:hover {
		border-color: #ee741f;
		color: #ee741f;
		width: 1em!important;
    height: 1em!important;
	}
	ul.simplefilter li.active {
		border-color: #ee741f;
		background-color: #ee741f;
		color: #fff;
		width: 1em!important;
    height: 1em!important;
    padding: 2px;
	}

	.filtr-item {
		padding: 0.5em;
	}

	.blog-w3lgrids {
		margin-top: 2em;
	}
	.testimonials-grid p { 
		font-size: 1em;
	}
	.flexslider {
		width: 90%;
	}
	.news-grid-left {
		padding: 0 0em;
	}
	.date { 
		float: none;
		margin: 0 auto;
	}
	.date-info {
		padding: 1em 0 0;
		width: 100%;
		text-align: center;
	}
	.contact-w3ls-row {
		width: 95%; 
	}
	.contact input[type="submit"] { 
		padding: 0.6em 4em;
	}
	.address-grids {
		padding: 0;
		float: none;
		width: 100%;
	}
	.address-grids:nth-child(2){
		margin:1em 0;
	}
	p {
		font-size: 0.9em; 
	}
	.w3-agileaddress span.fa {
		font-size: 1em; 
		margin-bottom: 0.3em; 
	}
	.cd-stretchy-nav ul a { 
		height: 35px; 
	}
	.cd-stretchy-nav ul { 
		padding: 48px 0 10px; 
	}
	.simplefilter li {
		font-size: 0.8em;
		margin: 0 0.1em;
		padding: 0.8em 1.2em;
	}
	h3.w3title {
		font-size: 2.8em;
	}
	}
	

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	}


	/*-- portfolio --*/ 
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
} 
/* Filter controls */
.simplefilter {
    text-align: center;
    margin: 0 0em 2em 0;
}
.simplefilter li {
    color: #999;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.3em 0.6em;
    margin: 10px 0.3em;
    border: 1px solid #e8e8e8;
	font-size:1em;
} 
.simplefilter li:hover {
    border-color: #ee741f;
    color: #ee741f;
}
.simplefilter li.active {
	border-color: #ee741f;
    background-color: #ee741f;
    color: #fff;
}


.agileits-img:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); 
}
.agileits-img h2 {
text-align: center;
    font-size: 14px;
    color: #000;
}
.agileits-img h2:hover {
    color: #fff;
    text-decoration: none;
}
/*--  Demo8 --*/
.agileits-img {
  background-color: #FFF;
  display: block; 
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 0 #555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
    border: 1px solid #eee;
    border-radius: .5rem;
    padding: 10px;
} 
.agileits-img:before {
  content: '';
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}
.agileits-img:hover {
  cursor: pointer;
  text-decoration: none;
}
.agileits-img:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
