@font-face {
  font-family: 'DroidSerif';
  src: url(fonts/droidserif-regular-webfont.eot);
  src: url(fonts/droidserif-regular-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/droidserif-regular-webfont.woff2) format("woff2"), url(fonts/droidserif-regular-webfont.woff) format("woff"), url(fonts/droidserif-regular-webfont.ttf) format("truetype"), url(fonts/droidserif-regular-webfont.svg#droid_serifregular) format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'DroidSerifBold';
  src: url("fonts/DroidSerif-Bold-webfont.eot");
  src: url("fonts/DroidSerif-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/DroidSerif-Bold-webfont.woff") format("woff"), url("fonts/DroidSerif-Bold-webfont.ttf") format("truetype"), url("fonts/DroidSerif-Bold-webfont.svg#droid_serifbold") format("svg");
  font-style: normal; }
@font-face {
  font-family: 'blackjack';
  src: url("fonts/black_jack-webfont.eot");
  src: url("fonts/black_jack-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/black_jack-webfont.woff") format("woff"), url("fonts/black_jack-webfont.ttf") format("truetype"), url("fonts/black_jack-webfont.svg#blackjackregular") format("svg");
  font-weight: normal;
  font-style: normal; }
*, html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: Arial; }

body {
  min-height: 100vh; }

p {
  margin-bottom: 10px; }

a {
  font-weight: bold;
  text-decoration: underline; }
  a.btn {
    text-decoration: none; }

.pink {
  color: #64b22e; }

.btn-primary {
  background: #64b22e;
  border: 1px solid #088f00; }
  .btn-primary:hover, .btn-primary:focus {
    background: #088f00;
    border: 1px solid #055a00; }

#sidr {
  display: none; }

.sidr {
  -webkit-box-shadow: inset -10px 0px 26px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset -10px 0px 26px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset -10px 0px 26px -10px rgba(0, 0, 0, 0.5);
  background: #64b22e;
  background: -moz-linear-gradient(top, #64b22e 0%, #2b8c24 100%);
  background: -webkit-linear-gradient(top, #64b22e 0%, #2b8c24 100%);
  background: linear-gradient(to bottom, #64b22e 0%, #2b8c24 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b22e', endColorstr='#2b8c24',GradientType=0 ); }
  .sidr ul {
    border: none; }
    .sidr ul li {
      border: none;
      border-bottom: 1px solid #78de2e; }
      .sidr ul li a {
        padding: 10px 20px; }
      .sidr ul li:hover {
        background: #78de2e;
        -webkit-box-shadow: inset -10px 0px 26px -10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: inset -10px 0px 26px -10px rgba(0, 0, 0, 0.5);
        box-shadow: inset -10px 0px 26px -10px rgba(0, 0, 0, 0.5); }
        .sidr ul li:hover > a {
          color: #FFF;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
      .sidr ul li:last-child {
        border-bottom: none; }

.header {
  position: fixed;
  top: 0;
  height: 50px;
  padding: 0;
  z-index: 1100;
  width: 100%; }

.nav-pad {
  padding-top: 150px; }

.mob-bar {
  background: #64b22e;
  padding: 0;
  height: 5px;
  width: 100%;
  display: none; }

.no-nav-bar {
  background: #64b22e;
  padding: 0;
  height: 5px;
  width: 100%; }

.nav-bar {
  background: #64b22e;
  padding: 0;
  height: 50px;
  width: 100%; }
  .nav-bar ul {
    display: table;
    margin: 0 auto; }
    .nav-bar ul li {
      display: block;
      list-style: none;
      height: 50px;
      line-height: 50px;
      float: left;
      padding: 0 20px;
      color: #FFF;
      font-size: 18px;
      cursor: pointer;
      position: relative; }
      .nav-bar ul li:hover {
        color: #64b22e;
        background: #FFF; }

.mob-bar {
  background: #64b22e;
  padding: 0;
  height: 50px;
  width: 100%; }

#logo-bg {
  height: 40vh;
  background: #000;
  border-bottom: 12px solid #ee7425;
  padding-top: 40px; }

#new-logo {
  max-width: 100%;
  max-height: 25vh;
  margin-top: 4vh; }

h1.welcome-text {
  color: #FFF;
  font-family: 'DroidSerif';
  margin: 7vh 0 0 40px;
  font-size: 72px;
  color: #64b22e; }

h4.welcome-text {
  color: #FFF;
  font-family: 'DroidSerif';
  margin: 0 0 0 40px;
  font-size: 40px;
  text-align: center; }

#mob-logo {
  display: none;
  float: right;
  max-width: 85%;
  padding: 7px 0;
  height: 100%; }

#menu-btn {
  float: left;
  z-index: 1101;
  color: #FFF;
  font-size: 30px;
  margin: 10px 0 0 10px;
  cursor: pointer; }

#scroll-down {
  position: absolute;
  bottom: 5vh;
  color: #FFF;
  width: 60%;
  left: 20%; }
  #scroll-down p {
    text-align: center; }
  #scroll-down span {
    text-align: center;
    font-size: 30px; }

#value {
  position: fixed;
  top: 300px;
  text-align: center;
  color: #FFF;
  font-size: 40px; }

#scroll-top {
  position: fixed;
  top: 70px;
  right: 20px;
  color: #FFF;
  z-index: 2000;
  width: 70px;
  height: 70px;
  cursor: pointer;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  padding-top: 12px;
  transition: background 0.5s ease; }
  #scroll-top p {
    text-align: center;
    margin: 0;
    line-height: 16px; }
  #scroll-top span {
    text-align: center;
    font-size: 30px;
    transition: all 1s ease;
    line-height: 16px; }
  #scroll-top:hover {
    background: rgba(100, 178, 46, 0.7); }
    #scroll-top:hover span {
      transform: scale(1.1); }

