/*
  Copyright 2004 - 2016 Primate Labs Inc.
*/

@import url(reset.css); /* RESET CSS */

/* BASE ---------------------------- */

body {
  background-color: #F8F8F8;
  color: rgb(86, 96, 106);
  font-family: -apple-system, Helvetica Neue, Helvetica, 'Roboto', LucidaGrande, Arial, sans-serif;
  font-size: 85%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

/* FONTs ---------------------------- */

p {
  margin: 0 0 1.5em 0;
}

strong {
  font-weight: bold;
}
em, i {
  font-style: italic;
}

h1 {
  font-family: -apple-system, Helvetica Neue, Helvetica, 'Roboto', LucidaGrande, Arial, sans-serif;
  font-size: 220%;
  font-weight: 200;
  color: rgb(256,256,256);
}
h2 {
  font-family: -apple-system, Helvetica Neue, Helvetica, 'Roboto', LucidaGrande, Arial, sans-serif;
  font-size: 220%;
  font-weight: 300;
  color: rgb(33,166,243);
}
h3 {
  font-family: -apple-system, Helvetica Neue, Helvetica, 'Roboto', LucidaGrande, Arial, sans-serif;
  font-size: 160%;
  font-weight: 300;
  color: rgb(85,79,86);
}
h4 {
  font-family: -apple-system, Helvetica Neue, Helvetica, 'Roboto', LucidaGrande, Arial, sans-serif;
  font-size: 115%;
  color: rgb(85,79,86);
  margin: 1.5em 0;
  text-transform: uppercase;
  font-weight: bold;
}
h5 {
}
h6 {
}

blockquote {
  font-style: normal;
}
blockquote p {
  border-left: 3px solid rgb(203,203,203);
  padding: 0.5em 0 0.5em 1.5em;
  margin: 0 0 1.5em 1.5em;
}

pre {
  white-space: pre;
}
pre, code {
  font: 0.9em 'Andale Mono', 'Lucida Console', Monospace;
  margin: 1.5em 0;
}
tt {
  font: 1em 'Andale Mono', 'Lucida Console', Monospace;
}



/* LINKS ------------------------------------------------------------------ */

a, a:visited, a:active, a:focus  {
  outline: none;
  color: rgb(33,166,243);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: rgb(123,192,0);
  text-decoration: none;
}

a {
  -moz-transition-duration: .25s;
  -moz-transition-property: color;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: color;
  -o-transition-duration: .25s;
  -o-transition-property: color;
}



/* IMGs ---------------------------- */

img {
  padding: 4px;
  border: 1px solid rgb(212,205,206);
  background: rgb(231,231,231);
}

img.feedburner {
  background: none;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.aligncenter {
  margin: 0 auto 1.5em auto;
  display: block;
}



/* LISTs ---------------------------- */

ul, ol {
  margin-bottom: 1.5em;
  list-style: none;
}
ul li {
  background: url(../img/ui/default-bullet.png) 0.6em 0.6em no-repeat;
  padding-left: 1.7em;
  margin-bottom: 0.2em;
}
ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.2em;
}
ul li ul, ol li ol {
  margin: 0.2em 0 0 0;
}
ol li ol li {
  margin-left: 1.7em;
}

ul.nav {
  list-style: none;
  background: none;
  padding-left: 0;
}

li.nav {
  list-style: none;
  background: none;
  padding-left: 0;
  font-weight: bold;
}



/* - CONTENT START ----------------------------------------------------------------------------------------------------- */



/* CONTAINERs ---------------------------- */

.container {
  width: 940px;
  margin: 0px auto;
  position: relative;
}

.divider-repeat {
  background: url(../img/ui/divider-repeat.png) repeat-y 601px 0;
}

.bg-cover-top {
  width: 2px;
  height: 69px;
  background: url(../img/ui/bg-repeat.png) repeat 0 0;
  position: absolute;
  top: 0;
  left: 601px;
}
.bg-cover-bottom {
  width: 2px;
  height: 67px;
  background: url(../img/ui/bg-repeat.png) repeat 0 0;
  position: absolute;
  bottom: 0;
  left: 601px;
}


/* HEADER ---------------------------- */

#header {
  width: 100%;
  height: 60px;
  background-color: #212121;
}

