body{
    color: #464646;
    font-family:Arial,Helvetica, sans-serif;
    /*background: url(/images/v6/homepage/bg.jpg);*/
    /*background: rgb(185, 185, 185);*/
    background-color: rgb(140,140,140);
    background:  -webkit-linear-gradient(top,rgb(140,140,140),rgb(150,150,150),rgb(110,110,110));
    background: -moz-linear-gradient(top,rgb(140,140,140),rgb(150,150,150),rgb(110,110,110));
}

.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}

#wrapper{
    min-width: 1100px;
    max-width: 1200px;
    margin: 0 auto;
    background:#fff url(/images/v6/homepage/bg.jpg);
    box-shadow: 1px 0px 10px rgba(0,0,0,.4);
}

/*header*/



#header {
    height: 73px;
    position: relative;
    /*background: url(/images/top_nav_bg.png) repeat-x;*/
}
#headerInner {
    margin: 0 auto;
    position: relative;
    zoom: 1;
    min-width: 1100px;
    max-width: 1200px;
}
#logo {
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 30px;
    text-align: left;
    z-index: 9;
}

#logo:hover {
    text-decoration: none;
}

#logo span {
    display: block;
    width: 156px;
    height: 60px;
    background: url(/images/v6/logo.png) no-repeat;
}
#topNav {
    font-size: .9em;
    font-weight: 400;
    position: absolute;
    left: 210px;
    top: 21px;
    height: 30px;

}

#topNav a {
    text-decoration: none;
}

#topNav li {
    float: left;
    font-size: 1.1em;
    line-height: 30px;
    margin-right: 1px;
}

#topNav li a {
    display: block;
    padding-left: 1.5em;
    color: #7f7f7f;
}

#topNav li a:hover {
    /*text-decoration: underline;*/
}
#topNav li a:hover span{
    color: #000;
}
#topNav li a:active {
    color: #000;
}

#topNav li a span {
    display: block;
    padding-right: 1.5em;
    white-space: nowrap;
    text-shadow: 0 1px 1px #fff;
    font-size: 13px;
    font-weight: 600;
    /*color: #000;*/
}

#topNav li.current a {
    color: #000;
}

#TopUserNav {
    position: absolute;
    /*width: 180px;*/
    right: 10px;
    top: 18px;
    height: 35px;
}




.UserNavAll{
    position: absolute;
    /*width: 180px;*/
    right: 50px;
    top: 18px;
    height: 35px;
}

.UserNavAll .shortcuts {
    float: left;
    /*width: 120px;*/
    line-height: 35px;
}

.UserNavAll .shortcuts ul li {
    float: left;
    line-height: 35px;
    margin-right: 1px;

}

.UserNavAll .shortcuts ul li a {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color:rgb(77,77,77);
    text-shadow: 0 1px 1px #fff;

}
.UserNavAll .shortcuts ul li cite{
    color: rgb(140,140,140);
}
.UserNavAll .shortcuts ul li a:hover{
    color: #000;
    /*font-weight: 600;*/
    /*text-decoration: none;*/
}

.UserNavAll .shortcuts ul li#SignInButton a{
    position: relative;
    /*width: 67px;*/
    padding: 0px 10px;
    /*background: red;*/
    float: left;
    font-weight: 600;
    border: 1px solid rgb(160,160,160);
    border-bottom-color: rgba(0,0,0,.47);
    margin-left: 0.5em;
    margin-top: 2px;
    line-height: 30px;
    background-color: rgb(226,223,223);
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 1%,rgb(226, 223, 223) 69%,rgba(173, 173, 173, .61) 100%);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 1%,rgb(226, 223, 223) 69%,rgba(173, 173, 173, .61) 100%);
    border-radius: 3px;
}

.UserNavAll .shortcuts ul li#SignInButton a:hover{
    text-decoration: none;
    background: -webkit-linear-gradient(top,rgba(173, 173, 173, .61) 1% ,rgb(226, 223, 223) 31%,rgb(255, 255, 255) 100%);
    background: -moz-linear-gradient(top,rgba(173, 173, 173, .61) 1% ,rgb(226, 223, 223) 31%,rgb(255, 255, 255) 100%);
}

.UserNavAll .shortcuts ul li a span {
    display: block;
    /*padding-right: 1.5em;*/
    white-space: nowrap;
    font-size: 10px;
    color: #000;
}

#TopUserNav .shortcuts {
    float: left;
    width: 120px;
    line-height: 35px;
}

#goPremiumShortcut {
    margin-left: 5px;
    padding: 2px 10px;
    background-color: #4ea2e4;
    color: #fff;
    /*font-weight: bold;*/
    font-size: 12px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

