/************* department ************/
.facultylistblock{
  display:flex;
  flex-wrap:wrap;
}

.faculty-col {
  overflow:hidden;
  position:relative;
}
.faculty-col p{
  font-size:14px !important;
}
.faculty-col .facultypic{
  width:100%;
  text-align:center;
}
.faculty-col .facultyinfo{
  padding: 10px 20px 20px 20px;
}

.facultydetails{
    margin: 20px 10px;
}
.faculty-col .facultyinfo p.name{
    font-size: 26px !important;
    font-weight: 600;
    color: #005826;
    padding-bottom: 30px;
    padding-top: 15px;
}
.faculty-col .facultyinfo p.title{
  color:#999;
  font-size:16px !important;
  padding-bottom: 20px;
}
.faculty-col .facultyinfo p.zz{
  font-size:14px !important;
}
.facultypic:after {
    content: "";
    /* border: 4px solid #005826; */
    position: absolute;
    bottom: -10px;
    width: 30px;
    background: #005826;
    height: 30px;
    z-index: 9;
    left: -15px;
}
@media (min-width:993px){
    /* .facultydetails{
min-height: 280px; 
}*/

.sidebar-menu-2-3 .nav-menu>.menu-item .level-menu{
 display: block;
}
}
@media (min-width:480px){
  .facultydetails{
    background: #f2f2f2;
}
  .faculty-col img{
  max-width:134px;
  height:auto;
}
.faculty-col .facultypic{
  position:absolute;
  right:0;
  top:0;
  width:30%;
}
.faculty-col .facultyinfo{
padding: 30px 10px 20px 30px;
    width: 90%;
}
}
.pager.outside-tb.t-c {
    clear: both;
}


.modal .modal-header .close {
    margin-top: -10px !important;
}
body .modal-backdrop.in {
    display: none;
}
div#myModal{
  background:rgba(0,0,0,0.8);
}
#header .header-container .header-column .header-language{
  z-index:0;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal .modal-header h4 {
    font-weight: bold;
    height: auto;
    background: none;
}
.modal .modal-header {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 17px;
    padding-left: 17px;
    border-bottom: 0;
    background: #f8f8f8;
}
.modal .modal-body {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-right: 17px;
    padding-left: 17px;
    min-height: 60vh;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
body .modal .modal-dialog{
  width:60vw;
  min-width:992px;
}
iframe #block-banner{
  display:none;
}
iframe#external-frame {
    max-height: 600px;
    overflow-y:auto;
}