@font-face {
	font-family: "ProximaNovaSoft-Regular";
	src: url("../fonts/2344f0_3_0-webfont.eot");
	src: url("../fonts/2344f0_3_0-webfont.eot?#iefix")
		format("embedded-opentype"), url("../fonts/2344f0_3_0-webfont.woff")
		format("woff"), url("../fonts/2344f0_3_0-webfont.ttf") format("truetype");
}
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	font-family: "ProximaNovaSoft-Regular",sans-serif;
	color: #fff;
	background: #333;
        font-size: 16px;
		src: url("fonts/2344f0_3_0-webfont.eot");
		src: url("fonts/2344f0_3_0-webfont.eot?#iefix")
		format("embedded-opentype"), url("fonts/2344f0_3_0-webfont.woff")
		format("woff"), url("fonts/2344f0_3_0-webfont.ttf") format("truetype");
}

a {
	color: #ddd;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

#network-wrapper {
    width: 95%;
    margin: 2.5% auto;
    background: #fff;
    position: relative;
    overflow: hidden;
}

#block-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 700%;
}

.block {
    position: relative;
    width: 100%;
    height: auto;
}

.current {
    /*top: 0;
    left: 0;
    opacity: 1;*/
}

.slide-up {
    top: 0;
    display: block;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.overlay, .overlay5 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    opacity: 0;
    z-index: 2;
}

.overlay2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    opacity: 0;
    z-index: 2;
}

.overlay3 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    opacity: 0;
    z-index: 2;
}

.overlay4 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    opacity: 0;
    z-index: 2;
}

#intro {
    background: url(../images/bg-1.jpg);
    background-size: 102%;
    position: relative;
}

#speed-1 {
    background: url(../images/bg-2.jpg);
    background-size: 102%;
    position: relative;
}

#speed-2 {
    background: url(../images/bg-3.jpg);
    background-size: 102%;
    position: relative;
}

#power-1 {
    background: url(../images/bg-4.jpg);
    background-size: 102%;
    position: relative;
    height: 14.285713%;
    overflow: hidden;
}

#power-2 {
    background: url(../images/bg-5.jpg);
    background-size: 102%;
    position: relative;
}

#coverage {
    background: url(../images/bg-6.jpg);
    background-size: 102%;
    position: relative;
}

#outro {
    background: url(../images/bg-7.jpg);
    background-size: 102%;
    position: relative;
}

#nav div {
    cursor: pointer;
}

#up, #down {
    position: absolute;
    width: 4%;
    left: 48%;
    z-index: 10000;
    text-align: center;
    cursor: pointer;
}

#up img, #down img {
    width: 100%;
    max-width: 100%;
}

#up {
    top: 3%;
    opacity: 0;
}

#down {
    bottom: 12%;
}

.block h1 {
	position: absolute;
	font-weight: 300;
	font-size: 1.9em;
	line-height: 1.2;
	letter-spacing: .09em;
	margin: 0;
	top: 11%;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
        z-index: 1000;
}

#intro h1 {
    top: 0;
}

#intro h1.loaded {
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    transform: translate(0px, 30px);
    -webkit-transform: translate(0px, 30px);
    -moz-transform: translate(0px, 30px);
    -o-transform: translate(0px, 30px);
    -ms-transform: translate(0px, 30px);
}

.block h1 span {
	font-family: "ProximaNovaSoft-Regular",sans-serif;
	font-weight: 400;
	font-size: 65%;
	text-transform: none;
	word-spacing: 0;
	letter-spacing: 0;
	display: block;
	opacity: 0.5;
}

.subheadline {
    width: 90%;
    position: absolute;
    text-align: center;
    left: 5%;
    z-index: 3;
    color: #fff;
    top: 21%;
    font-size: .5em;
}

.subheadline2 {
    width: 80%;
    position: absolute;
    text-align: center;
    left: 10%;
    z-index: 3;
    color: #fff;
    top: 24%;
    font-size: .5em;
}

.see-more {
    width: 80%;
    position: absolute;
    z-index: 5;
    bottom: 16%;
    left: 10%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .09em;
    font-size: .5em;
}

@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 3s infinite;
   -moz-animation: flickerAnimation 3s infinite;
   -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

area {
    cursor: pointer;
}



/******* Speed *******/

