﻿.home-slider {
    /*background-image: url('../images/slider-back.png');*/
    background: #f3f3f3;
    width: 1005px;
    height: 326px;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
}

.home-slider-over-shadow {
    left: 10px;
    position: absolute;
    z-index: 100;
    width: 1005px;
    height: 326px;
}

.home-slider-right {
    height: 100%;
    width: 30%;
    float: right;
    background: rgba(0,0,0,0.1);
}

.home-slider-left {
    position: relative;
    height: 100%;
    width: 703px;
    overflow: hidden;
    float: right;
}

.home-slider-left-container {
    height: 325px;
    position: relative;
    transition: top 0.5s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
}

.home-slider-download {
    background-image: url('../images/slider-download-info.png');
    width: 200px;
    height: 150px;
    background-repeat: no-repeat;
    position: absolute;
    right: 30px;
    bottom: 15px;
}

.home-slider-download-btn {
    background-image: url('../images/download-btn-beta.png');
    width: 200px;
    height: 51px;
    cursor: pointer;
}

.home-slider-download-info {
    text-align: right;
    margin: 45px 20px 5px 0;
}

    .home-slider-download-info p {
        margin: 0px;
        color: #2e5377;
        font-family: Verdana;
        font-size: 11px;
    }

.home-main-container {
    min-height: 200px;
    margin-top: 25px;
}

.home-main-news {
    width: 460px;
    height: 200px;
    float: left;
    background-image: url('../images/home-news-back.png');
    background-repeat: no-repeat;
    padding: 0 40px 0 50px;
    font-family: Microsoft Tai Le, Verdana;
    text-align: justify;
}

#home-main-testimony {
    width: 420px;
    min-height: 250px;
    float: left;
    background-image: url('../images/home-testimony-back.png');
    background-repeat: no-repeat;
    font-family: Microsoft Tai Le;
    padding-left: 50px;
}

#home-carousel .carousel-control.right {
    top: 170px;
}

#home-carousel .carousel-control.left {
    left: 395px;
    top: 170px;
}

#home-carousel .carousel-control {
    font-size: 21px;
    line-height: 16px;
    width: 20px;
    height: 20px;
}

.news-title, #testimony-title {
    font-size: 22px;
    font-weight: bold;
    color: #4b4b4b;
    margin: 5px 0 9px 0;
    line-height: 25px;
}

.news-content {
    font-size: 12px;
    margin: 0px;
    color: #4b4b4b;
    line-height: 18px;
}

.news-date {
    font-size: 10px;
    margin: 0;
    padding: 0;
    line-height: 0px;
}

.testimony-content {
    font-size: 9px;
    margin-top: 3px;
    color: #4b4b4b;
    line-height: 18px;
    background-image: url('../images/testimony-g.png');
    background-repeat: no-repeat;
    padding-left: 20px;
}

.testimony-author {
    color: #4b4b4b;
    text-align: right;
    font-size: 11px;
    margin: 0px;
}

#clavier-img .carousel-control.left {
    left: 80px;
    top: 47%;
}

#clavier-img .carousel-control.right {
    right: 80px;
    top: 47%;
}

.home-download-container-top {
    background-image: url('../images/download-up.png');
    background-repeat: no-repeat;
    height: 10px;
    background-color: #E4E4E4;
}

.download-btn {
}

.icon-download {
    margin: 10px 5px 0 0;
}

