/* #Shared - Mixed Pages
================================================== */

.moving img {
    width: 1200px;
}
@media all and (max-width: 1200px) {
    .moving  h2 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .moving  h4, .moving p {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .moving a img {
        width: 960px; !important;
    }
}
@media all and (max-width: 960px) {
    .moving a img {
        width: 768px; !important;
    }
}

.custom2 {
    margin-top: 50px !important;
}
.custom2 p {
    font-size: 13px !important;
}
@media all and (max-width: 960px) {
    h2.custom2 {
        margin-top: 0px !important;
    }
}

@media all and (max-width: 1200px) {
    .resizer img {
        width: 960px; !important;
    }
}
@media all and (max-width: 960px) {
    .resizer img {
        width: 768px; !important;
    }
}

.resizer2 {
    margin-top: 500px !important;
}
@media all and (max-width: 1200px) {
    .resizer2 {
        margin-top: 400px !important;
    }
}
@media all and (max-width: 960px) {
    .resizer2 {
        margin-top: 320px !important;
    }
}

/* STICKY MENU STYLING */
ul.stickymenu {
    list-style-type: none;
    margin-left: 0px;
    margin-right: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.stickymenu  li {
    display: inline;
    margin-left: 50px;
}
ul.stickymenu  li a {
    font-family: "Open Sans";
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: #404040;
    letter-spacing: 1px;
}
ul.stickymenu  li a:hover {
    color: #7dd3f7;
}
ul.stickymenu  li a.action_button {
    background: #7dd3f7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
ul.stickymenu  li a.action_button {
    color: #ffffff;
}
ul.stickymenu  li a.action_button:hover {
    color: #404040;
}
@media all and (max-width: 1200px) {
    ul.stickymenu {
        width: 960px !important;
    }
    ul.stickymenu li a.action_button {
        margin-right: 20px !important;
    }
}
@media all and (max-width: 960px) {
    ul.stickymenu {
        width: 760px !important;
    }
    ul.stickymenu li {
        margin-left: 20px !important;
    }
}
@media all and (max-width: 1200px) {
    #sticker {max-width: 960px !important;}
}
@media all and (max-width: 960px) {
    div#sticker.mobile_hidden {width: 768px !important;}
}



/* #Page - Home
================================================== */

.container .featured_links .column {
    margin-bottom: 20px;
}
.featured_links .image_container {
    position: relative;
    background-color: #000;
    line-height: 0;
}
.featured_links a img {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.featured_links a:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.featured_links a span {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: 0 40px;
    text-align: center;
    padding: 0 10px;
    color: #ffffff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    z-index: 2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0.9;
    -webkit-font-smoothing: antialiased;
}
.featured_links a span::before,
.featured_links a span::after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: rgba(255,255,255, 0.9);
    content: '';
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    pointer-events: none;
}
.featured_links a span::before {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
}
.featured_links a span::after {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
}
.featured_links a:hover span,
.featured_links a:focus span {
    color: #ffffff;
    opacity: 1;
}
.featured_links a:hover span::before,
.featured_links a:hover span::after,
.featured_links a:focus span::before,
.featured_links a:focus span::after {
    background: rgba(255,255,255, 0.6);
}
.featured_links a:hover span::before,
.featured_links a:focus span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.featured_links a:hover span::after,
.featured_links a:focus span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.featured_links a:hover img {
    filter: none;
    opacity: 1;
}


/* #Page - Gravitas
================================================== */

h2.custom {
    line-height: 1em;
}
.custom {
    margin-bottom: 20px !important; margin-top: 300px !important;
}
@media all and (max-width: 1200px) {
    .custom h4 {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    h2.custom {
        margin-top: 250px !important;
        margin-bottom: 5px !important;
    }
    .custom h2 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
}
@media all and (max-width: 960px) {
    .custom {
        margin-top: 200px !important;
    }
    h2.custom {
        margin-top: 200px !important;
        margin-bottom: 5px !important;
    }
}

.custom3 {
    margin-top: 140px !important;
}
@media all and (max-width: 1200px) {
    .custom3 {
        margin-top: 100px !important;
    }
}

.moving2 a img {
    width: 1200px;
}
@media all and (max-width: 1200px) {
    .moving2 h2 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }
    .moving2 p {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .moving2 a img {
        width: 960px; !important;
    }
}

@media all and (max-width: 960px) {
    .moving2 p {
        font-size: 11px !important;
        line-height: 16px !important;
        margin-bottom: 2px !important;
    }
    .moving2 a img {
        width: 768px; !important;
    }
}

@media all and (max-width: 1200px) {
    .moving3 p {
        font-size: 12px !important;
        line-height: 16px !important;
    }
}
@media all and (max-width: 960px) {
    .moving3 p {
        font-size: 10px !important;
        line-height: 13px !important;
        margin-bottom: 2px !important;
    }
}


/* #Page - Vertical MacBook
================================================== */

.custom6 {
    margin-top: 175px !important;
}
@media all and (max-width: 960px) {
    .custom6 {
        margin-top: 100px !important;
    }
}


/* #Page - Vertical MacBook Pro
================================================== */

.mover1 {
    margin-top: 150px !important;
}
@media all and (max-width: 960px) {
    .mover1 {
        margin-top: 75px !important;
    }
}


/* #Page - Vertical MacBook Pro Retina
================================================== */

.review {
    display: inline-block;
    background-image: url("//d1m9qqr3auaohw.cloudfront.net/hengedocks-website/0.0.3/static/images/pages/mbprv_reviews.png");
    background-size: 430px 144px;
    font-size: 0;
    height: 144px;
}
.review1 {
    background-position: 0px 0px;
    width: 134px;
}
.review2 {
    background-position: -134px 0px;
    width: 140px;
}
.review3 {
    background-position: -274px 0px;
    width: 156px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .review {
        background-size: 340px 114px;
        height: 114px;
    }
    .review1 {
        background-position: 0px 0px;
        width: 106px;
    }
    .review2 {
        background-position: -106px 0px;
        width: 110px;
    }
    .review3 {
        background-position: -216px 0px;
        width: 124px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .review {
        background-size: 268px 90px;
        height: 90px;
    }
    .review1 {
        background-position: 0px 0px;
        width: 83px;
    }
    .review2 {
        background-position: -83px 0px;
        width: 87px;
    }
    .review3 {
        background-position: -170px 0px;
        width: 98px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .review {
        background-size: 315px 106px;
        height: 106px;
    }
    .review1 {
        background-position: 0px 0px;
        width: 98px;
    }
    .review2 {
        background-position: -98px 0px;
        width: 102px;
    }
    .review3 {
        background-position: -200px 0px;
        width: 115px;
    }
}
@media only screen and (max-width: 479x) {
    .review {
        background-size: 225px 75px;
        height: 75px;
    }
    .review1 {
        background-position: 0px 0px;
        width: 70px;
    }
    .review2 {
        background-position: -70px 0px;
        width: 73px;
    }
    .review3 {
        background-position: -143px 0px;
        width: 82px;
    }
}


/* #Page - Horizontal MacBook Pro Retina
================================================== */

.mbpr-horizontal-page .section-design {
    z-index: 99;
    position: absolute;
    margin-top: 150px;
}
.mbpr-horizontal-page .section-features {
    z-index: 99;
    position: absolute;
    margin-top: 370px;
}
.mbpr-horizontal-page .section-reviews {
    z-index: 99;
    position: absolute;
    margin-top: 110px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .mbpr-horizontal-page .section-features {
        margin-top: 320px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .mbpr-horizontal-page .section-design {
        margin-top: 80px;
    }
    .mbpr-horizontal-page .section-features {
        margin-top: 220px;
    }
    .mbpr-horizontal-page .section-reviews {
        margin-top: 20px;
    }
}


/* #Page - DockApp
================================================== */

.dockapp-page .section-design {
    z-index: 99;
    position: absolute;
    margin-top: 150px;
}
.dockapp-page .section-features {
    z-index: 99;
    position: absolute;
    margin-top: 115px;
}
.dockapp-page .section-adopters {
    z-index: 99;
    position: absolute;
    margin-top: 150px;
}
.dockapp-page .section-reviews {
    z-index: 99;
    position: absolute;
    margin-top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .dockapp-page .section-design {
        z-index: 99;
        position: absolute;
        margin-top: 75px;
    }
    .dockapp-page .section-features {
        z-index: 99;
        position: absolute;
        margin-top: 15px;
    }
}


/* #Page - Reviews
================================================== */

.press-review {
    padding-top: 20px;
    border-bottom: 1px solid #cccccc;
}
.press-review-link {
    text-align: right;
}
