/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4;
  font-family: "Avenir Next", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* apply a natural box layout model to all elements */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

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

.clear:after,
.content:after {
  clear: both; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #222;
    display: block;
    font-size: 0.875px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: #4e4e54 url(../images/bg-black.jpg);
  background-size: 170px 406px;
  text-shadow: 0 1px 2px #000; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  body {
    background-image: url(../images/bg-black@2x.jpg); } }
a {
  color: #555; }

a:hover {
  color: #fc7b24; }

/* Header */
#footer,
.site-header {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 370px; }
  @media screen and (max-width: 960px) {
    #footer,
    .site-header {
      padding: 0 30px 50px; } }
  @media screen and (max-width: 760px) {
    #footer,
    .site-header {
      height: inherit; } }

.site-header h1, #footer h1 {
  color: #cccccc;
  text-align: center;
  font-size: 48px;
  line-height: 1em;
  margin: 10px 0 0;
  padding: 0;
  font-weight: 400; }

.site-header h1 .white, #footer h1 .white {
  color: #fff;
  font-weight: 500; }

.site-header h2, #footer h2 {
  color: #cccccc;
  text-align: center;
  font-size: 24px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-weight: 400; }

#footer .updates h2, #footer .changes h2 {
  color: #fff;
  text-align: left;
  font-size: 30px;
  line-height: 1em;
  margin: 20px 0 0;
  padding: 0;
  font-weight: 400; }

#footer .updates h3 {
  font-weight: 300; }

#footer .changes h3 {
  font-weight: 600;
  color: #fff; }

#footer .updates h5 {
  font-weight: 300;
  color: #888;
  margin: 5px 0 0; }

#footer a {
  color: #fff; }

#footer a:hover {
  color: #fc7b24; }

.title {
  font-family: 'Montserrat', "Avenir Next", "Helvetica Nueue", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 60px;
  background: url(../images/title.png) no-repeat center center;
  background-size: 549px 60px;
  font-size: 3.375em; }
  @media screen and (max-width: 760px) {
    .title {
      background-size: 100% auto;
      min-height: 70px; } }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .title {
    background: url(../images/title@2x.png) no-repeat center center;
    background-size: 549px 60px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 760px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-resolution: 1.5dppx) and (max-width: 760px) {
    .title {
      background-size: 100% auto;
      min-height: 70px; } }

@media screen and (max-width: 960px) {
  .subtitle {
    margin-bottom: 20px; } }

.tray {
  position: absolute;
  top: 97px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  max-width: 261px;
  width: 261px;
  height: 262px;
  background: url(../images/tray.png) no-repeat; }
  @media screen and (max-width: 760px) {
    .tray {
      top: 125px;
      width: 100%; } }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .tray {
    background: url(../images/tray@2x.png) no-repeat;
    background-size: 261px 262px; } }