.home-download-container-bottom {
    padding: 17px 0 12px 0;
    text-align: center;
    background-color: #E4E4E4;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(255,255,255,0.2);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

    .home-download-container-bottom p, .release-note-download-link-container p {
        font-size: 11px;
        font-weight: bold;
        line-height: 14px;
        text-shadow: 0 -1px 0 white;
        color: #4B4B4B;
        margin: 7px 0 0 0;
        padding: 0;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

.slider-menu-block {
    margin-top: 40px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slider-menu-elem {
    height: 38px;
    font-weight: 200;
    font-size: 18px;
    position: relative;
    list-style: none;
    outline: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('../images/home-slide/home-slider-icons.png');
    background-position: 20px 0px;
}

    .slider-menu-elem a {
        position: absolute;
        text-shadow: 0 1px 0 white;
        color: #777979;
        width: 100%;
        text-decoration: none;
        top: 0;
        left: 0;
        padding: 10px 0 10px 60px;
        height: 18px;
        display: block;
        vertical-align: baseline;
    }

    .slider-menu-elem.selected {
        position: relative;
        box-shadow: 0 -1px 0 #BDC2C2, 0 1px 0 #EEF0F0;
        background-color: rgba(208, 213, 213, 0.3);
        cursor: default;
    }

        .slider-menu-elem.selected::before {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 10px solid #f3f3f3;
            content: '';
            position: absolute;
            top: 9px;
        }

.slider-image {
    height: 325px;
    padding: 0;
    margin: 0;
}

.home-slider-shadow-top {
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.2), transparent);
    z-index: 5;
}

.home-slider-shadow-bottom {
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
}

.home-slider-shadow-left {
    height: 100%;
    width: 9px;
    position: absolute;
    left: 0;
    z-index: 5;
    background-image: -webkit-gradient(linear, left center, right cente, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(right, transparent, rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(right, transparent, rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(right, transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(right, transparent, rgba(0, 0, 0, 0.2));
}

.home-slider-shadow-right {
    height: 100%;
    width: 9px;
    position: absolute;
    right: 0;
    z-index: 5;
    background-image: -webkit-gradient(linear, left center, right cente, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2));
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2));
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2));
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2));
}

#slide-clavier {
    background-position: 20px -40px;
}

#slide-autoclick {
    background-position: 20px -120px;
}

#slide-prediction {
    background-image:url(../images/home-slide/crystalball_small.png);
}

#slide-scrolling {
   background-image:url(../images/home-slide/scrolling_small.png);
}

#slide-mousekeyboard {
    background-image:url(../images/home-slide/Compass.png);
}

#slide-editor {
    background-image:url(../images/home-slide/Gear.png);
}


.slide-text {
    margin-top: 40px;
    position: absolute;
}

.slide-text-top {
    width: 320px;
    height: 75px;
}

.slide-text-bottom {
    width: 320px;
    height: 80px;
}

.slide-text-background-bottom.ck-clavier {
    background-color: rgb(38,194,0);
}

.slide-text-clavier {
    color: #2cb500;
}

.slide-text-background-bottom.ck-autoclick {
    background-color: rgb(80,155,228);
}

.slide-text-autoclick {
    color: #336699;
}

.slide-text-background-bottom.ck-prediction {
    background-color: rgb(186, 44, 44);
}

.slide-text-prediction {
    color: rgb(186, 44, 44);
}

.slide-text-background-bottom.ck-mousekeyboard {
    background-color: rgb(133, 39, 173);
}

.slide-text-mousekeyboard {
    color: rgb(133, 39, 173);
}

.slide-text-background-bottom.ck-scrolling {
    background-color: #71bf44;
}

.slide-text-scrolling {
    color: #71bf44;
}

.slide-text-background-bottom.ck-editor {
    background-color: #2e5377;
}

.slide-text-editor {
    color: #2e5377;
}

.slide-text-content-top {
    padding: 10px 0 0 15px;
    position: absolute;
    font-size: 40px;
    margin: 0;
    font-family: Verdana;
    z-index: 20;
}

.slide-text-content-bottom {
    width: 280px;
    padding: 10px 0px 0 15px;
    position: absolute;
    margin: 0;
    font-family: Arial;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    z-index: 20;
}


.slide-text-background-bottom {
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    height: 75px;
    filter: alpha(opacity:75);
    opacity: 0.75;
}

.slide-text-background-top {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    height: 75px;
    filter: alpha(opacity:50);
    background-color: rgb(255, 255, 255);
    filter: alpha(opacity:50);
    opacity: 0.5;
}
