/* Imports */

@import url('reset.css') screen;
@import url('displays-css/monitor.css');
@import url('displays-css/laptop.css');
@import url(http://fonts.googleapis.com/css?family=Righteous);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,900,800,700,600,500,300,200);
@import url(http://fonts.googleapis.com/css?family=Lobster+Two:400,700italic);
@import url('http://cdn-images.mailchimp.com/embedcode/slim-081711.css');

/* For MailChimp subscription form */


/* General */

body,
html {
    /* To prevent antialiasing effects in webkit browsers when using CSS transitions. */
    -webkit-font-smoothing: subpixel-antialiased;
    display: block;
    min-width: 940px;
    margin: 0px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #fefffe;
}

a,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}


/* IDs */

#Header {
    position: relative;
    top: 0px;
    height: 105px;
    width: 100%;
    min-width: 940px;
    background: rgb(69, 72, 77);
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 1)), color-stop(100%, rgba(0, 0, 0, 1)));
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -o-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -ms-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    -moz-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    z-index: 3;
    color: #394c54;
}

#BinaryBakeryLogo {
    position: relative;
    width: 180px;
    margin: 0px auto;
    left: -230px;
    color: #1f8edd;
    font: 55px/100px 'Righteous', cursive;
    z-index: 3;
    text-shadow: 1px 0 2px;
    font-size: 24px;
    top: -28px;
    text-indent: 10px;
}

#MavericksBadge {
    position: absolute;
    top: 25px;
    border-radius: 5px;
    width: 370px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0px 0 0px;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #f5f5f5;
    opacity: 1;
}

#MavericksBadge:hover {}

#NavBar {
    position: relative;
    bottom: 125px;
    left: 290px;
    width: 360px;
    margin: 0px auto;
    z-index: 3;
}

#NavBar ul {
    margin-left: 25px;
    width: 331px;
}

#NavBar ul li {
    padding: .2em 1em;
    display: inline;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: rgba(40, 120, 202, 0.7);
    line-height: 130px;
    text-indent: 80px;
    font-weight: 400;
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    border-radius: 5px;
    cursor: pointer;
}

#NavBar ul li:hover {
    color: rgba(40, 120, 202, 1.0);
}

.TwitterBar {
    background: url(images/twitter-bar.png) 8px no-repeat;
    width: 16px;
    height: 16px;
}

.FacebookBar {
    background: url(images/facebook-bar.png) 8px no-repeat;
    width: 16px;
    height: 16px;
}

#menueverywhere {
    background: url(./images/me-main.png) no-repeat;
    width: 240px;
    height: 240px;
}

#windownaut {
    background: url(./images/wn-main.png) no-repeat;
    width: 240px;
    height: 240px;
}

#menupop {
    background: url(./images/mp-main.png) no-repeat;
    width: 240px;
    height: 240px;
}

#mailpop {
    background: url(./images/mailpopreg-main.png) no-repeat;
    width: 240px;
    height: 240px;
}

#mailpop-pro {
    background: url(./images/mailpop-main.png) no-repeat;
    width: 240px;
    height: 240px;
    clear: none;
}

#shortcut-trainer {
    background: url(./images/mailpop-main.png) no-repeat;
    width: 240px;
    height: 240px;
}


/* Classes */

.AppsMatrix {
    position: relative;
    top: 10px;
    height: 600px;
    border: 0px solid #333;
}

.AppRowBreaker {
    position: relative;
    top: 50px;
    height: 20px;
    width: 900px;
    margin: 0px auto;
    font-size: 25px;
    font-weight: 500;
}

.AppRow {
    position: relative;
    height: 400px;
    width: 900px;
    margin: 0px auto;
}

.App {
    position: relative;
    max-height: 60%;
    margin-top: 10%;
    margin-left: 5%;
    float: left;
    cursor: pointer;
    border: 0px solid #333;
    opacity: 1;
}

.AppTitle {
    position: absolute;
    top: 245px;
    width: 240px;
    color: #0081b3;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.AppDescription {
    position: absolute;
    top: 295px;
    width: 240px;
    color: #0081b3;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
    border: 0px solid #333;
}