a#logo {
  background: url(../img/ui/goggles.png) no-repeat 0 0;
  padding: 0;
  float: left;
  text-indent: -9999px;
  display: block;
  color: rgb(256,256,256);
  width: 258px;
  height: 60px;
}
a#logo:hover {
  color: rgb(256,256,256);
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  a#logo {
    background: url(../img/ui/goggles@2x.png) no-repeat 0 0;
    background-size: 258px 60px;
  }
}



/* TOP NAV ---------------------------- */

#top-nav {
  float: right;
  margin: 0;
}
#top-nav ul li {
  float: left;
  height: 60px;
  background: transparent;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0 11px;
  margin: 0 6px;
}
#top-nav ul li a {
  display: block;
  color: rgb(161,161,161);
  font-weight: 500;
}
#top-nav ul li a:hover {
  color: rgb(256,256,256);
}


/* INTRO ---------------------------- */

#intro {
  border-bottom: 1px solid rgba(160,160,160,0.5);
  width: 100%;
  background-color: #067FC0;
  padding: 60px 0;
}
#intro-product {
  border-bottom: 1px solid rgba(160,160,160,0.5);
  width: 100%;
  background-color: #F8F8F8;
  padding: 44px 0 14px 0;
}

/* HOME INTRO ---------------------------- */

#intro-wrapper-home {
  width: 100%;
}

#intro-geekbench-column h1 {
  font-size: 100%;
}

#intro-geekbench-column h1 a {
  color: #FFFFFF;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 2;
}

#intro-geekbench-column h2 {
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: normal;
}

#intro-geekbench-column {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  padding: 0;
  text-align: center;
}

#intro-geekbench4-icon {
  margin-left: auto;
  margin-right: auto;
  width: 225px;
  height: 225px;
  background-image: url(../img/ui/hogtown/osx.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
}

#learn-more-wrapper {
  display: block;
  margin: 2em 0 1em 0;
  padding: 1em 0;
}

#learn-more-wrapper a {
  border: 2px solid rgba(255,255,255,0.85);
  border-radius: 3px;
  padding: 1em;
  background-color: transparent;
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -moz-transition: background-color 250ms ease, color 250ms ease;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  -o-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
}

#learn-more-wrapper a:hover, #learn-more-wrapper a:focus {
  background-color: #FFFFFF;
  color: #067FC0;
}

.version-number a, .version-number a:hover {
  font: 45% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(128,138,148);
  text-transform: uppercase;
  margin-left: 8px;
}

#intro-geekbench-column p {
  margin: 0;
}
#intro-geekbench-column p a {
  color: rgb(86,96,106);
}
#intro-geekbench-column p a:hover {
  color: rgb(123,192,0);
}


#intro-wiinote-column {
  width: 293px;
  float: right;
  padding: 0 81px 30px 0;
  text-align: center;
}

#intro-wiinote-icon {
  width: 293px;
  height: 263px;
  background: url(../img/ui/intro-wiinote-icon.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
}

#intro-wiinote-column p {
  margin: 0;
}
#intro-wiinote-column p a {
  color: rgb(86,96,106);
  padding-right: 20px;
  background: url(../img/ui/intro-arrow-icon.png) no-repeat 100% 50%;
}
#intro-wiinote-column p a:hover {
  color: rgb(123,192,0);
}



/* GEEKBENCH INTRO ---------------------------- */

#intro-wrapper-geekbench {
  width: 100%;
  background: url(../img/ui/intro-geekbench-icon.png) no-repeat 50% 0;
}

#intro-wrapper-geekbench3 {
  width: 100%;
  background: url(../img/ui/intro-geekbench3-icon.png) no-repeat 50% 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #intro-wrapper-geekbench3 {
    background: url(../img/ui/intro-geekbench3-icon@2x.png) no-repeat 50% 0;
    background-size: 293px 263px;
  }
}

#intro-geekbench-column-2 {
  width: 293px;
  float: left;
  padding: 43px 0 30px 0px;
}

#intro-geekbench-column-2 .version-number {
  font: 45% "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(128,138,148);
  text-transform: uppercase;
  margin-left: 8px;
}
#intro-geekbench-column-2 p {
  margin: 0;
}

/* NEWSLETTER ------------------------------- */
#newsletter {
  padding: 2em 0;
  width: 100%;
  background-color: #067FC0;
}


#subForm {
  margin: 2em 0;
  text-align: center;
}

