@charset "UTF-8";
/* CSS Document */

/************ Smartpen: Customer Story page ****************/

div#home .col1 {
    height: 539px;
    width: 641px;
    background-color: #FFFFFF;
}

div#home .col1 a:hover{
    border-bottom: 0px none;
    padding-bottom: 1px;
}

div.userstory_content{
    border-top: 1px solid #b0b0b0;
    width: 641px;
    float: left;
}

/*User Top Banner*/
div.user_banner{
    position: relative;
    display: block;
    height: 147px;
    margin-top: 14px;
}

#close_bar {
  padding-bottom: 0;
  display: none;
  }

div.user_banner a:link{
    padding-bottom: 0px;
}

div.user_banner img{
    display: inline !important; /*to fix the weird IE7 issue*/
}

div.user_banner h2{
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 5;
    font-weight: bold;
    margin: 0px;
}

div.user_banner ul{
    padding: 0px;
    margin: 0px;
}

div.user_banner ul li{
    list-style: none;
    margin: 0px;
    padding:0px;
    display: none;
    cursor:pointer;
}

div.user_banner .buttons{
    width: 46px;
    height: 15px;
    overflow:hidden;
    display: block;
    position: absolute;
    left: 22px;
    bottom: 10px;
}

.buttons .prev_btn, .buttons .next_btn{
    cursor:pointer;
    display: block;
    float: left;
    height: 15px;
}

.buttons .prev_btn{
    background: url(/images/store/layout/banner_prev_btn.png) no-repeat;
    width: 21px;
}

.buttons .next_btn{
    background: url(/images/store/layout/banner_next_btn.png) no-repeat;
    width: 22px;
}

.buttons .prev_btn:hover{
    background: url(/images/store/layout/banner_prev_btn.png) no-repeat 0px -15px;
}

.buttons .next_btn:hover{
    background: url(/images/store/layout/banner_next_btn.png) no-repeat 0px -15px;
}


/*User Thumbnails*/
ul.user_thumbs{
    margin:15px 0px 0px 15px;
    float: left;
    padding: 0px;
}

ul.user_thumbs li{
    list-style: none;
    margin: 0px;
    padding:6px;
    height:75px;
}

ul.user_thumbs a.user_face{
    float:left;
    height:75px;
    margin-right:5px;
    width:85px;
    display: block;
    position: relative;
}

ul.user_thumbs a.user_face img{
    border: 1px solid #dcdcdc;
}

ul.user_thumbs a.user_face:hover img{
    border: 1px solid #b0b0b0;
}

ul.user_thumbs a.user_face img.playBtn{
    border: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

ul.user_thumbs .quotes{
    width:195px;
    display: inline-block;
    color: #36869f;
    font-size:11px;
    line-height:13px;
    float: right;
}

ul.user_thumbs .quotes h3{
    color: #19647b;
    margin: 0;
}

ul.user_thumbs .quotes p{
    margin-top: 5px;
}

ul.user_thumbs .quotes span{
    color: #838383;
    display:block;
    padding-top:2px;
}

.bottom_nav {
    float: right;
    padding-right: 15px;
    font-size: 11px;
    font-weight: bold;
}

.show {
    display: block !important;
}

#home-video-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    z-index: 10000;
    background-image: url(/images/layout/1x1_gray_60alpha.png);
}

#home-video-container .screen {
  margin: 20px auto;
  background: none;
  }

.close-video-button {
  display: none;
  }

#echo_testmonials .inner_container { padding: 0 30px; }

@media(max-width: 900px) {

    #bg {
        width: 100%;
        max-width: 900px;
    }

    #echo_testmonials .inner_container { padding: 0; }

    #home-video-container .screen {
        width: 80%;
        height: auto;
        background: #000;
        padding: 0;
    }

    #home-video-container .close-video-button {
        top: 9px;
        background: #f00;
        padding: 5px 10px;
        color: #fff;
        font-weight: bold;
        border-radius: 2px;
    }

    #home-video-container .close-video-button:hover {
        background: #B20000;
    }

    #home-video-container .close-video-button img {
        display: none;
    }

    #home-video-container .close-video-button:before {
        content: "X";
    }

    video#video_playback_spot_video {
        width: 100%;
        height: auto;
    }

    .smartpen_section .main_content_container {
        width: auto;
        padding: 10px 0 0;
    }

    .smartpen_section .main_content_container .main_content {
        float: none;
        width: auto;
    }

    .smartpen_section h1.orange {
        text-align: center;
    }

    div.user_banner {
        margin-top: 14px;
        margin-bottom: 20px;
        height: auto;
    }

    div.user_banner img {
        width: 100%;
        height: auto;
    }

    div.userstory_content {
        border: none;
    }

    div.user_banner img {
        border-bottom: 1px solid #ddd;
    }

    div.user_banner .buttons {
        bottom: 22px;
    }

    div.userstory_content {
        width: auto;
        float: none;
    }

    ul.user_thumbs {
        width: 298px;
        margin: 0 auto;
        float: none;
    }

    div.content.main_content {
        margin-bottom: 0;
    }

    div.inner_container {
        margin: 0 auto;
    }

    ul.user_thumbs .quotes {
        width: 175px;
        padding-right: 20px;
    }

}