.AppDownloadButton {
    position: absolute;
    bottom: 250px;
    left: 119px;
    width: 100px;
    height: 60px;
    background-image: -o-linear-gradient(90deg, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%);
    background-image: linear-gradient(90deg, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%);
    border: 1px solid #333;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
}

.AppInfoButton {
    position: absolute;
    bottom: 250px;
    left: 15px;
    width: 100px;
    height: 60px;
    background-image: -o-linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    border: 1px solid #333;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
}

.ButtonScaleEffect {
    position: absolute;
    border: 0px solid #333;
    width: 240px;
    height: 400px;
    top: 80px;
    padding-top: 50px;
    margin-top: -100px;
    opacity: 0;
    -webkit-transition-property: width, top, scale, opacity;
    -moz-transition-property: width, top, scale, opacity;
    -ms-transition-property: width, top, scale, opacity;
    -o-transition-property: width, top, scale, opacity;
    transition-property: width, top, scale, opacity;
    -webkit-transition-duration: 0.5s, 0.5s, 0.1s, 0.5s;
    -moz-transition-duration: 0.5s, 0.5s, 0.1s, 0.5s;
    -ms-transition-duration: 0.5s, 0.5s, 0.1s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.1s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.1s, 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 2;
    /* Make sure it also receives the hover */
}

.ButtonScaleEffect:hover {
    opacity: 1;
    top: 0px;
}

.FreeBadge {
    position: absolute;
    bottom: 90px;
    left: 16px;
    width: 100px;
    height: 30px;
    background-image: -o-linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -moz-linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: linear-gradient(90deg, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    transform: rotate(-20deg);
    border: 1px solid #333;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
}

#TabText {
    /* Prevents flickering issue since subpixel-antialiasing is on */
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    position: fixed;
    top: -230px;
    left: -585px;
    width: 240px;
    height: 1000px;
    background-image: -webkit-linear-gradient(0deg, rgb(38, 38, 35) 0%, rgb(88, 81, 76) 100%);
    background-image: -moz-linear-gradient(0deg, rgb(38, 38, 35) 0%, rgb(88, 81, 76) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(38, 38, 35) 0%, rgb(88, 81, 76) 100%);
    background-image: -o-linear-gradient(0deg, rgb(38, 38, 35) 0%, rgb(88, 81, 76) 100%);
    background-image: linear-gradient(90deg, rgb(38, 38, 35) 0%, rgb(88, 81, 76) 100%);
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 35px;
    color: #dbd9d9;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    -webkit-transition-property: rotate, left, top;
    -moz-transition-property: rotate, left, top;
    -ms-transition-property: rotate, left, top;
    -o-transition-property: rotate, left, top;
    transition-property: rotate, left, top;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    -moz-transition-duration: 0.5s, 0.5s, 0.5s;
    -ms-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    z-index: 12;
    overflow: hidden;
}

#TabText:hover {
    left: 120px;
}

#TextInTabBox {
    position: relative;
    left: -220px;
    top: 245px;
    width: 670px;
    height: 200px;
    border: 0px solid #333;
    margin-left: 10px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    text-align: left;
    font-size: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #dbd9d9;
    font-size: 20px;
    font-weight: 400;
    border: 0px solid #5c5d5c;
    border-radius: 5px;
    padding: 5px;
}

#TextInTabBox #twitter {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 30px;
    left: 0px;
    bottom: -8px;
    background: url(./images/twitter.png) no-repeat;
}

#TextInTabBox #facebook {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    left: 0px;
    bottom: -7px;
    background: url(./images/header-fb.png) no-repeat;
}

