*{ margin:0; padding:0;}

#isotopeContainer{
	display:block;
	clear:both;
	margin-top:0;
	margin-bottom:20px;
	padding-left:0;
	padding-right:0;
	list-style:none;
}
#team-category-view .item{
	margin:0;
	padding:0;
	/*width:282px; 4 in a row */
	/*width:376px;  3 in a row */
	width:33%;
	max-width:564px; /* 2 in a row */
	display:inline-block;
	float:left;
	list-style:none;
	box-sizing:border-box;
}
#team-category-view .item a{ display:block; }
#team-category-view .item img{ width:100%; padding:0; margin:0;  }
#team-category-view .item img{ 
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);	
}
#team-category-view .item:hover img{ 
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);	
    opacity:0.8;
    filter: alpha(opacity=80);
}
.team_link,.team_image{ position:relative;}
#team-category-view li a .p_hover{
    display:none;
	/*background:rgba(4,28,44,0);*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
#team-category-view li a:hover .p_hover{
    display:block;
    /*background:rgba(4,28,44,0.8);*/
    background:rgba(0,0,0,0.5);
}
.team-member-profile{
    width:100%;
    position:relative;
}
.full-thumb{
    width:100%;
}
#single-team{
	position:relative;
}

#single-team .item .uk-article-title{
	margin-top: 15%;
	font-family:Arial !important;
}

#single-team .p_hover{
	background:rgba(255,255,255,0);
}
#single-team .p_hover:hover{
	/*background:rgba(0,0,0,0.50);*/
}
.team-title{
    margin-top: 26%;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: normal;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
}
.team-title img{
	width: auto;
	height: auto;
	max-height: 50px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	filter: grayscale(0%) brightness(1) invert(0);
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.signature-logo{ 
    position:absolute;
	left:0;
	right:0;
	top:0;
	text-align:center; 
	background:rgba(235,235,235,0.7);
	z-index:999;
	padding:5px 10px;
	/* min-height:169px;*/ 
	/*min-height:85px; */
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;

}
#single-team .signature-logo #member-meta-info{
	display:table;
	float:right;
}


#single-team .team-item-title{
	display:block;
	float:left;
	color:#bebdbf;
	line-height: 24px;
}

#member-meta-info{
    margin-bottom:15px;
}

#member-meta-info .main-heading{
    line-height:34px;
    margin-bottom:4px;
    color:inherit;
    font-weight:normal;
    letter-spacing:0;
    text-transform:capitalize;
}
#member-meta-info > p{
    color:#bebdbf;
    text-transform:capitalize;
}


#single-team .signature-logo p{
	float:left;
	color:#bebdbf;
	padding:5px 0px;
	margin-left:10px;
}
.signature-logo img{ 
	margin-top: 22%;
	width: auto;
	height: auto;
	max-height: 50px;
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	
	filter: grayscale(0%) brightness(1) invert(0);
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.team-item-title{
	font-size:24px;
	font-weight:normal;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:0;
}
.signature-logo p{
	font-weight:normal;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
}


.team-title {
    font-family: Arial !important;
    margin-bottom:5px;
}
.designation-info{
    font-family: Arial !important;
    color:#fff;
    font-size:14px;
    line-height:normal;
    font-weight:normal;
}

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {

  z-index: 2;

}

.isotope-hidden.isotope-item {

  pointer-events: none;

  z-index: 1;

}

/**** Isotope CSS3 transitions ****/

.isotope,

.isotope .isotope-item {

  -webkit-transition-duration: 0.8s;

  -moz-transition-duration: 0.8s;

  -ms-transition-duration: 0.8s;

  -o-transition-duration: 0.8s;

  transition-duration: 0.8s;

}

.isotope {

  -webkit-transition-property: height, width;

  -moz-transition-property: height, width;

  -ms-transition-property: height, width;

  -o-transition-property: height, width;

  transition-property: height, width;

}

.isotope .isotope-item {

  -webkit-transition-property: -webkit-transform, opacity;

  -moz-transition-property: -moz-transform, opacity;

  -ms-transition-property: -ms-transform, opacity;

  -o-transition-property: top, left, opacity;

  transition-property: transform, opacity;

}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,

.isotope.no-transition .isotope-item,

.isotope .isotope-item.no-transition {

  -webkit-transition-duration: 0s;

  -moz-transition-duration: 0s;

  -ms-transition-duration: 0s;

  -o-transition-duration: 0s;

  transition-duration: 0s;

}

/* End: Recommended Isotope styles */

ul#filters li {

  display: inline-block;

  vertical-align: top;

  margin: 9px 9px 0 0;

}

#isotopeContainer {

  padding-top: 8px;

}


/* Social Share */

.social-share{
	display:inline-block;
	text-decoration:none;
	float:left;
	margin:5px;
	cursor:pointer; 
}

.social-share-widget{ display:inline-block; overflow:hidden; }
.social-share-widget h3{ display:block; /*float:left;*/ padding:7px 5px 2px 0px;}
.social-shareblock .social-share:nth-child(2){ margin-left:0px; }
.facebook-sicon{ width:15px; height:20px; background:url(../images/facebook-share.png) no-repeat center center;}
.linkedin-sicon{width:20px; height:20px; background:url(../images/linkedin-share.png) no-repeat center center;}
.twitter-sicon{width:25px; height:20px; background:url(../images/twitter-share.png) no-repeat center center;}
.pinterest-sicon{width:15px; height:20px; background:url(../images/pinterest-share.png) no-repeat center center;}

#back_button{ color:#000; float:right; font-weight:bold; margin-top:47px;}


@media only screen and (min-width:1200px){
	.signature-logo{
		/*border-right: 0px solid #000;*/
		border:none !important;
	}
}

@media only screen and (min-width:480px) and (max-width:1200px){

}
@media only screen and (max-width: 479px){
    .team-title {
        font-size:14px;
        font-family: Arial !important;
        margin-bottom:0px;
    }
    .designation-info{
        font-family: Arial !important;
        color:#fff;
        font-size:10px;
        line-height:normal;
    }

	#single-team .team-item-title {
		float: none;
		display: block;
		text-align: center;
	}
	#single-team .signature-logo p {
		float:none;
		display:block;
		padding:3px 0px;
		text-align:center;
	}
}


@media screen and (min-width:480px) and (max-width:767px){
    #team-category-view .item{
    	margin:0;
    	padding:0;
    	/*width:282px; 4 in a row */
    	/*width:376px;  3 in a row */
    	width:50%;
    	max-width:564px; /* 2 in a row */
    	display:inline-block;
    	float:left;
    	list-style:none;
    	box-sizing:border-box;
    }
}

@media screen and (max-width:479px){
    #team-category-view .item{
    	margin:0;
    	padding:0;
    	/*width:282px; 4 in a row */
    	/*width:376px;  3 in a row */
    	width:100%;
    	max-width:564px; /* 2 in a row */
    	display:inline-block;
    	float:left;
    	list-style:none;
    	box-sizing:border-box;
    }
}