#left-speed-1 {
    position: absolute;
    width: 42%;
    top: 43%;
    padding-left: 5%;
    z-index: 5;
    font-size: 95%;
    text-align: center;
}

.current #left-speed-1 {
    top: 34%;
    transition: top 1.5s ease;
    -webkit-transition: top 1.5s ease;
    -moz-transition: top 1.5s ease;
    -o-transition: top 1.5s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

#right-speed-1 {
    position: absolute;
    width: 43%;
    top: 40%;
    right: 4%;
    z-index: 200;
}

.current #right-speed-1 {
    top: 30%;
    transition: top 1.5s ease;
    -webkit-transition: top 1.5s ease;
    -moz-transition: top 1.5s ease;
    -o-transition: top 1.5s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

#right-speed-1 img {
    width: 100%;
}


#left-speed-1 img {
    width: 95%;
    max-width: 100%;
}

.img-right p {
    width: 35%;
    float: left;
}

.img-right img {
    float: right;
    width: 65%;
    margin-right: -10px;
}

.clear {
    clear: both;
}

#left-speed-2 {
    width: 32%;
    position: absolute;
    left: 9%;
    text-align: center;
    z-index: 5;
    top: 33%;
}

.current #left-speed-2 {
    top: 23%;
    transition: top 1.5s ease;
    -webkit-transition: top 1.5s ease;
    -moz-transition: top 1.5s ease;
    -o-transition: top 1.5s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

#right-speed-2 {
    width: 35%;
    position: absolute;
    right: 5%;
    z-index: 5;
    text-align: right;
    top: 7%;
}

#right-speed-2 p {
    font-size: .6em;
}

#left-speed-2 img {
    width: 87%;
}

#left-speed-2 img, #right-speed-2 img {
    max-width: 100%;
}

#miles, #mhz-wrapper {
    margin-top: 20px;
}

#mhz-wrapper {
    width: 100%;
    text-align: center;
}

#mhz-wrapper img {
    opacity: 0;
}

#speed-2 #mhz-wrapper {
    height: 0;
    max-height: 0;
    transition: max-height 1.5s ease;
    -webkit-transition: max-height 1.5s ease;
    -moz-transition: max-height 1.5s ease;
    -o-transition: max-height 1.5s ease;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

#speed-2.current #mhz-wrapper {
    height: auto;
    max-height: 350px;
}

#speed-2.current #mhz-wrapper img {
    transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    opacity: 1;
}

#hattiesburg {
    width: 60%;
    position: absolute;
    z-index: 1000;
    left: 20%;
    top: 40%;
    display: none;
}

#hattiesburg img {
    width: 100%;
    max-width: 100%;
}


/******* Power *******/

#left-power-1 {
    width: 25%;
    position: absolute;
    z-index: 5;
    top: 35%;
    left: 25%;
    color: #fff;
}

#right-power-1 {
    width: 38%;
    right: 3%;
    position: absolute;
    z-index: 5;
    top: 80%;
    text-align: center;
}

#left-power-1 img, #right-power-1 img {
    max-width: 100%;
}

#left-power-1 p {
    font-size: 1.2em;
    margin: 0;
}

#left-power-1 h3 {
    font-size: 3em;
    font-weight: bold;
    margin: 0;
}

.doubled {
    margin-top: 30px;
    margin-bottom: 10px;
}

#power-center-2 {
    position: absolute;
    top: 30%;
    z-index: 5;
    text-align: center;
    width: 80%;
    left: 10%;
}

#power-center-2 p {
    font-size: .6em;
}

.current #power-center-2 {
    top: 20%;
    transition: top 1.5s ease;
    -webkit-transition: top 1.5s ease;
    -moz-transition: top 1.5s ease;
    -o-transition: top 1.5s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

#power-center-2 img {
    max-width: 100%;
}

.stage-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.stage-wrapper iframe {
    min-width: 100%;
    width: 10px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden !important;
    border: none;
}

.stage-wrapper .center-wrapper {
    /*width: 100% !important;
    height: 100% !important;*/
    overflow: hidden !important;
}

#climbing {
    width: 40%;
}


/****** Coverage ******/

#left-coverage-1 {
    width: 40%;
    position: absolute;
    z-index: 1000;
    top: 30%;
    left: 5%;
}