#TextInTabBox select,
#TextInTabBox input {
    /* Disable blue outline when selected */
    outline: none;
    color: #070707;
    font-size: 20px;
    font-weight: 400;
    background: -webkit-linear-gradient(top, #d1fcf8 0%, #9bbcf4 100%);
    background: -moz-linear-gradient(top, #d1fcf8 0%, #9bbcf4 100%);
    background: -ms-linear-gradient(top, #d1fcf8 0%, #9bbcf4 100%);
    background: linear-gradient(to bottom, #d1fcf8 0%, #9bbcf4 100%);
    border-radius: 5px;
}

#twitter input {
    background-image: url(../images/header-twt-btn.png);
}

#Signup #mc_embed_signup {
    position: relative;
    width: 800px;
    height: 80px;
    margin: 0px auto;
    top: -50px;
    padding-top: 18px;
    border: 1px solid #333;
    background: -webkit-linear-gradient(top, #396a96 0%, #9bbcf4 100%);
    background: -moz-linear-gradient(top, #396a96 0%, #9bbcf4 100%);
    background: -ms-linear-gradient(top, #396a96 0%, #9bbcf4 100%);
    background: linear-gradient(to bottom, #396a96 0%, #9bbcf4 100%);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1), inset 0px 0px 0px rgba(0, 0, 0, 1);
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    color: #edeeec;
}

input#SignupEmail.email {
    /* Override MailChimp font */
    font-family: 'Raleway', sans-serif;
    position: absolute;
    left: 200px;
    width: 300px;
    /* Disable blue outline when selected */
    outline: none;
    color: #070707;
    font-size: 20px;
    font-weight: 400;
    border: 1px solid #333;
    border-radius: 5px;
    color: #000000;
}

input#SignupSubmit.button {
    /* Override MailChimp font */
    font-family: 'Raleway', sans-serif;
    outline: none;
    position: absolute;
    left: 505px;
    width: 10px;
    height: 42px;
    background: -webkit-linear-gradient(top, #d1fcf8 0%, #9bbcf4 100%) #504646;
    background: -moz-linear-gradient(top, #d1fcf8 0%, #9bbcf4 100%) #504646;
    background: -ms-linear-gradient(top, #d1fcf8 0%, #9bbcf4 100%) #504646;
    background: linear-gradient(to bottom, #d1fcf8 0%, #9bbcf4 100%) #504646;
    border: 1px solid #333;
    border-radius: 5px;
    color: #000000;
}

#Footer {
    position: relative;
    height: 100px;
    bottom: -100px;
    text-align: center;
    line-height: 100px;
    font-weight: 400;
    border-top-style: solid;
    border-top-color: #e8e8e8;
}


/* Product Pages */

#AppBanner {
    position: relative;
    top: 0px;
    height: 360px;
    margin: 0px auto;
    border: 0px solid #333;
    background-image: -webkit-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: -moz-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: -ms-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: linear-gradient(to right, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    border-bottom-style: none;
    border-bottom-width: 4px;
    -moz-box-shadow: 0 10px 10px;
    box-shadow: 0 10px 10px;
    z-index: 0;
}

#AppDownloadLarge {
    position: relative;
    bottom: 690px;
    left: 290px;
    margin: 0px auto;
    width: 165px;
    height: 40px;
    text-align: center;
    padding-left: 0px;
    line-height: 20px;
    font-weight: 700;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: -20px -4px no-repeat, -webkit-linear-gradient(top, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%) 1px no-repeat;
    background: -20px -4px no-repeat, -moz-linear-gradient(top, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%) 1px no-repeat;
    background: -20px -4px no-repeat, -ms-linear-gradient(top, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%) 1px no-repeat;
    background: -20px -4px no-repeat, -o-linear-gradient(top, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%) 1px no-repeat;
    background: -20px -4px no-repeat, linear-gradient(to bottom, rgb(137, 206, 71) 0%, rgb(222, 244, 175) 100%) 1px no-repeat;
    color: rgba(6, 8, 9, 0.7);
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #a5a6a5;
    -moz-box-shadow: 0 0 1px;
    box-shadow: 0 0 1px;
}

#AppDownloadLarge:hover,
#AppBuyLarge:hover {
    color: rgb(12, 12, 13);
}

#AppBuyLarge {
    position: relative;
    bottom: 670px;
    left: 290px;
    margin: 0px auto;
    width: 165px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 37px;
    font-weight: 700;
    color: rgba(6, 8, 9, 0.7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: -webkit-linear-gradient(top, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -moz-linear-gradient(top, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -ms-linear-gradient(top, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: -o-linear-gradient(top, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    background-image: linear-gradient(to bottom, rgb(241, 254, 2) 0%, rgb(254, 165, 98) 100%);
    border: 1px solid #a5a6a5;
}

#AppAppStoreLarge {
    position: relative;
    bottom: 650px;
    left: 290px;
    margin: 0px auto;
    width: 165px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    color: rgba(226, 230, 234, 0.7);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(images/macappstore.png) no-repeat, -webkit-gradient(linear, left top, left bottom, from(rgb(54, 87, 124)), to(rgba(14, 14, 14, 1))) no-repeat rgb(125, 126, 125);
    background: url(images/macappstore.png) no-repeat, -webkit-linear-gradient(top, rgb(54, 87, 124) 0%, rgba(14, 14, 14, 1) 100%) no-repeat rgb(125, 126, 125);
    background: url(images/macappstore.png) no-repeat, -moz-linear-gradient(top, rgb(54, 87, 124) 0%, rgba(14, 14, 14, 1) 100%) no-repeat rgb(125, 126, 125);
    background: url(images/macappstore.png) no-repeat, -ms-linear-gradient(top, rgb(54, 87, 124) 0%, rgba(14, 14, 14, 1) 100%) no-repeat rgb(125, 126, 125);
    background: url(images/macappstore.png) no-repeat, -o-linear-gradient(top, rgb(54, 87, 124) 0%, rgba(14, 14, 14, 1) 100%) no-repeat rgb(125, 126, 125);
    background: url(images/macappstore.png) no-repeat, linear-gradient(to bottom, rgb(54, 87, 124) 0%, rgba(14, 14, 14, 1) 100%) no-repeat rgb(125, 126, 125);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0);
    /* IE6-9 */
}

#AppCompatible {
    position: relative;
    bottom: 630px;
    left: 290px;
    margin: 0px auto;
    width: 200px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: rgb(88, 88, 88);
}

#AppMacUpdate4StarsBadge {
    position: relative;
    right: 300px;
    bottom: 500px;
    width: 135px;
    height: 38px;
    margin: 0px auto;
    background: url(images/macupdate-4star.png) no-repeat;
}

#AppMacUpdate45StarsBadge {
    position: relative;
    right: 300px;
    bottom: 500px;
    width: 135px;
    height: 38px;
    margin: 0px auto;
    background: url(images/macupdate-45star.png) no-repeat;
}

#AppMacUpdate5StarsBadge {
    position: relative;
    right: 300px;
    bottom: 500px;
    width: 135px;
    height: 38px;
    padding-bottom: 150px;
    /* adjust padding to shift around download/buy buttons */
    margin: 0px auto;
    background: url(images/macupdate-45star.png) no-repeat;
}

#AppMacworld45StarsBadge {
    position: relative;
    right: 300px;
    bottom: 480px;
    width: 148px;
    height: 29px;
    margin: 0px auto;
    background: url(images/macworld-45star.png) no-repeat;
}

#AppMacworld35StarsBadge {
    position: relative;
    right: 300px;
    bottom: 470px;
    width: 138px;
    height: 29px;
    margin: 0px auto;
    background: url(images/macworld-35star.png) no-repeat;
}

