/* Global */
/****************************/
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Muli', sans-serif;
  line-height: 1.87em;
  font-weight: normal;
}
h1 {
  font-size: 64px;
  color: #3c9adc;
  letter-spacing: -4px;
  line-height: 59px;
  font-weight: 400;
  margin: 0 0 25px 0;
}
h2 {
  font-size: 45px;
  font-weight: 400;
  color: #3c9adc;
  margin: 0 0 40px 0;
  letter-spacing: -2px;
}
p {
  font-size: 24px;
  color: rgba(0,0,0,0.5);
  letter-spacing: -1px;
  margin: 0 0 1.5em 0;
}
section {
  padding-top: 1px; /* fix clearing issue */
  overflow: hidden;
}
.container {
  margin: 60px;
}

/* icons */
i[class^="icon-"] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-image: url(img/sprite.png);
}
.page-container {
  min-width: 1200px;
}
a.button {
  background-color: #1B85C3;
  border-bottom: 4px solid #0E6496;
  margin-bottom: 30px;
  font-size: 22px;
  padding: 8px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  -moz-border-radius: 15px;
  display: inline-block;
}
a.button:hover {
  text-decoration: none;
  position: relative;
  top: 2px;
}
i.icon-gtmetrix-logo {
  background-position: -220px -1141px;
	width: 184px;
	height: 52px;
  display: block;
  margin: 0 auto;
}

/* Intro section */
/****************************/
.intro-section {
  background: url(img/computer-bg.jpg) no-repeat right center, url(img/ruler-bg.gif) repeat-x bottom center;
  min-height: 780px;
}
.intro-section .container {
  margin-top: 80px;
}
.intro-section p,
.intro-section h1 {
  margin-right: 550px; 
}
i.icon-intro-filmstrip {
  background-position: -1px -530px;
  width: 245px;
  height: 245px;
  z-index: 2;
  margin-left: -14px;
}
i.icon-megaphone {
  background-position: -264px -513px;
	width: 233px;
	height: 201px;
  margin-top: 120px;
  margin-left: -24px;
  z-index: 3;
}
i.icon-stopwatch {
  background: url(img/icon-stopwatch-white.gif);
  width: 199px;
  height: 193px;
  margin-top: -5px;
  z-index: 1;
}
i.icon-phone {
  background-position: -217px -351px;
  width: 150px;
  height: 150px;
  margin-top: 105px;
  margin-left: 10px;
  z-index: 2;
}

/* Test regions sections */
/****************************/
.test-regions-section {
  background: url(img/map-bg.gif) repeat;
}
.test-regions-section h2 {
  color: #fff;
}
.world {
  position: relative;
}
.world-map {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  z-index: 1;
  display: block;
  padding-bottom: 60px;
}
.location-pin {
  width: 15px;
  height: 15px;
  background: #fff;
  display: block;
  border-radius: 15px;
}
.test-location {
  position: absolute;
  z-index: 2;
}
.location-name {
  width: 110px;
  height: 70px;
  border-radius: 110px;
  background: #00c1e4;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 5px solid #fff;
  padding-top: 40px;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: -150px;
  left: 50px;
  z-index: 3;
}
.location-line {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 100px;
  height: 100px;
}
.test-location.vancouver {
  top: 17%;
  left: 6.5%;
}
.test-location.dallas {
  top: 27%;
  left: 12%;
}
.test-location.dallas .location-name {
  width: 80px;
  height: 52px;
  padding-top: 27px;
  top: -38px;
  left: 79px;
}
.test-location.sao-paulo {
  top: 68.5%;
  left: 28.5%;
}
.test-location.london {
  top: 13.5%;
  left: 41.5%;
}
.test-location.london .location-name {
  left: -150px;
}
.test-location.london .location-line {
  right: 5px;
  left: auto;
}
.test-location.sydney {
  top: auto;
  left: auto;
  right: 7%;
  bottom: 23%;
}
.test-location.sydney .location-name {
  left: -280px;
  top: 0;
}
.test-location.sydney .location-line {
  right: 0px;
  left: auto;
  bottom: auto;
  top: 6px;
  width: 200px;
}
.test-location.mumbai {
  top: 37.5%;
  left: 66%;
}
.test-location.mumbai .location-name {
  width: 91px;
  height: 57px;
  padding-top: 32px;
  left: -92px;
  top: -170px;
}
.test-location.mumbai .location-line {
  left: -55px;
}
.test-location.hong-kong {
  top: 35%;
  left: 80.5%;
}
.test-location.hong-kong .location-name {
  left: -52px;
  top: -180px;
}