.dvd {
  position: fixed;
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
  width: 100%;
  max-width: 960px;
  height: 856px;
  background: url(../images/dvd.png) no-repeat top center;
  background-size: 254px 256px;
  pointer-events: none; }
  @media screen and (min-width: 760px) {
    .dvd {
      top: 112px; }
      .dvd.visible {
        top: 103px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .dvd {
      background: url(../images/dvd@2x.png) no-repeat top center;
      background-size: 254px 256px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 760px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 760px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 760px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 760px), screen and (min-resolution: 1.5dppx) and (min-width: 760px) {
    .dvd {
      top: 112px; } }

.fixed {
  position: absolute;
  top: 102px; }
  @media screen and (max-width: 760px) {
    .fixed {
      top: 130px; } }

.bolt {
  position: absolute;
  top: 105px;
  left: 54.1666667%;
  z-index: 9999;
  width: 116px;
  height: 202px;
  background: url(../images/bolt.png) no-repeat; }
  @media screen and (max-width: 760px) {
    .bolt {
      top: 133px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .bolt {
      background-image: url(../images/bolt@2x.png);
      background-size: 100%; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 760px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-resolution: 1.5dppx) and (max-width: 760px) {
    .bolt {
      top: 133px; } }

.arrow {
  position: absolute;
  top: 265px;
  left: 45.8333333%;
  z-index: 99;
  width: 67px;
  height: 88px;
  background-image: url(../images/arrow.png); }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .arrow {
    background-image: url(../images/arrow@2x.png);
    background-size: 100%; } }
.button {
  background: #ddd url(../images/bg-button.png) left center repeat-x;
  background-size: 256px 256px;
  color: #1a1a1a;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  width: 172px;
  border: 1px solid #404040;
  padding: 5px;
  margin-bottom: 15px;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 2px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -o-transition: all 0.6s;
  /* Opera */ }
  
.button_mvrp
{
	background:url(../images/button_macvideoripper_normal.png) left center;
	width: 440px;
	height: 104px;
}
.button_mvrp:hover { background:url(../images/button_macvideoripper_hover.png) left center; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .button {
    background: #ddd url(../images/bg-button.png) left center repeat-x; } }
.button:hover {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1) inset, 0 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 4px 4px rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  background: #ff9100 url(../images/bg-button.png) left center repeat-x;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */ }

.button:active {
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1) inset, 0 0 1px 1px rgba(0, 0, 0, 0.5) inset, 0 1px 0px rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  background: #ff9100 url(../images/bg-button.png) left center repeat-x;
  transition: all 0s;
  -moz-transition: all 0s;
  /* Firefox 4 */
  -webkit-transition: all 0s;
  /* Safari and Chrome */
  -o-transition: all 0s;
  /* Opera */ }

a.button-link {
  text-decoration: none;
  color: #ddd !important;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  /* Firefox 4 */
  -webkit-transition: all 0.6s;
  /* Safari and Chrome */
  -o-transition: all 0.6s;
  /* Opera */ }

a.button-link:hover {
  color: #fff !important;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */ }

.buy {
  margin-bottom: 20px;
  max-width: 200px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 220px;
  left: 12.5%;
  z-index: 9999; }
  @media screen and (max-width: 760px) {
    .buy {
      margin: 312px auto 20px;
      position: static;
      top: inherit;
      left: inherit;
      text-align: center;
      width: 100%; } }
  @media screen and (max-width: 960px) {
    .buy {
      left: 5%; } }

.try {
  max-width: 200px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 220px;
  left: 66.6666667%;
  z-index: 9999; }
  @media screen and (max-width: 760px) {
    .try {
      margin: 0 auto 20px;
      position: static;
      top: inherit;
      left: inherit;
      text-align: center;
      width: 100%; } }
  @media screen and (max-width: 960px) {
    .try {
      right: 3%;
      left: inherit; } }

/* Features */
#features {
  background: url(../images/bg-light.jpg);
  position: relative;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #fff;
  text-shadow: 0 1px 0 #fff; }

.home #features {
  height: 1050px; }
  @media screen and (min-width: 760px) {
    .home #features {
      height: 870px; } }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #features {
    background-image: url(../images/bg-light@2x.jpg); } }
#features .content {
  max-width: 910px;
  width: 100%;
  margin: 10px auto 240px;
  padding: 25px 25px;
  z-index: 9999;
  position: relative;
  background-image: url(../images/bg-glass.png);
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 2px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-size: 170px 406px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #features .content {
    background-image: url(../images/bg-glass@2x.jpg);
    background-size: 170px 406px; } }
#features .page-content {
  max-width: 810px;
  width: 100%;
  margin: 10px auto 10px;
  padding: 25px 25px 25px;
  z-index: 9999;
  position: relative;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 0 1px 1px rgba(255, 255, 255, 0.5) inset, 0 2px 6px rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: url(../images/bg-glass.png);
  background-size: 170px 406px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #features .page-content {
    background-image: url(../images/bg-glass@2x.png);
    background-size: 170px 406px; } }
.feature {
  width: 45%;
  z-index: 99999;
  min-height: 100px;
  padding: 0 0 0 75px;
  margin: 0px 0 2.5% 2.5%;
  float: left; }
  @media screen and (max-width: 760px) {
    .feature {
      min-height: 80px;
      margin: 0 2.5% 2.5%;
      width: 100%; } }

#features .content h2 {
  padding: 0;
  margin: 0 0 10px;
  font-weight: 400;
  color: #ff6c0b;
  text-shadow: none; }

.feature h3 {
  padding: 0 0 0px;
  margin: 0 0;
  font-weight: 600;
  font-size: 16px; }

.feature p {
  margin: 0 0 10px;
  font-weight: 400; }

/* Backup */
.feature.backup {
  background: url(../images/icon-backup.png) left top no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.backup {
    background: url(../images/icon-backup@2x.png) left top no-repeat;
    background-size: 64px 64px; } }
