ul {
	list-style-type: none;
}
/*==================Team-Members====================*/

.awts-wrapper-main .awts-header h1 {
	border-bottom: 1px dotted #999;
	color: #2151ae;
	font-size: 20px;
	padding-bottom: 11px;
}
.awts-wrapper-main ul li {
	list-style-type: none!important;
}
.awts-wrapper-main ul {
	list-style-type: none!important;
	margin: 0;
	padding: 0;
}
.awts-wrapper-main ul li {
	background: #ffffff none repeat scroll 0 0;
	float: left;
	list-style-type: none;
	margin: 0px 10px -50px 0;
	min-height: 344px;
	padding: 3px;
	width: 180px;
	text-align: center;
}
.pop-mask {
	background-color: rgba(0, 0, 0, 0.80);
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
.awts-wrapper-main ul li .mem-image {border-radius: 50%;background-color:rgba(33, 81, 174, 0.75);}
.awts-wrapper-main ul li .mem-image img {
	border-radius: 50%;
	max-width: 100%;
	width: 100%;
	list-style-type: none;
	border: 3px solid #ccc;
}
img {
	background: rgba(0,0,0,.75);
	text-align: center;
	padding: 45px 0 66px 0;
	opacity: 1;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	padding:0px!important;
}
img:hover {
	opacity: 0.65;
}
.det-left .mem-image img {
	opacity: 1!important;
}
.awts-wrapper-main ul li .mem-short-det {
	padding: 10px 0 20px;
	overflow: hidden;
	list-style-type: none;
}
.awts-wrapper-main .cls-member-detail {
	background: #fff none repeat scroll 0 0;
	border: 4px solid #d9d9d9;
	border-radius: 4px;
	left: 0;
	margin: 0 auto;
	padding: 47px 20px 20px;
	position: fixed;
	right: 0;
	top: 15%;
	width: 600px;
	z-index: 999999;
	height: 450px;S
	overflow-y:scroll;
	overflow-x:hidden;
}
.det-left .speaker-list-dash {
    background-color: #a91e22;
    display: block;
    height: 2px;
    margin: 6px auto;
    width: 35px;
}
.awts-wrapper-main .cls-member-detail .det-left {
	float: left;
	width: 139px;
}
.awts-wrapper-main .cls-member-detail .det-right {
	float: right;
	width: 70%;
	height: auto;
}
.awts-wrapper-main .cls-member-detail .close-pop a {
	background: rgba(0, 0, 0, 0) url("../images/delete-message-icon.png") no-repeat scroll 0 0;
	display: block;
	font-size: 0;
	height: 32px;
	text-indent: -1e+8px;
	width: 32px;
}
.awts-wrapper-main .cls-member-detail .close-pop {
	position: absolute;
	right: 10px;
	top: 10px;
}
.awts-wrapper-main .mem-name {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.awts-wrapper-main .mem-role {
	color: #2151ae;
	font-size: 12px;
}
.awts-wrapper-main .mem-desc {
	font-size: 12px;
	padding: 10px 0;
	text-align: left;
}
.mem-social-icons a {
	display: block;
	float: left;
	height: 25px;
	text-indent: -1e+8px;
	width: 25px;
	margin-right: 5px;
	overflow: hidden;
	cursor: pointer;
}
.mem-social-icons {
	margin: 8px 0;
}
.mem-social-icons:after, .mem-social-icons:before {
	display: block;
	content: "";
	overflow: hidden;
	clear: both;
}
.mem-show-full::after, .mem-show-full::before {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}
.mem-social-icons a.mem-linkedin {
	background: url("../images/in.png") no-repeat scroll 0 0;
}
.mem-social-icons a.mem-twitter {
	background: url("../images/twi.png") no-repeat scroll 0 0;
}
.mem-show-full a {
	background: rgba(0, 0, 0, 0.75) repeat scroll 0 0;
	border-radius: 0;
	color: #fff !important;
	display: inline-block;
	font-family: "Montserrat Bold", sans-serif;
	font-size: 9px;
	font-weight: 700;
	margin: 14px 0 0;
	padding: 5px 7px;
}
.mem-social-icons a.mem-facebook {
	background: url("../images/face.png") no-repeat scroll 0 0;
}
.mem-social-icons a.mem-google {
	background: url("../images/g.png") no-repeat scroll 0 0;
}
.mem-show-full {
	display: none
}
/*==================Team-Members====================*/



/*==================Media Query Team-Members====================*/

@media only screen and (min-width:320px) and (max-width:480px) {
.awts-wrapper-main ul li {
	width: 100%;
	list-style-type: none;
}
.awts-wrapper-main ul li .mem-short-det {
	padding:0 0 60px!important 0;
	margin-bottom:30px!important
	}
	
	.awts-wrapper-main .cls-member-detail {
	background: #fff none repeat scroll 0 0;
	border: 4px solid #d9d9d9;
	border-radius: 4px;
	left: 0;
	margin: 0 auto;
	padding: 47px 20px 20px;
	position: fixed;
	right: 0;
	top: 15%;
	width: 600px;
	z-index: 999999!important;
	height: 450px;
	overflow-y:scroll;
	overflow-x:hidden;
}
}
 @media only screen and (min-width:481px) and (max-width:580px) {
.awts-wrapper-main ul li {
	width: 46%;
	margin: 0 33px 30px 0;
	float: left;
	list-style-type: none;
}
.awts-wrapper-main ul li:nth-child(2n) {
	margin-right: 0;
	list-style-type: none;
}
}
 @media only screen and (min-width:320px) and (max-width:480px) {
.awts-wrapper-main .cls-member-detail {
	background: #fff none repeat scroll 0 0;
	border: 7px solid #d9d9d9;
	border-radius: 4px;
	left: 0;
	margin: 0 auto;
	min-height: 400px;
	padding: 47px 20px 20px;
	position: absolute;
	right: 0;
	top: 15%;
	width: 100%;
	z-index: 2;
}
.awts-wrapper-main .cls-member-detail .det-left {
	float: none;
	margin: 0 auto;
	width: 139px;
}
.awts-wrapper-main .cls-member-detail .det-right {
	float: right;
	margin-top: 30px;
	width: 100%;
}

div.sc_personal_quote  {
    font-size: 14px!important;
    font-style: italic;
    line-height: 18px!important;
    margin-left: 10px;
    width: 90%;
}
.awts-wrapper-main ul li .mem-short-det {
	padding:0 0 60px!important 0;
	margin-bottom:30px!important
	}
}
 @media only screen and (min-width:481px) and (max-width:600px) {
.awts-wrapper-main .cls-member-detail {
	background: #fff none repeat scroll 0 0;
	border: 7px solid #d9d9d9;
	border-radius: 4px;
	left: 0;
	margin: 0 auto;
	min-height: 400px;
	padding: 47px 20px 20px;
	position: absolute;
	right: 0;
	top: 15%;
	width: 99%;
	z-index: 999999;
}
.awts-wrapper-main .cls-member-detail .det-right {
	float: right;
	width: 67%;
}
}








/*==================Media Query Team-Members====================*/
