/* ==========================================================================
   LESS Variables - http://lesscss.org
   ========================================================================== */
/* Colours */
/* Style Mixins */
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  background: #f5f5f5;
  color: #2c2b24;
  font-size: 18px;
  line-height: 1.4;
  font-family: 'source-sans-pro', Avenir, Helvetica, Corbel, Sans-serif;
  /* -webkit-font-smoothing: antialiased !important; */
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-weight: 300;
  }
}
::-moz-selection {
  color: #f5f5f5;
  background: #af44d2;
  text-shadow: none;
}
::selection {
  color: #f5f5f5;
  background: #af44d2;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hero-desc, .hero-desc a {
	color: #aaa;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
}
/* ==========================================================================
   Base Styles
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
strong {
  font-weight: 600;
}
a {
  color: #af44d2;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
  transform-style: preserve-3d;
}
a:hover {
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  transition: color 0.1s ease;
  transform-style: preserve-3d;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* ==========================================================================
   Column Structure
   ========================================================================== */
.column {
  max-width: 100%;
  padding: 0px 20px;
}
.full {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.half {
  width: 50%;
  max-width: 100%;
  float: left;
}
.third {
  width: 33.3333333333%;
  max-width: 100%;
  float: left;
}
.two-thirds {
  width: 66.6666666666%;
  max-width: 100%;
  float: left;
}
.quarter {
  width: 25%;
  max-width: 100%;
  float: left;
}
.fifth {
  width: 20%;
  max-width: 100%;
  float: left;
}
.three-quarters {
  width: 75%;
  max-width: 100%;
  float: left;
}
.ten-percent {
  width: 10%;
  max-width: 100%;
  float: left;
}
.forty-five-percent {
  width: 45%;
  max-width: 100%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .column {
    width: 100%;
    padding: 0 20px;
  }
}
.content-page {
  width: 850px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 400;
}
/* ==========================================================================
   Navigation
   ========================================================================== */
.nav {
  background: #000;
  /* Backup for older browsers */
  background: rgba(0, 0, 0, 0.7);
  color: #f5f5f5;
  width: 100%;
  height: 60px;
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
}
.nav .logo {
  width: 138px;
  height: 37px;
  float: left;
  margin: 10px 0px 0px 30px;
  padding: 0px;
  background: url('../images/edovia-tractor-logo.png');
  background-size: 138px 37px;
}
@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) {
  .nav .logo {
    background: url('../images/edovia-tractor-logo@2x.png');
    background-size: 138px 37px;
  }
}
.nav .links {
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav .links li {
  display: inline-block;
  margin: 10px 0 0;
  padding: 7px 25px 0px;
  text-align: center;
  float: left;
}
.nav .links li a {
  margin: 0;
  padding: 0;
  color: #f5f5f5;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
  transform-style: preserve-3d;
}
.nav .links li a:hover {
  color: #af44d2;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  transition: color 0.1s ease;
  transform-style: preserve-3d;
}
/* Apps Pop-up */
.nav li a.link-apps .disclosure-arrow {
  background: url('../images/disclosure-arrow.png') no-repeat center right;
  width: 12px;
  height: 8px;
  display: inline-block;
  margin: 0 0 0 10px;
  -ms-transform: rotate(0deg);
  /* IE 9 */
  -webkit-transform: rotate(0deg);
  /* Chrome, Safari, Opera */
  transform: rotate(0deg);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}
@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) {
  .nav li a.link-apps .disclosure-arrow {
    background: url('../images/disclosure-arrow@2x.png') no-repeat center right;
    background-size: 12px 8px;
  }
}
.nav li a.link-apps.active .disclosure-arrow {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}
.nav .links .apps {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  width: 180px;
  height: 153px;
  position: absolute;
  top: 75px;
  padding: 0 0 0 0;
  margin: 0px 0px 0px -65px;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}
.nav .links .apps.collapsed {
  -ms-transform: translate(0, -10px);
  /* IE 9 */
  -webkit-transform: translate(0, -10px);
  /* Chrome, Safari, Opera */
  transform: translate(0, -10px);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}
.nav .links .apps .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  font-size: 0;
  line-height: 0;
  position: relative;
  top: -10px;
  left: 75px;
}
.nav .links .apps li {
  display: block;
  width: 160px;
  float: left;
  text-align: left;
  padding: 0;
  margin: 4px 0 0 0;
  position: relative;
  top: -10px;
  left: 18px;
}
.nav .links .apps li a {
  color: #f5f5f5;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
  transform-style: preserve-3d;
}
.nav .links .apps a:hover {
  color: #af44d2;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  transition: color 0.1s ease;
  transform-style: preserve-3d;
}
.nav .links .apps .ios .icon {
  display: inline-block;
  position: relative;
  top: 8px;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url('../images/home-screens-ios.png') no-repeat center center;
  background-size: 32px 32px;
}
.nav .links .apps .mac .icon {
  display: inline-block;
  position: relative;
  top: 8px;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url('../images/home-screens-mac.png') no-repeat center center;
  background-size: 32px 32px;
}
.nav .links .apps .currencies .icon {
  display: inline-block;
  position: relative;
  top: 8px;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: url('../currencies/images/appicon.png') no-repeat center center;
  background-size: 32px 32px;
}
/* Current Page Marker */
.page-screens .nav li a.link-apps,
.page-support .nav a.link-support,
.page-company .nav a.link-company,
.page-store .nav a.link-store,
.page-blog .nav a.link-blog {
  box-shadow: 0 -1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}
