.demo-block{
  text-align: center;
  color: #000000!important;
}

.contextual-region .contextual .contextual-links a{
  color: #333!important;
}
.contextual-region .contextual .contextual-links a:hover{
  color: #333!important;
}
.main-container, .main-container-admin{
 padding-bottom: 3em;
}

#main-content{
    z-index: 1;
    background-color: #ffffff;
    position: relative;
    margin-top: 4.5em;
}

@media screen and (max-width: 767px){
  #main-content{
    margin-top: 3em;
    margin-bottom: 0px!important;
  }
}
/*@media screen and (max-width: 600px){
  #main-content{
    margin-top: 9em;
  }
}

@media screen and (max-width: 450px){
  #main-content{
    margin-top: 9em;
  }
}
*/



/* top_nav */

.top-nav{
    padding: 10px;
    font-size: 1.1rem;
    position: relative;
    -moz-box-shadow: 1px 1px 8px #b1b1b1;
    -webkit-box-shadow: 1px 1px 8px #b1b1b1;
    box-shadow: 1px 1px 8px #b1b1b1;
      -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
    transition: all 0.5s;
}
.top-nav-brand{
    font-size: 1.1rem;
    font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}
.top-nav-brand a:hover{
  text-decoration: none;
}


.top-nav p {
    margin: 0;
}
.social-media {
    padding: 10px 0;
    text-align: center;
}

.social-media a {
    line-height: 100%;
    font-size: 1.1rem;
    display: inline-block;
    padding: 4px 8px;
    width: 26px;
}

@media screen and (min-width: 767px){
.social-media {
    padding: 0px 0;
    text-align: right;
}
}
/* header */
.navbar {
  -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
    transition: 0.5s;
  }

  .navbar-default{
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
    transition: 0.5s;
  }

  .navbar-fixed-top{
    z-index: 10;
  }


.topnav-is-hidden {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}




@media screen and (max-width: 767px){

  .region-navigation-collapsible{
    display: none;
  }
}



.hidden{
/*  display: none;*/
 opacity: 0;
  -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.region-header{
    -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}




.navbar-brand {
  height: auto;
  padding-top: 0.9em ;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
transition: all 0.5s;
}

@media screen and (max-width: 767px){
  #search-shrink{
    display: none;
  }
}

a.logo{
  width: 5em;
}

.font-shrink a.logo{
  background-color: #f8f8f8;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 0;
  width: 4.5em;
}

.sec-logo{
  display: inline;
  max-width: 6em;
}

.navbar-text {
    /* width: 10em; */
    /* text-align: initial; */
    font-weight: 400;
   /* color: #666!important;*/
    font-size: 1.1rem;
    /*font-size: 15pt;*/
    /* line-height: 1.1; */
    /* margin: 0.8em 0; */
    margin-left: 0;
    margin-top: 1.4em;
    font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
 /*     -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;*/
}
.navbar-toggle {
  background-color: #afafaf;
}
.navbar-toggle .icon-bar {
    background-color: #888!important;
}

.toggle-search{
  padding: 4px 12px;
}
.form-control:focus {
  border-color: #0478d6;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(74, 65, 65, 0.075), 0 0 8px #277dd6;
  box-shadow: inset 0 1px 1px rgba(74, 65, 65, 0.075), 0 0 8px #277dd6;
}

/*#search-block-form{
    margin-top: 0.45em;
    float: right;
}*/

/* header-end */



/*login-form-start*/

.user-login-form,
.user-form,
.user-pass{
    max-width: 504px;
    margin: 40px auto;
    border: 1px solid #ddd;
    padding: 30px 60px;
    background: #f3f3f3;
}

.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
  width: 100%;
}
/* login form end */




..region-footer-bar-left ul{
  list-style-type: none;
}

.region-footer-bar-left ul.menu li, .region-footer-bar-right ul.menu li{
  display: inline-block;
  padding: 5px;
}

.region-footer-bar-left ul.menu li:hover a, .region-footer-bar-right ul.menu li:hover a{
  background-color: transparent!important;
}



@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);
.card {
  display: block;
  margin-bottom: 20px;
  line-height: 1.42857143;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
  transition: box-shadow .25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding: 15px;
  text-align: left;
}
.card-title {
  margin-top: 0px;
  font-weight: 700;
  
}
.card-title a {
  color: #000000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase;
  color: #D30015;
}


.top-wrapper .card{
  background-color: #EDF2F6;
}

