@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,300italic,400italic);

body, html {
    margin:0;
    padding:0;
}
#superContainer {
    height:100%;
    position:relative;
}
.section{
    position: relative;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
         box-sizing: border-box; 
}
.slide {
    float: left;
}
.slide, .slidesContainer {
    height: 100%;
    display: block;
}
.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.section.table,
.slide.table{
    display:table;
    width:100%;
}
.tableCell{
    display:table-cell;
    vertical-align: middle;
    width:100%;
    height: 100%;
}
.slidesContainer {
    float: left;
    position: relative;
}
.controlArrow{
    position:absolute;
    top:50%;
    cursor:pointer;
    width: 0px;
    height: 0px;
    border-style: solid;
    margin-top: -38px;
}

.controlArrow.prev{
    left:15px;
    width: 0px;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next{  
    right:15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable{
    overflow:scroll;
}
.easing{
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#fullPage-nav{
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fullPage-nav ul{
    margin:0;
    padding:0;
}
#fullPage-nav li{
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
}
#fullPage-nav li a{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span{
    background: #333;
}
#fullPage-nav span{
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a{
    text-decoration:none;
}

table {
    border-spacing: 0;    
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}

strong{
    font-weight: bold;
}

ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}

caption,th {
    text-align: left;

}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}

q:before,q:after {
    content:'';
}

abbr,acronym { border: 0;
}


body{
    font-family: arial,helvetica;
    color: #333;
    color: rgba(0,0,0,0.5);
}

.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

h1{
    font-size: 6em; 
}

p{
    font-size: 2em;
}
.section{
    text-align:center;
}
#menu li {
    display:inline-block;
    margin: 10px;
}

#menu li.active{

}

#menu li a{
    text-decoration:none;
    color: #09436B;
}

#menu li.active a:hover{
}

#menu li:hover{

}

#menu li a,
#menu li.active a{
    display:block;
}

#menu li.active a{
    font-weight:bold;

}

#menu{
    position:fixed;
    top:0;
    left:0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin:0;
}
#section0 img,
#section1 img{
    margin: 20px 0 0 0;
}   

#section2 img{
    margin: 20px 0 0 52px;  
}

#section3 img{
    bottom: 0px;
    position:absolute;
    margin-left: -420px;
}

.intro p{
    width: 50%;
    margin: 0 auto;
    font-size: 1.5em;
}

.twitter-share-button{
    position: absolute;
    z-index: 99;
    right: 149px;
    top: 9px;
}

#fullPage-nav{
    position: absolute;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#fullPage-nav li{
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
}

#fullPage-nav li a{
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fullPage-nav li .active span{
    background: #333;
}

#fullPage-nav span{
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

#prowrapper{
    max-width:1024px;
    width:95%;
    display:block;
    margin-left:auto;
    margin-right:auto;

}

.graphline{
    width:8%;
    height:456px;
    float:left;
    border-right:solid 1px #AAA6A6;
    border-right-color:rgab(255,255,255,.8);

}

#prowrapper ul{
    display:inline;
}


 
#prowrapper li{
    float:left;
    text-align:right;
    width:8%;
    margin-left:2px;
    color:#fff;
    font-weight:100;
    text-shadow: 2px 2px 2px #000;
    margin-top:10px;
    
}

.clear{
    clear:both;
}

.round{
    display:none;

  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;

  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;

  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  background:blue;
  width:50px;
  height:50px;
  margin-top: 20px;
  margin-left: 2px;
  color:#fff;
  font-weight:100;
  line-height: 49px;
  float:left;

}

#graph{
    margin-top: -440px;
}

.bargraphbar{
    height:50px;
    width:14%;
    background:blue;
    margin-top: 15px;
    margin-left: 8.1%;
    position: relative;
    color:#fff;
    font-weight:100;
    line-height: 49px;
    text-align:left;
    padding-left:20px;

  -webkit-transition: width 1.5s ease-in-out;
  -moz-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;

  transition-delay: .5s;
  -webkit-transition-delay: .5s; /* Safari */

}


#bar1, #round1{
    background:#3D4A5A;
    background:rgba(61,77,90,.95);
}