/* Mobile Styles */
@media only screen and (max-width: 767px) {
  .nav {
    height: 55px;
  }
  .nav .logo {
    display: none;
  }
  .nav .links li {
    padding: 5px 5px 0;
    float: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  .nav .links {
    text-align: center;
    width: 100%;
  }
  .nav .links .apps {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
    width: 180px;
    height: 153px;
    position: absolute;
    top: 70px;
    padding: 0;
    margin: 0px 0px 0px -15px;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
  }
  .nav .links .apps.collapsed {
    top: 65px;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform-style: preserve-3d;
  }
  .nav .links .apps .arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000;
    border-bottom: 10px solid rgba(0, 0, 0, 0.7);
    font-size: 0;
    line-height: 0;
    position: relative;
    top: -10px;
    left: 25px;
  }
  .nav .links .apps a {
    display: block;
    width: 160px;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0;
    position: relative;
    color: #f5f5f5;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    -ms-transition: color 0.5s ease;
    transition: color 0.5s ease;
    transform-style: preserve-3d;
  }
  .nav .links .apps a:hover {
    color: #af44d2;
    -webkit-transition: color 0.1s ease;
    -moz-transition: color 0.1s ease;
    -o-transition: color 0.1s ease;
    -ms-transition: color 0.1s ease;
    transition: color 0.1s ease;
    transform-style: preserve-3d;
  }
  .nav .links .apps .ios .icon {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    background: url('../images/home-screens-ios.png') no-repeat center center;
    background-size: 32px 32px;
  }
  .nav .links .apps .mac .icon {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    background: url('../images/home-screens-mac.png') no-repeat center center;
    background-size: 32px 32px;
  }
  .nav .links .apps .mac .icon {
    display: inline-block;
    position: relative;
    top: 8px;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    background: url('../currencies/images/appicon.png') no-repeat center center;
    background-size: 32px 32px;
  }
}
/* ==========================================================================
   Content Pages
   ========================================================================== */
