/*! adapted from normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption, figure, main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace,  monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace,  monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
.hero .inner, .logos img, .apps .app-row .app-cell>div, .apps .app-row .btn {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero .inner {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
}
html, body, ul, li {
    margin: 0;
    padding: 0;
}
body {
    background-color: #333;
    font-family: "Open Sans",  "Helvetica",  sans-serif;
    font-size: 12px;
    color: #000;
}
h1, h2, h3, h4 {
    font-weight: 200;
}
.hero h1, .hero h2, .hero h3, .hero h4 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-weight: 200;
}
a:hover {
    text-decoration: none;
}
.btn {
    cursor: pointer;
    -webkit-transition: background-color 200ms, color 200ms, linear;
    -moz-transition: background-color 200ms, color 200ms, linear;
    -ms-transition: background-color 200ms, color 200ms, linear;
    -o-transition: background-color 200ms, color 200ms, linear;
    transition: background-color 200ms, color 200ms, linear;
}
.content {
    background-color: #fff;
    padding: 98px 0 123px;
}
.content h1 {
    font-size: 45px;
    margin-bottom: 30px;
}
.content h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.content p {
    font-size: 18px;
    color: #000;
    font-weight: 200;
    margin-bottom: 30px;
}
.content img {
    max-width: 100%}
.content code {
    font-family: monospace !important;
    font-weight: 400;
    border-radius: 3px;
    color: #000;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-shadow: 0px 1px 0px #fff;
}
.content ul, .content ol {
    margin-left: 25px;
    margin-bottom: 35px;
    font-weight: 200;
    font-size: 16px;
}
.content ul li, .content ol li {
    color: #000;
    margin-bottom: 15px;
}
.highlighter-rouge pre {
    background-color: #fff;
}
table {
    margin-bottom: 30px;
    overflow: auto;
    font-size: 1.1em;
}
table th, table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
}
table th {
    background-color: #333;
    color: #fff;
    border-bottom: none;
    font-weight: 600;
}
table th:first-child {
    border-top-left-radius: 6px;
}
table th:last-child {
    border-top-right-radius: 6px;
}
table td {
    color: #000;
}
table tr, table tr:last-child {
    border-bottom: 1px solid #e6e6e6;
}
table tr:nth-child(odd)>td {
    background-color: #fff;
}
table tr:nth-child(even)>td {
    background-color: #fcfcfc;
}
table tr>td:first-child {
    font-weight: 400;
}
.logo {
    background-image: url(logo.png);
    background-size: 64px 64px;
    background-repeat: no-repeat;
}
ul.primary-nav {
    text-align: center;
    float: right;
}
ul.primary-nav li {
    list-style-type: none;
    float: left;
}
ul.primary-nav li a {
    padding: 0 30px;
    text-decoration: none;
    color: #999;
    height: 100%;
    width: 100%;
    float: left;
    -webkit-transition: color 200ms, linear;
    -moz-transition: color 200ms, linear;
    -ms-transition: color 200ms, linear;
    -o-transition: color 200ms, linear;
    transition: color 200ms, linear;
}
ul.primary-nav li a.active, ul.primary-nav li a:hover {
    color: #fff;
    text-decoration: none;
}
header {
    background-color: #262626;
    height: 75px;
    width: 100%}
header .logo {
    width: 300px;
    height: 64px;
    float: left;
    position: relative;
    top: 0px;
}
header .logo a {
    display: block;
    height: 100%;
    color: white;
    padding: 16px;
    margin-left: 64px;
    vertical-align:middle;
    text-decoration: none;
    font-size: 32px;
    font-family: sans-serif;
}
header a {
    font-size: 14px;
    font-weight: 400;
}
header ul.primary-nav {
    height: 100%;
    line-height: 76px;
    margin-right: 22px;
}
header .btn {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 21px;
    border: 2px solid #999;
    color: #999;
    float: right;
    position: relative;
    top: 17px;
    -webkit-transition: border-color 200ms, color 200ms, linear;
    -moz-transition: border-color 200ms, color 200ms, linear;
    -ms-transition: border-color 200ms, color 200ms, linear;
    -o-transition: border-color 200ms, color 200ms, linear;
    transition: border-color 200ms, color 200ms, linear;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
header .btn.active, header .btn:hover {
    border-color: #fff;
    color: #fff;
}
footer {
    background-color: #333;
    height: 150px;
    padding: 33px 0 31px;
}
footer .left {
    color: #808080;
    font-size: 14px;
    width: 245px;
    font-weight: 200;
    float: left;
    width: 50%;
}
footer .logo {
    width: 135px;
    height: 64px;
    margin-bottom: 10px;
}
footer .logo a {
    display: block;
    height: 100%}
footer a {
    font-size: 14px;
    font-weight: 400;
}
footer ul.primary-nav {
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 18px;
}
footer ul.primary-nav li:last-child a {
    padding-right: 0;
}
section.normalwrap .container {
    background: #eeeeee;
    padding: 60px;
    border-radius: 50px;
    box-shadow: 10px 10px 5px #555;
    opacity: 0.9;
    margin-bottom: 25px;
}
#home header, #home footer {
    padding-right: 8%;
    padding-left: 8%
}
#home .container {
    max-width: 1024px !important;
}
.hero {
    background-image: url(cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #333;
    height: 500px;
    position: relative;
}
.hero .container {
    height: 100%;
    text-align: center;
}
.hero h1 {
    color: #fff;
    font-size: 40px;
    letter-spacing: -0.01em;
    line-height: 1.22em;
    margin-bottom: 30px;
    background: rgba(0,0,0,0.5);
    border-radius: 25px;
}
.hero h2 {
    color: #fff;
    font-size: 18px;
    line-height: 1.55em;
    letter-spacing: 0em;
    margin-bottom: 25px;
    background: rgba(0,0,0,0.5);
    border-radius: 25px;
}
@media screen and (max-width: 400px) {
    .hero h1 {
    font-size: 30px;
}
.hero h2 {
    font-size: 15px;
}
.hero .btn {
    font-size: 13px;
}
}.hero .btn {
    font-weight: 600;
    font-size: 14px;
    height: 48px;
    line-height: 46px;
    padding: 0 45px;
    border: 2px solid #fff;
    margin-top: 10px;
    color: #fff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    border-radius: 24px;
}
.hero .btn:hover {
    background-color: #fff;
    color: #f15532;
}
.install-wizard {
    padding: 10px 0;
}
.install-wizard h3 {
    font-size: 50px;
    margin-bottom: 13px;
}
.install-wizard h4 {
    font-size: 16px;
    line-height: 22px;
    color: #222;
}
.install-wizard .row {
    margin-bottom: 30px;
}
.install-wizard .title {
    padding-top: 10px;
}
.install-wizard .options-sets {
    text-align: right;
    color: #999;
    font-size: 14px;
}
.install-wizard .options-sets .option-row {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.install-wizard .options-sets .option-row .option-label {
    float: left;
    width: 25%;
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
    display: table;
    vertical-align: middle;
}
.install-wizard .options-sets .option-row .option-set {
    float: left;
    width: 75%}
.install-wizard .options-sets .option-row .btn {
    font-weight: 600;
    font-size: 13px;
    height: 38px;
    line-height: 36px;
    padding: 0;
    border: 2px solid #ccc;
    color: #999;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    border-radius: 19px;
}
.install-wizard .options-sets .option-row .btn.selected, .install-wizard .options-sets .option-row .btn:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
}
.install-wizard .options-sets .option-row .btn:last-child {
    margin-right: 0 !important;
}
.install-wizard .options-sets .option-row.cuda .btn {
    width: 22.75%;
    margin-right: 2%}
.install-wizard .options-sets .option-row.os .btn {
    width: 47%;
    margin-right: 2%}
.install-wizard .options-sets .option-row.mode .btn {
    width: 47%;
    margin-right: 2%}
.install-wizard .options-sets .option-row.pm .btn {
    width: 30.3333333333%;
    margin-right: 2%}
.install-wizard .options-sets .option-row.python .btn {
    width: 30.3333333333%;
    margin-right: 2%}
.install-wizard .command {
    background-color: #333;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}
.install-wizard .command .label {
    font-weight: 600;
    font-size: 14px;
    float: left;
    width: 180px;
    padding: 18px 10px 12px;
    text-align: center;
}
.install-wizard .command .text {
    background-color: #f7f7f7;
    font-weight: 200;
    font-size: 12px;
    font-family: monospace;
    float: left;
    width: calc(100% - 180px);
    padding: 15px 25px;
}
.install-wizard .help {
    background-color: #f7f7f7;
    font-weight: 200;
    font-size: 12px;
}
@media (max-width: 905px) {
    .primary-nav {
    display: none;
}
.col-md-5.title {
    margin-bottom: 4em;
}
}@media (max-width: 991px) {
    #home .box.projects {
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
}
.normalwrap h3 {
    font-size: 32px;
    line-height: 22px;
    color: #222;
    margin-bottom: 20px;
}
.normalwrap p {
    font-size: 16px;
    line-height: 22px;
    color: #222;
    font-weight: 200;
}
.normalwrap ul {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    font-weight: 200;
}
.normalwrap li {
    margin-left: 20px;
}
#sections {
    background-image: url(back.png);
    padding: 0px;
    margin: 0px;
}

