
/*--responsive media-quries--*/

/*----*/
.port{
	float:left;
	color:#a2a3a3;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:3em;
}
.works,.service,.meet {
	border-top: 1px solid #E0E0E0;
}
.works{
	margin-top:40px;
	padding: 0.6em 0.6em;
	padding-bottom:0 !important
}
#filters {
	 list-style: none;
	 float:right;
	 padding-top:25px;
 }
#filters li {
	display:inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -o-inline-box;
	display: -ms-inline-box;
}
#filters li span {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #444;
	font-size: 1.1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:700;
	margin: 0 0.5em;
	cursor:pointer;
}
#filters li span:hover ,#filters li.active span {
	color: #fff;
	background:#279f7c;
	border-radius:5px;
}

#filters1 {
	list-style: none;
	float:right;
	padding-top:25px;
}
#filters1 li {
	display:inline-block;
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -o-inline-box;
	display: -ms-inline-box;
}
#filters1 li span {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #444;
	font-size: 1.1em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-weight:700;
	margin: 0 0.5em;
	cursor:pointer;
}
#filters1 li span:hover ,#filters1 li.active span {
	color: #fff;
	background:#8cb16f;
	border-radius:5px;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 29%;
	display: none;
	overflow: hidden;
	margin: 3% 4% 3% 0;
}

div#portfoliolist {
	padding: 0;
	width: 105%;
	margin: 0 auto;
	margin-left: -1%;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio-wrapper p{
	color:#000;
	font-size:1.1em;
	padding:1em 0;
}
.portfolio-wrapper span.arrow{
	background: url(../arrow.html) no-repeat 0px 0px;
	width: 49px;
	height: 26px;
	display: inline-block;
	position: absolute;
	bottom: 50px;
left: 114px;
}
.portfolio img {
	max-width: 100%;
    max-height: 250px;
    margin: 0 auto;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}		
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size: 2em;
	text-transform: uppercase;
	padding-top: 2.8em;
	display: block;
	font-weight: 500;
}
.b-animate button{
	background: #000;
	padding: 0.9em 1.8em;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.3em;
	margin: 0.8em auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	outline: none;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background:rgba(39, 159, 124, 0.6);
	background-size: 100% 100%;
	top: 0px;
	margin: 0;
	min-height: 241px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
/*----*/



/*--responsive--*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1024px){

}
@media(max-width:768px){

#filters li span {
	font-size: 1em;
	margin: 0;
}

}
@media(max-width:640px){

.port,.ser,.team {
	font-size: 2em;
}
#filters li span {
	font-size:0.9em;
	padding: 6px 10px;
}
.b-animate span {
	padding-top: 1.4em;
	font-size:1.2em;
}
.b-animate button {
	padding: 0.7em 1em;
	font-size: 0.8em;
}

}
@media(max-width:480px){

.port ,#filters{
	float: none;
}
#filters {
	padding: 0.5em 0 0;
}
.works {
	padding: 1.5em 0;
}
#portfoliolist .portfolio {
	width: 48%;
	margin: 3% 3% 0% 0;
}
#portfoliolist .portfolio:nth-child(3)  {
	margin-right: 3%;
}
#portfoliolist .portfolio:nth-child(2),
#portfoliolist .portfolio:nth-child(4),
#portfoliolist .portfolio:nth-child(6){
	margin-right:0;
}
.b-animate span {
	padding-top: 2.8em;
}
.sed ,.sit{
	font-size: 1em;
	line-height: 1.7em;
	height: 50px;
	overflow: hidden;
}
ul.box-in {
	width: 65%;
}
ul.social,.footer-class {
	float: none;
}

p.info{
	height: 72px;
	overflow: hidden;
}
.top-comment-left {
	width: 17%;
}
.top-comment-right {
	width: 76%;
}
.top-comment-right p {
	height: 43px;
	overflow: hidden;
}
.table-form form input[type="text"] {
	width: 65%;
}
.table-form textarea {
	width: 80%;
}
.artical-links ul li a {
	padding-left: 10px;
}
}
@media(max-width:320px){

#filters li span {
	font-size: 0.7em;
}
.b-animate span {
	padding-top: 1.3em;
	font-size:1em;
}
.b-animate button {
	padding: 0.6em 0.8em;
	font-size: 0.7em;
}

}
}