body {
    font-family: 'Ratio', sans-serif;
    font-size: 1.643em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga', 'dlig';
    color: #3d4552;
    /*color: #505B6B;*/
    position: relative;
}

hr {
    margin: 40px auto;
    border: 0 solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    width: 35%;
}

h1,
h2,
h3,
h4,
h5 {
    color: #2a3038;
    font-weight: 700;
}

h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1em;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

h2,
h3 {
    line-height: 1.25em;
    margin-top: 2em;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 26px;
}

h4,
.large {
    font-size: 20px;
}

p {
    line-height: 30px;
    margin: 0.75em 0 1em 0;
}

a,
a:active {
    font-weight: 500;
    color: #4cae4c;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

a.inverse,
a.inverse:active {
    font-weight: 500;
    color: #2a3038;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

a.inverse:hover,
a.inverse:focus {
    color: #4cae4c;
    text-decoration: none;
}

input[type='checkbox'],
input[type='radio'] {
    margin: 6px 0 0;
}

.signup-questions {
    margin-bottom: 1.5em;
}

.retrofit {
    color: #48b983;
}

.picasso {
    color: #b94948;
}

.glide {
    color: #25baa2;
}

.gson {
    color: #0099ff;
}

.strider {
    color: #00a2db;
}

.android {
    color: #99cc00;
}

.nodejs {
    color: #2d2e2b;
}

.nginx {
    color: #009900;
}

.rethinkdb {
    color: #214753;
}

.pm2 {
    color: #32d3ed;
}

.coreos {
    color: #52a3d9;
}

.betterdeveloper {
    color: #8551b0;
}

.hapi {
    color: #f6941e;
}

.thinky {
    color: #2e3138;
}

.retrofit:hover,
.picasso:hover,
.glide:hover,
.gson:hover,
.strider:hover,
.android:hover,
.nodejs:hover,
.nginx:hover,
.rethinkdb:hover,
.pm2:hover,
.coreos:hover,
.hapi:hover,
.thinky:hover {
    text-decoration: underline;
}

a.fs-btn.nav {
    position: relative;
    font-size: 16px;
    margin: 0 10px 50px 10px;
    padding: 15px 25px;
}

a.fs-btn.nav.next span {
    right: 14px;
}

a.fs-btn.nav.prev {
    padding-left: 10px;
    padding-right: 28px;
}

a.fs-btn.nav.prev > i {
    margin-right: 15px;
}

a.fs-btn.nav.next {
    padding-left: 28px;
    padding-right: 10px;
}

a.fs-btn.nav.next > i {
    margin-left: 10px;
}

.purchase-btn {
    margin-top: 2em;
}

ul,
ol {
    margin: 30px 0;
    padding-left: 30px;
}

ul li,
ol li {
    margin: 5px 0;
    line-height: 30px;
    padding-left: 8px;
}

dt {
    margin-bottom: 5px;
}

dd {
    margin-bottom: 30px;
}

.panel ul,
.panel ol {
    margin: 0;
}

.panel ul li,
.panel ol li {
    margin: 0 0 5px 0;
    padding-left: 0;
    line-height: inherit;
}

img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 2px;
}

figure {
    margin: 0 0 2em 0;
}

.image img {
    border: 2px solid #ecf0f1;
    margin: 1em auto;
}

figcaption {
    color: #000;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    text-align: center;
}

blockquote {
    background: rgba(236, 240, 241, 0.5);
    color: #505b6b;
    margin: 3em 2em;
    padding: 2em 2em 2em 4em;
    font-style: italic;
    font-size: 1.143em;
    border-left: 0;
    position: relative;
}

blockquote:before {
    font-family: Georgia, serif;
    font-style: normal;
    color: #9b59b6;
    content: '\201D';
    font-size: 150px;
    position: absolute;
    left: -32px;
    top: -32px;
}

blockquote cite {
    font-style: normal;
    color: rgba(80, 91, 107, 0.75);
    font-size: 0.714em;
    display: block;
    margin-top: 24px;
}

blockquote cite:before {
    content: '\2014 \2009';
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin: 0;
}

.code-block {
    border-radius: 2px;
    box-shadow: 0 0 0 2px #ecf0f1;
    margin: 1.5em 0;
}

.code-block .toolbar {
    border: 1px solid #e4e7ea;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    font-size: 0.75em;
    padding: 7px 15px;
    text-align: center;
}

.code-block .toolbar span {
    font-size: 1.25em;
    font-weight: 500;
}

.code-block pre {
    border-radius: 0 0 2px 2px;
}

pre {
    font-family: 'Source Code Pro', Inconsolata, monospace, sans-serif;
    background-color: #282b2e;
    color: #f4f7f8;
    border: 2px solid #f4f7f8;
    font-size: 12px;
    line-height: 1.75em;
    padding: 1.5em;
    width: 100%;
}

pre .nginx {
    text-decoration: none !important;
}

pre code {
    font-weight: normal;
}

code {
    background-color: #f4f7f8;
    color: #2a3038;
    font-family: 'Source Code Pro', Inconsolata, monospace, sans-serif;
    font-size: 14px;
    font-weight: 600;
    hyphens: none;
    padding: 3px 6px;
    position: relative;
    white-space: nowrap;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus,
select.form-control:focus {
    border-color: rgba(155, 89, 165, 1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(155, 89, 165, 0.6);
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 1px solid #ecf0f1;
}

.vertical-offset-100 {
    margin-top: 100px;
}

.vertical-offset-75 {
    margin-top: 75px;
}

.checkout-products-table {
    margin-bottom: 0;
}

.checkout-products-table > tbody > tr:first-child > td {
    border: none;
}
.checkout-products-table > tbody > tr > td {
    padding: 25px 10px;
}

.checkout-total-table > tbody > tr > td {
    border: none;
}

.checkout-total-table > tbody {
    border-top: 1px solid #ecf0f1;
}

.checkout-total-table {
    margin-bottom: 0;
}

.checkout-products-sidebar {
    border: 1px solid #ecf0f1;
    padding: 15px;
}
.checkout-products-sidebar > .page-header {
    margin-bottom: 10px;
    margin-top: 10px;
}

.checkout-payment-due-total-price {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.04em;
}

.checkout-payment-due-currency {
    color: #3d4552;
    font-weight: 300;
    font-size: 14px;
    margin-right: 0.4em;
}

.cart-product-details {
    color: #3d4552;
    font-weight: 300;
    font-size: 0.875em;
}

.cart-steps {
    margin-bottom: 75px;
}
.cart-step {
    border-bottom: 1px solid #4cae4c;
    font-weight: 700;
    padding: 30px 0;
}
.cart-step-inactive {
    border-bottom: 1px solid #ecf0f1;
    color: #a4adb6;
    font-weight: 400;
}
.cart-step-inactive img {
    margin-right: 8px;
}

.checkout-payment-semester-selection {
    border: 1px solid #ecf0f1;
    display: block;
    margin-bottom: 15px;
    padding: 30px;
}

.checkout-payment-semester-selection a {
    font-weight: 400;
}

.form-group {
    margin: 25px 0 10px;
}

.control-label {
    font-weight: 400;
}

.form-control {
    border: none;
    border: 1px solid #ecf0f1;
    border-radius: 2px;
    box-shadow: none;
    color: #2a3038;
    font-size: 16px;
    height: 40px;
    width: 100% !important;
}

.form-control:focus {
    color: #3d4552;
    background-color: #f4f7f8;
    border-bottom: 1px solid #ecf0f1;
    box-shadow: none !important;
}

.radio {
    background-color: #f4f7f8;
    padding: 15px;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    padding-left: 0;
    line-height: normal;
}

article .post-title {
    margin: 0 0 20px 0;
}

article .post-title a {
    text-decoration: none;
    color: #2a3038;
    font-weight: 700;
}

article .meta {
    color: #a4adb6;
    margin-top: 5px;
}

.fa {
    padding: 0.25em;
}

.fa-star {
    color: #f3e151;
}

.fa-play-circle,
.fa-rss {
    padding: 0;
}

.fa-circle-no-padding {
    padding: 0 !important;
}

.fa-circle-padding-right-only {
    padding-left: 0 !important;
    padding-right: 0.25em !important;
}

.fa-color-all {
    color: #a4adb6;
}

.fa-color-premium {
    color: #f3e151 !important;
}

.fa-video-camera {
    color: #9b59b6;
}

.fa-check {
    padding-right: 0.75em;
}

.fa-stack,
.fa-stack > i {
    padding: 0;
}

.fa-stack-1x {
    font-size: 0.813em;
}

/*this is a circle, fa4 doesn't support hex*/
.fa-fs-hex:before {
    /*content: "\2b22";*/
    content: '\f111';
}

.no-col-gap {
    padding-left: 0;
    padding-right: 0;
}

article .meta .time-month {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
}

article .meta .time-day {
    font-size: 44px;
    font-weight: 700;
    line-height: 0.7em;
}

article .meta .time-year {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25em;
}

article .readmore {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    line-height: 1em;
    color: #4cae4c;
    box-shadow: white 0 0 14px;
    white-space: nowrap;
    filter: alpha(opacity=0);
    opacity: 0;
    transition-property: opacity, visibility, color;
    transition-duration: 0.5s;
}

article .readmore:hover {
    color: #21272d;
}

article:hover .readmore {
    filter: alpha(opacity=100);
    opacity: 1;
}

article .text {
    margin-bottom: 70px;
    padding-bottom: 70px;
    border-bottom: 1px solid #ecf0f1;
}

article .text p {
    display: inline;
    margin-right: 8px;
}

.page-header {
    border-bottom: 1px solid #ecf0f1;
}

.light {
    font-weight: 300;
}
.regular {
    font-weight: 400;
}

.font-color-light {
    color: #a4adb6;
}

.semi-bold {
    font-weight: 500;
}

.post-content aside::before {
    content: '';
    height: 5px;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    border-radius: 2px 2px 0 0;
}

aside,
.post-content aside {
    border-radius: 2px;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 3em 0;
    min-height: 5em;
    padding: 28px 40px 12px 120px;
    position: relative;
}

.aside-info::before {
    background: linear-gradient(to right bottom, #9b59b6, #6e48aa);
}
.aside-info {
    background: #f4f7f8 url('/images/icons/compass.svg') no-repeat 42px 26px;
    background-size: 32px;
    border-left: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1;
    color: #505b6b;
}

.aside-info code {
    background-color: #dfe6e8;
}

.aside-success {
    background: #4cae4c url('/images/icons/check-square-white.svg') no-repeat 42px 26px;
    background-size: 32px;
    color: #ffffff;
}

.aside-success p {
    color: #fff !important;
}

.aside-success p:first-child {
    margin-top: 0;
}

.aside-success a {
    color: #f3f4f5;
    font-weight: 700;
}

.aside-success a:hover {
    color: #2a3038;
}


.aside-video {
    background-color: #41264e;
    color: #fff;
    padding-bottom: 20px !important;
    margin-bottom: 0px !important;
}

.alert {
    border-radius: 2px;
    line-height: 1.5em;
    margin: 2em 0;
    padding: 15px 40px;
}

.alert h3 {
    margin: 0 0 1em;
    font-size: 20px;
}

.alert-info {
    background-color: #f4f7f8;
    border: none;
    color: #2a3038;
}

.company-info {
    background-color: #f4f7f8;
    border-radius: 0;
    color: #2a3038;
    padding: 15px 0;
    width: 100%;
}

.alert-fs-news {
    margin: 0;
    border: none;
    border-bottom: 1px solid #6e48aa;
    border-radius: 0;
    padding: 10px;
}

.alert-success a {
    color: #3c763d;
    font-weight: 700;
}

.alert-success a:hover {
    color: #2a3038;
}

.book-picasso {
    background: url('/images/books/picasso.png');
    background: url('/images/books/picasso.png'),
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2),
            rgba(255, 255, 255, 0.2) 3%,
            rgba(255, 255, 255, 0.3) 7%,
            rgba(0, 0, 0, 0.15)
        );
    background-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
}

.book-glide {
    background: url('/images/books/glide.png');
    background: url('/images/books/glide.png'),
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2),
            rgba(255, 255, 255, 0.2) 3%,
            rgba(255, 255, 255, 0.3) 7%,
            rgba(0, 0, 0, 0.15)
        );
    background-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
}

