
.home .template-page.content {
    padding: 80px 0;
}

#cgi_color_wrapper_2 .container {
    padding: 0;
    width: 100%;
    max-width: 1252px;
}

.demo-slider {
    padding: 50px 0 0 340px; 
    margin: auto;
}

.demo-dashboard h1 {
    color: #333;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0 !important;
    text-align: center;
}

.demo-dashboard p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.slides-container {
    /*margin-right: -90px*/
}

.demo-dashboard .slides {
    width: 100%;
    max-width: 934px;
    padding-bottom: 58%;
    height: 0;
    background: url(../images/screen.png) no-repeat;
    background-size: contain;
    position: relative;
    float: right;;
}

.demo-dashboard .slides img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: auto;
}

.demo-dashboard .sl-navigation {
    float: left;
    font-size: 20px;
    line-height: 24px;
    color: #464646;
    font-family: Lato;
    font-weight: 300;
    width: 320px;
    margin-left: -340px;
}

.demo-dashboard .sl-navigation li {
    padding: 0px 0 40px 60px;
    list-style: none;
    background: url(../images/marker.png) 12px 8px no-repeat;
    background-size: 30px 30px;
    margin-left: 0;
}

.demo-dashboard .sl-navigation li:hover {
    cursor: pointer;
    color: #1b75bc;
    font-weight: 400;
}

.demo-dashboard a.see-demo {
    display: block;
    max-width: 245px;
    margin: 0 35px;
    height: 50px;
    line-height: 50px;
    background-color: #ff9344;
    color: #fff;
    font-family: Lato;
    font-size: 18px;
    font-weight: bold;
    text-align: center;    
}

.demo-dashboard a.see-demo:hover {
    background: #2869b1;
} 