/* Cut */
.feature.cut {
  background: url(../images/icon-cut.png) left top no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.cut {
    background: url(../images/icon-cut@2x.png) left top no-repeat;
    background-size: 64px 64px; } }
/* Clock */
.feature.clock {
  background: url(../images/icon-clock.png) left top no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.clock {
    background: url(../images/icon-clock@2x.png) left top no-repeat;
    background-size: 64px 64px; } }
/* Free */
.feature.free {
  background: url(../images/icon-cheap.png) left top no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.free {
    background: url(../images/icon-cheap@2x.png) left top no-repeat;
    background-size: 64px 64px; } }
/* iTunes */
.feature.itunes {
  background: url(../images/icon-itunes.png) left top no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.itunes {
    background: url(../images/icon-itunes@2x.png) left top no-repeat;
    background-size: 64px 64px; } }
/* Battery */
.feature.battery {
  background: url(../images/icon-battery.png) left top no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.battery {
    background: url(../images/icon-battery@2x.png) left top no-repeat;
    background-size: 64px 64px; } }
/* Subtitles */
.feature.subtitles {
  background: url(../images/icon-subtitles.png) left top no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.subtitles {
    background: url(../images/icon-subtitles@2x.png) left top no-repeat;
    background-size: 64px 64px; } }
/* Upscale */
.feature.upscale {
  background: url(../images/icon-upscale.png) left top no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.upscale {
    background: url(../images/icon-upscale@2x.png) left top no-repeat;
    background-size: 64px 64px; } }
/* Movie-Only */
.feature.movie-only {
  background: url(../images/icon-movie-only.png) left center no-repeat;
  background-size: 64px 64px; }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .feature.movie-only {
    background: url(../images/icon-movie-only@2x.png) left center no-repeat;
    background-size: 64px 64px; } }
span.highlighted {
  color: #FF6C0B;
  font-weight: 400; }

.arrow-light {
  background: url(../images/arrow-light.png) center top no-repeat;
  background-size: 67px 88px;
  position: absolute;
  right: 0;
  top: 1000px;
  width: 100%;
  height: 111px;
  z-index: 999; }
  @media screen and (max-width: 760px) {
    .arrow-light {
      top: 1600px; } }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .arrow-light {
    background: url(../images/arrow-light@2x.png) center top no-repeat;
    background-size: 67px 88px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 760px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-resolution: 1.5dppx) and (max-width: 760px) {
    .arrow-light {
      top: 1600px; } }

.dvd-slot-front {
  background: url(../images/slot-front.png) center top no-repeat;
  background-size: 544px 111px;
  position: absolute;
  right: 0;
  top: 976px;
  width: 100%;
  height: 111px;
  z-index: 999; }
  @media screen and (min-width: 460px) {
    .dvd-slot-front {
      top: 966px; } }
  @media screen and (min-width: 660px) {
    .dvd-slot-front {
      top: 951px; } }
  @media screen and (min-width: 760px) {
    .dvd-slot-front {
      background-size: 95% 100%;
      top: 796px; } }
  @media screen and (min-width: 960px) {
    .dvd-slot-front {
      top: 770px; } }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .dvd-slot-front {
    background: url(../images/slot-front@2x.png) center top no-repeat;
    background-size: 544px 111px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 760px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-resolution: 1.5dppx) and (max-width: 760px) {
    .dvd-slot-front {
      background-size: 95% 100%; } }

.dvd-slot-back {
  background: url(../images/slot-back.png) center top no-repeat;
  background-size: 544px 91px;
  position: absolute;
  right: 0;
  top: 1684px;
  width: 100%;
  height: 91px;
  z-index: 9; }
  @media screen and (min-width: 460px) {
    .dvd-slot-back {
      top: 1650px; } }
  @media screen and (min-width: 660px) {
    .dvd-slot-back {
      top: 1635px; } }
  @media screen and (min-width: 760px) {
    .dvd-slot-back {
      background-size: 95% 100%;
      top: 1162px; } }
  @media screen and (min-width: 960px) {
    .dvd-slot-back {
      top: 1136px; } }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .dvd-slot-back {
    background: url(../images/slot-back@2x.png) center top no-repeat;
    background-size: 544px 91px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (max-width: 760px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-device-pixel-ratio: 1.5) and (max-width: 760px), screen and (min-resolution: 1.5dppx) and (max-width: 760px) {
    .dvd-slot-back {
      background-size: 95% 100%; } }

/* Screenshot */
#screenshot {
  background: #06101a url(../images/bg-screenshot.jpg) center center no-repeat;
  background-size: cover;
  height: 300px;
  text-shadow: 0 1px 2px #000;
  position: relative;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 0 40px #06101a inset, 0 0 1px 1px #000; }
  @media screen and (min-width: 460px) {
    #screenshot {
      height: 500px; } }
  @media screen and (min-width: 760px) {
    #screenshot {
      height: 550px; } }
  @media screen and (min-width: 960px) {
    #screenshot {
      background-size: 1200px 750px;
      height: 600px; } }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  #screenshot {
    background: url(../images/bg-screenshot@2x.jpg) center center no-repeat;
    background-size: cover; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 960px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-resolution: 1.5dppx) and (min-width: 960px) {
    #screenshot {
      background-size: 1200px 750px; } }