#AppCnet45StarsBadge {
    position: relative;
    right: 300px;
    bottom: 440px;
    width: 132px;
    height: 40px;
    margin: 0px auto;
    padding-bottom: 100px;
    /* adjust padding to shift around download/buy buttons */
    background: url(images/cnet-45star.png) no-repeat;
}

#AppAppStorm910Badge {
    position: relative;
    right: 295px;
    bottom: 460px;
    width: 189px;
    height: 40px;
    margin: 0px auto;
    background: url(images/appstorm9outof10.png) no-repeat;
}

#AppTextBubble {
    position: relative;
    right: 280px;
    bottom: 470px;
    width: 201px;
    height: 89px;
    font-weight: 800;
    margin: 0px auto;
    padding-bottom: 100px;
    /* adjust padding to shift around download/buy buttons */
    text-align: left;
    font-style: italic;
    line-height: 20px;
}

#AppMacGem {
    position: relative;
    right: 295px;
    bottom: 450px;
    width: 200px;
    font-weight: 500;
    margin: 0px auto;
    text-align: left;
    font-style: italic;
    line-height: 20px;
    font-weight: 800;
}

#AppNewNoteworthy {
    position: relative;
    right: 295px;
    bottom: 440px;
    width: 200px;
    height: 65px;
    /* adjust this height to shift download/buy/appstore buttons for MenuPop */
    margin: 0px auto;
    text-align: left;
    font-style: italic;
    font-weight: 800;
}