.content {
  background-color: #111;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative; }

.content2, .content-page {
  background-color: #FFF; }
  .content2 p span, .content-page p span {
    color: #22244f;
    font-family: Arial;
    font-weight: bold; }
    .content2 p span.bold, .content-page p span.bold {
      color: #333; }
  .content2 p a, .content2 p a:visited, .content2 p a:focus, .content2 p a:hover, .content-page p a, .content-page p a:visited, .content-page p a:focus, .content-page p a:hover {
    color: #ee7425; }
  .content2 p.bg-success, .content-page p.bg-success {
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0 0; }
  .content2 p.bg-danger, .content-page p.bg-danger {
    padding: 10px;
    border-radius: 4px;
    margin: 10px 0 0; }
  .content2 ul, .content-page ul {
    padding-left: 40px; }

.content2 {
  padding: 40px 0; }

.content-page {
  min-height: 0; }
  .content-page.left-col {
    padding-right: 15px; }
  .content-page.right-col {
    padding-left: 15px; }

.content3 {
  min-height: 30vh;
  background-color: #333; }

.content, .content2, .content3 {
  -webkit-box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px -20px 25px -10px rgba(0, 0, 0, 0.5); }

#content1 {
  background-image: url("http://192.168.254.127/awards/img/Signature_059.jpg");
  background-position-y: bottom;
  height: 60vh; }

#content2 {
  background-image: url("http://192.168.254.127/awards/img/Signature_023.jpg"); }

#content3 {
  background-image: url("http://192.168.254.127/awards/img/Signature_046.jpg"); }

#content4 {
  background-image: url("http://192.168.254.127/awards/img/Signature_130.jpg"); }

#content5 {
  background-image: url("http://192.168.254.127/awards/img/Signature_134.jpg"); }

#content6 {
  background-image: url("http://192.168.254.127/awards/img/Signature_047.jpg"); }

#content7 {
  background-image: url("http://192.168.254.127/awards/img/Signature_000.jpg"); }

.mobile body {
  width: 100%;
  overflow: hidden; }

.mobile #wrapper {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  height: 100vh !important;
  margin: 0 !important;
  padding: 0 !important; }

.mobile #scroller {
  width: 100%; }

a span.glyphicon {
  color: #FFF;
  text-decoration: none;
  font-size: 24px;
  line-height: 36px;
  padding: 7px 10px; }

h4.script, h4.script a {
  font-family: 'blackjack';
  color: #64b22e;
  margin-top: 20px;
  font-size: 30px;
  text-decoration: none; }

h1.script {
  font-family: 'blackjack';
  color: #64b22e;
  margin-top: 0;
  font-size: 48px; }

.top-image {
  width: 100%;
  height: 50vh;
  background-size: cover;
  border-bottom: 5px solid #64b22e;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 50px; }

.banner1 {
  background-image: url("http://192.168.254.127/awards/img/Signature_001.jpg"); }

.banner2 {
  background-image: url("http://192.168.254.127/awards/img/nominees-banner.jpg"); }

.banner3 {
  background-image: url("http://192.168.254.127/awards/img/awards-banner.jpg"); }

.award-table {
  margin-bottom: 10px; }
  .award-table th {
    padding: 0 10px 0 0;
    font-family: Arial; }
  .award-table td {
    padding: 0 10px; }

.overlay-text {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  width: 60%;
  position: absolute;
  bottom: 15%;
  right: 5%;
  border-radius: 5px; }
  .overlay-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #FFF;
    text-align: right; }
    .overlay-text p span {
      color: #64b22e;
      font-size: inherit;
      line-height: inherit; }