.book-gson {
    background: url('/images/books/gson.png');
    background: url('/images/books/gson.png'),
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2),
            rgba(255, 255, 255, 0.2) 3%,
            rgba(255, 255, 255, 0.3) 7%,
            rgba(0, 0, 0, 0.15)
        );
    background-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
}

.book-gsonWorkbook {
    background: url('/images/books/gsonWorkbook.png');
    background: url('/images/books/gsonWorkbook.png'),
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2),
            rgba(255, 255, 255, 0.2) 3%,
            rgba(255, 255, 255, 0.3) 7%,
            rgba(0, 0, 0, 0.15)
        );
    background-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
}

.book-retrofit {
    background: url('/images/books/retrofit.png');
    background: url('/images/books/retrofit.png'),
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.2),
            rgba(255, 255, 255, 0.2) 3%,
            rgba(255, 255, 255, 0.3) 7%,
            rgba(0, 0, 0, 0.15)
        );
    background-blend-mode: multiply;
    background-size: contain;
    background-repeat: no-repeat;
}

.checkmark-list,
.x-list {
    padding-left: 0;
}

.checkmark-list > li {
    display: table;
    padding: 0.15em 1em 0 2.5em;
    background: url('/images/icons/check-gray.svg') no-repeat center left;
    background-size: 18px;
}