.screenshot-content {
  width: 100%;
  margin: 0 auto;
  height: 300px;
  z-index: 9999;
  position: relative; }
  @media screen and (min-width: 460px) {
    .screenshot-content {
      height: 500px; } }
  @media screen and (min-width: 760px) {
    .screenshot-content {
      height: 550px; } }
  @media screen and (min-width: 960px) {
    .screenshot-content {
      height: 600px; } }

.screenshot-image {
  width: 100%;
  max-width: 320px;
  background: url(../images/screenshot.png) center center no-repeat;
  background-size: 320px auto;
  height: 300px;
  margin: 30px auto 0;
  position: relative; }
  @media screen and (min-width: 460px) {
    .screenshot-image {
      background-size: 400px auto;
      height: 400px;
      max-width: 400px; } }
  @media screen and (min-width: 660px) {
    .screenshot-image {
      background-size: 500px auto;
      height: 460px;
      max-width: 500px;
      margin-top: 0; } }
  @media screen and (min-width: 760px) {
    .screenshot-image {
      background-size: 638px 430px;
      height: 550px;
      max-width: 638px; } }

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .screenshot-image {
    background: url(../images/screenshot@2x.png) center center no-repeat;
    background-size: 320px auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 460px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-resolution: 1.5dppx) and (min-width: 460px) {
    .screenshot-image {
      background-size: 400px auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 660px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-resolution: 1.5dppx) and (min-width: 660px) {
    .screenshot-image {
      background-size: 500px auto;
      max-width: 500px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 660px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-resolution: 1.5dppx) and (min-width: 660px) {
    .screenshot-image {
      background-size: 638px 430px;
      height: 550px;
      max-width: 638px; } }

.progress-bar {
  width: 273px;
  background: url(../images/bar.png) no-repeat;
  background-size: 289px auto;
  height: 20px;
  position: absolute;
  top: 192px;
  left: 5%; }
  @media screen and (min-width: 460px) {
    .progress-bar {
      background-size: 362px auto;
      top: 252px; } }
  @media screen and (min-width: 660px) {
    .progress-bar {
      background-size: 581px 14px;
      top: 357px;
      left: 4.7%; } }
  @media screen and (min-width: 760px) {
    .progress-bar {
      left: 4.5%;
      top: 357px; } }
  @media screen and (min-width: 960px) {
    .progress-bar {
      top: 357px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .progress-bar {
      background: url(../images/bar@2x.png) no-repeat;
      background-size: 289px auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 460px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-resolution: 1.5dppx) and (min-width: 460px) {
    .progress-bar {
      background-size: 362px auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 660px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-resolution: 1.5dppx) and (min-width: 660px) {
    .progress-bar {
      background-size: 581px 14px; } }

#screenshot-dvd {
  width: 60%;
  height: 142px;
  /**/
  background: url(../images/screenshot-dvd.png) no-repeat;
  background-size: 200px auto;
  position: absolute;
  top: 64px;
  left: 6.5%;
  right: 0;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */ }
  @media screen and (min-width: 460px) {
    #screenshot-dvd {
      background-size: 240px auto;
      left: 6.5%;
      top: 92px;
      width: 240px; } }
  @media screen and (min-width: 660px) {
    #screenshot-dvd {
      background-size: 382px 142px;
      top: 104px;
      width: 370px; } }
  @media screen and (min-width: 760px) {
    #screenshot-dvd {
      top: 104px; } }
  @media screen and (min-width: 960px) {
    #screenshot-dvd {
      top: 103px;
      max-width: 382px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #screenshot-dvd {
      background: url(../images/screenshot-dvd@2x.png) no-repeat;
      background-size: 200px auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 460px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-resolution: 1.5dppx) and (min-width: 460px) {
    #screenshot-dvd {
      background-size: 240px auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 660px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-resolution: 1.5dppx) and (min-width: 660px) {
    #screenshot-dvd {
      background-size: 382px 142px; } }

