

  @import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');
  
body {
	background: #f5f5f6;
    font-family: 'Nunito', sans-serif;
    overflow-x: hidden; 
}

a {
    color: inherit;
    outline: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

a:hover {
    text-decoration: none;
    color: #E54210
}

a:focus,
button:focus {
    outline: 0;
    outline: -webkit-focus-ring-color auto 0;
    outline-offset: 0
}

.quicklinks-box{
list-style: none;
margin-bottom:20px;
}

.fa-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.quicklinks-box li ul li{
text-decoration: none;

list-style: none;
color: #444;
line-height: 1.5;
}

.quicklinks-box .dropdown-header{
  color: #428bca;

font-size: 18px;

text-align: left;
font-weight: bold;
padding-left: 0px;
}

.quicklinks-box .divider {
  height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.quicklinks-row{
  display: none;
  position: absolute;
top: 100%;
background-color: #fff;
background-color: rgba(255,255,255,.85);
width: 100%;
padding: 0;
line-height: 1.15;
height: 0;
overflow: hidden;
-webkit-transition: all .2s;
transition: all .2s;

height: auto;

padding: 30px 0;

box-shadow: 0 3px 5px rgba(0,0,0,.33);
z-index: 22;
}

.bs-callout-warning {

    border-left-color: 

    #aa6708;

}
.bs-callout {

    padding: 20px;
    margin: 20px 0;
    border: 1px solid 

    #eee;
        border-left-color: rgb(238, 238, 238);
        border-left-width: 1px;
    border-left-width: 5px;
    border-radius: 3px;

}

@-webkit-keyframes menuIn {
    0% {
        top: -50px
    }
    100% {
        top: 0
    }
}

@keyframes menuIn {
    0% {
        top: -50px
    }
    100% {
        top: 0
    }
}


.affix-top{
    width: 100%;
}

.affix {
    top: 0;
    width: 100%;
    position: fixed;
    left: 0;
    -webkit-animation: .25s menuIn ease;
    animation: .25s menuIn ease;
    z-index: 22;
}

.affix+.container {
    padding-top: 170px
}


.header-top {
    background: #5a9216;
    padding: 20px;
    height: 30px;
    width: 100%
}

.header-top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around
}
.header-top li{
    padding: 3px 33px;
    font-family: Homenaje, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    position: relative;
    display: inline-block
}

.header-mid {
    background-color: #a7d177;
    color: #000;
}



.header-mid img{
    margin-left: 10px;

}



.header-mid .title-box{
    margin-left:15px;
    margin-top:38px;
    font-weight: bold;
    float:left;
}
.header-mid .title-box .title{
    font-size: 37.5pt;
    margin-bottom: 0px;

}

.header-mid .title-box .subtitle{
    font-size: 13pt;
    margin-top: -15px;
}

.header-mid .tag-box{
    float:right;
    margin-top:53px;
    text-align: right;
}

.header-mid .tag-box a{
    margin-left:15px;
    font-size: 12pt;
    font-weight:bold;
}


.header-mid .tag-box p{
    margin-top: 5px;
    font-size: 10pt;
    font-style: italic;
    text-align: right;
    color: #9c0000;
}

.navbar-nav{
  margin-left: 0.5em;
}


.custom-navbar{
  background: #ffffff;
border-top: 5px solid #29ca8e;
border-bottom: 0;
-webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
padding: 12px 0;
margin-bottom: 0;
padding: 0;
}

.navbar-brand{
    float: left;
height: 50px;
padding: 15px 15px;
font-size: 18px;
line-height: 20px;
}

.custom-navbar .navbar-brand{
  color: #454545;
font-size: 18px;
font-weight: bold;
line-height: 40px;
}

.navbar-default {
   
}

.navbar-default .navbar-nav>li>a {
  line-height: 40px;
color: #575757;
padding-right: 22px;
padding-left: 22px;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
    text-decoration: none;
background-color: #29ca8e;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  color: #29ca8e;
outline: none;
}

.navbar-default .navbar-nav>li>a>span {
  margin-left: 15px;
  padding-top: 11px;
  border-bottom-width: 2px;
  border-color: #a7d177;
  transform: rotate(0);
  -webkit-transition: all .2s;
  transition: all .2s;
}


.navbar-default .navbar-nav>.open span{
    transform: rotate(90deg);
    -webkit-transition: all .2s;
    transition: all .2s;    
}

.mega-dropdown {
  position: static !important;

}

.mega-dropdown-menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 35;
  border: none;
  border-radius: 0;
  border-bottom: solid 5px #fbaa17;
  min-height: 200px;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}


 .big {
    padding-left: 0px;
}