.top-wrapper .card-title{
  font-size: 1.65em;
}


/*main navigation dropdown*/

li.dropdown a span.glyphicon, li.dropdown-submenu a span.glyphicon{
 font-size: 0.8rem;
 line-height: inherit;
}
li.dropdown-submenu a span.glyphicon{
  float:right;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  padding: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: right;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: 100%;
  margin-left: 0px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.navbar-nav li:last-child > .dropdown-menu a {
text-align: left;
}

.navbar-nav li:last-child > .dropdown-menu .dropdown-submenu > .dropdown-menu {
left: 100%;
}

.navbar-nav li:last-child > .dropdown-menu .dropdown-submenu > .dropdown-menu a{
  text-align: left;
}

.navbar-nav li:last-child > .dropdown-menu .dropdown-submenu > .dropdown-menu a span.glyphicon{
  float:right;
}

.dropdown-menu > li > a{
  white-space: normal;
}
/*main navigation dropdown end*/


/* main slider section */

.slider-wrapper{
  margin-top: 7.2em;
}
.slider-wrapper-admin{
  margin-top: 7.2em;
}

@media screen and (max-width: 767px){
  .slider-wrapper{
    margin-top: 8em;
  }
  .slider-wrapper-admin{
    margin-top: 4em;
  }
}

#slick-views-main-slider-block-1-1-slider .slide__content img{
/*  height: 80vh;
  object-fit: cover;*/
  width: 100%;
}

.slick-arrow{
  position: absolute;
  height: 50px;
  color: transparent;
  width: 50px;
}

.slick-arrow::before {
    color: #37465b!important;
    font-size: 3rem;
}

.slick-prev::before{
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  /*font-size: 3rem;*/
  top: 0%;
  left: 0;
  content: "\f104";
  font-weight: 900;
}
.slick-next::before{
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  /*font-size: 3rem;*/
  top: 0%;
  left: 0;
  content: "\f105";
  font-weight: 900;
}

#slick-views-main-slider-block-1-1-slider .slide__caption{
  background: #00000096;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  /*font-size: 1.2rem;*/
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
  width: 50%;
  color: #ffffff;
  margin-bottom: 0px;
  /*font-family: "Montserrat";*/
  }

#slick-views-main-slider-block-1-1-slider .slide__title{
  font-size: 1.3rem;
}
#slick-views-main-slider-block-1-1-slider .slide__title a{
  color: #ffffff;
}

#slick-views-main-slider-block-1-1-slider .slide__title a:hover{
  color: #ffffff;
}

@media screen and (max-width: 767px){
  #slick-views-main-slider-block-1-1-slider .slide__caption{
    top: 65%;
    font-size: 0.85rem;
  }

  #slick-views-main-slider-block-1-1-slider .slide__title{
    font-size: 1rem;
  }

  .slick-arrow{
    height: 40px;
    width: 40px;
  }

  .slick-arrow::before {
    font-size: 2rem;
  }

}

@media screen and (max-width: 600px){
  #slick-views-main-slider-block-1-1-slider .slide__caption{
    top: 45%;
    font-size: 0.75rem;
  }

  #slick-views-main-slider-block-1-1-slider .slide__title{
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 450px){
  #slick-views-main-slider-block-1-1-slider .slide__caption{
    top: 30%;
    width: 70%;
    font-size: 0.65rem;
  }

  #slick-views-main-slider-block-1-1-slider .slide__title{
    font-size: 0.7rem;
  }

  .slick-arrow{
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 64em){
  .slide__caption {
    padding: 10px;
  }
}

 /* .region-research-highlights #slick-views-research-highlights-block-1-1{
    padding-left: 4em;
    padding-right: 4em;
  }*/
  .region-slider .slick-arrow {
    border-radius: 5px;
    background-color: #e3e3ed;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
/* main slider section ends */

/* node */

/*    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;*/

ol.breadcrumb li::before, ol.breadcrumb li.active::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
} 
ol.breadcrumb li:first-child::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/*
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}*/
  .sabbi-page-header.page-header-lg {
    min-height: 265px;
    /* width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100px;
    left: 50%; */
  }


.profile-nav{
  padding:0;
  margin: 30px 0 30px 0;
  list-style:none;
  text-align:center;
}

.profile-nav li{
  margin: 0 5px;
  display:inline;
}

.profile-nav li a{
  display:inline-block;
  padding:10px 22px;
  color:#222222;
  border-radius:4px;
  background:#f7f7f7;
  margin-bottom:5px;
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}