#bar2, #round2{
    background:#3C65A9;
    background:rgba(60,101,169,.95);
}

#bar3, #round3{
    background:#EFDA4D;
    background:rgba(239,218,77,.95);
    color:#4C5765;
    font-weight:300;
}

#bar4, #round4{
    background:#665786;
    background:rgba(102,87,134,.95);
}

#bar5, #round5{
    background:#FAB62F;
    background:rgba(250,182,47,.95);
}

#bar6, #round6{
    background:#3C65A9;
    background:rgba(60,101,169,.95);
}

#bar7,#round7{
    background:#3D4A5A;
    background:rgba(61,77,90,.95);

}


.fire1{
    width:76% !important;
}

.fire2{
    width:75% !important;
}

.fire3{
    width:74% !important;
}

.fire4{
    width:73% !important;
}

.fire5{
    width:75% !important;
}

.fire6{
    width:74% !important;
}

.fire7{
    width:76% !important;

}

.fire1, .fire2, .fire3, .fire4, .fire5, .fire6, .fire7{
    transition-delay: .5s;
     -webkit-transition-delay: .5s; /* Safari */
}

#round1{
    margin-top: 0px;
}

.proh1{
    margin-bottom:3%; 
    font-weight:100; 
    font-size:2em;
}

#aboutmewraper{
    max-width:270px;
    width:90%;
    margin-left:47%;
}

#aboutmewraper button{
    width:100%;
    height:50px;
    color:#fff;
    background:#07436A;
    border:none;
    outline:none;
    margin-top: 25px;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all  .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#aboutmewraper button:hover{
    background:#125F89;
    cursor:pointer;

    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all  .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#aboutmewraper input{
    width: 97%;
    height: 45px;
    background: #fff;
    background: rgba(255,255,255,.8);
    margin-top: 25px;
    border: none;
    outline: none;
    padding-left: 4%;
    font-size: 15px;
    font-weight: 100;
    margin-right: 10px;
}


#aboutmewraper textarea{
    width: 97%;
    height:80px;
    background:#fff;
    background:rgba(255,255,255,.8);
    padding-left: 4%;
    margin-top:10px;
    padding-top:4%;
    border:none;
    outline:none;
    font-size: 15px; b
    font-family: inherit;
}

#aboutmewraper #sendbutton{
    width: 120px;
    height: 45px;
    border: none;
    outline: none;
    background: #F9B233;
    margin-top: 10px;
    color: #fff;
    margin-left: 154px;
    padding-left: 10px;
    font-size: 15px;

-webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all  .5s ease-in-out;
  transition: all .5s ease-in-out;

}

#aboutmewraper #sendbutton:hover{
background: #CAFF55;
color:#07436A;

}


#parame{
    text-align: justify;
    text-justify: auto;
    font-size: 17px;
    margin: 0px;
    width: 100%;
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    font-weight: 300;
    line-height: 22px;
}



body{
	font-family: 'Lato', sans-serif;
	color: #333;
	color: rgba(0,0,0,0.5);
}

h1{
	font-size: 3em;
	color:#fff;
	font-family: 'Lato', sans-serif;
	letter-spacing:15px;
	 animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */
}

.errormessage{
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}


.errormessagered{
    border: solid 1px red !important;

    animation: shake .2s 2;
    -moz-animation: shake .2s 2; /* Firefox */
    -webkit-animation: shake  .2s 2; /* Safari and Chrome */
    -o-animation: shake  .2s 2; /* Opera */

    animation-direction:alternate;
    -webkit-animation-direction:alternate; /* Safari and Chrome */

}

#sucsess{
    margin-top: 5px;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all  .5s ease-in-out;
  transition: all .5s ease-in-out;
}


.sucsess{
    color:#fff;
    font-weight:300;
    margin-top: 75px;
    margin-bottom: -100px;
    text-shadow: 0px 0px 2px #000;

     animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */

    -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all  .5s ease-in-out;
  transition: all .5s ease-in-out;

}

.fadeout{
    animation: fadeout 1s;
    -moz-animation: fadeout 1s; /* Firefox */
    -webkit-animation: fadeout  1s; /* Safari and Chrome */
    -o-animation: fadeout 1s; /* Opera */
    opacity:0;
}


