
/* HOVER ANIMATION ON ALL LINKS AND FOCUS */
a:hover ,
a:focus {
transition: all .5s ease-in-out;
}

.container {
    width: 100%;
}

.jumbotron {
    color: white;
    background: linear-gradient(to left,#65a1a1, #4985de) !important;
background-color: transparent;
border: 2px solid #ffe131;
}


/*left  menu*/
.nav-list.panel.panel-default.hidden-xs {
    background: linear-gradient(to left,#94d2d2, #4985de) !important;

}

.nav.nav-pills.nav-stacked.sidenav.nav-type-list a {
    color: white;
    border: 1px solid grey;
}

.nav > li > a:hover, .nav > li > a:focus,
.nav > li > a:hover, .nav > li > a:focus{
    text-decoration: none;
    background-color: #0f7735;
    box-shadow: 0 0 25px #f1fbf4;
}

/*back to Top */
#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  padding: 7px 14px;
  text-align: center;
  line-height: 30px;
  background: #363C42;
  background: rgba(109, 183, 64, 0.6);
  color: #fff;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 10px;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
  opacity: 1;
  
}
#back-to-top:hover, 
#back-to-top:focus {
  background: #639FA6;
box-shadow: 0 0 7px 7px rgba(123, 228, 26, 0.5);
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

<!-- hide cookie 3rd party logo -->
a.cc_logo ,
.cc_logo{
    display: none !important;
}