/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.padding{
  padding-bottom:60px;
}

/*.scholar_icon img, .scopus_icon img, .orcid_icon img{
  width: 32px;
}
*/
.scholar_icon{
    background-image: url(../img/scholar.jpeg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    color: transparent;
}

.scopus_icon{
  background-image: url(../img/scopus.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    color: transparent;
}

.orcid_icon{
    background-image: url(../img/orcid.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    color: transparent;
}

.scholar_icon:hover, .scopus_icon:hover, .orcid_icon:hover{
    color: transparent;
    outline: none;
}

.scholar_icon:focus, .scopus_icon:focus, .orcid_icon:focus{
    color: transparent;
    outline: none;
}
.scholar_icon:active:focus, .scopus_icon:active:focus, .orcid_icon:active:focus{
    color: transparent;
    outline: none;
}

ul.shs li:last-of-type{
  list-style-type: none;
}

.file {
  font-size: 100%;
  }

.file span.file-size{
  display: none;
}

.file>span {
    border: none!important;
    background: transparent!important;
}

.fac-info-link{
  white-space: normal;
}





/* single event section */
.sabbi-events-item .events-item-meta .events-date{
    display: block;
}

.event-page-header{
  background-color: #b0cad0;
  /*background: url(../img/seats.jpg);*/
/*  background-size: cover;*/
   background-color: #e4e6fd !important;
}

.event-page-header .page-title{
  background-color: rgba(30, 31, 31, 0.7);
}

.event-venue-label:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    margin: 0 8px 0 0;
  }

.event-date-label:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    margin: 0 8px 0 0;
  }

/* single event section */

/* single news section */
.sabbi-events-item .events-item-meta .events-date{
    display: block;
}

.news-page-header{
  background-color: #b0cad0;
/*  background: url(../img/news.jpg);
  background-size: cover;
  background-position: center;*/
  background-color: #e4e6fd !important;
}

.news-page-header .page-title{
  background-color: rgba(30, 31, 31, 0.7);
}

.news-venue-label:before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    margin: 0 8px 0 0;
  }

.news-date-label:before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    margin: 0 8px 0 0;
    font-weight: 800;
  }

/* single news section */
/* node-end *


/* main slider section ends */
/* footer section */
.footer1 .nav > li > a:hover, .footer1 .nav > li > a:focus {
  background: transparent;
}
.footer-bottom nav li > a:hover, .footer-bottom nav li > a:focus{
  background: transparent;
}
.footer-bottom nav li > a:active{
  background: transparent;

}
.footer-bottom .contextual-region .contextual .contextual-links li{
  display: inline-block;
}
/* footer section end */


/*--------Back to top----------*/

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius:3px;
    color: #ffffff;
    z-index: 9999;
    cursor: pointer;
    transition: background 0.5s;
    -moz-transition:all background 0.5s;
    -webkit-transition: background 0.5s;
}

#back-to-top:after {
  content: "\f106";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}






.top-nav{
    padding: 5px;
    font-size: 1.1rem;
    /*position: relative;*/
    -moz-box-shadow: 1px 1px 8px #b1b1b1;
    -webkit-box-shadow: 1px 1px 8px #b1b1b1;
    box-shadow: 1px 1px 8px #b1b1b1;
      -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
    transition: all 0.5s;
}

.top-nav-fixed{
  z-index: 15;
  position: fixed;
    top: 0;
    width: 100%;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
   transition: all 0.8s;
}

.top-nav-hidden{
  -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
   transition: all 0.8s;
}


body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .top-nav-fixed{
  top: 79px;
}

body.toolbar-fixed .top-nav-fixed{
  top: 39px;
}

#main-wrap {
  padding-top: 0;
}

.top-nav-fadeout{
  opacity: 0;
    -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
   transition: all 0.8s;
}

.top-head-def{
  padding: 5px;
  font-size: 1.1rem;
}

.top-head-site-info{
  display: none;
}

.top-head-def-brand, .top-head-site-info{
  font-size: 1.1rem;
  font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
}


.top-head-def a:hover{
  text-decoration: none;
}

.language-switcher-language-url ul.lang-links{
  list-style-type: none;
  display: inline-block;
  font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
  font-size: 0.85rem;
}

.language-switcher-language-url ul.lang-links li{
  display: inline;
  padding: 0px 5px;
  border-right: 1px dotted;
}
.language-switcher-language-url ul.lang-links li:last-child{
   border-right: none;
}
.language-switcher-language-url ul.lang-links li a:hover{
  text-decoration: underline;
}
.navbar{
  margin-bottom: 0px;
}