/* Stats section */
/****************************/
.stats-section-app {
  background: #243b4c;
}
.stats-section-website {
  background: #304A5E;
}
.stats-section-app,
.stats-section-website {
  min-height: 860px;
  position: relative;
}
.stats-section-app p,
.stats-section-website p {
  color: rgba(255,255,255,0.5);
}
.stats-section-app h2 {
  color: #fff;
}
.test-animation {
  margin: 0 10px 0 20px;
  position: relative;
}
.icon-browser {
  background-position: -507px -400px;
	width: 220px;
	height: 180px;
}
i.icon-analyzer {
  background-position: -394px -360px;
  width: 238px;
  height: 13px;
  position: absolute;
  left: -10px;
  top: 27px;
  -moz-animation-name: siteAnalysis;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -moz-animation-duration: 4.0s;
  -webkit-animation-name: siteAnalysis;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -webkit-animation-duration: 4.0s;
  animation-name: siteAnalysis;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-duration: 4.0s;
}
@-webkit-keyframes siteAnalysis {
   0% { top: 27px }
   50% { top: 150px }
   100% { top: 27px }
}
@-moz-keyframes siteAnalysis {
   0% { top: 27px }
   50% { top: 150px }
   100% { top: 27px }
}
@keyframes siteAnalysis {
   0% { top: 27px }
   50% { top: 150px }
   100% { top: 27px }
}
.stat-content {
  text-align: center;
}
.stat-highlight,
.stat-info,
.stat-2-highlight {
  display: block;
}
.stat-highlight {
  font-size: 50px;
  font-weight: 300;
  color: #36e0ff;
  letter-spacing: -2px;
  text-shadow: 4px 4px 0 rgba(0,0,0,0.2);
  margin-bottom: 10px;
  line-height: 1.0em;
}
.stat-info {
  font-size: 20px;
  color: #ddd;
  font-weight: 300;
  margin-bottom: 5px;
}
.stat-2-highlight {
  font-size: 36px;
  color: #19dcff;
  letter-spacing: -1px;
}
.test-stats .stat-content {
  width: 183px;
  float: left;
}
.test-stats .test-animation {
  float: left;
  z-index: 4;
}
.stat-content,
.test-animation,
.icon-phones,
.icon-users,
.icon-location,
i.icon-clock,
i.icon-download-arrow,
i.icon-hourglass,
i.icon-resources,
i.icon-pagesize,
i.icon-data-transfer {
  z-index: 2;
  position: relative;
}
.stat-content {
  width: 300px;
}
.stat-container {
  position: absolute;
  margin: 35px;
}
.pagespeed-stat .stat-content,
.yslow-stat .stat-content {
  width: 225px;
}
.circle-bg {
  z-index: 1;
  position: absolute;
  top: -54px;
  left: -100px;
  display: block;
  width: 300px;
  height: 300px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 300px;
}
.data-stat .circle-bg {
  top: -154px;
  left: 74px;
}
.icon-phones {
  background: url(img/sprite.png) 0 -121px;
	width: 108px;
	height: 123px;
  float: left;
}
.mobile-tests .icon-phones,
.mobile-tests .stat-content {
  float: left;
  text-align: left;
}
.mobile-tests .stat-content {
  margin-left: 20px;
  width: 185px;
}
.mobile-tests .circle-bg {
  top: -33px;
  left: 23px;
  width: 200px;
  height: 200px;
  border-radius: 200px;
}
.icon-users {
  background: url(img/sprite.png) -1px 0;
	width: 274px;
	height: 110px;;
}
.user-stats .circle-bg {
  top: -31px;
  left: 12px;
  width: 250px;
  height: 250px;
  border-radius: 300px;
}
.location-stat {
  width: 400px;
}
.stat-container .yslow-stat,
.stat-container .pagespeed-stat {
  position: relative;
}
#ySlow,
#pageSpeed {
  position: relative;
  z-index: 3;
}
.score-percent {
  font-size: 76px;
  line-height: 76px;
  color: #fff;
  top: 73px;
  font-weight: 400;
  z-index: 5;
  left: 61px;
  letter-spacing: -5px;
  position: absolute;
}
.yslow-stat .circle-bg {
  left: -59px;
  top: -231px;
}
.pagespeed-stat .circle-bg {
  left: 20px;
  top: -300px;
  width: 260px;
  height: 260px;
}
.data-transfer-stat .circle-bg {
  width: 220px;
  height: 220px;
  left: 32px;
  top: -24px;
}
.score-percent sup {
  font-size: 32px !important;
  display: inline-block;
  margin-left: 3px;
  font-size: 30px;
}
i.icon-clock {
  background-position: -1px -791px;
	width: 190px;
	height: 190px;
  float: left;
  margin-right: 10px;
  z-index: 3;
}
.load-time-stat {
  margin-right: 50px;
}
.load-time-stat .stat-content {
  float: left;
  width: 235px;
  position: relative;
}
.pagesize-stat {
  margin-left: 100px;
}
.data-transfer-stat .stat-content {
  width: 239px;
  margin-left: 106px;
}
.data-stat .stat-content {
  width: 440px;
  margin-top: 20px;
}
.wait-time-stat .stat-content {
  width: 120px;
  margin-left: 210px;
}
i.icon-download-arrow {
  background-position: -507px -596px;
	width: 106px;
	height: 153px;
  float: left;
  margin-right: -10px;
}
.data-transfer-stat .stat-highlight {
  font-size: 44px;
}
i.icon-hourglass {
  background-position: -270px -761px;
	width: 196px;
	height: 196px;
  float: left;
  z-index: 3;
}
i.icon-resources {
  background-position: -492px -775px;
	width: 163px;
	height: 167px;
  float: left;
  z-index: 3;
}
.resources-stat .stat-content {
  width: 325px;
}
.resources-stat .circle-bg {
  left: -146px;
  width: 250px;
  height: 250px;
  top: -40px;
}
i.icon-pagesize {
  background-position: -636px -594px;
	width: 145px;
	height: 144px;
  float: left;
  z-index: 3;
}
i.icon-data-transfer {
  background-position: -211px -981px;
	width: 440px;
	height: 134px;
  z-index: 3;
}
.stat-info-addition {
  color: #bbb;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.resources-stat .stat-content {
  margin-left: 173px;
  width: 140px;
}
.pagesize-stat .stat-content {
  width: 195px;
  margin-left: 162px;
}
.load-time-stat {
  top: 240px;
  left: 3%;
}
.pagespeed-stat {
  position: absolute;
  left: 43%;
  top: 250px;
}
.yslow-stat {
  position: absolute;
  left: 71%;
  top: 201px;
}
.resources-stat {
  position: absolute;
  top: 560px;
  left: 11%;
}
.pagesize-stat {
  position: absolute;
  top: 620px;
  left: 50%;
}
.test-stats {
  position: absolute;
  top: 210px;
  left: 0;
}
.data-transfer-stat {
  position: absolute;
  left: 42%;
}
.data-stat {
  position: absolute;
  left: 55%;
  top: 430px;
}
.wait-time-stat {
  position: absolute;
  top: 510px;
  left: 17%;
}

