/* @override 
	http://airvideo.dev/split.css
*/

* {
  margin: 0;
  padding: 0;
}

body {
	font: 400 15px/24px Oxygen, "Helvetica Neue", Helvetica, sans-serif;
	color: #6d8086;
	background: #f6f8fc;
	-webkit-font-smoothing: antialiased;
  text-align: center;
}

section, header, footer {
  display: block;
}

section, footer{
  padding-left: 40px;
  padding-right: 40px;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.button {
  position: relative;
  color: rgba(83, 88, 91, 0.85);
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 1px 3px rgba(59, 66, 68, 0.15);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.07) 49.5%, rgba(255, 255, 255, 0) 50.6%), -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%) #f2f5fa;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.07) 49.5%, rgba(255, 255, 255, 0) 50.6%), -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%) #f2f5fa;
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.07) 49.5%, rgba(255, 255, 255, 0) 50.6%), -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%) #f2f5fa;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0.07) 49.5%, rgba(255, 255, 255, 0) 50.6%), linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%) #f2f5fa;
  border-radius: 4px;
  padding: 12px 20px 14px;
  text-decoration: none;
  -webkit-transition: background-color ease .3s;
  -ms-transition: background-color ease .3s;
  transition: background-color ease .3s;
}

a.button:hover {
  background-color: #fafcfd;
}

a.button:active {
  background: #f5f7fc;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15);
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

section#hd {
  position: relative;
  background-color: #fff;
  padding-bottom: 40px;
  overflow: hidden;
}

#hd span.icon {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  overflow: hidden;
  background: url(airvideohd/images/icon.png) no-repeat;
  margin-top: 65px;
  margin-bottom: 40px;
}

span.icon a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#hd header::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 35px;
  top: 150px;
  left: 50%;
  margin-left: -55px;
}

#hd h1 {
  position: relative;
  color: #3b4244;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 38px;
}

#hd h1 b {
  font-size: 21px;
}

#hd p {
  font-size: 16px;
  line-height: 34px;
  max-width: 340px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

#hd ul {
  width: 1136px;
  height: 776px;
  position: absolute;
  z-index: 0;
  list-style: none;
  background-image: url(airvideohd/images/iphone.jpg);
}

#hd ul.iphone-1 {
  right: 50%;
  top: -300px;
}

#hd ul.iphone-2 {
  left: 50%;
  bottom: -400px;
}

#hd ul li {
	width: 763px;
	height: 475px;
	position: absolute;
	bottom: 210px;
  right: 169px;
}

#hd ul.iphone-1 li {
  background-image: url(airvideohd/images/iphone-1.png);
}

#hd ul.iphone-2 li {
  background-image: url(airvideohd/images/iphone-3.png);
}

section#old {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  box-shadow: 0 -1px 0 rgba(59, 66, 68, 0.15);
}

section#old::after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	height: 2px;
	background-image: -webkit-linear-gradient(top, rgba(209, 216, 224, 0.5) 0%, rgba(232, 235, 239, 0) 100%);
  background-image: -moz-linear-gradient(top, rgba(209, 216, 224, 0.5) 0%, rgba(232, 235, 239, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(209, 216, 224, 0.5) 0%, rgba(232, 235, 239, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(209, 216, 224, 0.5) 0%, rgba(232, 235, 239, 0) 100%);
}

#old span.icon {
  position: relative;
  display: inline-block;
  width: 96px;
  height: 96px;
  border-radius: 16px;
  overflow: hidden;
  background: url(airvideohd/images/icon-old.png) no-repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 7px rgba(59, 66, 68, 0.15);
  margin-top: 65px;
  margin-bottom: 24px;
}

#old h3 {
  color: #3b4244;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 12px;
}

#old p {
  font-size: 14px;
}

#old::before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  background: -webkit-linear-gradient(left, rgba(231, 235, 239, 0) 0%, #e7ebef 50%, rgba(231, 235, 239, 0) 100%);
  background: -moz-linear-gradient(left, rgba(231, 235, 239, 0) 0%, #e7ebef 50%, rgba(231, 235, 239, 0) 100%);
  background: -ms-linear-gradient(left, rgba(231, 235, 239, 0) 0%, #e7ebef 50%, rgba(231, 235, 239, 0) 100%);
  background: linear-gradient(to right, rgba(231, 235, 239, 0) 0%, #e7ebef 50%, rgba(231, 235, 239, 0) 100%);
  bottom: 0;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

footer small {
  font-size: 13px;
  color: #a6b2c5;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {

  #hd ul {
    background-image: url(airvideohd/images/iphone@2x.jpg);
    background-size: 1136px 776px;
  }

  #hd span.icon {
    background: url(airvideohd/images/icon@2x.png) no-repeat;
    background-size: 96px 96px;
  }
  
  #old span.icon {
    background: url(airvideohd/images/icon-old@2x.png) no-repeat;
    background-size: 96px 96px;
  }

}