#errorHere{
font-size: 18px;
margin-top: 13px;
color: rgb(190, 76, 76);
font-weight: 200;
text-align: left;
margin-bottom: -20px;

    animation: redcolor .5s infinite;
    -moz-animation: redcolor  .5s infinite; /* Firefox */
    -webkit-animation: redcolor  .5s infinite; /* Safari and Chrome */
    -o-animation: redcolor  .5s infinite; /* Opera */

    animation-direction:alternate;
    -webkit-animation-direction:alternate; /* Safari and Chrome */
}



button{
    font-family: 'Lato', sans-serif !important;
}



.desktopimg, .phoneimg{
    width:80%; 
    height:100%;
}

.phoneimg{
    display:none;
}

#logo{
    height:50px;
    width:auto;
}

#slogan{
    font-size: 2em;
    font-size:75%;
    font-family: 'Lato', sans-serif;
    letter-spacing:5px;
    margin-top:20px;
    color:#fff;
    color:rgba(255,255,255,.7);

}

.clear{
    clear:both;
}


#menu ul{
	float:right;
    margin-top: 6px;
}

#menu li {
	display:inline-block;
	padding-right:10px;
	font-weight: 300;
    font-size: 14px;
}

#menu li.active{

}

#menu li a{
	text-decoration:none;

}

#menu li.active a:hover{
	
}
#menu li:hover{
	
}
#menu li a,
#menu li.active a{
	display:block;
}

.active a{
    font-weight:bold;
	
}
#menu{
    background:rgb(255,255,255);
	background:rgba(255,255,255,.6);
	width:100%;
	height:50px;
	position:fixed;
	top:-50px;
	left:0;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
    font-weight:300;
}


#down{
	position: absolute;
	bottom: 20px;
    left: 47%;
    animation: fadein 10s infinite;
    -moz-animation: fadein 10s infinite; /* Firefox */
    -webkit-animation: fadein 10s infinite; /* Safari and Chrome */
    -o-animation: fadein 10s infinite; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}




@keyframes fadeout {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-moz-keyframes fadeout { /* Firefox */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-webkit-keyframes fadeout{ /* Safari and Chrome */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-o-keyframes fadeout { /* Opera */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}









@keyframes redcolor {
    from {
        color:#A51B1B;
    }
    to {
        color:#7E1715;
    }
}
@-moz-keyframes redcolor { /* Firefox */
    from {
        color:#A51B1B;
    }
    to {
        color:#7E1715;
    }
}
@-webkit-keyframes redcolor{ /* Safari and Chrome */
    from {
        color:#7E1715;
    }
    to {
        color:#A51B1B;
    }
}
@-o-keyframes redcolor { /* Opera */
    from {
        color:#A51B1B;
    }
    to {
        color:#7E1715;
    }
}



@keyframes shake {
    from {
        margin-left:0px;
    }
    to {
        margin-left:10px;
    }
}
@-moz-keyframes shake { /* Firefox */
    from {
        margin-left:0px;
    }
    to {
        margin-left:10px;
    }
}
@-webkit-keyframes shake{ /* Safari and Chrome */
    from {
        margin-left:0px;
    }
    to {
        margin-left:10px;
    }
}
@-o-keyframes shake { /* Opera */
    from {
        margin-left:0px;
    }
    to {
        margin-left:10px;
    }
}








#section3 h1{
    text-align: left;
    margin-left: 47%;
}







#menu{

    top:0px;

	animation:mymove 2s ;
	-webkit-animation:mymove 2s ;  /*Safari and Chrome*/

	animation-timing-function:ease-in-out;
	-webkit-animation-timing-function:ease-in-out; /* Safari and Chrome */


}



@keyframes mymove{
    from {
        top:-50px;
    }
    to {
        top:0px;
    }
}
@-moz-keyframes mymove { /* Firefox */
    from {
        top:-50px;
    }
    to {
        top:0px;
    }
}
@-webkit-keyframes mymove{ /* Safari and Chrome */
    from {
        top:-50px;
    }
    to {
        top:0px;
    }
}
@-o-keyframes mymove { /* Opera */
    from {
        top:-50px;
    }
    to {
        top:0px;
    }
}




.controlArrow.prev{
	left:15px;
	width: 0px;
	border-width: 38.5px 34px 38.5px 0;
	border-color: transparent rgba(9,67,107,.2) transparent transparent !important;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.controlArrow.next{  
	right:15px;
	border-width: 38.5px 0 38.5px 34px;
	border-color: transparent transparent transparent rgba(9,67,107,.2)!important;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
}

.controlArrow.next:hover{  
    right:15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent rgba(9,67,107,.7)!important;
    
}

.controlArrow.prev:hover{
    left:15px;
    width: 0px;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent rgba(9,67,107,.7) transparent transparent !important;
}

#section0, #section1, #section2, #section3{
    background-color:#fff !important;
}

#section0{
    background:#09436B !important;
    background-position: center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


}