#spinner {
  background: url(../images/spinner.png) no-repeat center center;
  background-size: 14px 13px;
  height: 14px;
  left: 13px;
  position: absolute;
  top: 173px;
  width: 14px;
  z-index: 9999999;
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -ms-animation: spin 1s infinite linear; }
  @media screen and (min-width: 460px) {
    #spinner {
      background-size: 16px 15px;
      top: 232px;
      left: 18px; } }
  @media screen and (min-width: 660px) {
    #spinner {
      background-size: 19px 17px;
      top: 330px;
      left: 33px; } }
  @media screen and (min-width: 960px) {
    #spinner {
      top: 330px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #spinner {
      background: url(../images/spinner@2x.png) no-repeat center center;
      background-size: 14px 13px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 460px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-resolution: 1.5dppx) and (min-width: 460px) {
    #spinner {
      background-size: 16px 15px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 660px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-resolution: 1.5dppx) and (min-width: 660px) {
    #spinner {
      background-size: 19px 17px; } }

/* keyframes for animation;  simple 0 to 360 */
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg); }
  to {
    -ms-transform: rotate(360deg); } }
#rendering-done {
  width: 23px;
  height: 23px;
  background: url(../images/rendering-done.png) no-repeat center center;
  background-size: 12px 12px;
  position: absolute;
  top: 169px;
  left: 8px;
  z-index: 9999999; }
  @media screen and (min-width: 460px) {
    #rendering-done {
      background-size: 14px 14px;
      top: 227px;
      left: 13px; } }
  @media screen and (min-width: 660px) {
    #rendering-done {
      background-size: 23px 23px;
      top: 326px;
      left: 30px; } }
  @media screen and (min-width: 960px) {
    #rendering-done {
      top: 326px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #rendering-done {
      background: url(../images/rendering-done@2x.png) no-repeat center center;
      background-size: 12px 12px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 460px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 460px), screen and (min-resolution: 1.5dppx) and (min-width: 460px) {
    #rendering-done {
      background-size: 14px 14px; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 660px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 660px), screen and (min-resolution: 1.5dppx) and (min-width: 660px) {
    #rendering-done {
      background-size: 23px 23px; } }

/* Devices */
#devices {
  background: url(../images/bg-light.jpg);
  position: relative;
  padding: 20px 0;
  width: 100%;
  border-top: 1px solid #fff;
  text-shadow: 0 1px 0 #fff;
  z-index: 99999;
  box-shadow: 0 1px 5px black;
  height: 360px; }
  @media screen and (min-width: 660px) {
    #devices {
      height: 400px; } }
  @media screen and (min-width: 760px) {
    #devices {
      height: 460px; } }
  @media screen and (min-width: 960px) {
    #devices {
      height: 500px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #devices {
      background: url(../images/bg-light@2x.jpg); } }

#devices h2 {
  text-align: center;
  font-weight: 400;
  margin: 20px 0 0; }

#devices p {
  text-align: center;
  font-weight: 400;
  margin: 0 0 10px; }

.devices-content {
  max-width: 960px;
  width: 100%;
  height: 150px;
  margin: 0 auto 25px;
  background: url(../images/devices.png) center center no-repeat;
  background-size: 100% auto;
  z-index: 9999;
  position: relative; }
  @media screen and (min-width: 460px) {
    .devices-content {
      height: 250px; } }
  @media screen and (min-width: 760px) {
    .devices-content {
      height: 325px; } }
  @media screen and (min-width: 960px) {
    .devices-content {
      background-size: 961px 349px;
      height: 350px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .devices-content {
      background: url(../images/devices@2x.png) center center no-repeat;
      background-size: 100% auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 960px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-resolution: 1.5dppx) and (min-width: 960px) {
    .devices-content {
      background-size: 961px 349px; } }

#devices-blackout-1 {
  max-width: 960px;
  width: 100%;
  height: 150px;
  background: url(../images/devices-1.png) center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 460px) {
    #devices-blackout-1 {
      height: 250px; } }
  @media screen and (min-width: 760px) {
    #devices-blackout-1 {
      height: 325px; } }
  @media screen and (min-width: 960px) {
    #devices-blackout-1 {
      background-size: 961px 349px;
      height: 350px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #devices-blackout-1 {
      background: url(../images/devices-1@2x.png) center center no-repeat;
      background-size: 100% auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 960px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-resolution: 1.5dppx) and (min-width: 960px) {
    #devices-blackout-1 {
      background-size: 961px 349px; } }