.coverage-circle {
    position: absolute;
    margin-left: 30%;
    margin-top: 20%;
    width: 27%;
    transition:All 1.5s ease;
    -webkit-transition:All 1.5s ease;
    -moz-transition:All 1.5s ease;
    -o-transition:All 1.5s ease;
}

.coverage-circle img {
    width: 100%;
}

.current .current-map .coverage-circle-current {
    transition:All 2s ease;
    -webkit-transition:All 2s ease;
    -moz-transition:All 2s ease;
    -o-transition:All 2s ease;
    transform: rotate(0deg) scale(5.5) translate(0px);
    -webkit-transform: rotate(0deg) scale(5.5) translate(0px);
    -moz-transform: rotate(0deg) scale(5.5) translate(0px);
    -o-transform: rotate(0deg) scale(5.5) translate(0px);
    -ms-transform: rotate(0deg) scale(5.5) translate(0px);
    -webkit-transition-delay: .8s;
	transition-delay: .8s;
}

#right-coverage-1 {
    width: 43%;
    right: 5%;
    position: absolute;
    z-index: 5;
    top: 43%;
}

.current #right-coverage-1 {
    top: 33%;
    transition: top 1.5s ease;
    -webkit-transition: top 1.5s ease;
    -moz-transition: top 1.5s ease;
    -o-transition: top 1.5s ease;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

#bottom-coverage {
    position: absolute;
    bottom: -2px;
    width: 100%;
    z-index: 5;
    left: 0;
}

#left-coverage-1 img, #right-coverage-1 img, #bottom-coverage img {
    max-width: 100%;
}

.navigation-coverage a {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #999;
}

.navigation-coverage a:hover { color: #777; }


/* NAVIGATION */
.navigation-coverage {
  list-style: none;
  padding: 0;
  width: 100%; 
  height: 35px; 
  background: #00b7ee;
  position: absolute;
  z-index: 999;
  top:0;
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.navigation-coverage, .navigation-coverage span.main {
 /* border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;*/
}

.navigation-coverage:hover, .navigation-coverage:hover span.main {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

.navigation-coverage span.main {
  display: block; 
  height: 35px;
  font: bold 12px/37px arial, sans-serif; 
  text-align: center; 
  text-decoration: none; 
  color: #FFF;  
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.navigation-coverage:hover span.main {
  color: rgba(255,255,255,0.6);
  background: rgba(0,0,0,0.04);
}

.navigation-coverage li { 
  width: 14.285%;
float:left;
  height: 30px;
padding-top:5px;
  background: #F7F7F7;
  font: normal 10px/20px arial, sans-serif !important; 
  color: #999;
  text-align: center;
  margin: 0;
  /*-webkit-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -webkit-transform: perspective(350px) rotateX(-90deg);
  -o-transform: perspective(350px) rotateX(-90deg);
  transform: perspective(350px) rotateX(-90deg); 
  box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 2px 10px rgba(0,0,0,0.05);*/
  cursor: pointer;
}

.navigation-coverage li:nth-child(even) { background: #F5F5F5; }
.navigation-coverage li:nth-child(odd) { background: #EFEFEF; }

/*.navigation-coverage li.n0 { 
  -webkit-transition: 0.2s linear 0.8s;
  -o-transition: 0.2s linear 0.8s;
  transition: 0.2s linear 0.8s;
}
.navigation-coverage li.n1 { 
  -webkit-transition: 0.2s linear 0.8s;
  -o-transition: 0.2s linear 0.8s;
  transition: 0.2s linear 0.8s;
}
.navigation-coverage li.n2 {
  -webkit-transition: 0.2s linear 0.6s;
  -o-transition: 0.2s linear 0.6s;
  transition: 0.2s linear 0.6s;
}
.navigation-coverage li.n3 {
  -webkit-transition: 0.2s linear 0.4s;
  -o-transition: 0.2s linear 0.4s;
  transition: 0.2s linear 0.4s;
}
.navigation-coverage li.n4 { 
  -webkit-transition:0.2s linear 0.2s;
  -o-transition:0.2s linear 0.2s;
  transition:0.2s linear 0.2s;
}
.navigation-coverage li.n5 {
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
}
.navigation-coverage li.n6 {
  border-radius: 0px 0px 4px 4px;
  -webkit-transition: 0.2s linear 0s;
  -o-transition: 0.2s linear 0s;
  transition: 0.2s linear 0s;
  border-radius: 0px 0px 4px 4px;
}

.navigation-coverage:hover li {
  -webkit-transform: perspective(350px) rotateX(0deg);
  -o-transform: perspective(350px) rotateX(0deg);
  transform: perspective(350px) rotateX(0deg);
  -webkit-transition:0.2s linear 0s;
  -o-transition:0.2s linear 0s;
  transition:0.2s linear 0s;
  cursor: pointer;
}
.navigation-coverage:hover .n1 {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.navigation-coverage:hover .n2 {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.navigation-coverage:hover .n3 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.navigation-coverage:hover .n4 {
  transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.navigation-coverage:hover .n5 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;

}
.navigation-coverage:hover .n6 {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}

*/

.coverage-map {
    margin-top: 30px;
    position: absolute;
    z-index: 99;
    width: 100%;
    overflow: hidden !important;
    background: #fff;
}



/******* Outro ******/

#left-outro, #center-outro, #right-outro {
    position: relative;
    float: left;
    width: 31%;
    margin: 1%;
}

#left-outro img, #center-outro img, #right-outro img {
    max-width: 100%;
}

#outro-divs {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 5;
    top: 0;
}

#outro-img {
    width: 100%;
    max-width: 100%;
}

#get-more {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -2%;
    z-index: 1000;
    letter-spacing: .1em;
    font-size: .8em;
}

.current #get-more {
    bottom: 8%;
    transition: bottom 1.5s ease;
    -webkit-transition: bottom 1.5s ease;
    -moz-transition: bottom 1.5s ease;
    -o-transition: bottom 1.5s ease;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

#get-more a {
    background: #00b7ee;
    color: #fff;
    text-transform: uppercase;
    padding: 2% 5%;
}

