/*
Style sheet for the Pricing page */ 

/**** Banner styles ****/ 

#home-banner {
    background-color: rgba(255,255,255,0.9);
    height: 90px; 
    width: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
}


#banner-content {
    height: 100%;
    margin: 0 auto; 
    max-width: 990px;
    min-width: 700px;
    text-align: center;
}

#banner-img  {
    display: inline-block;
    vertical-align: middle;
    float: left;
    height: 100%;
    width: 235px;
    padding-top: 11px;
}

#banner-links {
    display: inline-block;
    padding-top: 28px; 
    float: right;
}

#banner-links li { 
    list-style: none outside none; 
    display: inline-block;
    min-width: 92px;
    line-height: 28px;
}

#banner-links #signup-li {
    width: 140px;
}

#banner-links li a {
    color: #303030;
    font-weight: 500; 
    font-size: 14px; 
    line-height: 20px;
}

#banner-links li a:hover,
#banner-links li a.active {
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

#banner-signup {
    border: 3px solid #FF9900;
    border-radius: 15px; 
    padding: 4px 21px;
}

#banner-signup:hover {
    background-color: #FF9900;
    font-size: 14px !important;
}

#banner-links #banner-signup-mobile {
    display: none;
}

.banner-anchor {
    
}

#humberger-menu {
    display: none;
}

.lt-ie9 #home-banner {
    background-color: rgb(255,255,255);
    height: 90px; 
    min-width: 800px;
}

@media only screen and (min-width: 701px) {
    #banner-links {
        display: inline-block;
    }
}

@media only screen and (max-width: 700px) {
    
    #banner-content {
        min-width: 320px; 
    }

    #home-banner {
        height: 60px; 
        background-color: rgb(255,255,255);
    }

    #banner-img {
        padding-left: 10px;
        height: 55px;
        width: auto;

    }

    #banner-links.mobile-show {
        display: inline-block;
    }

    #banner-links {
        background-color: rgb(255,255,255);
        float: none;
        width: 100%;
        margin-left: 0;
        padding-top: 5px;
        display: none;
    }

    #banner-links li {
        display: block;
        text-align: left;
        width: 100%;
        border-bottom:2px solid #AAAAAA;  
    }

    #banner-links li.last {
        border-bottom: none;
    }
    
    #banner-links li a {
        line-height: 45px; 
        display: block;
    }

    .banner-anchor {
        padding: 0 14px;
    }

    #humberger-menu {
        display: inline-block;
        float: right;
        margin: 18px;
    }

    #humberger-menu #menu-img {
        width: 28px;
        cursor: pointer;
    }

    #banner-links #signup-li {
        display: none ;
    }

    #banner-links #banner-signup-mobile {
        display: block;
    }

}
/**** END Banner styles ****/ 


/**** Learn more title ****/
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Ltopight'), url(https://themes.googleusercontent.com/static/fonts/raleway/v7/-_Ctzj9b56b8RgXW8FAriRsxEYwM7FgeyaSgU71cLG0.woff) format('woff'); } @font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), url(https://themes.googleusercontent.com/static/fonts/raleway/v7/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff'); } @font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(https://themes.googleusercontent.com/static/fonts/raleway/v7/CcKI4k9un7TZVWzRVT-T8xsxEYwM7FgeyaSgU71cLG0.woff) format('woff'); }


body {
    font-family: Helvetica; 
    font-family: Raleway;
    font-weight: 300;
    color: #000000;
}

a, a:visited, a:active, a:link {
    color: #000000;
}


#learn-more-panel {
    background: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/learn-more/LearnMore_image1.jpg") 50% 41% no-repeat ; 
    background-size: cover; 
}   

.panel { 
    height: 640px;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    color: #FFFFFF;
}


.title-tagline {
    font-size: 72px;
    font-weight: 300;
    line-height: 72px;
    margin: 0 auto;
    text-align: center;
    padding-top: 280px; 
    width: 100%; 
    text-shadow:1px 1px 2px #8c8c8c;
}

.btn {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 25px; 
    color: #008CFF;
}

.btn:hover {
    text-decoration: none;
}

.btn.white {
    background-color: rgba(255,255,255, 0.9);
} 

.btn.white:hover,
.btn.white:active {
    background-color:#FFFFFF; 
} 

.btn.blue {
    background-color: #1997FF;
    border: 2px solid #008CFF;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.btn.blue:hover,
.btn.blue:active {
    background-color: #008CFF;
}














/**** Pricing style ****/
#plans-section .content {
    margin: 0 auto; 
    max-width: 900px;
    height: 100%; 
    position: relative;
    text-align: center;
    width: 97%;
    overflow: hidden;
}
.section-left {
    display:inline-block;
    width: 60%;
    float: left;
    height: 100%; 
    vertical-align: top;
    margin: 50px 0px;
    padding-right: 3%;
    text-align: left;
    padding-left: 20px;

}

.section-left .section-tagline {
    font-size: 48px; 
    line-height: 34px;
    padding: 15px 0 6px;
}