#devices-blackout-2 {
  max-width: 960px;
  width: 100%;
  height: 150px;
  background: url(../images/devices-2.png) center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 460px) {
    #devices-blackout-2 {
      height: 250px; } }
  @media screen and (min-width: 760px) {
    #devices-blackout-2 {
      height: 325px; } }
  @media screen and (min-width: 960px) {
    #devices-blackout-2 {
      background-size: 961px 349px;
      height: 350px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #devices-blackout-2 {
      background: url(../images/devices-2@2x.png) center center no-repeat;
      background-size: 100% auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 960px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-resolution: 1.5dppx) and (min-width: 960px) {
    #devices-blackout-2 {
      background-size: 961px 349px; } }

#devices-blackout-3 {
  max-width: 960px;
  width: 100%;
  height: 150px;
  background: url(../images/devices-3.png) center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
  @media screen and (min-width: 460px) {
    #devices-blackout-3 {
      height: 250px; } }
  @media screen and (min-width: 760px) {
    #devices-blackout-3 {
      height: 325px; } }
  @media screen and (min-width: 960px) {
    #devices-blackout-3 {
      background-size: 961px 349px;
      height: 350px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    #devices-blackout-3 {
      background: url(../images/devices-3@2x.png) center center no-repeat;
      background-size: 100% auto; } }
  @media screen and (min--moz-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (-o-min-device-pixel-ratio: 3 / 2) and (min-width: 960px), screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-device-pixel-ratio: 1.5) and (min-width: 960px), screen and (min-resolution: 1.5dppx) and (min-width: 960px) {
    #devices-blackout-3 {
      background-size: 961px 349px; } }

@media screen and (min-width: 960px) {
  .float-left {
    float: left;
    margin-right: 10px; } }

/* ==========================================================================
	Upgrade page
   ========================================================================== */
.upgrade textarea {
  width: 100%;
  max-width: 500px; }

/* Bottom */
#footer {
  text-shadow: 0 1px 2px #000;
  width: 100%;
  z-index: 999;
  position: relative;
  color: #fff;
  text-shadow: 0 1px 1px #000; }
  @media screen and (min-width: 660px) {
    #footer {
      padding: 40px 30px 50px; } }

.footer-content {
  position: relative;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .footer-content {
      max-width: 960px; } }
  .footer-content header {
    margin-bottom: 70px;
    position: relative; }
    @media screen and (min-width: 760px) {
      .footer-content header {
        margin-bottom: 340px; } }

.footer-bolt {
  position: absolute;
  top: 2560px;
  left: 54.1666667%;
  z-index: 9999;
  width: 116px;
  height: 202px;
  background: url(../images/bolt.png) no-repeat; }
  @media screen and (min-width: 460px) {
    .footer-bolt {
      top: 2730px; } }
  @media screen and (min-width: 660px) {
    .footer-bolt {
      top: 2810px; } }
  @media screen and (min-width: 760px) {
    .footer-bolt {
      top: 2395px; } }
  @media screen and (min-width: 960px) {
    .footer-bolt {
      top: 2490px; } }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .footer-bolt {
      background-image: url(../images/bolt@2x.png);
      background-size: 100%; } }

#footer .updates {
  color: #ccc;
  border-top: 3px solid #222;
  margin: 0 2%; }
  @media screen and (min-width: 760px) {
    #footer .updates {
      margin-top: 45%; } }
  @media screen and (min-width: 960px) {
    #footer .updates {
      margin: 0 1% 0 0;
      float: left;
      width: 64%; } }

#footer .changes {
  color: #ccc;
  border-top: 3px solid #222;
  margin: 10% 2% 0; }
  @media screen and (min-width: 960px) {
    #footer .changes {
      margin: 0 0 0 1%;
      float: right;
      width: 31%; } }

#footer .copyright {
  color: #999;
  font-size: 11px;
  margin: 2%; }
  @media screen and (min-width: 960px) {
    #footer .copyright {
      width: 64%;
      margin: 0 1% 0 0;
      position: absolute;
      float: left;
      bottom: 0px;
      top: 1190px; } }

.invisible {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */ }

.visible {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */ }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
