.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-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;
}

/*isotope styling
***************************/

.panel {
	float: left;
	width: 290px;
	padding: 10px;
	margin: 0 4px 10px 4px;
	color: #000;
	border: 1px solid #e4e4e4;
	height: 100px;
	background: #e8e6e4 /*#648db4*/;
	position: relative;
	/*-webkit-box-shadow: 4px 5px 5px -1px rgba(169,192,213,1);
			-moz-box-shadow: 4px 5px 5px -1px rgba(169,192,213,1);
			box-shadow: 4px 5px 5px -1px rgba(169,192,213,1);		*/
}

.panel .img img {
	min-width: 112px;
	display: block;
}

.img {
	float: right;
	margin: 0 0 25px 0;
	width: 120px;
	height: 90px;
}

.img a {
	position: relative;
	display: block;
	height: 100%;
}

.img a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.orange div.img {
	/*background:#FF8C00;*/
	background: #fff;
}
.cyan div.img {
	/*background:#00B4D4;*/
	background: #fff;
}
.yellow div.img {
	/*background:#FFD800;*/
	background: #fff;
}
.green div.img {
	/*background:#00C043;*/
	background: #fff;
}
.purple div.img {
	/* background:#8E0082;*/
	background: #fff;
}

.panel p {
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

p.name {
	padding-top: 4px;
	font-size: 17px;
	color: #fff;
}
p.name.toolong {
	font-size: 14px;
	line-height: 22px;
}

p.name a {
	color: #245079;
	text-decoration: none;
}
p.name a:hover {
	color: #000;
	text-decoration: none;
}
p.surname {
	display: none;
}
p.title {
	font-size: 12px;
	padding-bottom: 8px;
	color: #ba3a4f;
}
p.title.toolong {
	font-size: 12px !important;
}
p.position {
	display: none;
}
p.practice {
	display: none;
}
p.email {
}
p.email a {
	font-size: 11px;
	color: #ba3a4f;
	text-decoration: underline;
}
p.email a:hover {
	color: #245079;
}

p.office {
	padding: 5px 0 0 0;
	color: #000;
	font-size: 13px;
}

p.tel {
	font-size: 14px;
	color: #000;
}

.social {
	float: left;
	padding-top: 8px;
}
.social a {
	float: left;
	margin-right: 4px;
}
.social img {
}

#filter {
	float: left;
	clear: both;
}

#options {
}

#options ul {
	-webkit-padding-start: 0;
}
#options ul li {
	color: #245079;
	display: inline-block;
	margin-right: 4px;
	-webkit-padding-start: 0;
	text-transform: uppercase;
}

#options ul li a {
	color: #fff;
	display: block;
	padding: 4px 8px 0 9px;
	font-size: 14px;
	height: 22px;
	background: #a1a1a1;
	/*background: #245079;*/
	text-transform: uppercase;
	text-decoration: none;
}

#options ul li a:hover,
#options ul li a.selected {
	color: #fff;
	background: #245079;
}

.profile #lower-header h2 {
	font-weight: normal;
	color: #2d2d2d;
}

.profile #lower-header h2 span {
	font-size: 14px;
}

.profile #other-people h2 {
	font-weight: normal;
	color: #313446;
	font-size: 2.4em;
}

.profile #left #details p {
	color: #555;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0;
}
.profile #left #details a {
	color: #00b5d3;
}
.profile #left #details a:hover {
	color: #313446;
}
.profile #left #details p.email {
	margin-bottom: 8px;
}

.profile #left #quote {
	color: #bbb !important;
	background: url(../images/layout/quotes-open.png) top left no-repeat;
	display: block;
	padding-left: 50px;
	font-size: 2.2em;
}
.profile #left #quote span {
	background: url(../images/layout/quotes-close.png) bottom right no-repeat;
	display: block;
	padding-right: 10px;
}

.profile #quote {
	padding: 30px 0 8px 0;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #555;
}

.profile #right h2 {
	font-weight: normal;
	color: #00b5d3;
	font-size: 2.8em;
}
.profile #right h3 {
	font-weight: normal;
	color: #555;
	font-size: 2em;
	margin: 12px 0 8px 0;
	padding: 0;
}
.profile #right p {
	font-weight: normal;
	color: #555;
	font-size: 1.4em;
}

.profile a.people {
	display: block;
	width: 300px;
	height: 88px;
	text-indent: -5000px;
}