.revert{
  all: revert;
}

.navbar-right{
  height: 100%;padding-top: 5px;margin-right: 20px;
}

.navbar-right li{
  padding-top: 5px;
margin-top: 8px;
margin-right: 4px;
}
.mega-dropdown-menu form {
    margin: 3px 20px;
}


.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.d-inline-block {
    display: inline-block!important
}
.align-top {
    vertical-align: top!important
}

.small-header {
    padding-top: 15px;
}

.title-mobile {
    float: none;
    text-align: center;
    padding-top: 10px;
    font-size: large;
    font-weight: bold;
    color: #fff;
}

.carousel-indicators > li {
    border-radius: 50%;
}


  /*---------------------------------------
      COURSES             
  -----------------------------------------*/

#courses{
padding-top: 30px;
background: #ffffff;
padding-bottom: 30px;
}
  #courses .section-title {
text-align: center;
    border-bottom-color: #127fde;
    width: 100%;
margin-bottom: 20px;
}




.leftcontent .section-title {
  margin-bottom: 10px;
}
border-bottom-style: solid;
border-bottom-width: 1px
  }

  #courses .owl-theme .owl-nav {
    margin-top: 10px;
  }

  #courses .owl-theme .owl-nav [class*=owl-] {
    border-radius: 2px;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
  }

  .courses-thumb {
    /*background: #f9f9f9;*/
    position: relative;
    text-align: left;
  }

.courses-thumb:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition:all 0.7s linear;

}

  .courses-top {
    position: relative;
  }

  .courses-image {
    background: linear-gradient(to right, #202020, #101010);
    overflow: hidden;
  }

  .courses-date {
    background: linear-gradient(rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.6));
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 25px;
  }

  .courses-date span,
  .courses-author span {
    font-size: 14px;
    font-weight: bold;
  }

  .courses-date span {
    color: #ffffff;
    display: inline-block;
    margin-right: 10px;
  }

  .courses-detail {
    padding: 10px 10px 15px 10px;

  }


  .courses-info {
    border-top: 1px solid #f0f0f0;
    position: relative;
    clear: both;
    padding: 15px 25px;
  }

  .courses-detail p {
    color: #757575;
font-size: 15px;
font-weight: lighter;
margin-top: 15px;
font-family: "Roboto",sans-serif;
line-height: 24px;

  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  .courses-detail h1,h2,h3,h4,h5,h6 {
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    line-height: inherit;
  }

  
  .table span {
    min-width: 20px;
    height: 100%;
  }

  .courses-detail h3,
  h3 a {
    color: #454545;
    margin: 0 0 2px 0;
   font-size: 1.1em;
  margin-bottom: 0;
  font-weight: bold;
  }


/*------------------

SLOGAN
-----------------------*/
#slogan {
  padding-top: 40px;
  padding-bottom: 30px;
background-color: #a7d177;
}
 
  /*---------------------------------------
      HOME  & SLIDER            
  -----------------------------------------*/

  #home {
    padding: 0;
  }

  #home h1 {
    color: #fff;
    font-weight: 800;