.x-list > li {
    display: table;
    padding: 0.15em 1em 0 2.5em;
    background: url('/images/icons/x-gray.svg') no-repeat center left;
    background-size: 18px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
}

.container {
    max-width: 900px;
    padding: 0 20px;
}

.container-lg {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.pod {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pod-purple {
    color: #fff;
    background: #9b59b6;
}

.pod-light {
    background-color: #f4f7f8;
}

.pod-dark {
    background-color: #2a3038;
    color: #ecf0f1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.pod-dark h2 {
    color: #ecf0f1;
}

.pod-dark a:hover {
    color: #9b59b6;
}

.pod img {
    margin-bottom: 10px;
}

.pod .info-column {
    padding-bottom: 50px;
    text-align: inherit;
}

@media (max-width: 768px) {
    .pod .info-column {
        text-align: center;
    }
}

.pod h2 {
    font-size: 44px;
    margin: 0 0 0.25em 0;
}

.pod-purple h2 {
    color: #fff;
}

.pod h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1em;
}

.pod-purple h4 {
    color: #fff;
}

.pod p {
    line-height: 1.65em;
}

.pod-purple p {
    color: rgba(255, 255, 255, 0.7);
}

.testimonial {
    background-color: #f4f7f8;
    padding: 2em 3em;
    margin-bottom: 3em;
}

.hero,
.h-wrapper {
    background: #9b59b6;
    background-image: linear-gradient(to right bottom, #9b59b6, #6e48aa);
    color: #fff;
    padding: 10px 0 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 50px;
}

.hero {
    overflow: hidden;
    padding-top: 1px;
    padding-bottom: 30px;
    min-height: 500px;
}

.hero aside {
    font-size: .925em;
}

.h-wrapper {
    padding: 1px 0 0px 0;
    background-image: linear-gradient(to right bottom, #9b59b6, #8250b0);
}

.blog-filter {
    background: #f4f7f8;
    margin: 0 auto;
    margin-top: -50px;
    margin-bottom: 50px;
}

.blog-filter-list {
    list-style-type: none;
    display: inline;
}

.blog-filter-list li {
    padding: 15px 17px;
    margin-bottom: 0;
    margin-top: 0;
}

.blog-filter-list li:hover,
.blog-filter-list li:focus,
.blog-filter-list li.filter-active {
    background-color: #e4e8e9;
}

.blog-filter-list li a,
.blog-filter-list li a:hover {
    padding: 0;
    background-color: transparent;
}

.hero h1 {
    color: #ffffff;
    font-size: 3em;
    /*margin: 0 0 1.75em;*/
    /*margin: 1.75em 0 0;*/
    padding: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.hero h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 2em;
    font-weight: 400;
}

.hero h3 {
    padding: 0;
    margin: 1.5em 0 2em 0;
    color: #fff;
    font-size: 1.25em;
    font-weight: 500;
}

.hero p {
    font-size: 1.25em;
    color: rgba(255, 255, 255, 0.9);
}

.hero .lead {
    font-size: 1.7em;
    font-weight: 400;
}

.hero .fs-btn {
    margin-top: 20px;
}

.hero .hot-topic {
    margin: 80px 0;
}

.hero .hot-topic .description {
    margin-top: 75px;
}

.hero .teaser-img,
.startpage-teaser-img {
    width: 325px;
    height: 420px;
    margin: 0 auto;
    box-shadow: 0 0 0 4px rgba(110, 72, 170, 0.4);
}

.startpage-teaser-img {
    box-shadow: 0 0 0 4px rgba(228, 231, 234, 1);
}

/*Keep the aspect ratio on small screens*/
@media (max-width: 410px) {
    .hero .teaser-img {
        width: 100%;
        height: auto;
        max-width: 325px;
        display: inline-block;
        position: relative;
    }

    .hero .teaser-img:after {
        padding-top: 129%;
        display: block;
        content: '';
    }
}

.book-teaser h3 {
    margin-top: 1em;
}

.book-teaser-img,
.startpage-book-teaser-img {
    border: 2px solid #ecf0f1;
    border-radius: 2px;
}

.book-small {
    width: 200px;
    height: 259px;
    margin: 10px auto;
}

.startpage-book-teaser-img {
    border: 2px solid #e4e7ea;
}

.startpage-book-teaser {
    margin-bottom: 100px;
}

.startpage-book-teaser h3 {
    font-size: 30px;
}

.startpage-book-teaser h3 span {
    color: #9b59b6;
    font-weight: 700;
    margin-left: 5px;
    vertical-align: text-top;
}

.hexagon {
    position: relative;
    width: 140px;
    height: 80.83px;
    margin: 40.41px auto;
    background-size: auto 161.6581px;
    background-position: center;
}

.hexTop,
.hexBottom {
    position: absolute;
    z-index: 1;
    width: 98.99px;
    height: 98.99px;
    overflow: hidden;
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 20.5px;
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
    content: '';
    position: absolute;
    width: 140px;
    height: 80.82903768654761px;
    transform: rotate(45deg) scaleY(1.7321) translateY(-40.4145px);
    transform-origin: 0 0;
    background: inherit;
}

.hexTop {
    top: -49.4975px;
}

.hexTop:after {
    background-position: center top;
}

.hexBottom {
    bottom: -49.4975px;
}

.hexBottom:after {
    background-position: center bottom;
}

.hexagon:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 140px;
    height: 80.829px;
    z-index: 2;
    background: inherit;
}

.navbar-header {
    margin-top: 5px;
    margin-bottom: 5px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand > img {
    height: 100%;
}

.navbar-default {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 15px;
    max-width: 1210px;
    margin: 0 auto;
}

.hero .navbar-default {
    border-bottom: 1px solid #9b59b6;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-weight: 500;
    height: 80px;
    padding: 13px 0;
    margin-right: 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-default .navbar-toggle {
    margin: 23px 17px 0 17px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 2em;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #8250b0;
    width: 11px;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navbar-brand div {
    font-size: 1.25em;
    font-weight: 700;
    margin-top: 7px;
    padding: 10px 15px;
}

.navbar-left,
.navbar-right {
    margin-top: 10px;
}

.navbar-right li {
    font-size: 0.95em;
}

.navbar-socials > li > a {
    margin-left: 5px !important;
    margin-right: 5px !important;
    box-shadow: none !important;
}

.navbar-right li .user-account-toggle img {
    margin-right: 8px;
}

.hero .navbar-default .navbar-nav > li > a,
.h-wrapper .navbar-default .navbar-nav > li > a,
.hero-out-of-the-box .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 0.95em;
    padding: 5px;
    margin: 21px 12px 0;
}

.hero .navbar-default .navbar-nav > li > a:hover,
.h-wrapper .navbar-default .navbar-nav > li > a:hover,
.hero-out-of-the-box .navbar-default .navbar-nav > li > a:hover {
    box-shadow: 0 1px 0 #fff;
}

.hero .navbar-default .navbar-nav > li > a.fs-btn:hover,
.h-wrapper .navbar-default .navbar-nav > li > a.fs-btn:hover,
.hero-out-of-the-box .navbar-default .navbar-nav > li > a.fs-btn:hover {
    background-color: #000;
    box-shadow: none;
}

.hero .navbar-default .navbar-nav > li > a.fs-btn,
.h-wrapper .navbar-default .navbar-nav > li > a.fs-btn,
.hero-out-of-the-box .navbar-default .navbar-nav > li > a.fs-btn {
    margin: 15px 17px 0 17px;
    padding: 0.5em 1.5em;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff;
    background-color: #6e48aa;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.hero .navbar-default .navbar-nav > li > a:hover,
.h-wrapper .navbar-default .navbar-nav > li > a:hover,
.hero-out-of-the-box .navbar-default .navbar-nav > li > a:hover {
    box-shadow: 0 1px 0 #fff;
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ecf0f1;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        text-align: center;
    }

    .navbar-collapse.collapsing {
        text-align: center;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu .divider {
        background-color: #af7ac4;
    }

    .navbar-nav > li {
        float: none;
        margin: 0;
        padding-left: 0;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-socials li {
        display: inline-block;
    }

    .navbar-collapse .nav .dropdown {
        text-align: center;
        color: #fff;
    }

    .collapse.in {
        display: block !important;
    }
}

.navbar-nav > li {
    margin: 0;
    padding-left: 0;
}

.nav-stacked > li a:hover {
    color: #2a3038;
    background: transparent;
}

.dropdown-menu {
    border-radius: 2px;
}

.dropdown-menu-indented {
    margin-left: 12px;
}

.dropdown-menu > li {
    margin: 0;
    padding-left: 0;
    text-shadow: none;
}

.dropdown-menu > li > a {
    color: #2a3038;
    font-size: 1.125em;
    padding: 6px 20px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #2a3038;
    background-color: #f4f7f8;
}

.profile-dropdown-menu {
    margin-right: 12px;
    padding-bottom: 0;
    padding-top: 0;
    width: 300px;
}

.profile-dropdown-menu > li > a:not(.divider) {
    padding-top: 12px;
    padding-bottom: 12px;
    white-space: normal;
}

.profile-dropdown-menu > li.divider {
    margin: 0;
}

.profile-dropdown-menu > li > a > div {
    color: #3d4552;
    font-size: 0.925em;
    margin-top: 6px;
}

.lead {
    margin-bottom: 50px;
}

.panel {
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03);
}

.panel-default {
    border: 1px solid #ecf0f1;
}
.panel-default > .panel-heading,
.panel-default > .panel-footer {
    background-color: #f4f7f8;
    border-color: #ecf0f1;
    color: #2a3038;
    font-size: 17px;
    padding: 15px;
}

.panel-danger > .panel-heading {
    padding: 15px;
}

.panel-heading {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.panel-title {
    padding-top: 0;
}

.image-holder {
    margin-bottom: 25px;
}

.image-holder .inner img {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 2px;
    background-size: cover;
}

.meta-post-links {
    display: table;
    margin-top: -30px;
    margin-bottom: 30px;
    width: 100%;
}

.meta-author {
    display: table;
    margin: 30px 0;
    padding: 0;
    width: 100%;
}

.meta-author img {
    margin: 0;
    border-radius: 2em;
    display: inline;
    vertical-align: middle;
}

.meta-author p,
.meta-author span {
    color: #a4adb6;
    display: inline;
    padding-left: 1em;
    vertical-align: middle;
    text-align: left;
}

.meta-author span + span {
    padding-left: 0;
}

.meta-author time {
    color: #2a3038;
    font-weight: 500;
}

.post-content {
    border-bottom: 1px solid #ecf0f1;
    padding-bottom: 50px;
}

.post-content img {
    border: 2px solid #ecf0f1;
}

.post-content h2 {
    border-top: 2px solid #ecf0f1;
    color: #2a3038;
    padding-bottom: 0.25em;
    padding-top: 2em;
}

.post-content h2 code {
    font-size: inherit;
}

/*.post-content p, .post-content ul, .post-content ol {*/
/*color: #505B6B; !*#6E7E93; #4c555a; *!*/
/*}*/

.post-content ul li,
.post-content ol li {
    margin: 5px 0;
    line-height: 30px;
    padding-left: 8px;
}

.learn-more {
    padding-left: 45px;
}

.learn-more aside {
    margin: 0;
}

/*--- Outline ---*/
.outline {
    user-select: none;
}

.outline-categories {
    border-bottom: 1px solid #ecf0f1;
}

.outline-categories li {
    margin: 0 !important;
    padding-left: 0 !important;
}

.outline-categories a {
    border: none !important;
    color: #505b6b;
    background: transparent !important;
    transition: none;
    display: inline-block !important;
}

.outline-categories a:hover,
.outline-categories a:focus {
    color: #2a3038;
    border-bottom: 3px solid rgba(155, 89, 182, 0.8) !important;
    margin-bottom: -3px !important;
}

.outline-categories li.active > a,
.outline-categories li.active > a:hover,
.outline-categories li.active > a:focus {
    border: none;
    color: #2a3038;
    font-weight: 500;
    border-bottom: 3px solid #9b59b6 !important;
    margin-bottom: -3px !important;
}

.outline-list li.active {
    font-weight: 500;
}

/*--- slider ---*/
.fs-slider-wrap {
    overflow: hidden;
    padding: 20px 0;
}

.fs-slider {
    position: relative;

    flex-direction: row;
    display: flex;

    list-style: none;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;

    left: 0;
    transition: left 0.5s;
}

.fs-slider-toggle {
    cursor: pointer;
}

.fs-slider-item {
    margin: 0;
    padding: 0 !important;
}

.overscroll-left {
    animation: overscrollL 1s;
}

@keyframes overscrollL {
    0%,
    100% {
        /* I'm using translate3D instead of translateX
        because it's has better performance in current browsers*/
        transform: translate3d(0, 0, 0);
    }
    30% {
        transform: translate3d(20px, 0, 0);
    }
}

.overscroll-right {
    animation: overscrollR 1s;
}

@keyframes overscrollR {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }
    30% {
        transform: translate3d(-20px, 0, 0);
    }
}

/*--- tutorial-card ---*/
.tutorial-icons i {
    padding: 0;
    margin-bottom: 30px;
}

.tutorial-card {
    width: 190px;
    margin: 5px;
    color: #2a3038;
    outline: 1px solid #d4d7da;
    box-shadow: 0 0 0 2px #ecf0f1;
    opacity: 0.8;
    transition: opacity 0.3s;
}

.tutorial-card.active {
    outline: 1px solid #9b59af !important;
    box-shadow: 0 0 3px #9b59af !important;
    opacity: 1 !important;
}

.tutorial-card:hover {
    outline: 1px solid #9b59af;
    box-shadow: 0 0 3px #9b59af;
    opacity: 0.9 !important;
}

.tutorial-card-bottom {
    display: table;
    width: 100%;
    padding: 10px;
    background-color: #f4f7f8;
    font-weight: normal;
}

.tutorial-card-bottom p {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    height: 90px;
}

.tutorial-card .image {
    height: 95px;
    background: url('/images/futureStudio-teaser.png');
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
}

/*--- Moonshoot ---*/
#moonshoot h3,
.learn-more h3 {
    margin: 0 0 1em;
}

#moonshoot ul,
.learn-more ul {
    list-style-type: none;
    padding-left: 0;
}

#moonshoot {
    padding-right: 30px;
}

#moonshoot .affix {
    position: fixed !important;
    top: 0;
}

#moonshoot ul li {
    margin-top: 0 !important;
    padding-left: 0;
    line-height: inherit;
}

#moonshoot ul li a {
    padding: 0;
}

#moonshoot a,
#moonshoot a:active {
    color: #a4adb6;
    font-weight: 400;
}