#subForm h3 {
  margin-bottom: 0.25em;
  color: #ffffff;
  font-weight: 400;
}

#subForm input {
  margin: 1em 1em 0 0;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 1em;
  width: 200px;
  color: rgb(85,79,86);
}

#subForm input:focus {
  outline: none;
}

#subForm input::-webkit-input-placeholder {
   font-size: 12px;
   color: rgb(85,79,86);
}

#subForm input:-moz-placeholder { /* Firefox 18- */
   font-size: 12px;
   color: rgb(85,79,86);
}

#subForm input::-moz-placeholder {  /* Firefox 19+ */
   font-size: 12px;
   color: rgb(85,79,86);
}

#subForm input:-ms-input-placeholder {
   font-size: 12px;
   color: rgb(85,79,86);
}

#subForm button {
  border: 0;
  border-radius: 3px;
  padding: 1em;
  width: 100px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(85, 79, 86, 1);
  color: #ffffff;
  font-size: 12px;
  -moz-transition-duration: .25s;
  -moz-transition-property: background-color;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: background-color;
  -o-transition-duration: .25s;
  -o-transition-property: background-color;
  transition-duration: .25s;
  transition-property: background-color;
}

#subForm button:hover, #subForm button:focus {
  background-color: rgba(85, 79, 86, 0.85);
}

/* WIINOTE INTRO ---------------------------- */

#intro-wrapper-wiinote {
  width: 100%;
  background: url(../img/ui/intro-wiinote-icon.png) no-repeat 50% 0;
}

#intro-wiinote-column-2 {
  width: 293px;
  height: 189px;
  float: left;
  padding: 43px 0 30px 0px;
}

#intro-wiinote-column-2 .version-number {
  font: 45%;
  color: rgb(128,138,148);
  text-transform: uppercase;
  margin-left: 8px;
}
#intro-wiinote-column-2 p {
  margin: 0;
}



/* ALL PRODUCT INTROs ---------------------------- */

#intro-screenshots-column {
  width: 293px;
  float: right;
  padding: 60px 0px 30px 0;
}

#intro-screenshots-column img.topleft {
  float: left;
  margin-bottom: 10px;
  display: inline;
}
#intro-screenshots-column img.topright {
  float: right;
  margin-bottom: 10px;
  display: inline;
}

#intro-screenshots-column img.bottomleft {
  float: left;
  margin-left: 21px;
  display: inline;
}
#intro-screenshots-column img.bottomcenter {
  float: left;
  margin: 0 10px;
  display: inline;
}
#intro-screenshots-column img.bottomright {
  float: left;
  display: inline;
}


#download-box {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0 0 0;
}

#download-button-wrapper {
  height: 46px;
  display: block;
  margin: 0 auto;
  padding: 0;
}

#download-button {
  border: 0;
  border-radius: 3px;
  padding: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 118, 202, 1);
  color: #ffffff;
  font-size: 14px;
  -moz-transition-duration: .25s;
  -moz-transition-property: background-color;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: background-color;
  -o-transition-duration: .25s;
  -o-transition-property: background-color;
  transition-duration: .25s;
  transition-property: background-color;
}

#download-button:hover, #download-button:focus {
  background-color: rgba(0, 118, 202, 0.85);
}

#steam-button-wrapper {
  width: 242px;
  height: 46px;
  background: url(../img/ui/steam-button-bg.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#steam-button {
  width: 222px;
  height: 36px;
  background: url(../img/ui/steam-button.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #steam-button {
    background-image: url(../img/ui/steam-button@2x.png);
    background-size: 222px 72px;
  }
}
#steam-button:hover {
  background-position: bottom left;
}

#download-info {
  font-size: 85%;
  color: rgb(136,152,166);
  text-transform: uppercase;
}
#download-info p {
  margin-bottom: 0;
}

#mas-button {
  width: 133px;
  height: 40px;
  background: url(../img/ui/mas_133_40.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}
#appstore-button {
  width: 136px;
  height: 40px;
  background: url(../img/ui/appstore_136_40.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #appstore-button {
    background-image: url(../img/ui/appstore_272_80.png);
    background-size: 136px 40px;
  }
}

#androidmarket-button {
  width: 117px;
  height: 45px;
  background: url(../img/ui/android_market.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}

#googleplay-button {
  width: 129px;
  height: 45px;
  background: url(../img/ui/google-play.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}