text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
  }

  #home h3 {
    color: #f9f9f9;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0 40px 0;
    line-height: 26px;
  }

  @media (min-width: 768px) {
    .home-slider .col-md-6 {
      padding-left: 0;
    }
  }

  .home-slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: e-resize;
  }

  .home-slider .item {
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
  }
  
  .caption h3 a { color: #FFF; }
  .caption h3 a:hover { color: #FF3; }

  .home-slider .item-first {
    background-image: url(../images/gedung-slider2.webp);
  background-position: right;
  }

  .home-slider .item-second {
    background-image: url(../images/scientist-slider.jpg);
  }

  .home-slider .item-third {
    background-image: url(../images/capacity-slider.jpg);
  }





  .courses-author,
  .courses-author span {
    display: inline-block;
    vertical-align: middle;
  }

  .courses-author img {
    display: inline-block !important;
    border-radius: 50px;
    width: 50px !important;
    height: 50px;
    margin-right: 10px;
  }

  .courses-price {
    float: right;
    margin-top: 10px;
  }

  .courses-price span {
    background: #127fde;
    border-radius: 2px;
    color: #ffffff;
    display: block;
    padding: 5px 10px;
  }

  .courses-price.free span {
    background: #3f51b5;
  }


  #courses .col-md-4,
  #testimonial .col-md-4 {
    display: block;
    width: 100%;
  }

  .section-title {
    margin-bottom: 30px;
    color: #127fde;
  }

  .section-title h2 {
    margin: 0;
    font-size: 1.5em;
  }

  .section-title small {
    display: block;
  }



.gallery {
  margin-top:40px;
}

.research {
  margin-top: 40px;
}

.cart-item{
clear: both;
border-top: #56aed8 solid 1px;
margin-left: 3px;
margin-right: 3px;
}
.cart-item-thumb{
  float: left;
  max-width: 50px;
  overflow: auto;
}

.cart-item-thumb img{
  max-width: 50px;
  padding: 5px;
}

.cart-item-name {
padding-top: 10px;
 font-size: 0.9em;
}

.cart-item-weight {

font-weight: lighter;
  padding-top:5px;
  padding-right:10px;
 font-size: 0.8em;
}

.cart-item-weight a{

font-weight: bold;
  
}


.cart-item-checkout{
clear: both;
border-top: #56aed8 solid 1px;
margin-left: 3px;
margin-right: 3px;
display: inline-block;
width: 100%;
}
.cart-item-checkout-thumb{
  float: left;
  max-width: 100px;
  overflow: auto;
}

.cart-item-checkout-thumb img{
  max-width: 100px;
  padding: 5px;
}


.cart-item-checkout-name {
  margin-left: 110px;
  padding-top: 15px;
 font-size: 1em;

 font-weight: lighter;
}


.cart-item-checkout-name a{
  
 font-size: 0.9em;
 font-weight: lighter;
}

.cart-item-checkout-name .title{
  font-weight: normal;; 
 font-size: 1.1em;
}

.cart-item-checkout-name label{
  
}
.cart-item-checkout-weight {

font-weight: lighter;
  padding-top:15px;
  padding-right:10px;
 font-size: 0.8em;
}

.cart-item-checkout-weight a{

font-weight: bold;
  
}

.checkout-details {
  
}

/*----------------------
SIDEPANEL 
----------*/

.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }


.panel-default>.panel-heading {
    color: #fff;
    background-color: #23a776;
    border-color: #ddd;
    
  border-top-left-radius: 0px;

border-top-right-radius: 0px;
}

.panel-shopping-cart {
    background-color: #a356d8;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-group {
  margin-top: 35px;
}
.panel-collapse {
  background-color:rgba(255, 255, 255, 0.5);
}



/*-----------------------------------
PUBLICATION
-----------------------------*/




.publication .owl-carousel .carousel-item {
  background: #fff;
  border: 1px solid #D9D7DA;
  text-align: center;
}


.publication .owl-carousel .carousel-item:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition:all 0.7s linear;

}



.publication .owl-carousel .carousel-item-image {
  overflow: hidden;;
}

.publication .owl-carousel .carousel-item-text {
  padding: 12px;
}

.publication .owl-carousel .carousel-item .item-kicker {
  color: #9A5053;
  display: block;
  font-size: .8em;
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  text-transform: uppercase;
}

.publication .owl-carousel .carousel-item .item-title {
  color: #646464;
  font-size: 12px;
  font-weight: 300;
  height: 50px;
  margin: 0;
  overflow: hidden;
}




/* Tabs */

.publication .nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.publication .nav-tabs>li {
  display: block;
  position: relative;
  text-align: center;
}

.publication .nav-tabs>li:last-child {
  margin-right: 0;
}

.publication .tab-content {
  display: inline-block;
  width: 100%;
}

.publication .tab-content .tab-pane {
  display: none;
}

.publication .tab-content .tab-pane.active {
  display: block;
}