#moonshoot li a:hover {
    background-color: transparent;
    color: #2a3038;
    text-decoration: none;
}

#moonshoot li a:focus {
    background-color: transparent;
}

#moonshoot li.active a,
#moonshoot li.active a:active {
    color: #2a3038;
    font-weight: 500;
}

#moonshoot .spoiler {
    filter: blur(5px);
}

#moonshoot aside {
    font-size: 1em;
    margin-bottom: 0;
}

#moonshoot ul li {
    margin-bottom: 1em;
}

/*feature-tease placeable over other DOM objectsr*/
.feature-teaser {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: visible;
    z-index: 10;
    padding: 40px 10px 0 15px;
}

.feature-teaser aside {
    padding: 30px 0px;
}

.share {
    margin: 50px 0;
}

.share a {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 50px;
    padding-top: 17px;
    width: 50px;
    border-radius: 50%;
}

.tw {
    background: #1cc1f7;
    margin-right: 20px;
}

.tw:hover {
    background: #1ca5ee;
}

.fb {
    background: #43609c;
    margin-right: 20px;
}

.fb:hover {
    background: #3b5489;
}

.google {
    background: #dd4c3b;
}

.google:hover {
    background: #c84c3b;
}

.newsletter {
    background: #f4f7f8;
    padding: 30px;
    margin: 50px 0;
}

