@charset "utf-8";
/* CSS Document */

.containerLeft
{
	border:1px solid #ccc; padding-top:20px;
}

.containerRight
{
	border:1px solid #ccc; padding-top:20px;
}

/* Social Media Icons  */

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    height:43px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}

/*
	Member Detail Style
*/

.memb-detail
{
	border:0px solid #333;
	padding:5px 10px 20px 10px;
	margin:10px 0px;
}

.memb-highlight
{
	background-color:#214288; color:#fff; border-radius:10px; text-decoration:none;
}
.memb-highlight-2
{
	background-color:#333333; color:#fff; border-radius:10px; text-decoration:none;
}
.memb-highlight-3
{
	background-color:#214288; color:#fff; border-radius:10px; text-decoration:none;
}

.memb-pix
{
	border:4px solid #fff; border-radius:180px; width:30px; height:30px; margin:20px; text-align:center;
}
.memb-name-block
{
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.memb-title
{
	font-family:'Lato', sans-serif;
	font-size:32pt; font-weight:normal;	
}
.memb-name
{
	font-family:'Lato', sans-serif;
	font-size:32pt; font-weight:normal;	
}
@media (max-width:480px){
	.memb-title
		{
			font-family:'Lato', sans-serif;
			font-size:18pt; font-weight:normal;	
		}
	.memb-name
		{
			font-family:'Lato', sans-serif;
			font-size:18pt; font-weight:normal;	
		}
}

.memb-designation
{
	font-family:'Lato', sans-serif;
	font-size:18pt;
	font-weight:normal;
	color:#89afff;
}
.memb-subject
{
	font-family:'Lato', sans-serif;
	font-size:16pt;
	font-weight:normal;
	color:#89afff;
}
.memb-org
{
	font-family:'Lato', sans-serif;
	font-size:14pt;
	font-weight:normal;
	color:#89afff;
}


.memb-info-lbl
{
	font-family:'Lato', sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#214288;
}
.memb-info-lbl-2
{
	font-family:'Lato', sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#89afff;
}
.memb-info-lbl-value
{
	font-family:'Lato', sans-serif;
	font-size:11pt;
	font-weight:normal;
}

.memb-info-lbl-value-2
{
	font-family:'Lato', sans-serif;
	font-size:11pt;
	font-weight:normal;
	color:#fff;
}

.th-info-box
{
	background-color: rgba(0,0,0,.1); padding:10px; margin: 20px 0px; text-align:center; border-radius:5px;
	}

/*
	table style
*/
.tbl-col-1
{
	padding:10px 10px 0px 10px; font-family:'Roboto', sans-serif; font-weight:bold; color:#214288;
	/*background-image:url(../img/jfasjbg-001-orange.png);*/
}
.tbl-col-2
{
	padding:10px 10px 0px 10px; font-family:'Roboto', sans-serif; background-color:#ededed; border-radius:5px; width:100%;
	/*background-image:url(../img/jfasjbg-001-orange.png);*/
}

.btn-block
{
	padding:0px 0px 40px 0px;
	margin:auto;
	border-top:1px solid rgba(0,0,0,0.2)
}



#banner-landscape {
  padding: 0px;
  color: white;
}
#banner-square {
  padding: 0px;
  color: white;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /*#banner-landscape {background: red;}*/
  #banner-landscape {display:none;}
  #banner-square {background: red;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  #banner-landscape {background: green;}
  #banner-square {display:none;}
}