/*-----------------------------------
UPCOMING
-----------------------------*/
.rightbox{
  padding: 10px;
  margin-bottom: 10px;
}

#tabs{
  background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 20px;
    font-weight: bold;
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #eee;
    font-size: 20px;
}




.section-item {
  border-bottom: 1px solid #EFF0F5;
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  position: relative;
}

.section-item a {
   position: absolute;

width: 100%;

height: 100%;

top: 0;

left: 0;

}
.poster-right{
  margin-bottom: 10px;
}
.narrow-title {
    border-bottom: 1px solid #EFF0F5;
border-top: 3px solid #3C448F;
padding: 8px 0;
transition: all .3s ease-in-out;
}
.section-title {
color: #0070BA;
font-family: "Lato",sans-serif;

color: #428bca;

font-size: 16px;

text-transform: uppercase;

font-weight: bold;

letter-spacing: 0.05em;

display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}




.section-item h3{
  width: 67%;
display: inline-block;
font-size: 14px;
vertical-align: middle;
line-height: 1.5;
/*max-height: 70px;*/
margin-top: 0px;
}

.small-thumbnail {
    width: 104px;
    height: 80px;
    background-size: cover;
    background-position: center center;
    float: right;
}


.upcoming {
  background: #d8f2d3;
}

.upcoming .news-item{
   border-bottom: 1px solid gray;
}

.upcoming h3 {
    margin-bottom: 10px;
    font-size: 0.9em;
    font-style: bold;
  }


    .upcoming small {
    color: #888888;
    font-size: 0.7em;
    font-style: italic;
  }

  .othernews{
    background: #f8eacb;
  }

  .othernews ul{
    list-style-type: none;
    padding-left: inherit;
  }

  .othernews h4 {
     padding: 10px;
     background: darkorange;
     color: white;
  }
  .othernews ul li {
    border-bottom: 1px solid #cccccc;
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .othernews ul li a span {
    font-size: smaller;
    color: #6f7170;
    clear: both;
    display: inline-block;
    width: 100%;
  }

  .othernews ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
  }

  .arvide {
    background: #eeeeee;
    margin-bottom:10px;
  }

  .poster {
    display:inline-block;
    margin-bottom: 20px;
  }

  .poster img{
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
  }

  .event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
  }
  .upcoming .section-title {

    margin-bottom: 20px;
  }
  .event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 30px;
  }

  .event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
  }
  .event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
  }
  .event-list > li > time > span {
    display: none;
  }
  .event-list > li > time > .day {
    display: block;
    font-size: 28pt;
    font-weight: 100;
    line-height: 1;
  }
  .event-list > li time > .month {
    display: block;
    font-size: 18pt;
    font-weight: 900;
    line-height: 1;
  }
  .event-list > li > img {
    width: 100%;
  }
  .event-list > li > .info {
    padding-top: 5px;
    text-align: center;
  }
  .event-list > li > .info > .title {
    font-size: 11pt;
    font-weight: 700;
    margin: 0px;
  }
  .event-list > li > .info > .desc {
    font-size: 11pt;
    font-weight: 300;
    margin: 0px;
  }
  .event-list > li > .info > ul,
  .event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
  }
  .event-list > li > .social > ul {
    margin: 0px;
  }
  .event-list > li > .info > ul > li,
  .event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
        padding: 3px 0px;
  }

  


    .event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
  } 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
  } 
  .event-list > li > .info > ul > li:hover,
  .event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
  }


  @media (min-width: 768px) {
    .event-list > li {
      position: relative;
      display: block;
      width: 100%;
      padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
      display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 120px;
      float: left;
    }
    .event-list > li > .info {
      background-color: rgb(245, 245, 245);
      overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
      width: 80px;
      padding: 15px;
      margin: 0px;
    }
    .event-list > li > .info {
      text-align: left;
      padding-right: 40px;
    } 
    .event-list > li > .info > .title, 
    .event-list > li > .info > .desc {
      padding: 0px 10px;
    }
    .event-list > li > .info > ul {
      position: absolute;
      left: 0px;
      bottom: 0px;
    }
  }

.callforpaper{
  background-color: #efeeab;
}

.research .image{
  overflow: hidden;
  padding: 0px;
}

.research h3{
  margin-top: 0px;
font-size: 20px;
}