#MenuEverywhereBannerIcon {
    position: relative;
    margin: 0px auto;
    background: url(images/me-large.png) no-repeat;
    width: 490px;
    height: 490px;
    bottom: 80px;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    /* IE 9 */
    -webkit-transform: scale(0.6);
    /* Safari and Chrome */
}

#WindownautBannerIcon {
    position: relative;
    margin: 0px auto;
    background: url(images/wn-large.png) no-repeat;
    width: 490px;
    height: 490px;
    bottom: 80px;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    /* IE 9 */
    -webkit-transform: scale(0.6);
    /* Safari and Chrome */
}

#MenuPopBannerIcon {
    position: relative;
    margin: 0px auto;
    background: url(images/mp-large.png) no-repeat;
    width: 490px;
    height: 497px;
    bottom: 100px;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    /* IE 9 */
    -webkit-transform: scale(0.6);
    /* Safari and Chrome */
}

#MailPopBannerIcon {
    position: relative;
    margin: 0px auto;
    background: url(images/mailpop-large.png) no-repeat;
    width: 490px;
    height: 497px;
    bottom: 100px;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    /* IE 9 */
    -webkit-transform: scale(0.6);
    /* Safari and Chrome */
}

#MailPopPROBannerIcon {
    position: relative;
    margin: 0px auto;
    background: url(images/mailpoppro-large.png) no-repeat;
    width: 490px;
    height: 497px;
    bottom: 100px;
    transform: scale(0.6);
    -ms-transform: scale(0.6);
    /* IE 9 */
    -webkit-transform: scale(0.6);
    /* Safari and Chrome */
}

#AppBannerTitle {
    position: relative;
    bottom: 205px;
    margin: 0px auto;
    text-align: center;
    font-size: 60px;
    color: #2778c9;
    text-shadow: -1px 0 3px;
    font-weight: 700;
}

#MenuPopBannerTitle {
    position: relative;
    bottom: 205px;
    margin: 0px auto;
    text-align: center;
    font-size: 60px;
    color: #2778c9;
    text-shadow: -1px 0 3px;
    font-weight: 700;
}

#AppScreenshotArea {
    position: relative;
    top: 0px;
    height: 500px;
    background: url(images/tronbg.png), -webkit-linear-gradient(left, #646666 2.6%, #7a7f82 29.9%, #7c8184 68.7%, #4a4f52 100%) 1px no-repeat;
    background: url(images/tronbg.png), -moz-linear-gradient(left, #646666 2.6%, #7a7f82 29.9%, #7c8184 68.7%, #4a4f52 100%) 1px no-repeat;
    background: url(images/tronbg.png), -ms-linear-gradient(left, #646666 2.6%, #7a7f82 29.9%, #7c8184 68.7%, #4a4f52 100%) 1px no-repeat;
    background: url(images/tronbg.png), linear-gradient(to right, #646666 2.6%, #7a7f82 29.9%, #7c8184 68.7%, #4a4f52 100%) 1px no-repeat;
    opacity: 1;
}

#AppScreenshotAreaContent {
    position: static;
    margin: 0px auto;
    width: 100%;
    height: 500px;
    z-index: 0;
}

#AppBannerTagline {
    position: relative;
    margin: 0px auto;
    padding-top: 7px;
    padding-bottom: 5px;
    top: 0px;
    text-align: center;
    width: 460px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 0 1px #756f6f;
}

#MenuPopBannerTagline {
    position: relative;
    margin: 0px auto;
    padding-top: 7px;
    padding-bottom: 5px;
    top: 0px;
    text-align: center;
    width: 460px;
    font-size: 30px;
    color: #ffffff;
    text-shadow: 2px 0 1px #756f6f;
    font-style: italic;
    font-weight: 600;
}

#AppleGear {
    position: relative;
    width: 900px;
    height: 500px;
    margin: 0px auto;
    overflow: hidden;
}

#MenuPopScreenshotArea {
    position: relative;
    top: 30px;
    width: 600px;
    height: 350px;
    margin: 0px auto;
    overflow: hidden;
    background: url(images/menupop-shot-1.jpg) no-repeat;
    border: 10px solid #bdbbbd;
}