/* CONTACT INTRO ---------------------------- */

#intro-wrapper-contact {
  width: 940px;
  margin: 0 auto;
}

#intro-contact-column {
  width: 940px;
  float: left;
  padding: 43px 0 0px 0px;
}




/* DOWNLOAD INTRO ---------------------------- */

#intro-wrapper-downloading {
  width: 940px;
  margin: 0 auto;
}

#intro-downloading-column {
  width: 620px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#intro-downloading-column img {
  border: none;
  background: none;
  padding: 0;
  float: left;
  margin: -10px 20px 0 0;
}

.downloading-columns-wrapper .info-column-box-header h3 { padding-left: 19px; }

.info-column-box-double-wide {
  float: left;
  width: 615px;
  margin: 30px 0 50px 0;
  border: 1px dotted rgb(205,205,205);
  background-color: #F8F8F8;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}

.info-column-box-double-wide-header {
  background-color: #FCFCFD;
  height: 70px;
  margin-bottom: 16px;
}
.info-column-box-double-wide-header h3 {
  padding: 20px 0 0 10px;
  float: left;
}

.info-column-box-double-wide p {
  padding: 0 19px;
}
.info-column-box-double-wide strong {
  color: rgb(86,96,106);
}
.info-column-box-double-wide ul {
  padding: 0 19px;
}


/* VERSION COMPARISON INTRO ---------------------------- */

#intro-wrapper-version-comparison {
  width: 940px;
  margin: 0 auto;
  background: url(../img/ui/intro-version-comparison-bg.png) no-repeat 100% 85%;
}

#intro-version-comparison-column {
  width: 940px;
  float: left;
  padding: 43px 0 0px 0px;
}



/* DOWNLOADS INTRO ---------------------------- */

#intro-wrapper-downloads {
  width: 940px;
  margin: 0 auto;
  background: url(../img/ui/intro-downloads-bg.png) no-repeat 100% 85%;
}

#intro-downloads-column {
  width: 940px;
  float: left;
  padding: 43px 0 0px 0px;
}



/* INFO COLUMNS ---------------------------- */

#info-columns {
  width: 100%;
  background-color: rgba(232, 229, 229, 0.5);
  color: rgb(141,141,141);
}
#info-columns-version-comparison {
  width: 100%;
  background-color: rgba(232, 229, 229, 0.5);
  color: rgb(86,96,106);
}
#info-columns-wrapper {
  width: 100%;
}

/* Index INFO COLUMNS */

#top-info-column-left {
  width: 617px;
  float: left;
  padding: 0 30px 0 0;
}

#top-info-column-left .info-column-box {
  margin-top: 60px;
  width: 617px;
}

#top-info-column-left .info-column-box .post h5 a {
  display: table;
  margin-bottom: 0.5em;
  padding: 0 19px;
  font-size: 1.25em;
  font-weight: 400;
}

#top-info-column-left .info-column-box .post a {
  display: table;
  margin-bottom: 2em;
  padding: 0 19px;
}

#top-info-column-left .info-column-box .post:last-of-type {
  margin-bottom: 16px;
}

#top-info-column-right {
  width: 293px;
  float: left;
  padding-bottom: 50px;
}

#top-info-column-right .info-column-box {
  margin-top: 60px;
}

#top-info-column-right .info-column-box h5 a {
  font-size: 1.1em;
  font-weight: 400;
}

#bottom-info-column-left {
  width: 617px;
  min-height: 700px;
  float: left;
  padding: 0 30px 60px 0;
}

#bottom-info-column-left .info-column-box {
  margin-top: 60px;
  width: 617px;
}

#bottom-info-column-left .info-column-box iframe {
  margin-bottom: 16px!important;
  width: 94%!important;
  padding: 0 19px!important;
}

#bottom-info-column-right {
  width: 293px;
  float: left;
  padding-bottom: 50px;
}

#bottom-info-column-right .info-column-box {
  margin-top: 60px;
}

/* Other INFO COLUMNS */

#info-column-left {
  width: 293px;
  float: left;
  padding: 0 30px 50px 0;
}

#info-column-center {
  width: 293px;
  float: left;
  padding-bottom: 50px;
}

#info-column-right {
  width: 293px;
  float: right;
  padding-bottom: 50px;
}