#nom-table {
  margin: 20px 0;
  width: 100%; }
  #nom-table td {
    border-collapse: collapse;
    padding: 5px; }
    #nom-table td.nom-table-header {
      padding-top: 30px;
      font-weight: 700;
      border-bottom: 1px solid #3d3d3d; }
  #nom-table th {
    font-weight: 400;
    font-style: italic;
    border-collapse: collapse;
    padding: 5px; }
  #nom-table a, #nom-table a:hover {
    color: #ee7425;
    text-decoration: none; }

#edit-table {
  margin: 20px 0;
  width: 100%; }
  #edit-table td.table-text {
    text-align: right;
    color: #64b22e;
    font-weight: bold; }
  #edit-table td input[type=text], #edit-table td textarea {
    margin: 0;
    width: 100%;
    padding: 5px;
    border-radius: 5px; }
  #edit-table th {
    border-collapse: collapse;
    padding: 5px 15px;
    font-style: none;
    width: 30%;
    vertical-align: middle;
    text-align: right;
    color: #64b22e; }
    #edit-table th.textarealabel {
      text-align: justify;
      vertical-align: top;
      padding: 20px 0 5px;
      color: #64b22e; }

.carousel-caption {
  width: 100%;
  text-align: center;
  left: 0; }
  .carousel-caption p {
    padding: 5px 0;
    background-color: #64b22e; }

#winners-carousel .carousel {
  margin: 0 15%;
  border: 4px solid #64b22e; }
  #winners-carousel .carousel .carousel-inner {
    margin: 0; }
    #winners-carousel .carousel .carousel-inner .item {
      width: 100%;
      margin: 0;
      background-size: cover;
      background-position: center center;
      height: 450px; }
      #winners-carousel .carousel .carousel-inner .item.slide1 {
        background-image: url("../img/previous-winners/inspirational.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide2 {
        background-image: url("../img/previous-winners/spirit.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide3 {
        background-image: url("../img/previous-winners/entrepreneur.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide4 {
        background-image: url("../img/previous-winners/impact.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide5 {
        background-image: url("../img/previous-winners/service.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide6 {
        background-image: url("../img/previous-winners/contribution.jpg"); }
      #winners-carousel .carousel .carousel-inner .item.slide7 {
        background-image: url("../img/previous-winners/community.jpg"); }

.news-item {
  height: 450px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px -5px black;
  -moz-box-shadow: 0px 0px 15px -5px black;
  box-shadow: 0px 0px 15px -5px black;
  padding: 5px 25px;
  margin-bottom: 20px; }
  .news-item.last {
    margin-right: 0; }
  .news-item .news-text {
    height: 80%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    position: relative;
    margin-bottom: 10px; }
    .news-item .news-text .fadeout {
      position: absolute;
      top: 70%;
      width: 100%;
      height: 30%;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 71%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 71%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 71%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
    .news-item .news-text p, .news-item .news-text h4.script {
      -webkit-transform: translateZ(0px); }

.all-news {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 16px; }

.contact-info {
  height: 50px;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 5px;
  background: #f0f0f0;
  border-radius: 0 4px 4px 0; }
  .contact-info .contact-icon {
    background: #64b22e;
    width: 50px;
    height: 100%;
    padding: 11px 13px 0;
    border-radius: 4px 0 0 4px;
    float: left; }
    .contact-info .contact-icon span {
      color: #FFF;
      font-size: 24px;
      line-height: 24px;
      margin: 0;
      padding: 0;
      text-align: center; }
  .contact-info p {
    padding: 12px 0 0 20px;
    float: left;
    margin: 0;
    width: auto; }
    .contact-info p a {
      text-decoration: none;
      color: #333; }

.footer {
  border-top: 4px solid #64b22e;
  background: #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .footer p {
    color: #FFF; }
  .footer img {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px; }

.bslbtnsmall {
  width: 40px;
  height: 40px;
  float: left;
  margin: 0 10px 5px 0;
  cursor: pointer; }

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.modal-dialog {
  z-index: 1050; }

.no-pad {
  padding: 0 !important; }

.no-pad-left {
  padding-left: 0 !important; }

.no-side-pad {
  padding-left: 0;
  padding-right: 0; }

.left-pad-nil {
  padding-left: 0; }

.right-pad-nil {
  padding-right: 0; }

.left-pad-xs {
  padding-left: 10px; }

.left-pad-sm {
  padding-left: 20px; }

.right-pad-xs {
  padding-right: 10px; }

.right-pad-sm {
  padding-right: 20px; }

.btm-pad-xs {
  padding-bottom: 10px; }

.btm-pad-sm {
  padding-bottom: 20px; }

.pad-sm {
  padding: 10px; }

.top-pad-nil {
  padding-top: 0; }

.right-mar-xs {
  margin-right: 10px; }

.right-mar-sm {
  margin-right: 20px; }

.top-mar-xs {
  margin-top: 10px; }

.top-mar-sm {
  margin-top: 20px; }

.top-mar-md {
  margin-top: 30px !important; }

.top-mar-lg {
  margin-top: 60px !important; }

.btm-mar-nil {
  margin-bottom: 0; }

.btm-mar-xs {
  margin-bottom: 10px; }

.btm-mar-sm {
  margin-bottom: 20px; }

.btm-mar-md {
  margin-bottom: 30px; }

.btm-mar-lg {
  margin-bottom: 60px; }

.bsl-img {
  margin: 0 0 20px 20px; }

.no-mar {
  margin: 0 !important; }

.no-mar-top {
  margin-top: 0 !important; }

.top-mar-nil {
  margin-top: 0; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.txt-center {
  text-align: center; }

.flt-right {
  float: right; }

.flt-left {
  float: left; }

.bold, strong {
  font-family: Arial;
  font-weight: bold; }

@media (max-width: 767px) {
  #content1 {
    background-position-x: left; }

  #content2 {
    background-position-x: left; }

  #content3 {
    background-position-x: right; }

  #content4 {
    background-position-x: right; }

  #content6 {
    background-position-x: center; }

  #new-logo {
    height: 20vh;
    width: auto;
    float: right;
    margin-top: 20px; }

  .contact-info p {
    padding: 10px 0 0 10px; }
    .contact-info p.long, .contact-info p.long a {
      float: left;
      margin: 0;
      word-wrap: break-word;
      font-size: 14px;
      line-height: 1.1;
      width: 80%; }

  #welcome-box {
    top: 90px; }
    #welcome-box .welcome-banner {
      height: 60px;
      padding: 5px 20px; }
      #welcome-box .welcome-banner h1 {
        font-size: 30px;
        line-height: 50px; }
        #welcome-box .welcome-banner h1 span {
          font-size: 30px;
          line-height: 50px; }
        #welcome-box .welcome-banner h1 sup {
          line-height: 18px;
          font-size: 20px; }

  .content {
    background-position-x: center; }

  .footer img {
    width: 80px; }

  #winners-carousel .carousel {
    margin: 0; }
    #winners-carousel .carousel .carousel-inner .item {
      height: 250px; }

  .content2 h1.script, .content-page h1.script {
    font-size: 30px; }

  .content2 {
    padding: 40px 0; }

  .logo-container {
    height: 50px; }

  #std-logo {
    display: none; }

  #mob-logo {
    float: right;
    display: block;
    padding: 5px 0; }

  .nav-bar {
    display: none; }

  .mob-bar {
    display: block; }

  #scroll-top {
    top: 20px;
    right: 10px;
    width: 50px;
    height: 50px;
    padding-top: 10px; }
    #scroll-top p {
      line-height: 12px;
      font-size: 12px; }
    #scroll-top span {
      font-size: 20px;
      line-height: 12px; }

  #scroll-down {
    bottom: 10vh; }
    #scroll-down p {
      text-align: center; }
    #scroll-down span {
      text-align: center;
      font-size: 20px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #content1 {
    background-position-x: left; }

  #content2 {
    background-position-x: left; }

  #content3 {
    background-position-x: right; }

  #content4 {
    background-position-x: center; }

  #content6 {
    background-position-x: center; }

  h1.welcome-text {
    margin: 20% 40px 0;
    font-size: 60px; }

  h4.welcome-text {
    font-size: 30px; }

  .footer img {
    width: 80px; }

  #winners-carousel .carousel {
    margin: 10%; }
    #winners-carousel .carousel .carousel-inner .item {
      height: 350px; }

  .content2 h1.script, .content-page h1.script {
    font-size: 36px; }

  .content2 {
    padding: 40px 0; }

  #scroll-down {
    bottom: 5vh; }
    #scroll-down span {
      font-size: 40px; }

  .nav-bar ul li {
    padding: 0 18px;
    font-size: 16px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .footer img {
    width: 120px; }

  #winners-carousel .carousel {
    margin: 0 12%; }
    #winners-carousel .carousel .carousel-inner .item {
      height: 400px; }

  #scroll-down {
    bottom: 5vh; }

  .content2 h1.script, .content-page h1.script {
    font-size: 42px; }

  .content2 {
    padding: 40px 0; } }

/*# sourceMappingURL=style.css.map */