#get-more a:hover {
    background: #0a9cc8;
}




.sizer {
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
}


/****** Old Styles ******/

.data-points {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 40%;
        z-index: 1000;
}

.data-point {
	width: 27%;
	margin: 3%;
	float: left;
	text-align: center;
	position: relative;
}

.data-point h2 {
	position: absolute;
	top: 12%;
	width: 100%;
	text-align: center;
	font-weight: 100;
	font-size: 200%;
}

.data-point img {
	width: 65%;
	max-width: 100%;
}

.data-point img.loaded {
    transition:All 1.5s ease;
    -webkit-transition:All 1.5s ease;
    -moz-transition:All 1.5s ease;
    -o-transition:All 1.5s ease;
    transform: rotate(0deg) scale(1.4) translate(0px);
    -webkit-transform: rotate(0deg) scale(1.4) translate(0px);
    -moz-transform: rotate(0deg) scale(1.4) translate(0px);
    -o-transform: rotate(0deg) scale(1.4) translate(0px);
    -ms-transform: rotate(0deg) scale(1.4) translate(0px);
    -webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.data-point p {
	font-size: .7em;
	margin-top: 85%;
        text-transform: uppercase;
        letter-spacing: .09em;
}

#speed-graphics {
	position: absolute;
	width: 60%;
	left: 20%;
	text-align: center;
	top: 32%;
}

#speed-graphics img {
	padding-right: 30px;
	padding-left: 30px;
}

#speed-graphics img:hover {
    transition:All .9s ease;
    -webkit-transition:All .9s ease;
    -moz-transition:All .9s ease;
    -o-transition:All .9s ease;
    transform: rotate(360deg) scale(1.1) translate(0px);
    -webkit-transform: rotate(360deg) scale(1.1) translate(0px);
    -moz-transform: rotate(360deg) scale(1.1) translate(0px);
    -o-transform: rotate(360deg) scale(1.1) translate(0px);
    -ms-transform: rotate(360deg) scale(1.1) translate(0px);
}

.current .scale-it {
    transition:All 1.5s ease;
    -webkit-transition:All 1.5s ease;
    -moz-transition:All 1.5s ease;
    -o-transition:All 1.5s ease;
    transform: scale(1.2) translate(0px);
    -webkit-transform: scale(1.2) translate(0px);
    -moz-transform: scale(1.2) translate(0px);
    -o-transform: scale(1.2) translate(0px);
    -ms-transform: scale(1.2) translate(0px);
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;
}