.info-column-box {
  float: left;
  display: inline;
  margin-top: 30px;
  width: 291px;
  border: 1px solid rgb(217,217,217);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #F8F8F8;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}

.info-column-box-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FCFCFD;
  height: 70px;
  margin-bottom: 16px;
}
.info-column-box-header h3 {
  padding: 18px 0 0 0px;
  float: left;
  font-weight: 300;
}

.header-icon {
  width: 56px;
  height: 56px;
  margin: 7px 0 0 7px;
  background: url(../img/ui/header-icons.gif) no-repeat 0 0;
  float: left;
  display: inline;
}

.header-icon-from-the-blog {
  background-position: 0 0;
}
.header-icon-latest-tweets {
  background-position: -56px 0;
}

.header-icon-support {
  background-position: -112px 0;
}
.header-icon-multicore {
  background-position: -168px 0;
}
.header-icon-64-bit {
  background-position: -224px 0;
}
.header-icon-rosetta {
  background-position: -280px 0;
}

.header-icon-one-click-benchmark {
  background-position: -56px -56px;
}
.header-icon-cross-platform {
  background-position: 0px -56px;
}
.header-icon-results-browser {
  background-position: -112px -56px;
}

.header-icon-info {
  background-position: -168px -56px;
}
.header-icon-app-store {
  background-position: -224px -56px;
}

.header-icon-unlock {
  background-position: -224px -112px;
}

.header-icon-simple {
  background-position: -112px -112px;
}
.header-icon-flexible {
  background-position: -168px -112px;
}

.header-icon-general {
  background-position: -280px -56px;
}
.header-icon-sales {
  background-position: 0px -112px;
}
.header-icon-media {
  background-position: -56px -112px;
}

.header-icon-official-releases {
  background-position: -280px -112px;
}
.header-icon-experimental-builds {
  background-position: 0px -168px;
}
.header-icon-system-requirements {
  background-position: -56px -168px;
}

.header-icon-windows {
  background-position: -112px -168px;
}
.header-icon-ios {
  background-position: -280px -168px;
}
.header-icon-os-x {
  background-position: -224px -168px;
}
.header-icon-linux {
  background-position: -168px -168px;
}
.header-icon-android {
  background-position: 0 -224px;
}

.info-column-box #twitter-widget-2 {
  padding: 0 19px;
}

.info-column-box h5 a {
  display: table;
  margin-bottom: 0.5em;
  padding: 0 19px;
}
.info-column-box p {
  margin-bottom: 1em;
  padding: 0 19px;
}
.info-column-box strong {
  color: rgb(86,96,106);
}
.info-column-box ul {
  padding: 0 19px;
}

#buy-now-button-wrapper {
  width: 291px;
  height: 76px;
  margin: 0 0 20px 0;
  background: url(../img/ui/buy-now-button-bg.png) no-repeat 0 0;
  display: block;
}

#buy-now-button {
  float: left;
  margin: 13px 19px;
  border: 0;
  border-radius: 3px;
  padding: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(115, 190, 0, 1);
  color: #ffffff;
  font-size: 14px;
  -moz-transition-duration: .25s;
  -moz-transition-property: background-color;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: background-color;
  -o-transition-duration: .25s;
  -o-transition-property: background-color;
  transition-duration: .25s;
  transition-property: background-color;
}

#buy-now-button:hover, #buy-now-button:focus {
  background-color: rgba(115, 190, 0, 0.85);
}


#info-column-doublewide {
  width: 616px;
  float: right;
  padding-bottom: 50px;
}
.info-column-box-doublewide {
  float: left;
  display: inline;
  margin-top: 30px;
  width: 614px;
  border: 1px dotted rgb(205,205,205);
  background: url(../img/ui/info-column-box-bg.png) repeat 0 0;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}
.info-column-box-doublewide p {
  padding: 0 19px;
}

#doublewide-left {
  width: 303px;
  float: left;
  padding: 0 25px 0 19px;
  margin-bottom: 19px;
  border-right: 1px dotted rgb(205,205,205);
}
#doublewide-right {
  width: 223px;
  float: right;
  padding: 0 19px;
}
#doublewide-left p, #doublewide-right p {
  padding: 0;
}
#doublewide-left strong, #doublewide-right strong {
  border-top: 1px dotted rgb(205,205,205);
  width: 100%;
  display: block;
  padding: 14px 0 0 0;
}