.section-left .section-sub-tagline {
    font-size: 16px; 
    font-weight: normal;
    color: #373737;
    line-height: 25px;
    padding-top: 36px;
}

.section-more {
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding-top: 30px;
    text-decoration: none; 
}

.section-more:hover {
    text-decoration: none;
}

#plans-section .section-more {
    padding: 13px 0 36px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}

.content-section #plans {
    display: inline-block;
    text-align: left;
    margin-top: 50px;
    width: 40%;
    

}

#plans .plan-list {
    border: 2px solid #D9D9D9;
    border-radius: 20px; 
    margin: 0 0 21px 0px;
}

#plans #popular-plans li {
    font-size: 22px;
}

#plans .plan-list li {
    list-style: none outside none; 
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    line-height: 42px;
    padding-left: 10%;
}

#plans .plan-list .heading {
    color: #008CFF;
}

#plans .plan-list .second-heading,
#plans #popular-plans.plan-list .heading {
    height: 58px;
    line-height: 58px;
    font-size: 26px;
}

#plans .plan-list .shaded {
    background-color: #D9D9D9;
}

#plans .section-more.secondary,
#plans .btn {
    display: none;
}

@media only screen and (max-width: 500px) {
    
}

@media only screen and (max-width: 700px) {
    .section-left {
        padding-right: 0px; 
        width: 85%;
        float: none;
        margin: 50px 0 0 0;
    }

    .content-section #plans {
        margin-top: 0px;
        padding-top: 0px;
        width: 85%;
    }

    #plans-section .content {
        margin-bottom: 20px;
    }

    #plans-section .section-more {
        padding-bottom: 30px;
    }

    .section-left .section-tagline {
        font-size: 35px;
        padding-top: 0px;
    }

    #plans .plan-list {
        margin: 18px auto;
    }

    .section-left .section-more,
    .section-left .btn {
        display: none;
    }

    #plans div.secondary {
        text-align: center;
    }

    #plans .section-more.secondary,
    #plans .btn {
        display: inline-block !important;
        text-align: center;
    }
}
/**** END Pricing style ****/


/**** Footer styles ****/

#home-footer {
    width: 100% ; 
    background-color: #000000; 
    color: #FFFFFF; 
    text-align: center;
    position: absolute;
}

#footer-content {
    height: 100%; 
}

#footer-logo { 
    background: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/cd_footer_logo.png") 0 0 no-repeat; 
    margin: 36px auto 16px; 
    vertical-align: middle;
    height: 47px; 
    width: 200px;
}

.footer-list {
    display: inline-block;
}

.footer-list li { 
    list-style: none outside none; 
    display: inline-block;
    vertical-align: middle;
}

#footer-links {
    
}

#footer-links li a {
    color: #FFFFFF;
    font-size: 18px; 
    padding: 6px 10px;
    display: inline-block;
}


#amzn-subsidiaries li a, 
#legal-footer li a {
    display: inline-block;
    padding: 0 5px;
    font-weight: normal;
}

#twitter-bird { 
    background: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/twitter_icon.png") 0 0 no-repeat; 
    margin: 0 auto; 
    display: inline-block;
    height: 16px; 
    width: 35px;
}
#twitter-follow {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 25px;
    border: 2px solid #FFFFFF; 
    color: #FFFFFF;
}

#twitter-follow:hover {
    text-decoration: none;
}

#twitter-follow span {
    font-size: 14px; 
    font-weight: 500;
    line-height: 14px; 
    vertical-align: middle;
}

#footer-social {
    margin: 0 auto 67px; 
}

#amzn-logo { 
    background: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/amazon_footer_logo.png") 0 0 no-repeat; 
    margin: 0 auto 15px; 
    height: 25px; 
    width: 122px;
    display: block;
}

#amzn-copyright {
    color: #606060; 
    font-weight: normal;
    font-size: 11px; 
    padding-bottom: 22px;
}

#amzn-subsidiaries li a, 
#legal-footer li a,
#amzn-copyright {
    font-family: Arial;
    font-size:12px;
    color: #6e6e6e ;
}
@media only screen and (max-width: 760px) {
    #amzn-subsidiaries {
      display: none;
    }


    #footer-social {
        margin: 0 auto 37px;
    }
}

/**** END Footer styles ****/


















/*** Prime Pricing Content CSS ***/

/*- generic text -*/

.panel {
    font-family: 'Raleway';
    font-weight: normal;
}

.panel .subcopy {
    font-size: 16px;
}

a {
    color: #000000;
    text-decoration: underline;
}
    
/*- END generic text-*/

/*- Assets -*/

.amznPrime-logo {
    content: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/pricing/amazon_prime_logo._V325038723_.png");
    width: 285px;
    height: 55px;
    background-position: 0 0px;
    background-repeat: no-repeat;
    position: relative;
    top: 10px;
    left: 2px;
}

