/* Write your custom css code here */

nav.navbar.sunfw-menu-head ul.navbar-nav > li > a.ngo-bg-color {
    background: #69bd45;
    border-radius: 10px;
    color: #fff !important;
}

nav.navbar ul.navbar-nav > li > a > span:before {
background-color: transparent;
background : url("/images/artwork/top-active-li.png") no-repeat center bottom;

/* background : url(images/artwork/top-active-li.png) no-repeat center bottom;
linear-gradient(to right,#f6ba52,  #ff0000 10px,  #00ff00 10px,  #0000ff 10px);
repeating-linear-gradient(#f00 2px,  #0f0 4px,  #00f 6px);
colour was #ffe00f;
*/
} 



/* COPIED CSS */ 

.homeBnrWrap {position: relative;text-align: center;}
  .homeBnrWrap .homeBnrCnt {position: absolute;bottom: 7%;width: 100%;color: #ffffff;}
  .homeBnrWrap .homeBnrCnt h1 {font-weight: 700;font-size: 38px;margin: 0;color: #ffffff;padding-bottom: 0;background-image: none;margin: 23px 0 5px;}
  .homeBnrWrap .homeBnrCnt h2 {font-family: 'Quicksand', sans-serif;font-weight: 400;font-size: 32px;margin: 0;background: url(../images/vectors/hr_white.svg) no-repeat center bottom;padding: 53px 0 20px;}
  .homeBnrWrap .homeBnrCnt p {font-size: 20px;margin: 0;}

  .homeBnrWrap .carousel-control {opacity: 1;    width: 10%;}
      .homeBnrWrap .carousel-control.left {background: url(../images/vectors/Scroller_Left_Arrow_White_50x50.svg) no-repeat center center;}
      .homeBnrWrap .carousel-control.right {background: url(../images/vectors/Scroller_Right_Arrow_White_50x50.svg) no-repeat center center;}
      .homeBnrWrap .carousel-indicators li {background: #adadad;border: 1px solid #adadad; }
      .homeBnrWrap .carousel-indicators li.active {background: #69bd45;border: 1px solid #69bd45;}

  .homeBnrEventsWrap {position: absolute;bottom: 40px;right: 100px;background:#ffffff;border-radius: 10px;padding: 8px 12px;width: 280px;font-size: 14px;color: #404041;}
    .homeBnrEventsWrap .homeEventTitle {font-size: 16px;color: #e4202d;font-weight: 700;}
    .homeBnrEventsWrap .homeEventDate {margin-bottom: 10px;}
    .homeBnrEventsWrap .homeEventLinks {color: #404041;}
    .homeBnrEventsWrap .homeEventLinks a {color: #404041;font-weight: 700;}
    .homeBnrEventsWrap .carousel-inner>.item {padding: 0 20px;}
    .homeBnrEventsWrap .carousel-control {opacity: 1;width: 8%;}
    .homeBnrEventsWrap .carousel-control.left {background: url(../images/arrow-home-events-left.png) no-repeat center center;}
    .homeBnrEventsWrap .carousel-control.right {background: url(../images/arrow-home-events-right.png) no-repeat center center;}