.content-hero {
  width: 100%;
  height: 345px;
  z-index: 99;
  overflow: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
  background: #2c2b24 url('../images/screens-hero-ios-bg.jpg') no-repeat top center;
  background-size: cover;
}
.content-hero .edovia-logo {
  width: 100%;
  height: 213px;
  margin: 90px 0 0;
  background: url('../images/Edovia-content-page-logo.png') no-repeat top center;
}
/* Retina Screens Icon */
@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) {
  .content-hero .edovia-logo {
    background: url('../images/Edovia-content-page-logo@2x.png') no-repeat top center;
    background-size: 213px 213px;
  }
}
.content-page {
  font-size: 24px;
  font-weight: 300;
}
.content-page .column {
  margin-bottom: 20px;
}
.content-page .post {
  margin-bottom: 75px;
}
.content-page h1 {
  font-size: 62px;
  line-height: 62px;
  color: #af44d2;
  text-align: center;
  margin: 60px 0 60px;
}
.content-page h1.entry-title {
  font-size: 40px;
  color: black;
  text-align: left;
  margin: 0 0 0px;
}
.content-page h1.entry-title a {
  color: #2c2b24;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
  transform-style: preserve-3d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-page h1.entry-title a:hover {
  color: #af44d2;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  transition: color 0.1s ease;
  transform-style: preserve-3d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-page h2 {
  margin: 0 0 0px;
  font-size: 40px;
}
.content-page h5 {
  margin: 20px 0 40px;
  font-size: 24px;
}
.content-page ul {
  padding: 0;
  margin: 0 0 20px 40px;
}
.content-page p {
  margin: 0 0 20px;
}
.content-page h4,
.entry-content h2 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
}
.content-page a {
  color: #af44d2;
  text-decoration: none;
  box-shadow: 0 -1px 0px 0px #dddddd inset;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform-style: preserve-3d;
}
.content-page a:hover {
  color: #af44d2;
  text-decoration: none;
  box-shadow: 0 -1px 0px 0px #af44d2 inset;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
.content-page .entry-footer,
.content-page .read-more {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}
.content-page .entry-footer a,
.content-page a.read-more {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.content-page .posted-on {
  margin-right: 45px;
}
.screen-reader-text {
  display: none;
}
body.single .content-page .post {
  margin-top: 70px;
}
body.single .content-page h1.entry-title a {
  color: #af44d2;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.single .content-page h1.entry-title a:hover {
  color: #af44d2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-links {
  display: block;
  width: 100%;
}
#related-downloads {
	color: #aaa;
	text-align: left;
	width: 630px;
	margin: 0 auto 0 auto;
}

#related-downloads h5 {
	color: #000;
	margin: 6px;
}

#related-downloads p {
	margin: 10px;
}
.nav-links div {
  display: inline-block;
}
.nav-links div.nav-previous {
  float: left;
}
.nav-links div.nav-next {
  float: right;
}
/* Forms */
input {
  border: 2px solid #dddddd;
  font-family: 'source-sans-pro', Avenir, Helvetica, Corbel, Sans-serif;
  font-size: 18px;
  color: #2c2b24;
  background: #fff;
  margin: 0 0 5px;
  padding: 5px 10px;
  outline: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform-style: preserve-3d;
}
input:hover {
  border: 2px solid #af44d2;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
input:focus {
  border: 2px solid #af44d2;
  color: #2c2b24;
  outline: none !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform-style: preserve-3d;
}
input[type=submit] {
  background: #af44d2;
  border: 2px solid #af44d2;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform-style: preserve-3d;
}
input[type=submit]:hover {
  background: #2c2b24;
  border: 2px solid #2c2b24;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
input[type=submit]:active {
  background: #2c2b24;
  border: 2px solid #2c2b24;
  color: #af44d2;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
.comment-list {
  list-style-type: none;
  padding: 0;
}
.comment-list .children {
  list-style-type: none;
}
.comment-author {
  font-weight: 600;
}
.comment-datetime {
  font-size: 16px;
  font-weight: 600;
}
.comment-reply {
  text-align: right;
}
.comment-reply a.comment-reply-link {
  font-size: 18px;
  font-weight: normal;
  color: #2c2b24;
  text-decoration: none;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  transition: color 0.5s ease;
  transform-style: preserve-3d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.comment-reply a.comment-reply-link:hover {
  color: #af44d2;
  -webkit-transition: color 0.1s ease;
  -moz-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  -ms-transition: color 0.1s ease;
  transition: color 0.1s ease;
  transform-style: preserve-3d;
}
h3.comment-reply-title {
  font-size: 24px;
  font-weight: 300;
}
#commentform input {
  height: 50px;
  padding: 5px 20px;
  font-weight: 600;
}
#commentform input[type=text] {
  border: 2px solid #dddddd;
  font-family: 'source-sans-pro', Avenir, Helvetica, Corbel, Sans-serif;
  font-size: 18px;
  color: #2c2b24;
  background: #fff;
  margin: 0 0 5px;
  padding: 5px 10px;
  width: 410px;
  outline: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform-style: preserve-3d;
}
#commentform input[type=text]:hover,
#commentform textarea:hover {
  border: 2px solid #af44d2;
  color: #2c2b24;
  outline: none !important;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
#commentform input[type=text]:focus,
#commentform textarea:focus {
  border: 2px solid #af44d2;
  color: #2c2b24;
  outline: none !important;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform-style: preserve-3d;
}
#commentform textarea {
  border: 2px solid #dddddd;
  font-family: 'source-sans-pro', Avenir, Helvetica, Corbel, Sans-serif;
  font-size: 18px;
  color: #2c2b24;
  background: #fff;
  margin: 0 0 5px;
  padding: 5px 10px;
  width: 100%;
  height: 265px;
  resize: none;
  outline: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  transform-style: preserve-3d;
}
#commentform label {
  margin-left: 15px;
  font-family: 'source-sans-pro', Avenir, Helvetica, Corbel, Sans-serif;
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .content-page {
    font-size: 18px;
  }
  .content-hero {
    width: 100%;
    height: 200px;
    z-index: 99;
    overflow: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
    background: #2c2b24 url('../images/screens-hero-ios-bg.jpg') no-repeat top center;
    background-size: cover;
  }
  .content-hero .edovia-logo {
    width: 100%;
    height: 107px;
    margin: 75px 0 0;
    background: url('../images/Edovia-content-page-logo@2x.png') no-repeat top center;
    background-size: 107px 107px;
  }
  .content-page h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .content-page .post img {
    max-width: 100%;
    height: auto;
  }
  .content-page .posted-on {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  h3.comment-reply-title {
    font-size: 24px;
    font-weight: 300;
  }
  #commentform input {
    height: 50px;
    padding: 5px 20px;
    font-weight: 600;
  }
  #commentform input[type=text] {
    border: 2px solid #dddddd;
    font-family: 'source-sans-pro', Avenir, Helvetica, Corbel, Sans-serif;
    font-size: 18px;
    color: #2c2b24;
    background: #fff;
    margin: 0 0 5px;
    padding: 5px 10px;
    width: 100%;
    outline: none !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    transform-style: preserve-3d;
  }
  #commentform input[type=text]:hover,
  #commentform textarea:hover {
    border: 2px solid #af44d2;
    color: #2c2b24;
    outline: none !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    transform-style: preserve-3d;
  }
  #commentform input[type=text]:focus,
  #commentform textarea:focus {
    border: 2px solid #af44d2;
    color: #2c2b24;
    outline: none !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    transform-style: preserve-3d;
  }
  #commentform textarea {
    border: 2px solid #dddddd;
    font-family: 'source-sans-pro', Avenir, Helvetica, Corbel, Sans-serif;
    font-size: 18px;
    color: #2c2b24;
    background: #fff;
    margin: 0 0 5px;
    padding: 5px 10px;
    width: 100%;
    height: 265px;
    resize: none;
    outline: none !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    transition: all 0.25s ease;
    transform-style: preserve-3d;
  }
  #commentform label {
    margin-left: 0;
    font-family: 'source-sans-pro', Avenir, Helvetica, Corbel, Sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
}
/* ==========================================================================
   Home Page
   ========================================================================== */