.research h3 small{
  display: block;

padding-top: 5px;
}

.research a{
  display: block;
color: #23aea3;
margin-top: 10px;
}




/*----------------------------
parallax
-----------*/

.parallax {
  text-align: center;
  /* The image used */
  background-image: url("../images/parallax-bg.webp");
  padding-top: 60px;
  /* Set a specific height */
  height: 400px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-overflow: 
}

.parallax h2 {
  font-size: 45px;
}

.parallax img {

    width: 20%;

}

  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    background: #edffea;
    padding: 120px 0;
  }

  footer .section-title {
    padding-bottom: 10px;
  }

  footer h2 {
    font-size: 20px;
  }

  footer a,
  footer p {
    color: #909090;
  }

  footer strong {
    color: #747789;
  }

  footer address p {
    margin-bottom: 0;
  }

  footer .social-icon {
    
  }

  .footer-info {
    margin-right: 2em;
  }

  .footer-info h2 {
    /*color: #ffffff;*/
    padding: 0;
  }

  .footer_menu h2 {
    margin-top: 2em;
  }

  .footer_menu ul {
    margin: 0;
    padding: 0;
  }

  .footer_menu li {
    display: inline-block;
    list-style: none;
    margin: 5px 10px 5px 0;
  }

  .newsletter-form .form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid #303030;
    height: 50px;
    margin: 5px 0;
  }

  .newsletter-form input[type="submit"] {
    background: transparent;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    margin-top: 20px;
    outline: none;
    width: 50%;
  }

  .newsletter-form input[type="submit"]:hover {
    background: #29ca8e;
    border-color: transparent;
  }

  .newsletter-form .form-group span {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 20px;
  }

  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #6f6be5;
    font-size: 24px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
    margin: 5px 5px 5px 0;
  }

  .social-icon li a:hover {
    background: #29ca8e;
    color: #ffffff;
  }



@media (max-width: 767px) {
  .parallax h2 {

    font-size: 2em;

}

.parallax img {

    width: 30%;

}
    .affix {
        position: fixed
    }
    .header {
        padding-left: 0;
        padding-right: 0;
    }
    .container-navbar{
      padding-left: 0;
      padding-right: 0;
  }
  .mega-dropdown-menu{
    width: 750px;
    overflow-y: scroll !important;
    max-height: 400px !important;
}
.navbar-brand{
  
padding: 3px 15px;
}
}



@media (min-width: 992px) {
  .mega-dropdown-menu {
    width: 970px;
}

}
@media (min-width: 1200px) {
  .mega-dropdown-menu {
    width: 1170px;
}
}

@media (min-width: 1800px) {
  .container {
    width: 1470px;
  }
}


#programpage{
  padding-top: 60px;
  background: #ffffff;
  padding-bottom: 30px;
}
/** NEWS TREE **/
#newspage {
  padding-top: 60px;
  background: #ffffff;
  padding-bottom: 30px;
}

#newspage .header-img {
  width: 100%;
  margin-top: 14px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.3);
}

#newspage h2{
  margin-bottom: 25px;
padding-bottom: 10px;
color: #428bca;
border-bottom: 1px solid bisque;
}
#newspage .content{
  margin-top:10px;
  border-bottom: 1px solid #428bca;
}

#newspage .content a{
  color: #aa865c;
}

#newspage .date{
  color: #8c8c8c;
  font: bold 12px "Helvetica", Arial;
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    /*border-left:1px solid*/
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;

    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    /*border-top:1px solid; */
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    
}


.tree li a small{
    color: #2c2c2c;
    
}

.tree .month {
font-weight:400;

}

.tree .item {
font-weight:200;
}


.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}



/** PUBLICATION PAGE **?//
**/

#publicationpage {
  padding-top: 60px;
  background: #ffffff;
  padding-bottom: 30px;
}

#publicationpage .content{
  margin-top:10px;
}

#publicationpage .content a{
  color: #5c6caa;
}


#publicationpage .page-title {
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5c6caa;
}



#publicationpage .page-title .pull-right{
  position: absolute;
  top: 25px;
  right: 20px;
  color: black;
}



#publicationpage .page-title .pull-right label{
  margin-right: 5px;
}


#publicationpage .page-title h2{
  font-size: 2em;
}