/* FEED BOX ---------------------------- */

#feed {
}
#feed ul li {
  margin: 0 0 1.5em 0;
  padding: 0;
  background: none;
}



/* TWEET BOX ---------------------------- */

.tweet ul li {
  margin: 0 0 1.5em 0;
  padding: 0;
  background: none;
}
.tweet_time {
  text-transform: uppercase;
  font-size: 75%;
  width: 100%;
  display: block;
}
.info-column-box .twitter-link-home {
  border-top: 1px dotted rgb(205,205,205);
  padding: 16px 0 0 0;
  margin: 0 19px 19px 19px;
}



/* BLOG ---------------------------- */


.blog-title {
  margin: 0 0 1.5em 0;
  padding: 47px 0 0;
}

.blog-title h1 {
  color: rgb(33,166,243);
  line-height: 1.25;
  padding: 0;
}

.blog-title .metadata {
  margin: 0;
  padding: 0;
}

.blog-content {
  text-shadow: none;
}

.blog-content p {
  line-height: 1.6em;
}


/* MAIN CONTENT ---------------------------- */

#main-content {
  width: 557px;
  float: left;
  padding: 20px 0 50px 0;
}
#fullwidth {
  width: 100%;
}

.metadata {
  color: rgb(157,157,157);
}



/* RELATED POSTS ---------------------------- */

#related {
  border-top: 1px dotted rgb(205,205,205);
  padding: 20px 0 0 0;
}

#related h3 {
  margin: 0 0 5px 0;
}



/* TABLES ---------------------------- */

table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  margin-bottom: 1.5em;
}

td {
  padding: 10px 5px 10px 5px;
  line-height: 1.2em;
}
tr {
}
.benchmark-desc, .submit-time {
  font-size: 10px;
}
th {
  line-height: 1.25em;
  text-align: left;
  font-weight: bold;
}
th.first-child, th.only-child {
  width: 150px;
}
th.last-child, td.last-child {
}

.benchmark-icon {
  width: 32px;
}

.benchmark-icon img {
  padding: 0px;
  border: 0px;
  background: none;
  vertical-align: center;
}

.benchmark-name {
  width: 200px;
  background-image: none;
}
.benchmark-name-150 {
  width: 150px;
  background-image: none;
}


.benchmark-score {
  text-align: center;
  vertical-align: center;
  font-size: 120%;
  width: 50px;
}
.benchmark-graph {
  vertical-align: center;
}
.benchmark-container {
}

.benchmark-bar {
  /* background-color: #44a4f0; */
  background-color: #44a4f0;
  vertical-align: middle;
  color: #fff;
  line-height: 36px;

}

.benchmark-bar-score {
  font-size: 120%;
  padding-left: 10px;
  color: #fff;
}

.old.benchmark-bar {
  /* background-color: #abb8c2; */
  /* background-color: #8eb8d9; */
  /* background-color: #819db3; */
  background-color: rgb(154, 154, 154);
}

.processor-name {
  width: 200px;
  background-image: none;
}
.processor-price {
  text-align: right;
  vertical-align: center;
}
.processor-score {
  text-align: right;
  vertical-align: center;
  font-size: 120%;
}
.processor-graph {
  vertical-align: center;
  width: 50%;
}


.test {
  border: 1px dotted rgb(205,205,205);
  background: url(../img/ui/info-column-box-bg.png) repeat 0 0;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1); }


/* VERSION COMPARISON TABLE ---------------------------- */

#version-comparison-table { border-color: rgb(225,255,214); width: 940px; margin: 0 auto; border-collapse: separate; position: relative; border: none; font-size: 13px; }

#version-comparison-table th {  font: 140%/18px; font-weight: bold; color: rgb(85,79,86); vertical-align: middle; text-align: center; border: none; }
#version-comparison-table th.header { background: url(../img/ui/info-column-box-bg.png) repeat 0 0; border: 1px solid rgb(205,205,205); border-width: 1px 1px 0 0px; width: 183px; height: 60px; vertical-align: middle; }
#version-comparison-table th.header-last { border-width: 1px 1px 0 0px; }
#version-comparison-table th.header-first { border-width: 1px 1px 0 1px; }
#version-comparison-table th.header span { color: rgb(33,166,243); text-transform: uppercase; font-size: 70%; font-weight: bold; }


