article.wdg-employee>.items-wrapper {
	max-width: 1600px;
	margin: auto;
	overflow: auto;
	padding: 1em;
}

article.wdg-employee>.items-wrapper  .items {
	float: right;
	width: 30.36%;
	margin: 1%;
	background: #fff;
	padding-bottom: 1em;
	-webkit-transition: -webkit-box-shadow .3s;
	-moz-transition: -moz-box-shadow .3s;
	transition: box-shadow .3s;

}

article.wdg-employee>.items-wrapper  .items > a {
	text-decoration: none;
}

article.wdg-employee>.items-wrapper  .items:hover {
	text-decoration: none;
	-webkit-box-shadow: 11px 10px 15px -9px rgba(168,168,168,1);
	-moz-box-shadow: 11px 10px 15px -9px rgba(168,168,168,1);
	box-shadow: 11px 10px 15px -9px rgba(168,168,168,1);
}

article.wdg-employee>.items-wrapper  .items img.emplyee-photo {
	display: block;
	max-width: 100%;
	width: 100%;
}

article.wdg-employee>.items-wrapper .items h1.employee-name {
	font-size: 1.6em;
	margin: .3em;
	padding: .2em;
	color: #0da8a8;
}

article.wdg-employee>.items-wrapper .items h1.employee-position {
	font-size: 1.1em;
	margin: .3em;
	padding: .2em;
	color: #7c8080;
}

article.wdg-employee>.items-wrapper .items>div.social-media-wrapper {
	text-align: center;
	margin-right: 16px;
}

article.wdg-employee>.items-wrapper .items>div.social-media-wrapper > a {
	display: inline-block;
	margin: .2em;
	padding: 0;
	width: 30px;
	height: 30px;
	float: right;
	background-size: 30px 60px;
	transition: all .2s ease-out;
}

article.wdg-employee>.items-wrapper .items div.social-media-wrapper > a:hover {
	background-position: bottom;
}

article.wdg-employee blockquote {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-right: 15px;
	border: none;
	border-right: 2px solid #0da8a8;
	line-height: 2em;
	color: #7c8080;
	font-weight: normal !important;
	min-height: 200px;
}

@media only screen and (max-width: 900px) {
	article.wdg-employee>.items-wrapper>.items {
		width: 48%;
	}
}

@media only screen and (max-width: 600px) {
	article.wdg-employee>.items-wrapper>.items {
		width: 99%;
	}
}


#employee-modal {
	display: none;
	background: rgba(0, 0, 0, .75);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

#employee-modal > .modal-content-wrapper {
	background: #000;
	width: 100%;
	max-width: 1300px;
	padding: 2em;
	margin: auto;
	position: relative;
} 

#employee-modal > .modal-content-wrapper > .content {
	color: #fff;
	overflow: auto;
	margin: 1em 2em;

}

#employee-modal > .modal-content-wrapper > .content .bio {
	width: 50%;
	float: right;

}

#employee-modal > .modal-content-wrapper > .content .bio > article {
	text-align: justify;
	padding: 1em;
    line-height: 1.75em;
}

#employee-modal > .modal-content-wrapper > .content .bio > .info {
	padding: 1em;
    overflow: auto;
}

#employee-modal > .modal-content-wrapper > .content .bio > .info h5 {
    font-size: 20px;
}

#employee-modal > .modal-content-wrapper > .content .bio > .info > .kid-photo {
	float: left;
}

#employee-modal > .modal-content-wrapper > .content .bio > .info > .about {
	float: right;
}

#employee-modal > .modal-content-wrapper > .content .photo {
	width: 50%;
	float: left;
    background-size: cover;
    background-position: center;
}

#employee-modal > .modal-content-wrapper .handler {
	position: absolute;
	top: 45%;
}

#employee-modal > .modal-content-wrapper .handler > img {
	max-width: 50px;
}

#employee-modal > .modal-content-wrapper .handler.handler-left {
	left: 15px;
}

#employee-modal > .modal-content-wrapper .handler.handler-right {
	right: 15px;
}

#employee-modal > .modal-content-wrapper .handler.handler-close {
    right: 15px;
    top: 15px;
}



@media only screen and (max-width: 900px) {
	#employee-modal > .modal-content-wrapper > .content .photo {
		width: 90%;
	}
	
	#employee-modal > .modal-content-wrapper > .content .bio {
		width: 90%;
	}
}