#goPremiumShortcut:hover {
    text-decoration: none;
    background-color: #027fd9;
}

#TopUserNav .userpanel {
    float: right;
    width: 55px;
}

#TopUserNav .userpanel .useravatar {
    width: 33px;
    float: left;
    height: 35px;
}

#TopUserNav .userpanel .useravatar img {
    width: 33px;
    height: 33px;
    margin-top: 1px;
    border-radius: 16px;
}

#TopUserNav .userpanel .down {
    height: 35px;
}

#TopUserNav .userpanel .down a span.downicon {
    padding-right: 9px;
    height: 6px;
    margin-top: 16px;
    margin-left: 5px;
    display: block;
    background: url(/images/header_user_more.png) no-repeat;
    float: left;
}

#TopUserNav .userpanel .down a:hover {
    text-decoration: none;
}
.userpanelMenu{
    width:110px;
    position: absolute;
    z-index: 9;
    list-style-type: none;
    border: 1px solid #999;
    border-left-color: #d9d9d9;
    border-top-color: #d9d9d9;
    border-radius: 4px;
    padding: 4px 0;
    background: #fff;
    line-height: 26px;
    font-size: .9em;
    white-space: nowrap;
    top:43px;
    right: 0px;
}
.userpanelMenu li{
    float: none;
    text-align: left;
    margin: 0;
    padding: 0;
    border-right: none;
    z-index: 8;
    display: block;
    line-height: 26px !important;
    overflow: hidden;
}
.userpanelMenu li a{
    font-weight: normal;
    display: block;
    padding-right: 10px !important;
    padding-left: 10px !important;
    text-decoration: none !important;
    line-height: 26px;
    height: 26px;
    color: #434343;
    min-width: 60px;
    width: 140px;
    background: none !important;
    border: none !important;
}
.userpanelMenu li a:hover{
    background-color: #e8e8e8 !important;
    color: #434343 !important;
    text-decoration: none !important;
}
.userpanelMenu div.spinous{
    position: absolute;
    width: 15px;
    height: 8px;
    background: url(/images/spinou.png) no-repeat;
    border: none;
    z-index: 10;
    top: -8px;
    right: 30px;
}
/*the big banner */

#masthead{
    min-width: 1100px;
    max-width: 1200px;
    margin: 0 auto;
    height: 430px;
    overflow: hidden;
    box-shadow: 0px 4px 9px rgba(0,0,0,0.2);
    position: relative;
}

#masthead .banner{
    position: absolute;
    width: 100%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.7);
    box-shadow:0 1px 2px rgba(0,0,0,0.2);
    top: 0;
    left: 0;
    z-index: 5;
}
#masthead .banner a{
    color: #fff;
}
#masthead .banner a .red{
    color: red;
}
#masthead .banner a:hover {
    text-decoration: underline;
}
#masthead .masthead_bg{
    height: 430px;
    position: relative;
}
.buttonArea{
    width: 475px;
    height: 50px;
    position: absolute;
    left: 50%;
    z-index: 9;
    bottom: 65px;
}
.getStart{
    width: 240px;
    height: 50px;
    /*background: #5882c2;*/
    position: absolute;
    right: 0px;
    text-align: center;
    /*border-radius: 25px;*/
    /*line-height: 50px;*/
    /*box-shadow: 1px 2px 5px rgba(0,0,0,.2);*/
}

.getStart a{
    width: 266px;
    height: 68px;
    background: url(/images/v6/homepage/Get_Diigo_Now.png) no-repeat;
    position: absolute;
    right: 0px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    line-height: 64px;
    font-family: helvetica;

}
.getStart a:hover{
    /*text-decoration: none;*/
    background: url(/images/v6/homepage/Get_Diigo_Now_Rollover.png) no-repeat;
}

.controlArea{
    position: absolute;
    width: 60px;
    height: 20px;
   right: 20px;
    bottom: 10px;
    z-index: 9;
}

.controlArea li{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    background: #b8b8b8;
    border-radius: 100%;
    box-shadow: 0px 2px 1px rgba(0,0,0,0.5);
}
.controlArea li.current{
    background: #fff;
}
.controlArea li:hover{
    /*cursor: pointer;*/
}
.slide{
    position: absolute;
    width: 1230px;
    height: 440px;
    left: 50%;
    margin-left: -615px;
    display: none;
    /*z-index: 2;*/
}
.slide.current{
    display: block;
    /*z-index: 3;*/
}



/*Learn more */