#MailPopScreenshotArea {
    position: relative;
    top: 30px;
    width: 600px;
    height: 350px;
    margin: 0px auto;
    overflow: hidden;
    background: url(images/mailpop-shot-7.jpg) -200px 0 no-repeat;
    border: 10px solid #bdbbbd;
}

#AppleGear .laptop {
    display: inline-block;
    top: 50px;
    left: 200px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(1.5);
    -ms-transform: scale(1.5);
    /* IE 9 */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
}

#AppleGear .monitor {
    display: inline-block;
    top: 115px;
    left: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: scale(0.2);
    -ms-transform: scale(0.2);
    /* IE 9 */
    -webkit-transform: scale(0.2);
    /* Safari and Chrome */
    z-index: -1;
}

#AppleGear .monitor:hover {
    left: -220px;
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    /* IE 9 */
    -webkit-transform: scale(1.8);
    /* Safari and Chrome */
    z-index: 5;
}

#FeaturesArea {
    position: relative;
    top: 0px;
    margin: 0px auto;
    padding-bottom: 25px;
    background-image: -webkit-linear-gradient(left, #b4a3be 2.6%, #ab88c0 29.9%, #b4a3be 68.7%, #b4a3be 100%);
    background-image: -moz-linear-gradient(left, #b4a3be 2.6%, #ab88c0 29.9%, #b4a3be 68.7%, #b4a3be 100%);
    background-image: -ms-linear-gradient(left, #b4a3be 2.6%, #ab88c0 29.9%, #b4a3be 68.7%, #b4a3be 100%);
    background-image: linear-gradient(to right, #b4a3be 2.6%, #ab88c0 29.9%, #b4a3be 68.7%, #b4a3be 100%);
    z-index: 10;
}

#FeaturesAreaContent {
    position: relative;
    margin: 0px auto;
    width: 900px;
    z-index: 0;
}

#FeaturesAreaTagline {
    position: relative;
    top: 10px;
    text-align: left;
    font-family: 'Lobster Two', cursive;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 0 1px #756f6f;
}

#FeaturesListContainer {
    position: relative;
    margin: 0px auto;
}

#MenuPopFeaturesTalkContainer {
    position: relative;
    top: 20px;
    width: 800px;
    height: 1050px;
    margin: 0px auto;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

#MailPopPROFeaturesTalkContainer {
    position: relative;
    top: 20px;
    width: 800px;
    height: 1800px;
    margin: 0px auto;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

#MenuPopFeaturesTalkContainer p,
#MailPopPROFeaturesTalkContainer p {
    margin-top: 20px;
    margin-bottom: 20px;
}

#MenuPopFeaturesImage1 {
    position: relative;
    width: 590px;
    height: 400px;
    background: url(images/menupop-shot-4.png) no-repeat;
    border: 10px solid #bdbbbd;
    margin: 0px auto;
}

#MailPopFeaturesImage1 {
    position: relative;
    width: 590px;
    height: 340px;
    background: url(images/mailpop-shot-4.jpg) no-repeat;
    border: 10px solid #bdbbbd;
    margin: 0px auto;
}

#MailPopFeaturesImage2 {
    position: relative;
    width: 590px;
    height: 340px;
    background: url(images/mailpop-shot-3.jpg) no-repeat;
    border: 10px solid #bdbbbd;
    margin: 0px auto;
}

#MailPopFeaturesImage3 {
    position: relative;
    width: 590px;
    height: 340px;
    background: url(images/mailpop-shot-6.jpg) no-repeat;
    border: 10px solid #bdbbbd;
    margin: 0px auto;
}

#MailPopFeaturesImage4 {
    position: relative;
    width: 590px;
    height: 340px;
    background: url(images/mailpop-shot-2.jpg) no-repeat;
    border: 10px solid #bdbbbd;
    margin: 0px auto;
}

#MenuPopFeaturesImage2 {
    position: relative;
    width: 590px;
    height: 340px;
    background: url(images/menupop-shot-2.jpg) no-repeat;
    border: 10px solid #bdbbbd;
    margin: 0px auto;
}

#FeaturesList {
    display: inline-block;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 0px;
}

