@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-bold-webfont.woff') format('woff'),
    url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-light-webfont.woff') format('woff'),
    url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-regular-webfont.woff') format('woff'),
    url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'montserrat';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
    url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
    url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
    url('../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: 600;
    font-style: normal;

}

body {
    font-family: 'Montserrat', sans-serif;
    color: #4d4d4d;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}

h1 {
    color: #383838;
}

h3 {
    color: #000000;
    font-size: 18px;

}

.section-content h4 {
    font-size: 15px;
    color: #000000;
    font-weight: 300;
}

h1.thank-you {
    font-size: 33px;
}

ul {
    padding: 0;
    list-style: inside;
}

section {
    clear: both;
}

.section-content {
    padding: 0 70px 20px;
}

.doc-list {
    margin-left: 15px;
    margin-bottom: 0;
}

.doc-list li code,
.doc-list li a {
    font-size: 16px;
    background-color: transparent;
}

.support span,
.text span {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-left: 5px;
}

.support-link {
    font-size: 20px;
    padding: 13px 20px;
}

p.thanks {
    margin-bottom: 0;
}

.steps-header {
    padding: 20px 0;
}

.stickem-container {
    position: relative;
}

.stickit {
    position: fixed;
    top: 20%;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.stickit-end {
    bottom: 300px;
    position: absolute;
}

.content-wrapper, .right-side {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: #fff;
    background-image: url("../img/bg.jpg");
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    z-index: 800;
}

.content-header {
    padding: 30px 0 30px 0;
}

.content-wrapper p {
    padding: 0 10px;
    position: relative;
    z-index: 30;
}

.content-header .version {
    background: #111111 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding: 2px 12px;
}

.content-wrapper .thanks {
    margin-top: 17px;
}


#components > h4 {
    font-size: 20px;
    color: #000000;
}

ul {
    margin-bottom: 20px;
}

.page-header {
    color: #383838;
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0 10px !important;
    position: relative;
    z-index: 1;
}

.page-header span,
.page-header a {
    z-index: 5;
    display: block;
    color: #383838;
}

aside .logo {
    padding-left: 35px;
    margin: 0 0 20px;
}

.page-header:before,
#components > h3:before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
    z-index: -10;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}


.content {
    padding: 0;
}

.hierarchy {
    background: #333;
    color: #fff;
}

pre {
    border: none;
}

.sidebar {
    margin-top: 0;
    padding-top: 0 !important;
}

.box .main-header {
    z-index: 1000;
    position: relative;
}

.treeview .nav li a:hover,
.treeview .nav li a:active {
    background: transparent;
}

.nav.treeview-menu {
    border-left: 3px solid #000000;
    margin-left: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;;
    transition: max-height 1s ease-in;
}

p {
    padding: 0 !important;
}

pre.prettyprint {
    background: white;
    font-family: Menlo, 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', Monaco, Consolas, monospace;
    font-size: 12px;
    line-height: 1.5;
    border: 1px solid #dedede !important;
    padding: 10px;
    max-height: 300px;
    width: auto;
    overflow: auto !important;
}

pre.prettyprint > code {
    width: auto;
    overflow: auto !important;
}

.pln {
    color: #000000;
}

@media screen {
    .str {
        color: #739200;
    }

    .kwd {
        color: #739200;
    }

    .com {
        color: #999999;
    }

    .typ {
        color: #ff0055;
    }

    .lit {
        color: #538192;
    }

    .pun {
        color: #000000;
    }

    .opn {
        color: #000000;
    }

    .clo {
        color: #000000;
    }

    .tag {
        color: #000000;
    }

    .atn {
        color: #739200;
    }

    .atv {
        color: #ff0055;
    }

    .dec {
        color: #000000;
    }

    .var {
        color: #000000;
    }

    .fun {
        color: #538192;
    }
}

@media print, projection {
    .str {
        color: #006600;
    }

    .kwd {
        color: #006;
        font-weight: bold;
    }

    .com {
        color: #600;
        font-style: italic;
    }

    .typ {
        color: #404;
        font-weight: bold;
    }

    .lit {
        color: #004444;
    }

    .pun, .opn, .clo {
        color: #444400;
    }

    .tag {
        color: #006;
        font-weight: bold;
    }

    .atn {
        color: #440044;
    }

    .atv {
        color: #006600;
    }
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

.steps {
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;

}

.steps::before {
    background: #55acec none repeat scroll 0 0;
    content: "";
    display: block;
    height: 200%;
    left: 0;
    position: absolute;
    width: 5px;
}

.steps > li {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 60px;
    line-height: 60px;
    margin-bottom: 5px;
    text-align: center;
    width: 25px;
}

.steps li a {
    color: #fff;
}

aside::after {
    background: #111111 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -5px;
    top: 20%;
    width: 5px;
}

.nav.sidebar-menu {
    padding-left: 20px;
}

.social {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    position: fixed;
    top: 30%;
    z-index: 9999;
    padding: 0;
    margin: 0;
    left: 0
}

.social li {
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 40px;
}

.social li a {
    color: #fff;
}

.content img {
    max-width: 100%;
    height: auto;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.global-black {
    color: #111111 !important;
}

.global-black .global-warning {
    color: #c7254e !important;
}

.global-black .global-sucsess {
    color: #000000 !important;
}