#moreTips{
    width: 675px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    font-size: 10px;
    font-weight: 200;
}
#moreTips span{
    background: url(/images/v6/homepage/Down_Arrow.png) no-repeat;
    background-size: contain;
    width: 10px;
    display: inline-block;
    height: 10px;
}

/*video area*/

#videoArea{
    width: 675px;
    margin:0 auto;
    padding-top:50px;
    border-bottom: 1px solid #cacaca;
}
#videoArea .videoTitle{
    width: 370px;
    /*padding: 40px 50px;*/
    float: left;
}
#videoArea .videoTitle h2{
    font-size: 24px;
    font-weight:600;
    line-height: 1;
    padding-left: 40px;
    margin-top: 35px;
}
#videoArea .videoTitle p{
    font-size: 17px;
    font-weight: 400;
    padding-left: 75px;
    margin-top: 10px;
    font-family: helvetica;
}
#videoArea .videoTitle p span{
    margin-left: 10px;
}
#videoArea .videoContent{
    width: 300px;
    height: 180px;
    float: right;
    padding-top: 10px;
    position: relative;
}
#videoArea .videoContent .demopic{
    position: absolute;
    width:240px ;
    height: 146px;
    background: url(/images/v6/homepage/video240x144.jpg) no-repeat;
    background-size: contain;
    top:0;
    left: 0px;
}
#videoArea .videoContent .playbutton{
    position: absolute;
    width:42px ;
    height: 42px;
    background: url(/images/v6/homepage/playbutotn.png) no-repeat;
    top: 51px;
    left:98px;
    opacity: .6;
    cursor: pointer;
}
#videoArea .videoContent .playbutton:hover{
    opacity: .8;
}
#videoArea .videoContent .text{
    position: absolute;
    width: 240px;
    left: 0;
    text-align: center;
    top: 155px;
    font-size:12px;

}
#videoArea .videoContent .text a{
    color: #464646;
}
#videoArea .videoContent .text a:hover{
    color: #000;
    text-decoration: underline;
}
/*more detail*/


#moreDetails{
    width: 590px;
    margin: 0 auto;
    padding: 20px 0;
}
#moreDetails .details{
    clear: both;
    margin-bottom: 0px;
    min-height: 110px;
    /*margin-bottom: 10px;*/
}
#moreDetails .details .imgarea{
    height: 110px;
    width: 110px;
    /*display: table;*/
    float: left;
    overflow: hidden;
}
#moreDetails .details .textarea{
    min-height: 110px;
    width:480px;
    /*display: table;*/
    float: left;
}
#moreDetails .details .textarea.align-right{
    /*text-align: right;*/
}
#moreDetails .details h3{
    font-size: 16px;
    font-weight:600;
    margin-bottom: 0px;
    color: #464646;
}
#moreDetails .details p{
    font-size: 14px;
    font-weight:200;
    margin-bottom: 10px;
    color: #7f7f7f;
    margin-top: 0px;
    padding-left:25px ;
    position: absolute;
}
#moreDetails .details .textarea .content{
    padding-left: 25px;
    padding-right: 0;
}
#moreDetails .details .textarea.align-right .content{
    padding-left: 135px;
    padding-right: 40px;
}
#moreDetails .details .content{
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    margin-top: 30px;
}

#moreDetails .details img{
    width: 110px;
    height: 110px;
    /*display: table-cell;*/
    vertical-align: middle;
}
/* more detail link*/

#moreDetailsLink{
    width: 675px;
    height: 1px;
    position: relative;
    margin: 0 auto;
    background: #cacaca;
    margin-bottom: 40px;
}
#moreDetailsLink .moreLinkContent{
    width: 130px;
    height: 24px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: -12px;
    background: url(/images/v6/homepage/bg.jpg);

}
#moreDetailsLink .moreLinkContent a{
    color: #08c;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 24px;
    display: inline-block;
}
#moreDetailsLink .moreLinkContent a:hover{
    /*color: #000;*/
    text-decoration: underline;

}
#moreDetailsLink .moreLinkContent a span{
    background: url(/images/v6/homepage/Over_Arrow13.png) no-repeat;
    background-size: contain;
    width: 13px;
    height: 13px;
    margin-right: 4px;
    margin-top: 4px;
    float: left;
}


/*others*/

#others{
    width: 890px;
    margin: 0 auto;
}