.newsletter h2 {
    border-top: 0;
    font-size: 30px;
    padding: 0.5em;
    margin: 0 0 0.75em 0;
}

.newsletter-wrapper {
    background-color: #f4f7f8;
    border: 1px solid #ecf0f1;
    padding: 3em;
}

.newsletter-wrapper h2 {
    margin: 0;
}

.newsletter-wrapper img {
    max-width: 140px;
}

.newsletter-signup {
    background: url('/images/newsletter-signup-bg.png') no-repeat;
    background-size: cover;
    border-radius: 2px;
    color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 70px 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.newsletter-signup h2 {
    color: #fff;
    font-size: 30px;
    padding: 0;
    margin: 0 0 0.75em 0;
}

.newsletter-signup p {
    font-size: 1.125em;
    font-weight: 300;
}

.newsletter-signup input {
    font-weight: bold;
    opacity: 0.5;
}

.newsletter-signup input:focus {
    opacity: 0.95;
}

.newsletter-signup-container {
    margin-bottom: 100px;
}

.book-teaser-template:before {
    content: '';
    height: 5px;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    border-radius: 2px 2px 0 0;
    background: linear-gradient(to right bottom, #9b59b6, #6e48aa);
}

.book-teaser-template {
    /* border-top: 5px solid rgba(155, 89, 182, 0.8); */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-left: 1px solid #ecf0f1;
    border-bottom: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1;
    margin: 75px 0 0 !important;
    position: relative;
}

footer {
    background-color: #f4f7f8;
    border-top: 1px solid #ecf0f1;
    font-size: 14px;
    margin-top: 50px;
    padding: 50px 0;
    position: relative;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
}

footer #btn_feed,
article > footer #btn_feed {
    position: absolute;
    top: -18px;
    left: 50%;
    margin: 0;
    margin-left: -17px;
    text-align: center;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ecf0f1;
    color: #909396;
    padding: 7px 11px;
    font-weight: normal;
}

footer #btn_feed:hover,
.post-footer #btn_feed:hover {
    background-color: #4cae4c;
    color: #fff;
}

footer #btn_feed strong,
.post-footer #btn_feed strong {
    display: none;
}

footer img {
    width: 32px;
    margin-right: 8px;
}

footer h3 {
    margin-top: 20px;
    font-size: 18px;
}

.footer-fs-description {
    line-height: 26px;
    padding-right: 45px;
}

footer h4 {
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-top: 20px;
    font-weight: 500;
}

footer .nav > li > a {
    padding: 2px 0;
}

footer ul.nav {
    margin: 10px 0;
}

footer ul.nav > li {
    margin: 0 0 5px;
    padding-left: 0;
    line-height: inherit;
}

footer .copyright {
    border-top: 1px solid #fff;
    font-size: 0.875em;
    margin-top: 40px;
}

footer .copyright a:hover {
    color: #2a3038;
    text-decoration: none;
}

div.hex {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-top: 37px;
    margin-bottom: 37px;
    position: relative;
    z-index: 10;
}

div.hex > a,
div.hex > div {
    height: 52px;
    line-height: 120px;
}

.hex-1:before,
div.hex .hex-2:before {
    height: 120px;
    width: 120px;
}

div.hex .hex-1:before {
    transform: rotate(-60deg) translate(-60px, 0);
}

div.hex .hex-2:before {
    transform: rotate(60deg) translate(40px, 40px);
}

div.hex > a,
div.hex > div {
    font-size: 18px;
    word-spacing: 1px;
    transition: none 1s;
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 105px;
    text-align: center;
    display: block;
    border: 0;
    color: #fff;
    backface-visibility: hidden;
}

div.hex .hex-1,
div.hex .hex-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    overflow: hidden;
    background: inherit;
    backface-visibility: hidden;
}

div.hex .hex-1:before,
div.hex .hex-1 .after,
div.hex .hex-2:before,
div.hex .hex-2 .after {
    z-index: -1;
}

div.hex .hex-1:before,
div.hex .hex-2:before {
    content: '';
    position: absolute;
    background: inherit;
    left: 0;
    background: inherit;
}

div.hex .hex-1 {
    z-index: -1;
    transform: rotate(60deg);
}

div.hex .hex-1:before {
    transform-origin: 0 0;
    left: -7px;
    top: -4px;
}

div.hex .hex-2 {
    transform: rotate(-60deg);
}

div.hex .hex-2:before {
    bottom: 0;
    left: 0;
    top: -89px;
}

div.hex {
    margin-top: 37px;
    margin-bottom: 37px;
    width: 90px;
    margin-top: 37px;
    margin-bottom: 37px;
}