.current .scale-it2 {
    transition:All .7s ease;
    -webkit-transition:All .7s ease;
    -moz-transition:All .7s ease;
    -o-transition:All .7s ease;
    transform: scale(1.1) translate(0px);
    -webkit-transform: scale(1.1) translate(0px);
    -moz-transform: scale(1.1) translate(0px);
    -o-transform: scale(1.1) translate(0px);
    -ms-transform: scale(1.1) translate(0px);
}

.downloads, .uploads, .stream {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	top: -30%;
	font-size: .6em;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.next-prev {
	display: none;
}

#logo {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 15%;
}

#logo img {
	width: 100%;
	max-width: 100%;
}

.text {
	width: 60%;
	position: absolute;
	z-index: 99;
	text-align: center;
	font-size: 23px;
	top: 74%;
	left: 20%;
}

.big-text {
	width: 70%;
	position: absolute;
	z-index: 99;
	text-align: center;
	font-size: 28px;
	top: 27%;
	left: 15%;
}

.third-tier-icon {
	width: 10%;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	opacity: .8;
}

.second-tier-icon {
	width: 8%;
	position: absolute;
	top: 23%;
        right: 8%;
        z-index: 99;
	cursor: pointer;
	opacity: .8;
}

.second-tier-icon:hover, .third-tier-icon:hover {
	opacity: 1;
}

.second-tier-icon img, .third-tier-icon img {
	width: 100%;
	max-width: 100%;
}

#speed-content {
	width: 60%;
	position: absolute;
	top: 18%;
	left: 20%;
}

#speed-content img {
	width: 100%;
	max-width: 100%;
}

#coverage-content {
	width: 50%;
	position: absolute;
	top: 38%;
	left: 25%;
}

#coverage-content img {
	width: 100%;
	max-width: 100%;
}

#double-it {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 100%;
}

#double-btn a {
	display: block;
	width: 20%;
	position: absolute;
	left: 40%;
	top: 63%;
	background: #fff;
	color: #00b7ee;
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
}

#double-me {
	color: #012631;
	opacity: .8;
	font-weight: bold;
	font-size: 2.5em;
	position: fixed;
	width: 100%;
	margin-top: 25%;
	text-align: center;
	transition:All .7s ease;
	-webkit-transition:All .7s ease;
	-moz-transition:All .7s ease;
	-o-transition:All .7s ease;
}

.big-icon {
	width: 31%;
	float: left;
	margin: 1%;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	letter-spacing: .1em;
}

.big-icon img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

#power-content {
	width: 60%;
	position: absolute;
	left: 20%;
	top: 25%;
}


.power-section {
	width: 31%;
	float: left;
	margin: 1%;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
}

.power-section img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	cursor: pointer;
}

#upload {
	position: absolute;
	width: 40%;
	top: 67%;
	right: 5%;
	text-align: center;
	transition:All .3s ease;
	-webkit-transition:All .3s ease;
	-moz-transition:All .3s ease;
	-o-transition:All .3s ease;
	opacity: 0;
	z-index: 9999;
        font-size: .5em;
}

#download {
	position: absolute;
	width: 40%;
	top: 67%;
	right: 5%;
	text-align: center;
	transition:All .3s ease;
	-webkit-transition:All .3s ease;
	-moz-transition:All .3s ease;
	-o-transition:All .3s ease;
	opacity: 0;
	z-index: 9999;
        font-size: .5em;
}

#upload span, #download span {
    font-size: 1.1em;
    line-height: 1.8em;
}

#stream {
	position: absolute;
	width: 14%;
	top: 40%;
	left: 5%;
	text-align: center;
	transition:All .3s ease;
	-webkit-transition:All .3s ease;
	-moz-transition:All .3s ease;
	-o-transition:All .3s ease;
	opacity: 0;
	z-index: 9999;
}

.upload-bar {
	width: 100%;
	height: 22px;
	background: #fff;
	overflow: hidden;
	position: relative;
        clear: both;
}

.time {
	background: #00b7ee;
	width: 0%;
	height: 22px;
	display: inline-block;
	transition:All .7s ease;
	-webkit-transition:All .7s ease;
	-moz-transition:All .7s ease;
	-o-transition:All .7s ease;
	position: absolute;
	left: 0;
}

