body {
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center -55px;
}
@font-face {

	     font-family: 'ChronicleDisplay-Light';
  src: url('../fonts/ChronicleDisplay-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ChronicleDisplay-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ChronicleDisplay-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ChronicleDisplay-Light.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ChronicleDisplay-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ChronicleDisplay-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
	   
	 font-family: 'ChronicleDisp-Roman';
  src: url('../fonts/ChronicleDisp-Roman.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ChronicleDisp-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ChronicleDisp-Roman.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ChronicleDisp-Roman.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/ChronicleDisp-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ChronicleDisp-Roman.svg#svgFontName') format('svg'); /* Legacy iOS */   
	   
 	    
	 font-family: 'OstrichSans-Heavy';
  src: url('../fonts/OstrichSans-Heavy.eot'); /* IE9 Compat Modes */
  src: url('../fonts/OstrichSans-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/OstrichSans-Heavy.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/OstrichSans-Heavy.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/OstrichSans-Heavy.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/OstrichSans-Heavy.svg#svgFontName') format('svg'); /* Legacy iOS */   
	   
   
}




.headline
{
 font-family: "ChronicleDisplay-Light";
 font-size:75px;
 font-weight:normal;
  color:#000;
  line-height:75px;
  
}
.description
{
 font-family: "ChronicleDisp-Roman";
 font-size:30px;
 color:#000;
   line-height:36px;
}

.register
{
	
	 font-family: "OstrichSans-Heavy";
	font-size: 40px;
	color: #f3ec1a;
	line-height: normal;
	text-align: center;
	display: block;
	padding: 20px;
	width: auto;
	height: auto;
}

.interestto
{
	 font-family: "OstrichSans-Heavy";
	font-size: 20px;
	font-weight:normal;
	color: #fff;
	
	
}
.national {
    float: right!important
}
.textyle {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 0px;
  border: none;
  font: normal 16px/normal "OstrichSans-Heavy", Times, serif;
  color: #000;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(252,252,252,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  width:100%;
  text-indent:8px;
}
.iradio_line
{
	font-family: "OstrichSans-Heavy";
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 0px;
  border: 2px solid #b7b7b7;
  font: normal normal normal 18px/normal "OstrichSans-Heavy", Times, serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(0,0,0,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 0 0 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  width:99%;
  cursor:pointer;
  text-align:center;
}

.iradio_line.checked
{
			 font-family: "OstrichSans-Heavy";
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 0px;
  border: 2px solid #f3ec1a;
  font: normal normal normal 18px/normal "OstrichSans-Heavy", Times, serif;
  color: rgba(255,255,255,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(0,0,0,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 0 0 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  width:99%;
  
}

.registerpop {
	 font-family: "OstrichSans-Heavy";
    display:inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 5px 5px;
  border: 0px solid #b7b7b7;
  font: normal 35px/normal OstrichSans-Heavy, Gadget, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
  background: #f3ec1a;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 0 0 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  width:98%;
}

.ftext
{
	font-family: "OstrichSans-Heavy";
	font-size: 35px;
	font-weight: bold;
	color: #000;
	background-color: #FFF200;
	display: block;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	text-align: left;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;	
}
.message
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #fff200;
	text-align: center;
	display: block;
	height: auto;
	width: auto;
	padding: 10px;
	color: #000;
	position:absolute;
	top:0;
	width:100%;
	z-index:9999999;
}

@media (min-width: 992px) {
#futuretwo
{
	display:none;
	
}
#futurefive
{
	display:none;
	
}
}

@media (max-width: 992px) {
	
#futureone
{
display:none;	
}
#futuretwo
{
display:block;	
}
#futurefour
{
display:none;	
}
#futurefive
{
display:block;	
}
	
}





@media (max-width: 568px) {
	
	
#futureone
{
display:none;	
}
#futuretwo
{
display:block;	
}
#futurefour
{
display:none;	
}
#futurefive
{
display:block;	
}
	
	
	
	body {
	background-attachment: scroll;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: -800px 0px;  
}



	.headline
{

 font-family: "ChronicleDisplay-Light";
 font-size:40px;
 font-weight:normal;
  color:#000;
  line-height:37px;
 
  

  
}
.description
{
 font-family: "ChronicleDisp-Roman";
 font-size:20px;
 color:#000;
   line-height:26px;

}

.national {
    float: left!important;
}



@media (max-width: 667px) {
	
		
#futureone
{
display:none;	
}
#futuretwo
{
display:block;	
}
#futurefour
{
display:none;	
}
#futurefive
{
display:block;	
}
	
	
	
	
	 .modal-dialog {
        width: 88%;
       
    }
	.registerpop {
		width:80%;
	}

}
@media (max-width: 736px) {
	
		
#futureone
{
display:none;	
}
#futuretwo
{
display:block;	
}
#futurefour
{
display:none;	
}
#futurefive
{
display:block;	
}
	
	
	
	 .modal-dialog {
        width: 88%;       
    }
		.registerpop {
		width:80%;
	}	
		
}
@media (max-width: 480px) {
	
	
		
#futureone
{
display:none;	
}
#futuretwo
{
display:block;	
}
#futurefour
{
display:none;	
}
#futurefive
{
display:block;	
}
	
	
	
	 .modal-dialog {
        width: 95%;
        
    }
	
	.registerpop {
		width:94%;
	}
}

@media (min-width: 480px) {
	 .modal-dialog {
        width: 95%;
        margin: 30px auto
    }
		.registerpop {
		width:94%;
	}
}