div.hex-small {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    z-index: 10;
    margin: 15px 0;
}

div.hex-small > a,
div.hex-small > div {
    height: 26px;
    line-height: 60px;
}

div.hex-small .hex-1:before,
div.hex-small .hex-2:before {
    height: 60px;
    width: 60px;
}

div.hex-small .hex-1:before {
    transform: rotate(-60deg) translate(-60px, 0);
}

div.hex-small .hex-2:before {
    transform: rotate(60deg) translate(40px, 40px);
}

div.hex-small > a,
div.hex-small > div {
    font-size: 18px;
    word-spacing: 1px;
    transition: none 1s;
    background-color: whitesmoke;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 52px;
    text-align: center;
    display: block;
    border: 0;
    color: #fff;
    backface-visibility: hidden;
}

div.hex-small .hex-1,
div.hex-small .hex-2 {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    overflow: hidden;
    background: inherit;
    backface-visibility: hidden;
}

div.hex-small .hex-1:before,
div.hex-small .hex-2:before {
    z-index: -1;
}

div.hex-small .hex-1:before,
div.hex-small .hex-2:before {
    content: '';
    position: absolute;
    background: inherit;
    left: 0;
    background: inherit;
}

div.hex-small .hex-1 {
    z-index: -1;
    transform: rotate(60deg);
}

div.hex-small .hex-1:before {
    transform-origin: 0 0;
    left: 12px;
    top: -28px;
}

div.hex-small .hex-2 {
    transform: rotate(-60deg);
}

div.hex-small .hex-2:before {
    bottom: 0;
    left: 7px;
    top: -72px;
}

div.hex-small {
    width: 45px;
}

.post-author {
    border-top: 1px solid #ecf0f1;
    padding: 50px 0;
}

.post-author span {
    font-size: 135px;
}

.post-navigation {
    border-top: 1px solid #ecf0f1;
    /*margin-top: 50px;*/
    margin-bottom: 100px;
}

.favorites-wrapper {
    padding-left: 0;
}

.success {
    color: #4cae4c;
}

.subscription-container-free {
    margin: 16px 0;
    border: 1px solid transparent;
    padding-top: 1px;
}

