/*
	Mosaic - Sliding Boxes and Captions jQuery Plugin
	Version 1.0.1
	www.buildinternet.com/project/mosaic
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/



/*General Mosaic Styles*/
.bios_min-div
{
    float: left;
    width: 261px;
    height: auto;
    margin-right: 20px;
    padding: 15px;
    border: 1px solid #305766;
    margin-bottom: 20px;
    background-color: #254653;
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 1.20em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #739eaf;
    text-shadow: 1px 1px 1px #1c3742;
}




.bios_min-div:hover
{
    float: left;
    width: 261px;
    height: auto;
    margin-right: 20px;
    padding: 15px;
    border: 1px solid #0a808a;
    margin-bottom: 20px;
    background-color: #2f5463;
    color: #fff;
    text-shadow: 1px 1px 1px #04828e;
}



.bios_min-div_img
{
    float: left;
    width: 259px;
    height: 250px;
    margin-right: 20px;
    border: 1px solid #497788;
    background-color: #ffffff;
}


.bios_min-div_img:hover
{
    float: left;
    width: 259px;
    height: 250px;
    margin-right: 20px;
    border: 1px solid #23b4c5;
    background-color: #ffffff;
}

.bios_name
{
    width: 261px;
    height: auto;
    float: left;
    font-family: 'PT Sans Narrow' , sans-serif;
    letter-spacing: 0.032em;
    padding: 7px 0px;
    border-bottom: 1px solid #3f6a7b;
}



.bios_designation
{
    width: 261px;
    height: auto;
    float: left;
    padding: 7px 0px 0 0;
    letter-spacing: 0.032em;
    font-family: 'PT Sans Narrow' , sans-serif;
}


.bios_name_delias
{
    float: left;
    width: 100%;
   font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 1.20em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #424a6b;
    padding: 7px 0px;
    text-shadow: 1px 1px 1px #e1e2e7;
}





.bios_designation_delias
{
    width: 100%;
    float: left;
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 1.50em;
    letter-spacing: 0.01em;
    color: #60698d;
    padding: 7px 0px;
}

.mosaic-block
{
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    height:100%;
    background: #111 url(../../App_Themes/ELPISCMS/images/progress.gif) no-repeat center center;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.mosaic-backdrop
{
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.mosaic-overlay
{
    display: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
}

/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay
{
    background: url(../../App_Themes/ELPISCMS/images/hover-magnify.png) no-repeat center center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    display: none;
}

.fade .mosaic-overlay
{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter: alpha(opacity=00);
    background: url(../../App_Themes/ELPISCMS/images/bg-black.png);
}

.bar .mosaic-overlay
{
    bottom: -100px;
    height: 65px;
    background: url(../../App_Themes/ELPISCMS/images/bg-black.png);
}

.bar2 .mosaic-overlay
{
    bottom: -50px;
    height: 100px;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.bar2 .mosaic-overlay:hover
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.bar3 .mosaic-overlay
{
    top: -100px;
    height: 100px;
    background: url(../../App_Themes/ELPISCMS/images/bg-black.png);
}
/*** End Animation Styles ***/

.details
{
    margin: 15px 10px;
}

h4
{
    font: 13px 'Helvetica Neue' , Helvetica, Arial, sans-serif;
    line-height: 160%;
    letter-spacing: 0.15em;
    color: #fff;
    text-shadow: 1px 1px 0 rgb(0,0,0);
}


.details p
{
    font-size:11px;
    font-family:Trebuchet MS; 
    color: #ffffff;
    text-shadow: 1px 1px 0 rgb(0,0,0);
}
.details a
{
    text-decoration: none;
}


/*:::::::::::::::::::::::::::::::::Team Detele CSS::::::::::::::::::::::::::::::*/

.team_left_databox_div
{
    width: 250px;
    height: auto;
    float: left;
    padding: 10px 10px;
    margin: 10px 0px;
    border: 1px solid #305766;
}

.team_left_databox_div .heading
{
    width: 250px;
    height: auto;
    float: left;
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 18px;
    color: #0a929e;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #12252d;
    margin-bottom: 5px;
}

.team_left_databox_div ul
{
    margin: 0;
    padding: 0;
}

.team_left_databox_div ul li
{
    width: 240px;
    height: auto;
    font-size: 13px;
    color: #89C0CE;
    text-align: left;
    line-height: 18px;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: url(../../App_Themes/ELPISCMS/images/team_arrow_icon.gif) no-repeat top left;
    margin: 0;
    list-style: none;
    float: left;
}



.team_left_databox_content
{
    width: auto;
    height: auto;
    float: left;
}

.team_right_databox_div
{
    width: 630px;
    height: auto;
    float: left;
    padding: 0px 20px;
    margin-top: 20px;
}

.team_right_databox_div .heading
{
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 18px;
    color: #0a929e;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #12252d;
}

.team_right_databox_div .subheading
{
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 16px;
    color: #48bdc7;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #12252d;
}


.team_detels_iconpanel
{
    float: left;
    width: auto;
    height: auto;
    text-align: left;
    font-size: 18px;
    font-family: 'PT Sans Narrow' , sans-serif;
    letter-spacing: 0.052em;
    font-weight: normal;
    text-decoration: none;
    color: #5394a5;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #12252d;
}

.team_detels_iconpanel_contentdiv
{
    width: auto;
    height: auto;
    margin-bottom: 0px;
    float: right;
    font-size: 16px;
    font-family: 'PT Sans Narrow' , sans-serif;
    color: #5394a5;
    text-transform: uppercase;
}


.team_detels_iconpanel img
{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.team_detels_iconpanel_content
{
    font-size: 16px;
    font-family: 'PT Sans Narrow' , sans-serif;
    letter-spacing: 0.082em;
    font-weight: normal;
    text-decoration: none;
    color: #89c0ce;
    text-transform: none;
    text-shadow: 1px 1px 1px #12252d;
    line-height: 24px;
    float: left;
    width: 100%;
    display: block;
}

.team_detels_iconpanel_content a
{
    font-size: 16px;
    font-family: 'PT Sans Narrow' , sans-serif;
    letter-spacing: 0.082em;
    font-weight: normal;
    text-decoration: none;
    color: #89c0ce;
    text-transform: none;
    text-shadow: 1px 1px 1px #12252d;
}

.team_detels_iconpanel_content a:hover
{
    font-size: 16px;
    font-family: 'PT Sans Narrow' , sans-serif;
    letter-spacing: 0.082em;
    font-weight: normal;
    text-decoration: none;
    color: #89c0ce;
    text-transform: none;
    text-shadow: 1px 1px 1px #12252d;
}



.ofcounsel_databox_div
{
    width: 98%;
    height: auto;
    float: left;
    padding: 10px 0px;
    margin-top: 10px;
    border-bottom: 1px solid #305766;
}

.ofcounsel_databox_div .heading
{
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 18px;
    color: #0a929e;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #12252d;
}

.ofcounsel_databox_div .subheading
{
    font-family: 'PT Sans Narrow' , sans-serif;
    font-size: 16px;
    color: #48bdc7;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #12252d;
}


.ofcounsel_databox_div p
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.032em;
    line-height: 21px;
    color: #ffffff;
}
