/*==================Team-Members====================*/



.pop-mask {
    background-color: rgba(0, 0, 0, 0.80);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}


.uwpteams-wrapper-main .cls-member-detail {
    background: #fff none repeat scroll 0 0;
    border: 7px solid #d9d9d9;
    border-radius: 4px;
    left: 0;
    margin: 0 auto;
    padding: 47px 20px 20px;
    position: fixed;
    right: 0;
    top: 15%;
    width: 600px;
    z-index: 2;
	min-height:400px;
}

.uwpteams-wrapper-main .cls-member-detail .det-left {
    float: left;
	width: 139px;

}

.uwpteams-wrapper-main .cls-member-detail .det-right {
    float: right;
    width: 70%;
}

.uwpteams-wrapper-main .cls-member-detail .close-pop a {
    background: rgba(0, 0, 0, 0) url("../images/close-button.png") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 32px;
    text-indent: -1e+8px;
    width: 32px;
}

.uwpteams-wrapper-main .cls-member-detail .close-pop {
    position: absolute;
    right: -11px;
    top: -11px;
}


.uwpteams-wrapper-main .mem-name {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
}

.uwpteams-wrapper-main .mem-role {
    color: firebrick;
    font-size: 14px;
}


.uwpteams-wrapper-main .mem-desc {
    font-size: 14px;
    padding: 10px 0;
}

.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;
}

a.mem-linkedin{
    background:  url("../images/in.png") no-repeat scroll 0 0;
	display: block;
    float: left;
    height: 25px;
    text-indent: -1e8px;
    width: 25px;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}



a.mem-twitter {
    background:  url("../images/twi.png") no-repeat scroll 0 0;
	display: block;
    float: left;
    height: 25px;
    text-indent: -1e8px;
    width: 25px;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}


.mem-show-full a {
    background: rgba(0, 0, 0, 0) linear-gradient(#333, #000) repeat scroll 0 0;
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    font-family:sans-serif;
    font-size: 9px;
    font-weight: 700;
    margin: 14px 0 0;
    padding: 5px 7px;
}

a.mem-facebook {
    background:  url("../images/facebook.png") no-repeat scroll 0 0;
	display: block;
    float: left;
    height: 25px;
    text-indent: -1e8px;
    width: 25px;
    margin-right: 5px;
    overflow: hidden;
    cursor: pointer;
}




/*==================Team-Members====================*/



/*==================Media Query Team-Members====================*/



}


/* (1680x1050) WSXGA+ Display */
@media  screen and (max-width: 1680px) {
    .uwpteams-wrapper-main .cls-member-detail {
		min-width: 900px;
	}
}
 
/* (1920x1080) Full HD Display */
@media  screen and (max-width: 1920px) {
	    .uwpteams-wrapper-main .cls-member-detail {
		min-width: 900px;
	}
    /* insert styles here */
}
 
/* (1600x900) HD+ Display */
@media  screen and (max-width: 1600px) {
	    .uwpteams-wrapper-main .cls-member-detail {
		min-width: 900px;
	}
    /* insert styles here */
}

@media only screen and (min-width:320px) and (max-width:480px){
	
.uwpteams-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;
}

.uwpteams-wrapper-main .cls-member-detail .det-left {
    float: none;
    margin: 0 auto;
    width: 139px;
}

.uwpteams-wrapper-main .cls-member-detail .det-right {
    float: right;
    margin-top: 30px;
    width: 100%;
}


	
}

@media only screen and (min-width:481px) and (max-width:600px){
	
.uwpteams-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: 2;
}


.uwpteams-wrapper-main .cls-member-detail .det-right {
    float: right;
    width: 67%;
}
	
}








/*==================Media Query Team-Members====================*/