#speed-2 .time {
    background: #0a6c8a;
}

#speed-2.current .time {
    width: 100%;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

#upload.active {
	display: block;
	transition:All .3s ease;
	-webkit-transition:All .3s ease;
	-moz-transition:All .3s ease;
	-o-transition:All .3s ease;
}

.big-time {
	font-size: .9em;
	float: right;
	margin: 0;
	padding-top: 2px;
}

.little-time {
	font-size: .6em;
	float: left;
	margin: 0;
	padding-top: 2px;
}

.big-speed {
	font-size: 18px;
	float: right;
	margin: 0;
	padding-bottom: 2px;
}

.little-speed {
	font-size: 12px;
	float: left;
	margin: 0;
	margin-top: 5px;
        vertical-align: baseline;
}

.plus {
    margin-bottom: 20px;
    width: 30px;
    height: 30px;
}


.second-tier-content {
	width: 18%;
	position: absolute;
	z-index: 10000;
	display: none;
	font-size: .7em;
	text-align: center;
	color: #fff;
	right: 3%;
	top: 12%;
	letter-spacing: .1em;
}

.second-tier-content p span {
	font-size: 2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

.video-popup {
	display: none;
}

#live-movie, #work-movie, #play-movie, #miles-movie {
	width: 80%;
	height: auto;
	position: absolute;
	z-index: 110000;
	left: 10%;
	top: 10%;
}

#miles-movie {
    width: 70%;
    height: auto;
    left: 15%;
    top: 15%;
}

.runner {
	width: 100%;
	position: absolute;
	transition: all 1s;
	transform-origin: 50% 50%;
	text-align: left;
        top: -35%;
}

.runner img {
    width: 20%;
}

.pt-page-current #coverage-content {
	transition:All .7s ease;
    -webkit-transition:All .7s ease;
    -moz-transition:All .7s ease;
    -o-transition:All .7s ease;
    transform: scale(1.3) translate(0px);
    -webkit-transform: scale(1.3) translate(0px);
    -moz-transform: scale(1.3) translate(0px);
    -o-transform: scale(1.3) translate(0px);
    -ms-transform: scale(1.3) translate(0px);
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

#turn-phone {
    display: none;
    position: absolute;
    background: rgba(0,0,0, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 1em;
    color: #fff;
    z-index: 11000;
}

#turn-phone p {
    width: 80%;
    margin: 10% auto;
    text-align: center;
}

.close {
    position: absolute;
    font-size: 1.8em;
    top: 2%;
    right: 3%;
}

.close2 {
    position: absolute;
    font-size: 1.2em;
    top: -5px;
    right: -5px;
    background: #000;
    padding: 0 10px 3px 10px;
    z-index: 11000;
    line-height: 1em;
}

.static-animation {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.static-animation img {
    max-width: 100%;
}

/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(255,255,255, .9);
    z-index:11010; 
    text-align: center;
}

#preloader img {
	width: 20%;
	margin: 0 auto;
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally on the screen */
    top:50%; /* centers the loading animation vertically on the screen */
    background-image:url(../images/loading.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


@media (max-width: 750px) {
    * {
        letter-spacing: 0 !important;
    }
    #intro h1.loaded {
        transition:All 2s ease;
        -webkit-transition:All 2s ease;
        -moz-transition:All 2s ease;
        -o-transition:All 2s ease;
        transform: translate(0px, 10px);
        -webkit-transform: translate(0px, 10px);
        -moz-transform: translate(0px, 10px);
        -o-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
    }
    .plus {
        width: 15px;
        height: 15px;
        margin-bottom: 5px;
    }
    #miles, #mhz-wrapper {
        margin-top: 5px;
    }
    #right-speed-2 {
        top: 3%;
    }
}

@media (max-width: 450px) {
    .upload-bar, .time {
        height: 10px;
    }
    .plus {
        width: 10px;
        height: 10px;
    }
    #mhz {
        width: 80%;
        max-width: 80%;
    }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) {
    .stage-wrapper {
        display: none !important;
    }
    .static-animation {
        display: block;
    }
    .subheadline2 {
        width: 90%;
        left: 5%;
        font-size: .4em;
    }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
    #turn-phone {
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, .8);
        color: #fff;
    }
}
