/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}
a {
word-wrap: break-word;
color:#eecc30;
font-weight: 500;
}

a .black {
word-wrap: break-word;
color:#00000;
}
a :hover {
 text-decoration: underline;
}

.container-wide{
	margin-top:25px;
}
.navbar-brand {
    font-size: 24px;
}

.videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000;
  }
  .videoWrapper43 {
    padding-top: 75%;
  }
  .videoWrapper169 {
    padding-top: 56%;
  }
  
  .videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  
  .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #01b4b5;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -moz-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .videoPoster:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  .videoPoster:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -25px 0 0 -12.5px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
  }
  .videoPoster:hover:before, .videoPoster:focus:before {
    border-color: rgb(32, 136, 46);
  }
  .videoPoster:hover:after, .videoPoster:focus:after {
    border-left-color: rgb(32, 136, 46);
  }
  .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
  }
  


@media (max-width: 1000px) {
    .navbar-brand {
        font-size: 28px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

@media(min-width:1000px) {
    .navbar {
        padding: 3px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
}


@font-face {
    font-family: 'DINBold';
    src: url('font/ff_din_bold-webfont.eot');
    src: url('font/ff_din_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ff_din_bold-webfont.woff') format('woff'),
         url('font/ff_din_bold-webfont.ttf') format('truetype'),
         url('font/ff_din_bold-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINRegular';
    src: url('font/ff_din_regular-webfont.eot');
    src: url('font/ff_din_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ff_din_regular-webfont.woff') format('woff'),
         url('font/ff_din_regular-webfont.ttf') format('truetype'),
         url('font/ff_din_regular-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'VegurRegular';
    src: url('font/vegur-r_0.602-webfont.eot');
    src: url('font/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/vegur-r_0.602-webfont.woff') format('woff'),
         url('font/vegur-r_0.602-webfont.ttf') format('truetype'),
         url('font/vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.din { font-family:DINRegular;font-weight: normal;}
.dinBold { font-family:DINBold;font-weight: normal;}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.navbar-default{
  background-color: yellow;
  }

  
.container h1 {
font-family: DINBold;
font-size: 46px;
font-weight: normal;
color:#ffcc30;
text-align:left;
} 

.container h2 {
font-family: DINBold;
font-size: 24px;
font-weight: normal;
color:#ffcc30;
text-align:left;
} 

.container p , ol, table{
text-align:left;
font-family: VegurRegular;
font-size: 22px;
font-weight: normal;
}

.container p.white , ol{
	color:white;
}
 
.container .highlight {
	font-family:DINBold;
}

.container p.highlight {
	color:#ffcc30;
}
.container  .red-highlight {
	font-family:DINBold;
	color:#fe3330;
}

#clock {
color: #f8f8f8;
display: block;
font-family:DINBold;
font-size: 2em;
line-height: 2.4em;
overflow: hidden;
position: absolute;
text-align: center;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
top: 0;

-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
-webkit-transform-style: flat;
-moz-transform-style: flat;
-ms-transform-style: flat;
-o-transform-style: flat;
transform-style: flat;
}

.intro-section {
    text-align: center;
    background: #01b4b5;
	background-repeat: no-repeat;
	background-size:  contain ;
    background-position:center;
    border:0px;
}


.about-section {
    min-height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}


.eligibility-section {
    min-height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #01b4b5;
	/*background-image: url('../bg1.png');
	background-repeat: no-repeat;*/
	background-size: 80% auto;
	-moz-background-size:80% auto;
	-webkit-background-size:80% auto;
	-o-background-size:80% auto;
	background-position:center top;
}
.eligibility-section .container{
	color:white;
}
.eligibility-section .container table tr td {
	padding-bottom:20px;
}
.contact-section {
    height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}


.enquiries-section {
	min-height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}

.apply-section {
	min-height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}


.resources-section {
	min-height: 100%;
    padding-top: 100px;
    text-align: center;
    background: #fff;
}


.event-section {
	min-height: 100%;
    padding-top: 100px;
    text-align: center;
    background:  #01b4b5;
}
.event-section .container{
	color:white;
}

.awardees-section {
	min-height: 100%;
    padding-top: 100px;
    text-align: center;
    background:  #01b4b5;
}
.awardees-section .container{
	color:white;
}

.footer-section {
text-align: center;
}
.footer-section a {
color: #000;

}


#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }

  /* https://www.w3schools.com/howto/howto_css_hero_image.asp*/
  
.hero-text {
    text-align: center;
    position: absolute;
    top: 80%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  .hero-text a img {
    max-width:150px;
    max-height:150px;
    width: auto;
    height: auto;
  }
  
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #555;
    color: white;
  }

/*! http://codeitdown.com/ordered-list-css-styles/ */

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 4em;
    padding: 0;
     
    counter-reset: li-counter;
}

ol.circles-list > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 2em;
}

ol.circles-list > li:before {
    position: absolute;
    top: 0;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 1.4em;
    line-height: 1.2;
    text-align: center;
    color: #white;
 
    border: 3px solid #ffcc30;
    border-radius: 50%;

    content: counter(li-counter);
    counter-increment: li-counter;
}
ol.circles-list.black > li{
	color: #000000;
}

ol.labels-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 1em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.labels-list > li{
    position: relative;
    margin-bottom: 1.5em;
    padding: 0.5em 0.5em 0.5em 3em;
	color:black;
    background-color: #eaeaea;
}
ol.labels-list > li:before {
    position: absolute;
    top: -0.3em;
    left: -0.5em;
    width: 1.8em;
    height: 1.2em;
     
    font-size: 1.4em;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    color: #464646;
    background-color: #ffcc30;
     
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    z-index: 99;
    overflow: hidden;
	
    border: 3px solid #ffcc30;
	
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.labels-list-white > li {
background-color: #f2f2f2;
padding: 0.5em 0.5em 0.5em 3em;
margin-bottom: 0.05em;
}