#publicationpage .breadcrumb-item a{
  color: #23a776;
}

#publicationpage .panel-heading{
  background-color: #56aed8;
}


#publicationpage .panel-collapse{
  background-color: transparent;
}

.publicationdetail .pubdesc{
  margin-left: 20px;
  margin-top: 40px;
  margin-right: 10px;
  margin-bottom: 40px;
}

.publicationdetail .pubdesc h4{
  border-bottom: 2px solid beige;
}



 /* Style buttons */
.btn-download {
  margin-top: 20px;
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 14px;
}

/* Darker background on mouse-over */
.btn-download:hover {
  background-color: RoyalBlue;
} 



 /* Style buttons */
.btn-read {
  margin-top: 20px;
  border: none;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 14px;
  background-color: #0db4b9;
 
}

/* Darker background on mouse-over */
.btn-read:hover {
  background-color: #03c9a9;
} 



 /* Style buttons */
.btn-request {
  background-color: coral;
  color: white;
}

/* Darker background on mouse-over */
.btn-request:hover {
  background-color: chocolate;
} 

.publication-grid6,.publication-grid6 .product-image6{overflow:hidden}
.publication-grid6{font-family:'Open Sans',sans-serif;text-align:center;position:relative;transition:all .5s ease 0s}

.publication-grid6 .publication-image6 {
  position: relative;
  overflow: hidden;
}
.publication-grid6 .publication-image6 a{display:block}
.publication-grid6 .publication-image6 img{width:100%;height:auto; transition:all .5s ease 0s; position: relative;}

.publication-grid6 .publication-image6 #overlay {
  position: absolute;
  width: 100%;
  height: 30%;
  top: 70%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

.publication-grid6 .publication-image6 #text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  font-size: 12pt;

  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


.publication-grid6:hover .publication-image6 img{transform:scale(1.1)}
.publication-grid6 .publication-content{padding:12px 2px 15px;transition:all .5s ease 0s}

.publication-grid6 .title{font-size:20px;font-weight:600;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.publication-grid6 .title a{color:#000}
.publication-grid6 .title a:hover{color:#2e86de}
.publication-grid6 .price{font-size:18px;font-weight:600;color:#2e86de}
.publication-grid6 .price span{color:#999;font-size:15px;font-weight:400;text-decoration:line-through;margin-left:7px;display:inline-block}


/**STAFF PROFILES*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
figure.snip0078 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  margin: 10px 1%;
   min-width: 120px;
  max-width: 200px;
  max-height: 310px;
  width: 100%;
  text-align: center;
}
figure.snip0078 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
figure.snip0078 img {
  opacity: 1;
  max-width: 100%;
  border: 10px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.snip0078 figcaption {
  bottom: 0;
  width: 60%;
  right: 0;
  position: absolute;
  background: #000000;
  padding: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0px 10px -10px #000000;
}
figure.snip0078 figcaption h3,
figure.snip0078 figcaption p {
  margin: 0;
  color: #ffffff;
}

figure.snip0078 figcaption h3 {
  font-weight: 400;
  font-size: 1em;
}
figure.snip0078 figcaption h3 span {
  font-weight: 800;
}
figure.snip0078 figcaption p {
  font-size: 0.8em;
  font-weight: 500;
  opacity: 0.65;
}
figure.snip0078 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip0078.blue figcaption {
  background: #1b557a;
}
figure.snip0078.blue img {
  border: 10px solid #1b557a;
}
figure.snip0078.red figcaption {
  background: #81261d;
}
figure.snip0078.red img {
  border: 10px solid #81261d;
}
figure.snip0078.yellow figcaption {
  background: #a85913;
}
figure.snip0078.yellow img {
  border: 10px solid #a85913;
}
figure.snip0078:hover figcaption,
figure.snip0078.hover figcaption {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 15px 15px -15px #000000;
}
figure.snip0078:hover.blue img,
figure.snip0078.hover.blue img {
  border: 10px solid #2980b9;
}
figure.snip0078:hover.red img,
figure.snip0078.hover.red img {
  border: 10px solid #c0392b;
}
figure.snip0078:hover.yellow img,
figure.snip0078.hover.yellow img {
  border: 10px solid #e67e22;
}