#FeaturesList li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    text-indent: 10px;
    height: 50px;
    width: 390px;
    border: 1px solid #c5c4c4;
    border-radius: 5px;
    background-color: rgba(210, 201, 201, 0.20);
    -webkit-transition-property: background-color;
    -moz-transition-property: background-color;
    -ms-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer;
    text-shadow: 0 0 1px #bdb9b9;
}

#FeaturesList li:hover {
    background-color: rgb(242, 241, 241);
}

#FeaturesList li.selectedFeature {
    background-color: rgb(242, 241, 241);
}

.featureExplainer {
    position: relative;
    bottom: 0px;
    font-size: 16px;
    color: #4b4b52;
}


/* Testimonials */

#TestimonialsArea {
    position: relative;
    top: 0px;
    margin: 0px auto;
    background-image: -webkit-linear-gradient(left, #bcbcbc 2.6%, #bdbabe 29.9%, #cdcace 68.7%, #bbbcbb 100%);
    background-image: -moz-linear-gradient(left, #bcbcbc 2.6%, #bdbabe 29.9%, #cdcace 68.7%, #bbbcbb 100%);
    background-image: -ms-linear-gradient(left, #bcbcbc 2.6%, #bdbabe 29.9%, #cdcace 68.7%, #bbbcbb 100%);
    background-image: linear-gradient(to right, #bcbcbc 2.6%, #bdbabe 29.9%, #cdcace 68.7%, #bbbcbb 100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
}

.Contracted {
    height: 200px;
}

.Expand {
    height: 700px;
}

#TestimonialsAreaContent {
    position: relative;
    margin: 0px auto;
    width: 900px;
    z-index: 10;
}

#TestimonialsAreaTagline {
    position: relative;
    top: 10px;
    text-align: left;
    font-family: 'Lobster Two', cursive;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 0 1px #756f6f;
}

#TestimonialsListContainer {
    position: relative;
    margin: 0px auto;
}

#TestimonialsList {
    display: inline-block;
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 0px;
}