#version-comparison-table .feature { width: 234px; text-align: left; border: 1px solid rgb(221,220,223); border-width: 1px 1px 0px 0px; }
#version-comparison-table .feature-last { width: 494px; text-align: left; border: 1px solid rgb(221,220,223); border-width: 1px 1px 1px 0px; }
#version-comparison-table .column { text-align: center; background: url(../img/ui/info-column-box-bg.png) repeat 0 0; border: 1px solid rgb(221,220,223); border-width: 1px 1px 0px 0px; }
#version-comparison-table .column-last { border-width: 1px 1px 1px 0; }
#version-comparison-table .alt { background: url(../img/ui/info-column-box-bg-alt.png) repeat 0 0; }

#version-comparison-table .feature-first {  border-width: 1px 1px 0px 0px; }


.table-checkmark { width: 18px; height: 18px; display: block; text-indent: -9999px; background: url(../img/ui/checkmark-icon.png) no-repeat 0 0; margin: 2px auto 0 auto; }
.table-x { width: 18px; height: 18px; display: block; text-indent: -9999px; background: url(../img/ui/x-icon.png) no-repeat 0 0; margin: 2px auto 0 auto; }



/* SIDEBAR ---------------------------- */

#sidebar {
  width: 293px;
  float: right;
  padding: 62px 0 50px 0;
}

#sidebar h3 {
  margin: 0 0 5px 0;
  font-weight: 300;
}
.newsletter-heading, .our-products-heading {
  border-top: 1px dotted rgb(205,205,205);
  padding: 18px 0 0 0;
}


/* HEADSHOT ----------------------------*/

.headshot-john {
  background-image: url(../img/authors/john.jpeg);
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  margin-right: 9px;
  float: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .headshot-john {
    background-image: url(../img/authors/john@2x.jpeg);
  }
}

.headshot-anthony {
  background-image: url(../img/authors/anthony.jpeg);
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  margin-right: 9px;
  float: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .headshot-anthony {
    background-image: url(../img/authors/anthony@2x.jpeg);
  }
}

/* FOOTER ---------------------------- */

#footer {
  padding-top: 48px;
  width: 100%;
  background-color: #212121;
}

#company{
  float: left;
  padding: 0 15px;
  width: 16.66667%;
}

#footerLogo img {
  border: 0;
  background: none;
}

#address {
  color: #FFFFFF;
  font-size: 11.2px;
  font-weight: 400;
  text-align: center;
}

.footerNav {
  float: left;
  padding: 0 15px;
  width: 16.66667%;
}

.footerNav h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

.footerNav ul {
  margin-left: 0;
}

.footerNav ul li {
  padding-left: 0;
  background: none;
  list-style-type: none;
}

.footerNav ul li a {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}

.footerNav ul li a:hover,
.footerNav ul li a:active {
  color: rgba(255, 255, 255, 1);
}

#copyright {
  clear: both;
  padding: 48px 0 36px 0;
}

#copyright p {
  color: #9B9B9B;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.device-icon {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}

.ipad-2 {
  background-image: url(/assets/img/ios/ipad-2.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-2 {
    background-image: url(/assets/img/ios/ipad-2@2x.png);
  }
}


.ipad-3g {
  background-image: url(/assets/img/ios/ipad-3g.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-3g {
    background-image: url(/assets/img/ios/ipad-3g@2x.png);
  }
}


.ipad {
  background-image: url(/assets/img/ios/ipad.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad {
    background-image: url(/assets/img/ios/ipad@2x.png);
  }
}


.ipad-mini {
  background-image: url(/assets/img/ios/ipad-mini.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-mini {
    background-image: url(/assets/img/ios/ipad-mini@2x.png);
  }
}

/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}



		@media /* RETINIFY THE SPRITES */
		only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (   min--moz-device-pixel-ratio: 2),
		only screen and (     -o-min-device-pixel-ratio: 2/1),
		only screen and (        min-device-pixel-ratio: 2),
		only screen and (                min-resolution: 192dpi),
		only screen and (                min-resolution: 2dppx) {

			.header-icon {
			  background-image: url(../img/ui/header-icons@2x.gif);
			  background-size: 336px 280px;
			}

		}




/* - CONTENT END ----------------------------------------------------------------------------------------------------- */


th.right, td.right {
  text-align: right;
}