#section1{
    background:#fff !important;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#section2{
    background-image:url(img2.jpg) ;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


#section3{
    background-image:url(gray.jpg) ;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}



@media (max-width:1000px) {

    iframe{
    width:500px !important;
    height:281px !important;
}

.proh1{
    display:none;
}

}







@media (max-width:680px) {
    h1{
        font-size:2em;
    }

}



@media (max-width:680px) {
   #aboutmewraper {
    margin-left: 36%;

}

}




@media (max-width:535px) {

#menu ul {
float: none;
margin-top: 0px;
text-align: center;
background:rgb(255,255,255);
background:rgba(255,255,255,.6);
background:rgba(9,67,107,.6);
height:25px;
margin-top: -3px;
width:100%;

}

#menu li a{
    color:#fff;
}

#menu li {
    margin-top: 3px;
    padding-right: 0px;
}


 h1{
        font-size:1.6em;
        letter-spacing:6px;
    }

    #slogan{
        font-size:.6em;
        letter-spacing:3px;
        margin-top: 10px;

    }

    #menu{
    top:0px;

    animation:mymove .3s ;
    -webkit-animation:mymove .3s ;  /*Safari and Chrome*/

    animation-delay: 0s;
    -webkit-animation-delay: 0s;

    animation-timing-function:ease-in-out;
    -webkit-animation-timing-function:ease-in-out; /* Safari and Chrome */


}


.controlArrow.prev{
    border-width: 23.5px 27px 25.5;
}

.desktopimg{
    display:none;
}

.phoneimg{
    display:block;
    margin-left: auto !important;
    margin-right: auto !important;
}

#down{
    left: 44%;

}

    iframe{
    width:300px !important;
    height:169px !important;
}

.bargraphbar{
    height:35px;
    width:27%;
    margin-top: 10px;
    line-height: 35px;
    padding-left: 11px;
    margin-left: 8.5%;
    font-weight:300;
}

.graphline {
    height: 310px;

}


#graph {
margin-top: -305px;
}

#prowrapper {
margin-top: 20%;
}

#prowrapper li:nth-child(2n+2) {  
  opacity:.0;
}

#line1, #line3, #line5, #line7, #line9{
    opacity:.0;
}

   #aboutmewraper {
    margin-left: 40%;

}

#parame {
font-size: 15px;
line-height: 17px;
color:#fff;
text-shadow: 0px 0px 2px #000;
font-weight:400;
}

#aboutmewraper {
max-width: 195px;
margin-top:15px;
}

#aboutmewraper button {
height: 40px;
margin-top: 30px;

}

#aboutmewraper input {
height: 30px;
margin-top: 10px;
font-size: 13px;
}

#aboutmewraper textarea {
height: 63px;
margin-top: 6px;
font-size: 13px;

}

#aboutmewraper #sendbutton {
width: 100px;
height: 39px;
margin-top: 5px;
margin-left: 116px;
font-size: 15px;
}



form{
    display:none;
}


}




@media (max-width:400px) {


#aboutmewraper {
margin-left:35%;
}


}


@media (max-width:350px) {

    #aboutmewraper {
    margin-left:30%;
}



    }




@media (max-width:300px) {

        iframe{
    width:90% !important;
    height:auto !important;
}

    }