#TestimonialsList li {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 20px;
    padding: 15px;
    width: 700px;
    border: 1px solid #c5c4c4;
    border-radius: 5px;
    background: url(images/paperboard.jpg), -webkit-linear-gradient(right, #ededec 0%, #dedfda 81.1%, #ecedeb 100%) rgb(238, 237, 237);
    background: url(images/paperboard.jpg), -moz-linear-gradient(right, #ededec 0%, #dedfda 81.1%, #ecedeb 100%) rgb(238, 237, 237);
    background: url(images/paperboard.jpg), -ms-linear-gradient(right, #ededec 0%, #dedfda 81.1%, #ecedeb 100%) rgb(238, 237, 237);
    background: url(images/paperboard.jpg), linear-gradient(to left, #ededec 0%, #dedfda 81.1%, #ecedeb 100%) rgb(238, 237, 237);
    text-align: justify;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -moz-box-shadow: 10px 10px 25px rgba(91, 87, 87, 0.84);
    box-shadow: 10px 10px 25px rgba(91, 87, 87, 0.84);
    text-shadow: 1px 0 #f5f6f5;
    opacity: 1;
}

.author {
    display: inline-block;
    font-weight: 700;
    width: 700px;
    text-align: right;
}

.Rotated20 {
    margin-top: 110px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.RotatedNeg35 {
    margin-top: 110px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.NotRotated {
    margin-top: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


/* FAQ */

#FAQArea {
    position: relative;
    top: 0px;
    height: 700px;
    margin: 0px auto;
    background-image: url(images/sandpaper.png), -webkit-linear-gradient(left, #494a4f 2%, #615a5a 29.9%, #686565 68.7%, #1c1d1c 100%);
    background-image: url(images/sandpaper.png), -moz-linear-gradient(left, #494a4f 2%, #615a5a 29.9%, #686565 68.7%, #1c1d1c 100%);
    background-image: url(images/sandpaper.png), -ms-linear-gradient(left, #494a4f 2%, #615a5a 29.9%, #686565 68.7%, #1c1d1c 100%);
    background-image: url(images/sandpaper.png), linear-gradient(to right, #494a4f 2%, #615a5a 29.9%, #686565 68.7%, #1c1d1c 100%);
    z-index: 10;
}

#FAQAreaContent {
    position: relative;
    margin: 0px auto;
    width: 900px;
    z-index: 10;
}

#FAQAreaTagline {
    position: relative;
    top: 10px;
    text-align: left;
    font-family: 'Lobster Two', cursive;
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 2px 0 1px #756f6f;
}

#FAQListContainer {
    position: relative;
    margin: 0px auto;
}

#FAQList {
    display: inline-block;
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 0px;
}

.FAQQuestion {
    margin-bottom: 20px;
    line-height: 70px;
    text-indent: 80px;
    height: 5px;
    width: 340px;
    font-weight: 700;
}

.FAQAnswer {
    margin-bottom: 20px;
    line-height: 70px;
    text-indent: 80px;
    height: 50px;
    width: 340px;
    font-size: 14px;
}


/* Last bit */

#FooterArea {
    position: relative;
    top: 0px;
    height: 100px;
    background-image: -webkit-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: -moz-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: -ms-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: linear-gradient(to right, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
}


/* About page */

#AboutBanner {
    position: relative;
    top: 0px;
    height: 1200px;
    margin: 0px auto;
    border: 0px solid #333;
    background-image: -webkit-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: -moz-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: -ms-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: linear-gradient(to right, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    border-radius: 5px;
    border-bottom-style: none;
    border-bottom-width: 4px;
    -moz-box-shadow: 0 10px 10px;
    box-shadow: 0 10px 10px;
    z-index: 0;
}

.AboutText {
    position: relative;
    width: 500px;
    position: relative;
    top: 150px;
    line-height: 30px;
    border: 1px solid #333;
    margin: 0px auto;
    border: 1px solid #c5c4c4;
    border-radius: 5px;
    background: url(images/paperboard.jpg), -webkit-linear-gradient(right, #ededec 0%, #dedfda 81.1%, #ecedeb 100%) rgb(238, 237, 237);
    background: url(images/paperboard.jpg), -moz-linear-gradient(right, #ededec 0%, #dedfda 81.1%, #ecedeb 100%) rgb(238, 237, 237);
    background: url(images/paperboard.jpg), -ms-linear-gradient(right, #ededec 0%, #dedfda 81.1%, #ecedeb 100%) rgb(238, 237, 237);
    background: url(images/paperboard.jpg), linear-gradient(to left, #ededec 0%, #dedfda 81.1%, #ecedeb 100%) rgb(238, 237, 237);
    padding: 20px;
    font-weight: 500;
    -moz-box-shadow: 1px 1px 7px;
    box-shadow: 1px 1px 7px;
    opacity: 1;
}

.AboutText p {
    text-indent: 20px;
    text-align: left;
    line-height: 32px;
}

#AboutPic {
    position: relative;
    top: 110px;
    margin: 0px auto;
    background-image: url(images/jenna.jpg);
    width: 500px;
    height: 345px;
    border: 10px solid #eeeeee;
    -moz-box-shadow: 1px 1px 7px;
    box-shadow: 1px 1px 3px;
    opacity: 1;
    z-index: -1;
}

.rotatedneg2 {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.rotatedneg3 {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.rotated12 {
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
}

.rotated14 {
    -webkit-transform: rotate(14deg);
    -moz-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    -o-transform: rotate(14deg);
    transform: rotate(14deg);
}

.rotatedneg10 {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}


/* Blog pages */

#BlogBanner {
    position: relative;
    top: 0px;
    height: 360px;
    margin: 0px auto;
    border: 0px solid #333;
    background-image: -webkit-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: -moz-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: -ms-linear-gradient(left, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    background-image: linear-gradient(to right, #bcc2c9 0%, #e5e9eb 48.3%, #bbc1c9 100%);
    border-radius: 5px;
    border-bottom-style: none;
    border-bottom-width: 4px;
    -moz-box-shadow: 0 10px 10px;
    box-shadow: 0 10px 10px;
    z-index: 0;
}


/* Footer */

#FooterAreaContent {
    position: relative;
    margin: 0px auto;
    width: 900px;
    z-index: 0;
}

#FooterAreaTagline {
    position: relative;
    top: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    line-height: 25px;
}