/* For firefox */
.amznPrime-logo:after {
    content: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/pricing/amazon_prime_logo._V325038723_.png");
    width: 285px;
    height: 55px;
    background-position: 0 0px;
    background-repeat: no-repeat;
    position: relative;
    bottom: 1px;
    left: 2px;
}

/*-- SMALL --*/
@media only screen and (max-width: 700px) {
    .amznPrime-logo {
        width: 235px;
        height: 42px;
        top: 4px;
    }
}

/*- END Assets -*/

/*- specific panels -*/

/*-- COMMON --*/
#top-panel {
    background-image: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/pricing/pricing_hero_small._V323837807_.jpg");
    width: 100%;
    background-position: 50% 22.857%; /* It jumps to this value the moment you start scrolling */
    background-size: 100%;
    height: 400px;
    background-repeat: no-repeat;
}

#prime-panel {
    background-color: #FFFFFF;
    color: #373737;
    height: auto;
    margin: 0 auto; 
    margin-bottom: 41px;
    max-width: 900px;
    height: 100%; 
    position: relative;
    text-align: center;
    width: 97%;
}

#prime-panel .prime-desc-container {
    height: 91px;
    margin-left: 20px;
    margin-right: auto;
    display: table;
    border-radius: 12px;
    border: 3px solid #e3e3e3;
    font-size: 16px;

}

#prime-panel .prime-desc-container .box {
    margin-top: 28px;
    width: 13%;
    height: 30px;
    margin-left: 13%;
    max-width: 36px;
    overflow: hidden;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}

#prime-panel .prime-desc-container .logos-container {
    width: 80%;
    position: relative;
    left: 10%;
}

#prime-panel .prime-desc-container .box#play {
    background-image: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/pricing/play_icon._V325038722_.png");
    max-width: 36px;
    height: 35px;
    margin-left: 0;
}

#prime-panel .prime-desc-container .box#books {
    background-image: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/pricing/books_icon._V325038749_.png");
    max-width: 50px;
}

#prime-panel .prime-desc-container .box#music {
    background-image: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/pricing/music_icon._V325038721_.png");
    max-width: 60px;
}

#prime-panel .prime-desc-container .box#shipping {
    background-image: url("https://images-na.ssl-images-amazon.com/images/G/01/digital/adrive/images/landing-page/pricing/shipping_icon._V325038720_.png");
    max-width: 45px;
}

#prime-panel .prime-desc-container .text {
    display: inline-block;
    margin-top: 19px;
    width: auto;
    max-width: 80%;
    height: 60px;  
    text-align: center;
    line-height: 25px;
}

/*-- BIG --*/

@media only screen and (min-width: 1100px) {
    
    #prime-panel .prime-desc-container {
        display: block;
    }

    #prime-panel .prime-desc-container .logos-container {
        width: 35%;
        display: inline-block;
        left: 0%;
    }

    #prime-panel .prime-desc-container .box {
        margin-top: 0px;
    }

    #prime-panel .prime-desc-container .text {
        max-width: 500px;
        left: 0%;
        bottom: 5%;
        text-align: left;
        margin-left: 2%; 
    }
}

/*-- SMALL --*/
@media only screen and (max-width: 700px) {
    #top-panel {
        background-size: 200%;
    }

    #prime-panel .prime-desc-container {
        margin: 0 auto;
        width: 85%;
    }

    #prime-panel .prime-desc-container .text {
        margin-bottom: 55px;
    }
}


/*- END specific panels -*/

/*-- specific text --*/

/*---- COMMON ---*/

/*- top-panel -*/
#top-panel #top-panel-title {
    color: #FFFFFF;
    padding-top: 174px;
    font-size: 72px;
}

#top-panel #top-panel-subcopy {
    font-size: 20px;
    text-align: center;
    line-height: 25px;
    padding: 29px 0 88px 0;
}

/*-- SMALL --*/
@media only screen and (max-width: 700px) {
    #top-panel #top-panel-subcopy {
        padding: 20px 0 88px 0;
    }
}

/*- prime-panel -*/
#prime-panel #prime-panel-title-container {
    padding-top: 56px;
}

#prime-panel .prime-panel-title {
    color: #000000;
    font-size: 48px;
    padding: 0;  
    text-shadow: none;
    line-height: 55px;
}

#prime-panel #free-with-prime {
    color: #373737;
    font-size: 35px;
}

#prime-panel #prime-panel-subcopy {
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 25px;
    padding-left: 20px;
    line-height: 25px;
}

/*---- SMALL ---*/

@media only screen and (max-width: 700px) {
    #top-panel #top-panel-title {
        padding: 120px 0 40px 0;
        font-size: 36px;
    }

    #prime-panel .prime-panel-title {
        font-size: 35px;
        line-height: 34px;
    }

    #prime-panel #free-with-prime {
        font-size: 25px;
    }

    #prime-panel #prime-panel-subcopy { 
        text-align: left;
        width: 85%;
    }

    
}

/*-- END specific text --*/

</style>