#navbar {
  -webkit-transition: all 0.8s;
     -moz-transition: all 0.8s;
     -o-transition: all 0.8s;
    transition: all 0.8s;
  }
  .navbar-fixed-top{
    z-index: 10;
  }
/*  #navbar.is-hidden {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
*/
  .is-hidden{
     -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
    }
 
  .is-hidden-nav{
     -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
    }

  .navbar-text {
    width: 10em;
    text-align: initial;
    font-weight: 400;
    color: #666!important;
    font-size: 12pt;
    line-height: 1.1;
    margin: 1.2em 0;
    font-family: 'Oswald', 'Lucida Sans Unicode','Lucida Grande',sans-serif;
  }

  .navbar-nav {
    font-size: 0.95rem;
  }

.region-top-head-search .form-group{
  margin-bottom: 0px;
}

.navbar-text{
    margin: 2em 0;
    width: 5em;
}

.footer-bottom .social-media{
  text-align: right;
}


.footer-bottom .contextual-region .contextual .contextual-links{
  top: -71px;
}


/* view-chemical-engineering-laboratories*/
.view-chemical-engineering-laboratories .views-field-field-facultynode ul{
  list-style-type: none;
}



/* media queries */

@media screen and (max-width: 1200px){
/*  .region-content{
    font-size: 14px;
  }*/
  .node-field-label{
    font-size: 16px;
  }

}

@media screen and (max-width: 1000px){
/*  .sec-logo {
    max-width: 5em;
  }*/
/*  .region-content{
    font-size: 14px;
  }*/
}

@media screen and (max-width: 992px){

  .node-field-label{
    font-size: 14px;
  }
  .navbar-text {
    width: 5em;
  }
   .navbar-brand {
    font-size: 1.4rem;
    line-height: 2;
  }
}


@media screen and (max-width: 768px){
  .navbar-brand{
   /* font-size: 14pt;
    padding: 10pt;*/
    font-weight: normal;
    float:left;
    text-align: left;
    line-height: 1.2;
  }
/*   a.logo {
    width: 4.5em;
  }*/
  .sec-logo {
    display: inline;
    max-width: 4.5em;
  }

 /* .navbar-brand {
    max-width: 11em;
  }*/
}

@media screen and (max-width:767px){
  .footer-bootom-nav a {
    font-size: 0.75rem;
  }
  .footer-bottom ul.menu li{
    display: inline;
  }

  .title-widget{
    margin-bottom: 10px;
  }

  #main-wrap{
    padding-top: 0px;
  }
  .navbar-text{
    /*margin: 1em;*/
    /*font-size: 10pt;*/
    /*width: 8em;*/
    text-align: initial;
  }

  .top-nav{
    font-size: 0.95em;
  }

  .top-nav-brand{
    font-size: 0.95em;
    text-align: center;
  }

  .footer-bottom .social-media{
  text-align: left;
  }

}


@media screen and (max-width: 767px){
  .navbar-text {
    margin: 1.5em;
  }
  .navbar-brand {
    font-size: 1rem;
    line-height: 2;
  }
/*  .top-head-def{
    text-align: center;
  }*/
    .top-head-def-brand, .top-head-site-info{
    font-size: 14px;
  }
}

@media screen and (max-width: 600px){
  .navbar-text {
    display: none;
  }
  #nav-wrap{
      -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .top-head-def-brand{
    display: none;
  }

  .top-head-site-info{
    display: block;
  }
}


@media screen and (max-width: 450px) {
  .navbar-brand {
    max-width: 9em;
    padding: 10px;
    margin-left: 0px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .sec-logo {
    display: inline;
    max-width: 4em;

  }
  a.logo {
    width: 5em;
  }

  .top-head p {
    font-size: 10pt;
  }
  a.logo2{
    margin-right: 0em;
  }

  .navbar-toggle{
    margin: 0px;
    padding: 7px;
  }
}


@media screen and (max-width: 300px){
  .navbar-brand{
    max-width: 10em;
    line-height: 15px;
  }

  img.sec-logo{
    max-width: 4em;
  }
}







/* media queries end */



/*===================================*/




/*
.region-header-search {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

#search-block-form {
    display: table;
    width: 100%;
}

#search-block-form .form-item, #search-block-form .form-actions {
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 767px){
.region-header-search {
    float: right;
    width: 260px;
}
}
*/