#others .awards{
    width: 349px;
    /*padding: 0 70px;*/
    float: left;
    border-right: 1px solid #cacaca;
}
#others .awards p{
    width: 270px;
    margin:0 auto;
    font-size: 18px;
    /*padding-right: 20px;*/
}
.numberUsers{
    width: 190px;
    height: 134px;
    background: url(/images/v6/homepage/number-of-user.png) no-repeat;
    /*margin: 15px 20px 20px 60px;
    */
    margin: 15px auto;
    margin-bottom: 20px;
}
#awards{
    margin-left: 22px;
}
#awards li{
    float: left;
    margin-right: 10px;
}
#awards li a{
    display: block;
    width: 66px;
    height: 66px;
    background: url(/images/v6/homepage/Awards.png) no-repeat;
    color: transparent;

}
#awards li#awards_aasl a{
    background-position: -0px -0px;
}

#awards li#awards_webware a{
    background-position: -77px -0px;
}

#awards li#awards_openweb a{
    background-position: -154px -0px;
}
#awards li#awards_nect a{
    background: url(/images/v6/homepage/awards_04.png) no-repeat;
}
#others .press{
    width: 480px;
    float: right;
}

.pressimg{
    width: 464px;
    height: 305px;
    background: url(/images/v6/homepage/press.png) no-repeat;
    /*margin-left: 29px;*/
    /*margin-top: 10px;*/
    position: relative;
}
.pressimg .clickarea{
    width: 297px;
    height: 40px;
    /*background: red;*/
    position: absolute;
    right: 10px;
    top: 10px;
}

/*footer*/

#footer{
    width: 675px;
    height: 50px;
    border-top:1px solid #cacaca;
    margin: 0 auto;
    margin-top: 40px;
}
#bottomNav{
    text-align: center;
    line-height: 50px;
}
#bottomNavInner{
    margin: auto;
    width: 675px;

}
#bottomNav li{
    display: inline;
    padding: 0 3px;
    /*color: #000;*/
    /*font-weight: bold;*/
}
#bottomNav li a{
    color: #555555;
    font-weight: normal;
    font-size: 12px;
}
/*popup window*/

#videoPopup{
    min-width: 1280px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
#popupInner{
    background: #fff;
    width: 510px;
    height: 335px;
    position: absolute;
    left: 50%;
    margin-left: -255px;
    top:50%;
    margin-top: -167px;
}


@media only screen and (max-width: 767px)
{
    #wrapper{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    #header{
        height: 120px;
    }

    #logo{
        left: 0px;
    }

    #headerInner{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .UserNavAll{
        top: 70px;
    }

    #topNav{
        left: 0px;
        top:70px;
    }

    #topNav li a{
        padding-left: 10px;
    }
    #topNav li a span{
        padding-right: 10px;
    }

    #userpanel{
        display: none;
    }

    #masthead{
        min-width: 100%;
        max-width: 100%;
        height: 200px;
    }
    #masthead .masthead_bg{
        height: 200px;
    }

    .slide{
        left:0px;
        margin-left: 0px;
        width: 100%;

    }

    .buttonArea{
        width: 100%;
        left: 0px;
        bottom: 75px;
    }

    .getStart{
        right: auto;
        left: 50%;
        margin-left: -103px;
    }

    #videoArea{
        width: 100%;
        padding-top: 0;
        padding-bottom: 20px;
    }
    #videoArea .videoTitle{
        width: 100%;
        text-align: center;
        padding: 0px;
        float: none;
    }
    #videoArea .videoContent{
        display: none;
    }
    #videoArea .videoTitle h2{
        padding-left: 0px;
    }
    #videoArea .videoTitle p{
        padding-left: 0;
    }

    #moreDetails{
        width: 100%;
        box-sizing: border-box;
        padding: 20px 10px;
        max-width: 450px;
    }
    #moreDetails .details .imgarea{
        /*float: none;*/
        height: 70px;
        width: 70px;
    }
    #moreDetails .details img{
        width: 70px;
        height: 70px;
    }
    #moreDetails .details .textarea{
        /*float: none;*/
        padding-left: 10px;
        width: calc(100% - 90px);
    }
    #moreDetails .details .content{
        margin-top: 2px;
    }
    #moreDetails .details .textarea.align-right .content{
        padding-left: 0px;
        padding-right: 0px;
    }
    #moreDetails .details .textarea .content{
        padding-left: 0px;
    }
    #moreDetails .details p{
        padding-right: 10px;
        padding-left: 0px;
    }
    #moreDetailsLink{
        width: 100%;
    }

    #others{
        width: 100%;
    }
    #others .awards{
        width: 100%;
        border-right: none;
        float: none;
    }
    #others .press{
        width: 100%;
        float: none;
        display: none;
    }

    #footer{
        width: 100%;
        height: 100px;
    }
    #bottomNavInner{
        width:100%;
    }
    #bottomNav li{
        padding: 0 10px;
    }
}