.home-page {
  margin: 50px auto 0;
}
.home-page .edovia-home-logo {
  width: 214px;
  height: 214px;
  background: url('../images/logo-main.png') no-repeat center center;
  margin: 0px auto 20px;
  display: block;
}
/* Retina Screens Icon */
@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) {
  .home-page .edovia-home-logo {
    background: url('../images/logo-main@2x.png') no-repeat center center;
    background-size: 214px 214px;
  }
}
.home-page h1,
.home-page h2 {
  color: #2c2b24 !important;
  font-size: 64px !important;
  line-height: 64px !important;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 100;
}
.home-page h3 {
  font-weight: 400;
  text-align: center;
  color: #2c2b24;
  font-size: 36px;
  margin: 0;
  padding: 0;
}
.home-page a {
  text-decoration: none;
}
.home-page a h3 {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  border: none;
}
.home-page a:hover h3 {
  color: #af44d2;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
.home-screens-ios {
  width: 100%;
  height: 250px;
  margin: 20px 0 0;
  background: url('../images/home-screens-ios.png') no-repeat center center;
  background-size: contain;
}
.home-screens-connect {
  width: 100%;
  height: 256px;
  margin: 20px 0 0;
  background: url('../images/home-screens-connect.png') no-repeat center center;
  background-size: contain;
}
.home-screens-express {
  width: 100%;
  height: 256px;
  margin: 20px 0 0;
  background: url('../images/home-screens-express.png') no-repeat center center;
  background-size: contain;
}
.home-currencies {
  width: 100%;
  height: 256px;
  margin: 20px 0 0;
  background: url('../images/home-currencies.png') no-repeat center center;
  background-size: contain;
}
.home-screens-mac {
  width: 100%;
  height: 250px;
  margin: 20px 0 0;
  background: url('../images/home-screens-mac.png') no-repeat center center;
  background-size: contain;
}
/* Retina Screens Icon */
@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) {
  .home-screens-ios {
    background: url('../images/home-screens-ios@2x.png') no-repeat center center;
    background-size: contain;
  }
  .home-screens-connect {
		background: url('../images/home-screens-connect@2x.png') no-repeat center center;
		background-size: contain;
	}
	
	.home-screens-express {
		background: url('../images/home-screens-express@2x.png') no-repeat center center;
		background-size: contain;
	}
	.home-currencies {
		background: url('../images/home-screens-express@2x.png') no-repeat center center;
		background-size: contain;
	}
  .home-screens-mac {
    background: url('../images/home-screens-mac@2x.png') no-repeat center center;
    background-size: contain;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 767px) {
  .home-page {
    margin: 10px auto 0;
  }
  .home-page .edovia-home-logo {
    width: 107px;
    height: 107px;
    background: url('../images/logo-main.png') no-repeat center center;
    background-size: 107px 107px;
  }
  .home-page h1,
  .home-page h2 {
    font-size: 36px !important;
    line-height: 36px !important;
  }
}
/* ==========================================================================
   Screens Hero
   ========================================================================== */
.screens-hero {
  width: 100%;
  height: 800px;
  /*
	background: url('../images/screens-hero-ios-bg.jpg') no-repeat top left;
	background-size: cover;
*/
  z-index: 99;
  overflow: hidden;
  position: relative;
  -webkit-font-smoothing: antialiased !important;
}
/* New Background Animation */
.screens-hero .background {
  background: #2c2b24 url('../images/screens-hero-ios-bg.jpg') no-repeat top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: 800px;
  width: 150%;
  left: 0;
  top: 0;
}
.screens-hero.default .background {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.ios .background {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.mac .background {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(-25%, 0);
  /* IE 9 */
  -webkit-transform: translate(-25%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-25%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.default .background.mac {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(-25%, 0);
  /* IE 9 */
  -webkit-transform: translate(-25%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-25%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  transform-style: preserve-3d;
}
/* Screens Icon */
.screens-icon-ios {
  width: 128px;
  height: 128px;
  margin: 15px auto;
  background: url('../images/screens-icon-ios.png') no-repeat center center;
}
.screens-icon-mac {
  width: 128px;
  height: 128px;
  margin: 15px auto;
  background: url('../images/screens-icon-mac.png') no-repeat center center;
}
.screens-icon-connect {
  width: 128px;
	height: 128px;
	margin: 15px auto;
	background: url('../images/screens-connect-icon.png') no-repeat center center;
}
.screens-icon-express {
  width: 128px;
	height: 128px;
	margin: 15px auto;
	background: url('../images/screens-express-icon.png') no-repeat center center;
}
/* Retina Screens Icon */
@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) {
  .screens-icon-ios {
    background: url('../images/screens-icon-ios@2x.png') no-repeat center top;
    background-size: 128px 128px;
  }
  .screens-icon-mac {
    background: url('../images/screens-icon-mac@2x.png') no-repeat center center;
    background-size: 128px 128px;
  }
  .screens-icon-connect {
		background: url('../images/screens-connect-icon@2x.png') no-repeat center center;
		background-size: 128px 128px;
	}
	
	.screens-icon-express {
		background: url('../images/screens-express-icon@2x.png') no-repeat center center;
		background-size: 128px 128px;
	}
}
/* Screens Hero Styling */
.screens-hero h1 {
  font-size: 102px;
  line-height: 80px;
  font-weight: 400;
  margin: 0 0 0px;
  color: #fff;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}
.screens-hero h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 20px;
  color: #fff;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}
a.app-store {
  display: block;
  background: #000000 url('../images/app-store.png') no-repeat center center;
  width: 195px;
  height: 58px;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}
a.app-store-mac {
  display: block;
  background: #000000 url('../images/app-store-mac.png') no-repeat center center;
  width: 260px;
  height: 58px;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}
a.app-store:hover {
  background: #af44d2 url('../images/app-store.png') no-repeat center center;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
a.app-store-mac:hover {
  background: #af44d2 url('../images/app-store-mac.png') no-repeat center center;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
/* Retina App Store Icon */
@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) {
  a.app-store {
    background: #2c2b24 url('../images/app-store@2x.png') no-repeat center top;
    background-size: 195px 58px;
  }
  a.app-store:hover {
    background: #af44d2 url('../images/app-store@2x.png') no-repeat center top;
    background-size: 195px 58px;
  }
  a.app-store-mac {
    background: #2c2b24 url('../images/app-store-mac@2x.png') no-repeat center top;
    background-size: 260px 58px;
  }
  a.app-store-mac:hover {
    background: #af44d2 url('../images/app-store-mac@2x.png') no-repeat center top;
    background-size: 260px 58px;
  }
}
.screens-hero .shade {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 460px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px;
}
/* Switcher Controls */
.screens-hero .shade .switcher {
  margin: 5px auto 40px;
  text-align: center;
}
.screens-hero.default .switcher .button {
  opacity: 0;
}
.screens-hero .switcher .button {
  padding: 10px;
  margin: 0 20px;
  background: rgba(255, 255, 255, 0);
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  box-shadow: 0 0 0 2px #fff inset;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
  text-align: center;
  cursor: pointer;
}
.screens-hero .switcher .button:hover {
  box-shadow: 0 0 0 2px #af44d2 inset;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
.screens-hero .switcher .button:active {
  box-shadow: 0 0 0 2px #af44d2 inset;
  background: #af44d2;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
.screens-hero .switcher .button.active {
  background: #af44d2;
  box-shadow: 0 0 0 2px #af44d2 inset;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
#screens-switcher {
  position: relative;
  width: 1200px;
  height: 350px;
  max-width: 100%;
  margin: 0 auto;
}
.screens-ios-hero-image {
  background: url('../images/screens-ios-hero-image.png') no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 320px;
  max-width: 100%;
}
.screens-mac-hero-image {
  background: url('../images/screens-mac-hero-image.png') no-repeat center top;
  background-size: contain;
  width: 100%;
  height: 320px;
  max-width: 100%;
}
/* Retina Hero Images */
@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) {
  .screens-ios-hero-image {
    background: url('../images/screens-ios-hero-image@2x.png') no-repeat center top;
    background-size: contain;
    width: 100%;
    height: 320px;
    max-width: 100%;
  }
  .screens-mac-hero-image {
    background: url('../images/screens-mac-hero-image@2x.png') no-repeat center top;
    background-size: contain;
    width: 100%;
    height: 320px;
    max-width: 100%;
  }
}
.screens-hero-blurb {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.screens-hero-blurb h3 {
  color: #fff;
  font-size: 40px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
/* Screens Title */
.screens-hero-title {
  width: 100%;
  height: 280px;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99999;
  pointer-events: none;
}
.screens-hero.default .screens-hero-title.mac,
.screens-hero.default .screens-hero-title.ios {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.screens-hero.mac .screens-hero-title.mac {
  position: absolute;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.ios .screens-hero-title.ios {
  position: absolute;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.mac .screens-hero-title.ios {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  -ms-transform: translate(-150%, 0);
  /* IE 9 */
  -webkit-transform: translate(-150%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-150%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.ios .screens-hero-title.mac {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  -ms-transform: translate(150%, 0);
  /* IE 9 */
  -webkit-transform: translate(150%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(150%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
/* Feature Box */
.screens-hero.default .hero-mac,
.screens-hero.default .hero-ios {
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.screens-hero.mac .hero-mac {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.ios .hero-ios {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-transform: translate(0, 0);
  /* IE 9 */
  -webkit-transform: translate(0, 0);
  /* Chrome, Safari, Opera */
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.ios .hero-mac {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  -ms-transform: translate(150%, 0);
  /* IE 9 */
  -webkit-transform: translate(150%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(150%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
.screens-hero.mac .hero-ios {
  position: absolute;
  top: 0;
  left: 0;
  zoom: 1;
  filter: alpha(opacity=0);
  opacity: 0;
  pointer-events: none;
  -ms-transform: translate(-150%, 0);
  /* IE 9 */
  -webkit-transform: translate(-150%, 0);
  /* Chrome, Safari, Opera */
  transform: translate(-150%, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  transform-style: preserve-3d;
}
/* Screens More Features */
.screens-more-features {
  width: 100%;
  background: url('../images/screens-more-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 10px 0 40px;
}
.screens-more-features p {
  margin: 0 0 10px;
}
/* Responsive Styles for Screens Hero */
@media only screen and (max-width: 767px) {
  .screens-hero,
  .screens-hero .background,
  .screens-hero .background .left,
  .screens-hero .background .right {
    height: 1025px;
  }
  .screens-hero .shade {
    height: 725px;
  }
  .screens-hero.ios {
    width: 100%;
    background: url('../images/screens-hero-ios-bg.jpg') no-repeat center top;
    background-size: cover;
  }
  .screens-hero h1 {
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
  }
  .screens-hero h2 {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
  }
  .screens-ios-hero-image {
    height: 200px;
    margin-bottom: 10px;
  }
  .screens-mac-hero-image {
    height: 200px;
    margin-bottom: 10px;
  }
  #screens-switcher {
    position: relative;
    width: 1200px;
    height: 750px;
    max-width: 100%;
    margin: 0 auto;
  }
  .screens-hero .switcher .button.ios {
    font-size: 16px;
    margin: 5px 10px 5px 0;
  }
  .screens-hero .switcher .button.mac {
    font-size: 16px;
    margin: 5px 0 5px 10px;
  }
  .screens-hero .app-store,
  .screens-hero .app-store-mac {
    text-align: center;
    margin: 0 auto;
  }
}
/* ==========================================================================
   Screens content
   ========================================================================== */
h2.section-title {
  color: #af44d2;
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.features h4 {
  color: #af44d2;
  padding: 0;
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 24px;
}
.features p {
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 10px;
  font-weight: 300;
}
/* Feature Icons */
.screens-feature {
  padding: 0 20px 0 150px;
  margin: 0 0 65px;
}
.screens-feature.connect-from-anywhere {
  background: url('../images/screens-icon-connect-from-anywhere.png') no-repeat 20px 10px;
}
.screens-feature.customizable-toolbar {
  background: url('../images/screens-icon-customizable-toolbar.png') no-repeat 20px 10px;
}
.screens-feature.display-selection {
  background: url('../images/screens-icon-display-selection.png') no-repeat 20px 10px;
}
.screens-feature.full-hardware-keyboard {
  background: url('../images/screens-icon-full-hardware-keyboard.png') no-repeat 20px 10px;
}
.screens-feature.hot-corners-support {
  background: url('../images/screens-icon-hot-corners-support.png') no-repeat 20px 10px;
}
.screens-feature.ios7 {
  background: url('../images/screens-icon-ios7.png') no-repeat 20px 10px;
}
.screens-feature.pasteboard {
  background: url('../images/screens-icon-pasteboard.png') no-repeat 20px 10px;
}
.screens-feature.quick-connect {
  background: url('../images/screens-icon-quick-connect.png') no-repeat 20px 10px;
}
.screens-feature.scrollable-shortcuts {
  background: url('../images/screens-icon-screen-sharing.png') no-repeat 20px 10px;
}
.screens-feature.secure-connections {
  background: url('../images/screens-icon-secure-connections.png') no-repeat 20px 10px;
}
.screens-feature.touch-mode {
  background: url('../images/screens-icon-touch-mode.png') no-repeat 20px 10px;
}
.screens-feature.trackpad-mode {
  background: url('../images/screens-icon-trackpad-mode.png') no-repeat 20px 10px;
}
/* Retina feature icons */
@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) {
  .screens-feature.connect-from-anywhere {
    background: url('../images/screens-icon-connect-from-anywhere@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.customizable-toolbar {
    background: url('../images/screens-icon-customizable-toolbar@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.display-selection {
    background: url('../images/screens-icon-display-selection@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.full-hardware-keyboard {
    background: url('../images/screens-icon-full-hardware-keyboard@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.hot-corners-support {
    background: url('../images/screens-icon-hot-corners-support@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.ios7 {
    background: url('../images/screens-icon-ios7@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.pasteboard {
    background: url('../images/screens-icon-pasteboard@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.quick-connect {
    background: url('../images/screens-icon-quick-connect@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.scrollable-shortcuts {
    background: url('../images/screens-icon-screen-sharing@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.secure-connections {
    background: url('../images/screens-icon-secure-connections@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.touch-mode {
    background: url('../images/screens-icon-touch-mode@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
  .screens-feature.trackpad-mode {
    background: url('../images/screens-icon-trackpad-mode@2x.png') no-repeat 20px 10px;
    background-size: 116px 116px;
  }
}
@media only screen and (max-width: 767px) {
  .screens-feature.connect-from-anywhere {
    background: url('../images/screens-icon-connect-from-anywhere@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.customizable-toolbar {
    background: url('../images/screens-icon-customizable-toolbar@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.display-selection {
    background: url('../images/screens-icon-display-selection@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.full-hardware-keyboard {
    background: url('../images/screens-icon-full-hardware-keyboard@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.hot-corners-support {
    background: url('../images/screens-icon-hot-corners-support@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.ios7 {
    background: url('../images/screens-icon-ios7@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.pasteboard {
    background: url('../images/screens-icon-pasteboard@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.quick-connect {
    background: url('../images/screens-icon-quick-connect@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.scrollable-shortcuts {
    background: url('../images/screens-icon-screen-sharing@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.secure-connections {
    background: url('../images/screens-icon-secure-connections@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.touch-mode {
    background: url('../images/screens-icon-touch-mode@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature.trackpad-mode {
    background: url('../images/screens-icon-trackpad-mode@2x.png') no-repeat 20px 10px;
    background-size: 58px 58px;
  }
  .screens-feature {
    padding: 0 20px 0 20px;
    margin: 0 0 20px;
  }
  .screens-feature h4 {
    padding: 0 0 0 80px;
    margin: 30px 0 10px;
    font-size: 21px;
    font-weight: 500;
  }
  .screens-feature .description {
    padding: 0 0 0;
    margin: 30px 0 0;
    font-size: 14px;
  }
}
/* Testimonials */
.testimonials {
  text-align: center;
  font-size: 16px;
  background: #eee;
}
.testimonials h3 {
  color: #af44d2;
  font-weight: 500;
}
.testimonials p {
  font-style: italic;
  margin: 0 0 40px;
}
.testimonials a {
  color: #2c2b24;
}
.testimonials a:hover {
  color: #af44d2;
}
.screens-testimonials-imore {
  background: url('../images/screens-testimonials-imore@2x.png') no-repeat center center;
  background-size: contain;
  height: 46px;
  margin-bottom: 4px;
  width: 100%;
}
.screens-testimonials-macworld {
  background: url('../images/screens-testimonials-macworld@2x.png') no-repeat center center;
  background-size: contain;
  height: 28px;
  margin: 11px 0 11px;
  width: 100%;
}
.screens-testimonials-daringfireball {
  background: url('../images/screens-testimonials-daringfireball@2x.png') no-repeat center center;
  background-size: contain;
  height: 34px;
  margin: 8px 0 8px;
  width: 100%;
}
.screens-testimonials-macstories {
  background: url('../images/screens-testimonials-macstories@2x.png') no-repeat center center;
  background-size: contain;
  height: 30px;
  margin: 10px 0 10px;
  width: 100%;
}
.screens-testimonials-maclife {
  background: url('../images/screens-testimonials-maclife@2x.png') no-repeat center center;
  background-size: contain;
  height: 30px;
  margin: 10px 0 10px;
  width: 100%;
}
/* Screens Connect */
.screens-connect {
  background: #af44d2;
  color: #fff;
  padding: 40px 0;
}
.screens-connect h2 {
  font-size: 68px;
  line-height: 68px;
  font-weight: 400;
  margin: 0 0 0;
  padding: 0;
}
.screens-connect h2.desktop-title {
  display: block;
}
.screens-connect h2.mobile-title {
  display: none;
  margin: 0 0 20px;
}
.screens-connect h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 0;
  padding: 0;
}
.screens-connect h4 {
	font-size: 32px;
	background: red;
}
.screens-connect .small-print {
  font-size: 12px;
  clear: both;
}
.screens-connect-logo {
  background: url('../images/screens-sc-logo.png') no-repeat center center;
  width: 100%;
  height: 202px;
  display: block;
  margin: 0 0 0;
}
/* Retina Screens Icon */
@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) {
  .screens-connect-logo {
    background: url('../images/screens-sc-logo@2x.png') no-repeat center center;
    background-size: 92px 192px;
  }
}
.screens-connect a.screens-connect-button {
  margin: 20px auto 20px;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 0 0 2px #f5f5f5 inset;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform-style: preserve-3d;
}
.screens-connect a.screens-connect-button:hover {
  box-shadow: 0 0 0 2px #fff inset;
  color: #af44d2;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform-style: preserve-3d;
}
.screens-connect-logo-apple {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  background: url('../images/screens-connect-logo-apple.png') no-repeat center center;
}
.screens-connect-logo-windows {
  width: 25px;
  height: 25px;
  margin: 0 10px;
  display: inline-block;
  text-align: center;
  background: url('../images/screens-connect-logo-windows.png') no-repeat center center;
}
/* Retina Screens Connect Icons */
@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) {
  .screens-connect-logo-apple {
    background: url('../images/screens-connect-logo-apple@2x.png') no-repeat center center;
    background-size: 22px 25px;
  }
  .screens-connect-logo-windows {
    background: url('../images/screens-connect-logo-windows@2x.png') no-repeat center center;
    background-size: 25px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .screens-connect {
    text-align: center;
  }
  .screens-connect h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .screens-connect h2.desktop-title {
    display: none;
  }
  .screens-connect h2.mobile-title {
    display: block;
  }
  .screens-connect h3 {
    font-size: 21px;
    line-height: 21px;
  }
  .screens-connect-logo {
    width: 100%;
    height: 96px;
    background: url('../images/screens-sc-logo@2x.png') no-repeat center center;
    background-size: 46px 96px;
    margin: 0 0 20px;
  }
  .screens-connect-logo-apple {
    margin: 0 5px 20px;
  }
  .screens-connect-logo-windows {
    margin: 0 5px 20px;
  }
  .screens-connect a.screens-connect-button {
    font-size: 20px;
    font-weight: 600;
  }
  .screens-connect a.screens-connect-button:after {
    content: " Instructions";
  }
}
/* Screens Buy Now */
.screens-buy-now {
  text-align: center;
  padding: 20px 0 0;
  color: #af44d2;
}
.screens-buy-now h3 {
  text-align: center;
  font-weight: 400;
  color: #af44d2;
  margin: 0 0 20px;
  font-size: 40px;
}
.screens-buy-now p {
  margin: 0;
  padding: 0;
}
.screens-buy-now .app-store,
.screens-buy-now .app-store-mac {
  text-align: center;
  margin: 0 auto 20px;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  text-align: center;
  margin: 65px 0 0;
  padding: 50px 0;
  background: #dddddd;
  min-height: 150px;
}
.footer .column {
  padding: 0;
}
a.edovia-footer-logo {
  background: url('../images/footer-edovia-logo.png') no-repeat center center;
  width: 61px;
  height: 61px;
  display: inline-block;
}
.footer .links {
  margin: 18px 0 0;
}
.footer .links.social br {
  display: none;
}
.footer .links a {
  text-align: center;
  padding: 5px 15px;
  color: #868487;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  transform-style: preserve-3d;
}
.footer .links a:hover {
  color: #af44d2;
  text-decoration: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -ms-transition: all 0s ease;
  transition: all 0s ease;
  transform-style: preserve-3d;
}
/* Social Media Icons */
.footer .social-icon {
  width: 18px;
  height: 18px;
  margin: 0 5px -2px 0;
  overflow: hidden;
  display: inline-block;
}
.footer a.twitter .social-icon {
  background: url('../images/socialmediasprites.png') no-repeat;
  background-position: 0px 0px;
}
.footer a.facebook .social-icon {
  background: url('../images/socialmediasprites.png') no-repeat;
  background-position: -36px 0px;
}
.footer a.app-net .social-icon {
  background: url('../images/socialmediasprites.png') no-repeat;
  background-position: -72px 0px;
}
.footer a.twitter:hover .social-icon {
  background-position: -18px 0px;
}
.footer a.facebook:hover .social-icon {
  background-position: -54px 0px;
}
.footer a.app-net:hover .social-icon {
  background-position: -90px 0px;
}
/* Footer Retina Graphics */
@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 a.twitter .social-icon {
    background: url('../images/socialmediasprites@2x.png') no-repeat;
    background-size: 108px 18px;
    background-position: 0px 0px;
  }
  .footer a.facebook .social-icon {
    background: url('../images/socialmediasprites@2x.png') no-repeat;
    background-size: 108px 18px;
    background-position: -36px 0px;
  }
  .footer a.app-net .social-icon {
    background: url('../images/socialmediasprites@2x.png') no-repeat;
    background-size: 108px 18px;
    background-position: -72px 0px;
  }
  .footer a.twitter:hover .social-icon {
    background: url('../images/socialmediasprites@2x.png') no-repeat;
    background-size: 108px 18px;
    background-position: -18px 0px;
  }
  .footer a.facebook:hover .social-icon {
    background: url('../images/socialmediasprites@2x.png') no-repeat;
    background-size: 108px 18px;
    background-position: -54px 0px;
  }
  .footer a.app-net:hover .social-icon {
    background: url('../images/socialmediasprites@2x.png') no-repeat;
    background-size: 108px 18px;
    background-position: -90px 0px;
  }
  a.edovia-footer-logo {
    background: url('../images/footer-edovia-logo@2x.png') no-repeat center center;
    background-size: contain;
  }
}
.footer-bottom {
  margin: 60px auto 0;
  width: 700px;
  max-width: 100%;
}
.footer .small-print {
  font-size: 12px;
  padding: 5px 0 0;
  float: left;
}
.footer .language-select-desktop {
  float: left;
  text-align: left;
  padding: 0 0 0 30px;
  margin: 0;
  background: #dddddd url('../images/footer-globe.png') no-repeat left center;
  display: block;
  position: relative;
}
.footer .language-select-desktop select {
  padding: 0;
  margin: 0;
}
.footer .language-select-mobile {
  display: none;
  float: left;
  width: 60%;
  margin: 0 20%;
  text-align: center;
  padding: 30px 0 0;
  background: #dddddd url('../images/footer-globe.png') no-repeat center top;
}
.footer .language-select-mobile .half a {
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bab9bb;
}
.footer .language-select-mobile .half a.active {
  color: #af44d2;
}
.footer .language-select-mobile .half a:hover {
  color: #af44d2;
}
/*iPad Style*/
@media only screen and (max-width: 900px) {
  .footer .links.bottom-nav a {
    padding: 5px 5px;
  }
  .footer .links.social a {
    padding: 5px;
  }
  .footer .language-select-mobile {
    height: 44px;
  }
}
/* Mobile Style */
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
    margin: 65px 0 0;
    padding: 25px 0 25px;
    min-height: 150px;
  }
  .footer .links.social {
    margin: 15px 0 25px;
  }
  .footer .small-print {
    margin: 25px 0 0;
  }
  .footer .links.social br {
    display: inline;
  }
  .footer .links a {
    text-align: center;
    width: auto;
    font-size: 16px;
    clear: both;
    display: inline-block;
  }
  .footer .links.bottom-nav a {
    text-align: center;
    display: block;
  }
  .footer .language-select-desktop {
    display: none;
  }
  .footer .language-select-mobile {
    display: block;
    background: #dddddd url('../images/footer-globe.png') no-repeat center top;
  }
}
/* Footer Retina Graphics */
@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 .language-select-desktop {
    background: #dddddd url('../images/footer-globe@2x.png') no-repeat left center;
    background-size: 21px 21px;
  }
  .footer .language-select-mobile {
    background: #dddddd url('../images/footer-globe@2x.png') no-repeat center top;
    background-size: 21px 21px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.mobile-only {
  display: none;
  visibility: hidden;
}
.desktop-only {
  visibility: visible;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .mobile-only {
    display: inline-block;
    visibility: visible;
  }
  .desktop-only {
    display: none;
    visibility: hidden;
  }
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@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;
  }
}

/* ==========================================================================
   App.io trial
   ========================================================================== */
#appio {
	display: none;
}
@media screen and (min-width: 1025px)
{
	#appio {
		display: block;
		padding-bottom: 20px;
	}
}

/* ==========================================================================
   Added by Luc
   ========================================================================== */
.requirement {
	color: grey;
	font-size: 14px;
}

/* iCloud Icon Graphics */
@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) {
	
	.icloud-icon {
		background: url('../images/icloud-icon@2x.png') no-repeat left center;
		background-size: 16px 16px;
	}
}

img #wpstats {
	width:0px;
	height:0px;
	overflow:hidden;
}