.subscription-container::before {
    content: '';
    height: 5px;
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(100% + 2px);
    border-radius: 2px 2px 0 0;
    background: linear-gradient(to right bottom, #9b59b6, #6e48aa);
}

.favorites-container,
.subscription-container {
    margin: 16px 0;
    border-left: 1px solid #e4e7ea;
    border-bottom: 1px solid #e4e7ea;
    border-right: 1px solid #e4e7ea;
    border-radius: 2px;
    box-shadow: 0 0 1px #e5e5e5;
    position: relative;
    padding-top: 1px;
}

.subscription-container {
    margin-bottom: 100px;
}

.favorites-container-top,
.subscription-container-top {
    padding-bottom: 10px;
    text-align: center;
}

.subscription-discount {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100px 100px 0;
    border-color: transparent #007bff transparent transparent;
}

.subscription-discount p {
    padding-left: 20px;
}

.student-features {
    margin-top: 3em;
}

.student-features h3 {
    margin-top: 1.25em;
    margin-bottom: 1.5em;
}

.student-features .subtitle {
    color: #a4adb6;
    text-transform: uppercase;
}

.student-feature {
    margin-top: 75px;
}

.favorite-title {
    color: #9b59b6;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    padding-top: 0;
}

.favorite-subtitle {
    color: #9b59b6;
    font-size: 22px;
    font-weight: 300;
    margin-top: 2px;
}

.favorite-image {
    box-shadow: 0 0 5px #aaa;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-left: 15px;
    background-size: cover;
    border-radius: 100%;
    text-indent: -9999px;
    margin-top: 35px;
}

.favorite-author {
    box-shadow: 0 0 5px #aaa;
    right: 15px;
    top: 10px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-size: cover;
    border-radius: 100%;
    text-indent: -9999px;
}

.favorite-author-celsiusf {
    background-image: url(http://futurestud.io/blog/content/images/2015/01/8483_465108070249325_1065802891_n.jpg);
}

.favorite-author-norman {
    background-image: url(http://www.gravatar.com/avatar/62c9dadaca9493df9febf1570d4e3e6f?d=404&s=250);
}

.favorite-author-marcus {
    background-image: url(http://www.gravatar.com/avatar/8bdc80a9711edce0c9cf12684c185454?d=404&s=250);
}

.favorites-container-bottom {
    text-align: center;
}

.subscription-container-bottom {
    padding-bottom: 5px;
}

.favorites-container-bottom,
.subscription-container-bottom {
    border-top: 1px solid #ecf0f1;
    background: #f4f7f8;
    padding-bottom: 5px;
}

.subscription-container-bottom ul {
    color: #9b59b6;
    /* font-size: 1.1em; */
}

.subscription-container-bottom ul li a,
.subscription-container-bottom ul li a:active {
    color: #9b59b6;
    border-bottom: 1px dotted #9b59b6;
}

.subscription-container-bottom ul li a:hover {
    border-bottom: none;
}

.favorites-container-bottom p {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    padding: 0;
}

.favorite-link {
    color: #9b59b6;
}

.footer .row {
    border-top: 3px double #ddd;
    color: #f3f4f5;
    padding: 60px 0;
}

.footer p {
    color: #e3e4e5;
}

.fs-background {
    background: #9b59b6;
    background-image: linear-gradient(to right bottom, #9b59b6, #6e48aa);
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.fs-btn {
    display: inline-block;
    padding: 0.5em 1.5em;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 2em;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    margin: 1em 0;
}

.fs-btn-lg {
    font-size: 18px;
}

.fs-btn-sm {
    font-size: 14px;
}

.fs-btn-xs {
    font-size: 12px;
}

.fs-btn:hover,
.fs-btn:focus {
    text-decoration: none;
    color: #fff;
}

.fs-btn-black {
    border-color: #222;
    color: #222;
}

.fs-btn-black:hover,
.fs-btn-black:focus {
    background-color: #222;
}

.fs-btn-real-black {
    border-color: #000;
    background-color: transparent;
    color: #fff !important;
}

.fs-btn-real-black:hover,
.fs-btn-real-black:focus {
    background-color: #000;
}

.fs-btn-real-black-inverse {
    border-color: #000;
    background-color: #000;
    color: #ecf0f1;
}

.fs-btn-real-black-inverse:hover,
.fs-btn-real-black-inverse:focus {
    background-color: transparent;
}

.search-load-more-btn:focus {
    background-color: #ffffff;
    border-color: #4cae4c;
    color: #4cae4c;
}

.search-load-more-btn:hover {
    background-color: #4cae4c;
    color: #fff;
}

.fs-btn-success,
.fs-btn-green {
    border-color: #4cae4c;
    color: #4cae4c;
}

.fs-btn-success:hover,
.fs-btn-success:focus,
.fs-btn-green:hover,
.fs-btn-green:focus {
    background-color: #4cae4c;
}

.fs-btn-success-inverse,
.fs-btn-green-inverse {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}

.fs-btn-success-inverse:hover,
.fs-btn-success-inverse:focus,
.fs-btn-green-inverse:hover,
.fs-btn-green-inverse:focus {
    background-color: transparent;
    border-color: #429642;
    color: #4cae4c;
}

.fs-btn-premium {
    border-color: #4cae4c;
    color: #f3e151 !important;
}

.fs-btn-premium:hover,
.fs-btn-premium:focus {
    background-color: #4cae4c !important;
    color: #ffffff !important;
}

.fs-btn-danger {
    border-color: #dd5445;
    color: #dd5445;
}

.fs-btn-danger:hover,
.fs-btn-danger:focus {
    background-color: #dd5445;
}

.fs-btn-danger-inverse {
    background-color: #dd5445;
    border-color: #dd5445;
    color: #fff;
}

.fs-btn-danger-inverse:hover,
.fs-btn-danger-inverse:focus {
    background-color: #fff;
    border-color: #dd5445;
    color: #dd5445;
}

.fs-btn-picasso {
    border-color: #f3f4f5;
    color: #b94948;
}

.fs-btn-picasso:hover,
.fs-btn-picasso:focus {
    background-color: #b94948;
}

.fs-btn-glide {
    border-color: #f3f4f5;
    color: #b94948;
}

.fs-btn-glide:hover,
.fs-btn-glide:focus {
    background-color: #b94948;
}

.fs-btn-gson {
    border-color: #f3f4f5;
    color: #0099ff;
}

.fs-btn-gson:hover,
.fs-btn-gson:focus {
    background-color: #0099ff;
}

.fs-btn-retrofit {
    border-color: #f3f4f5;
    color: #48b983;
}

.fs-btn-retrofit:hover,
.fs-btn-retrofit:focus {
    border-color: #48b983;
    background-color: #48b983;
}

.fs-btn-strider {
    border-color: #00a2db;
    color: #00a2db;
}

.fs-btn-strider:hover,
.fs-btn-strider:focus {
    background-color: #00a2db;
}

.fs-btn-android {
    border-color: #99cc00;
    color: #99cc00;
}

.fs-btn-android:hover,
.fs-btn-android:focus {
    background-color: #99cc00;
}

.fs-btn-nginx {
    border-color: #f3f4f5;
    color: #009900;
}

.fs-btn-nginx:hover,
.fs-btn-nginx:focus {
    background-color: #009900;
}

.fs-btn-nodejs {
    border-color: #f3f4f5;
    color: #2d2e2b;
}

.fs-btn-nodejs:hover,
.fs-btn-nodejs:focus {
    border-color: #2d2e2b;
    background-color: #2d2e2b;
}


.fs-btn-code-sample {
    border-color: #f3f4f5;
    color: #3a98be;
}
.fs-btn-code-sample:hover,
.fs-btn-code-sample:focus {
    border-color: #3a98be;
    background-color: #3a98be;
}

.tag-list {
    list-style: none;
    margin: 10px 0 25px 0;
    padding: 0;
}

.tag-list li {
    display: inline-block;
    margin-bottom: 10px;
}

.sidebar.affix-top {
    position: static;
    margin-top: 30px;
    width: 228px;
}

.sidebar.affix {
    position: fixed;
    top: 70px;
    width: 228px;
}

.color-item {
    border: 1px solid #ecf0f1;
    border-radius: 2px;
    padding: 15px;
    padding-top: 115px;
    margin-bottom: 30px;
}

.color-display {
    position: absolute;
    left: 15px;
    top: -1px;
    width: calc(100% - 30px);
    height: 100px;
    border-radius: 2px 2px 0 0;
    display: block;
}

.color-display.primaryColor {
    background: #3a98be;
}

.color-display.textColor {
    background: #000;
}

.color-display.successColor {
    background: #66b264;
}

.color-display.errorColor {
    background: #dd5445;
}

.color-display.warningColor {
    background: #ffe39d;
}

.color-display.lightGray {
    background: #95a5a6;
}

.color-display.borderColor {
    background: #f4f7f8;
}

.color-display.navigationColor {
    background: #f4f7f8;
}

.color-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #95a5a6;
    display: block;
}

.color-name {
    font-size: 16px;
    color: #59626a;
    display: block;
    margin-bottom: 15px;
}

#mce-responses > div {
    display: none;
}

.mc-field-group input {
    border: 1px solid #e4e7ea;
}

.mc-field-group input:focus {
    background-color: #ffffff;
    border-color: rgba(155, 89, 165, 1);
}

[for='mce-EMAIL'] {
    color: red;
}

.no-bg {
    background: none;
}
.text-xs {
    font-size: 12px;
    line-height: 20px;
}

.text-small, .text-sm {
    font-size: 14px;
    line-height: 24px;
}

.text-tiny {
    font-size: 12px;
    /* line-height: 24px; */
}

.text-muted {
    color: #a4adb6;
}

.text-danger {
    color: #dd5445;
}

.text-success {
    color: #4cae4c;
}

.book-details {
    margin-top: 50px;
}

.search-input {
    background: #f4f7f8;
    border: 1px solid #e4e8e9;
    box-shadow: none;
    border-radius: 2px;
    color: #2a3038;
    font-weight: 500;
    font-size: 20px;
    height: 70px;
    line-height: 2em;
}

.input-group-addon {
    background: #f4f7f8;
    border: 1px solid #e4e8e9;
    border-radius: 2px;
}

.input-group {
    margin-bottom: 75px;
}

.search-results h3 {
    margin: 15px 0 0 0;
    padding: 0;
    font-size: 20px;
}

.search-results h3 a {
    color: #2a3038;
}

.search-results h3 a:hover {
    color: #4cae4c;
}

.search-results p {
    margin: 7px 0 11px 0;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
}

/**
 * CSS Spinner
 **/
.loader {
    margin: 0px auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(236, 240, 241, 1);
    border-right: 1.1em solid rgba(236, 240, 241, 1);
    border-bottom: 1.1em solid rgba(236, 240, 241, 1);
    border-left: 1.1em solid #4cae4c;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
}

.loader-danger {
    border-left: 1.1em solid #dd5445;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}

.loader-small,
.loader-small:after {
    font-size: 1px;
    border-radius: 50%;
    margin-right: 15px;
    width: 15em;
    height: 15em;
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.explore {
    border-top: 1px solid #ecf0f1;
    padding-top: 50px;
    margin-top: 50px;
}

.explore h4 {
    font-size: 0.938em;
    letter-spacing: 0.03em;
    margin-top: 20px;
    font-weight: 500;
}

.explore .nav > li > a {
    padding: 0;
    font-size: 0.875em;
}

.explore ul.nav {
    margin: 10px 0;
}

.explore ul li {
    margin-top: 0;
    padding-left: 0;
    line-height: inherit;
}

/**
 * Subscription
 **/
.subscription-required {
    border-top: 2px solid #ecf0f1;
    margin-top: 50px;
    padding-top: 16px;
}
.post-subscripton-required {
    background: url('/images/subscription_required_bg.jpg') #f4f7f8;
    background-size: cover;
    border-radius: 2px;
    color: #ffffff;
    margin: 25px 0 50px;
    padding: 100px 30px 60px;
}

.post-subscripton-required h2 {
    color: #ffffff;
    margin: 0 0 0.75em 0;
    border-top: none;
    padding: 0;
}

.post-subscripton-required p {
    color: #ffffff;
    font-size: 1.25em;
    font-weight: 500;
}

.post-not-published-yet {
    background: url('/images/subscription_required_bg.jpg') #f4f7f8;
    background-size: cover;
    border-radius: 2px;
    color: #ffffff;
    margin: 25px 0 50px;
    padding: 100px 30px;
}

.post-not-published-yet h2 {
    color: #ffffff;
    margin: 0 0 0.75em 0;
}

.post-not-published-yet p {
    font-size: 1.25em;
    font-weight: 500;
}

.university-link {
    color: #f3e151;
}

.university-link:hover,
.university-link:focus {
    color: #4cae4c;
}

.subscripton-required-video {
    margin: 100px 0;
    padding-bottom: 60px;
}

.pricing-price {
    font-size: 6em;
    font-weight: bold;
    margin: 0.2em 0 0;
}

@media (max-width: 992px) {
    .pricing-price {
        font-size: 10vw;
    }
}
.pricing-currency {
    color: #95a5a6;
    font-size: 0.5em;
    font-weight: 300;
    vertical-align: super;
}

.pricing-period {
    color: #95a5a6;
    font-size: 0.3em;
    font-weight: 300;
    display: inline-block;
    margin-left: -10px;
}

.pricing-hint {
    font-size: 1.125em;
    margin-bottom: 15px;
}

.pricing-total-price {
    color: #95a5a6;
    font-size: 0.925em;
    margin-bottom: 15px;
}

.signup-form h4:first-child {
    margin: 1em 0 1.25em;
    padding: 0;
}

.signup-form h4 {
    margin: 2em 0 1.25em;
    padding: 0;
}

.signup-form input[type='submit'] {
    margin-top: 2em;
}

.purchased-products-list {
    list-style-type: none !important;
    padding: 0;
}

.panel-group-box {
    padding: 0;
}

.panel-group-list {
    list-style-type: none;
    padding: 0;
}

.panel-group-list > li {
    padding: 15px !important;
    border-bottom: 1px solid #ecf0f1;
    margin: 0;
}

.panel-group-list > li:last-child {
    padding: 15px;
    border-bottom: none;
}

.alert {
    border-radius: 2px;
}

/**
 * Video
 **/
.fs-video-container {
    margin: 70px 0;
}

.aside-video + .fs-video-container {
    margin: 0;
}

.fs-video-container p {
    background: #f4f7f8;
    font-weight: 500;
    margin: 0;
    padding: 0.25em;
}

/**
 * Cookie Consent
 **/
.cc_banner-wrapper {
    z-index: 9001;
    position: relative;
}

.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
    line-height: 1em;
}

.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}

.cc_logo {
    display: none;
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em;
    }

    .cc_container .cc_message {
        font-size: 0.8em;
    }
}

@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 1em;
    }

    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em;
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em;
    }
}