/* Features section */
/****************************/
.features-section {
  background: #d2ecfe;
  min-height: 600px;
}
.feature-container {
  width: 47%;
  float: left;
  margin-bottom: 50px;
}
.feature-icon {
  float: left;
  display: block;
}
.feature-content {
  margin-left: 240px;
}
.feature-content h3 {
  font-size: 32px;
  letter-spacing: -1px;
  margin: 0 0 15px 0;
  font-weight: 400;
}
.feature-content p {
  font-size: 18px;
}
.feature-container:nth-child(2n+3) {
  margin-right: 6%;
}
.film-icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 100px;
  background: #97d4ff url(img/filmstrip-repeat.jpg) repeat-y center center;
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 2px 3px rgba(0,0,0,0.2);
  background-position-x: 31px;
}
.alert-icon {
  background: url(img/sprite.png) -264px -513px;
	width: 233px;
	height: 201px;
}
.mobile-icon-feature {
  background: url(img/sprite.png) 0 -302px;
	width: 200px;
	height: 204px;
}
.rocket-icon-container {
  width: 210px;
  height: 210px;
  border-radius: 210px;
  background-color: #8bd2fc;
  position: relative;
}
.rocket-cloud {
  background: url(img/rocket-cloud.png);
  width: 186px;
  height: 81px;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 13px;
  z-index: 3;
}
.rocket-icon {
  background: url(img/sprite.png) -532px 0;
  width: 91px;
  height: 200px;
  display: block;
  position: absolute;
  right: 60px;
  top: -25px;
}
i.icon-chrome {
  background-position: -1px -996px;
	width: 189px;
	height: 189px;
  float: left;
}
.icon-chrome:hover {
  -webkit-animation-name:             chromeRotate; 
  -webkit-animation-duration:         3.0s; 
  -webkit-animation-iteration-count:  infinite;
  -webkit-transition-timing-function: ease;
  -moz-animation-name:             chromeRotate; 
  -moz-animation-duration:         3.0s; 
  -moz-animation-iteration-count:  infinite;
  -moz-transition-timing-function: ease;
  animation-name:             chromeRotate; 
  animation-duration:         3.0s; 
  animation-iteration-count:  infinite;
  transition-timing-function: ease;
}

@-webkit-keyframes chromeRotate {
  0 {
    -webkit-transform: rotate(0deg);
  }
  100% { 
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes chromeRotate {
  0 {
    -moz-transform: rotate(0deg);
  }
  100% { 
    -moz-transform: rotate(-360deg);
  }
}
@keyframes chromeRotate {
  0 {
    transform: rotate(0deg);
  }
  100% { 
    transform: rotate(-360deg);
  }
}

/* Conclusion section */
/****************************/
.conclusion-section {
  min-height: 600px;
  text-align: center;
}
.conclusion-section p {
  width: 80%;
  margin: 0 auto 30px;
  font-size: 22px;
}
.conclusion-section p.bigger {
  font-size: 26px;
  color: #333;
}
.conclusion-section .button {
  padding: 8px 40px;
  color: #fff;
}
a {
  color: #00B4D5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}