
@import "https://fonts.googleapis.com/css?family=Droid+Sans+Mono|Alegreya+Sans:400,300,500";

.unslider-nav li {
    float: left;
}
nav #logo {
    margin-right: 10px;
}
.unslider .unslider-nav li {
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 500;
    list-style: outside none none;
    margin: -2px 0 0 32px;
    padding: 2px 18px;
    transition: color 0.2s ease 0s, background 0.2s ease 0s;
}
.uses-google-fonts .unslider .unslider-nav li {
    font-size: 14px;
}
body > .unslider > .unslider-nav li:first-child {
    display: none;
}
.unslider-nav li:hover, .unslider-nav li.unslider-active {
    color: #fff;
}
.unslider-nav li:hover {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
}
.unslider-nav li.unslider-active {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}
nav .cta {
    float: right;
    margin-top: -4px;
}
main {
    border-radius: 4px;
    bottom: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    height: calc(100% - 32px);
    left: 16px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    top: 16px;
    width: calc(100% - 32px);
}
main > ul {
    height: 100%;
    list-style: outside none none;
}
main > ul > li {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #9bc5c3, #555957) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 3px 2px rgba(255, 255, 255, 0.02) inset, 0 0 0 1px rgba(255, 255, 255, 0.08) inset;
    color: #fff;
    display: block;
    float: left;
    height: 100%;
    padding: 100px 40px 40px;
    position: relative;
    width: 100%;
}
main > ol {
    bottom: 50px;
    left: 50%;
    list-style: outside none none;
    position: fixed;
    transform: translateX(-50%);
}
main.unslider > ol li {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    transition: all 0.1s ease 0s;
    width: 10px;
}
main > ol li:hover {
    border-width: 5px;
}
main > ol li.active {
    background: #fff none repeat scroll 0 0;
    border-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#welcome {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #6fe3e7, #4fb8d9 25%, #5648c1) repeat scroll 0 0;
}
#welcome h1 {
    margin: 80px 0 50px;
}
#welcome .actions {
    margin: 50px -50px;
    width: 1040px;
}
#welcome .actions pre {
    margin: 10px 0 20px;
    padding: 25px 50px;
}
#welcome .actions div {
    float: left;
    margin-right: 7%;
    width: 65%;
}
#welcome .actions div + div {
    margin-right: 0;
    width: 28%;
}
#welcome .actions p, #welcome .actions .btn {
    margin-bottom: 20px;
}
#welcome .actions p:first-child {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
}
#welcome .actions .download {
    padding-top: 28px;
}
#demos {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #accd3a, #2bc792) repeat scroll 0 0;
}
#demos img {
    height: 350px;
    width: 560px;
}
#demos .fading-slider {
    height: 350px;
}
#demos .wrap {
    width: 640px;
}
#demos pre {
    color: rgba(255, 255, 255, 0.75);
    line-height: 24px;
}
#demos pre .hilite {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 24px;
    padding: 0 0 0 20px;
    white-space: pre-line;
}
#demos .unslider {
    overflow: visible;
}
#setup .unslider-arrow, #demos .unslider-arrow {
    background: rgba(0, 0, 0, 0.2) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==") no-repeat scroll 50% 50% / 7px 11px;
    border-radius: 32px;
    display: block;
    height: 32px;
    left: auto;
    margin-top: -16px;
    opacity: 0.6;
    overflow: hidden;
    right: -50px;
    text-indent: -999em;
    top: 50%;
    transition: opacity 0.2s ease 0s;
    width: 32px;
}
#setup .unslider-arrow:hover, #demos .unslider-arrow:hover {
    opacity: 1;
}
#setup .unslider-arrow.prev, #demos .unslider-arrow.prev {
    left: -50px;
    right: auto;
    transform: rotate(-180deg);
}
#demos .demo {
    padding: 30px 0;
}
#demos .demo > div {
    background: #fff none repeat scroll 0 0;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    color: #666;
    margin-bottom: 50px;
    padding: 40px;
    position: relative;
    text-align: center;
    text-shadow: none;
}
#demos .demo.vertical-slider-wrapper > div {
    padding: 0;
}
#demos .demo.vertical-slider-wrapper ul li {
    padding: 40px;
}
#demos .unslider-nav, #setup .unslider-nav {
    bottom: -35px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
}
#setup .unslider-nav {
    bottom: 40px;
}
#demos .unslider-nav ol, #setup .unslider-nav ol {
    list-style: outside none none;
    text-align: center;
}
#demos .unslider-nav ol li, #setup .unslider-nav ol li {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 6px;
    margin: 0 4px;
    opacity: 0.4;
    overflow: hidden;
    padding: 3px;
    text-indent: -999em;
    width: 6px;
}
#demos .unslider-nav ol li.unslider-active, #setup .unslider-nav ol li.unslider-active {
    background: #fff none repeat scroll 0 0;
    cursor: default;
    opacity: 1;
}
#setup {
    background: rgba(0, 0, 0, 0) linear-gradient(-20deg, #d23c39, #dca74a) repeat scroll 0 0;
}
#setup .unslider, #setup .install-steps, #setup .install-steps ul, #setup .install-steps ul li {
    height: 100%;
}
#setup .install-steps {
    width: 100%;
}
#setup .install-steps ul li {
    position: relative;
    width: 100%;
}
#setup .install-steps li ol {
    margin: 15px 30px 25px;
}
#setup .install-steps li ol li {
    float: none;
    list-style: outside none decimal;
}
#setup h2 em {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    border-radius: 32px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    color: #dca74a;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    margin: -2px 20px 0 -56px;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    width: 32px;
}
#setup .unslider-arrow {
    right: 40px;
}
#setup .unslider-arrow.prev {
    left: 40px;
}
#setup .unslider-nav {
    bottom: 13px;
}
#methods {
    background: rgba(0, 0, 0, 0) linear-gradient(20deg, #104a72, #5dd19c 75%, #fffae8) repeat scroll 0 0;
}
#methods hgroup {
    position: relative;
    top: 50px;
}
#methods h2 {
    margin-top: 75px;
}
#download {
    background: rgba(0, 0, 0, 0) linear-gradient(-20deg, #7b4397, #dc2430) repeat scroll 0 0;
}
#methods h1 + p, #download p {
    font-size: 21px;
    line-height: 30px;
    opacity: 0.7;
    padding: 10px 0 35px;
    width: 600px;
}
#download h2 {
    margin-top: 60px;
    opacity: 0.7;
}