@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none;
    }
}

.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
}

.cc_container .cc_btn {
    padding: 0.5em 1.5em;
    font-size: 16px;
    font-weight: 500;
    background-color: #f1d600;
    border: 2px solid #f1d600;
    color: #000;
    border-radius: 2em;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    float: right;
}

.cc_container .cc_btn:focus,
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background-color: transparent;
    text-decoration: none;
}

.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 0.6em;
    display: block;
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em;
    }

    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em;
    }
}

@media screen and (min-width: 768px) {
    .cc_container {
        padding: 10px 30px 10px;
    }

    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px;
    }

    .cc_container .cc_message {
        font-size: 1em;
    }
}

@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em;
    }
}

.cc_container {
    background: #fff;
    font-size: 17px;
    box-sizing: border-box;
    border-top: 1px solid #ecf0f1;
}

.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none;
}

@keyframes slideUp {
    0% {
        transform: translateY(66px);
    }
    100% {
        transform: translateY(0);
    }
}

.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.8s;
    animation-name: slideUp;
}

/**
 * Learning Paths
 **/

.learning-path h2 {
    color: inherit;
    margin: 10px 0 0.25em;
}

.learning-path {
    margin-bottom: 75px;
}

.learning-paths {
    margin-bottom: 50px;
}

.learning-path h3 {
    margin: 0.15em 0;
}

.learning-path .fa {
    padding-top: 0;
}

.learning-path-buy-box h2 {
    margin-bottom: 1em;
}

.learning-path-buy-box h4 {
    color: #ecf0f1;
    font-size: 36px;
    margin: 2em 0 0;
    opacity: 0.5;
}

.learning-path-buy-box p {
    font-size: 1.25em;
}

.learning-path-buy-box p.price {
    border: 4px solid #313131;
    background: #4cae4c;
    font-size: 2em;
    font-weight: 500;
    padding: 0.2em 0.75em 0.4em;
    display: inline-block;
}

.learning-path-requirements {
    list-style-type: none;
}

.learning-path-requirements li {
    background: url('/images/icons/check.svg') no-repeat center left;
    background-size: 18px;
    padding-left: 40px;
}

.learnpath-intro {
    margin-bottom: 83px;
}

.learnpath-course {
    margin: 50px 0 100px;
}

.learnpath-step-title {
    font-size: 21px;
}

.learnpath-step {
    margin: 10px auto 0 !important;
    width: 35px !important;
}

.learnpath-step a {
    height: 20px !important;
    line-height: 17px !important;
    cursor: pointer !important;
    text-decoration: none;
}

.learnpath-step a span {
    position: relative;
}

.expand-transition {
    max-height: 800px;
    transition: all 0.5s ease;
    overflow: hidden;
}

/* .expand-enter defines the starting state for entering */
/* .expand-leave defines the ending state for leaving */
.expand-enter,
.expand-leave {
    max-height: 0;
    opacity: 0;
}

.clearfix {
    clear: both;
}

.disabled {
    cursor: default;
    pointer-events: none;
    user-select: none;
    opacity: 0.6 !important;
}

/*
 * Fontawesome
 */

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

/* hide Vue.js tags until the Vue instance is ready */
[v-cloak] > * {
    display: none;
}
[v-cloak]::before {
    content: 'Loading …';
}

.mr-1 {
    margin-right: 1rem;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-3 {
    margin-bottom: 3rem;
}
