/**
 * 2.0 - Reset
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

html, body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:hover, *:focus, *:active {
    outline: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

::-moz-selection {
    color: #fff;
}

::selection {
    color: #fff;
}

/**
 * 3.0 - Elements
 */

img {
    border: 0;
    height: auto;
    vertical-align: middle;
}

img, iframe, video, audio {
    max-width: 100%;
}

a {
    cursor: pointer;
    -ms-word-break: break-all;
    word-break: normal;
    word-wrap: break-word;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 25px 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #2a2b35;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

.h1, h1 {
    font-size: 40px;
}

.h2, h2 {
    font-size: 33px;
}

.h3, h3 {
    font-size: 26px;
}

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

.h5, h5 {
    font-size: 17px;
}

.h6, h6 {
    font-size: 13px;
}

.small, small {
    font-size: 85%;
    line-height: 1;
    color: #828282;
}

.bold, strong, b {
    font-weight: 700;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

dfn, cite, em, i, var {
    font-style: italic;
}

s, strike, del {
    text-decoration: line-through;
}

u, ins {
    text-decoration: underline;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p {
    margin-bottom: 15px;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite, blockquote small, blockquote footer {
    color: #acabac;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

.mark, mark {
    padding: .2em;
    background: #fffacc;
    color: #747374;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

ul, ol {
    margin: 0 0 25px 33px;
}

ul ul, ul ol, ol ul, ol ol {
    margin: 10px 0 10px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

dl {
    margin-top: 0;
    margin-bottom: 25px;
}

dt {
    font-weight: 700;
}

dd, dt {
    line-height: 1.42857143;
}

dd {
    margin-left: 0;
    margin-bottom: 10px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

pre {
    width: 100%;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre.pre-scrollable {
    max-height: 269px;
    overflow-y: scroll;
}

.code, code {
    color: #2a2b35;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.1;
    padding: 2px 10px;
    background-color: #fffacc;
    border-radius: 4px;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    border-width: 0;
    margin: 0 0 25px 0;
    table-layout: fixed;
    width: 100%;
}

table thead th {
    text-transform: uppercase;
    color: #000000;
    font-size: 12px;
}

table th, table td {
    padding: 12px 10px;
    vertical-align: middle;
    border-bottom: 3px solid #f4f7f6;
}

table caption, table th, table td {
    font-weight: normal;
    text-align: left;
}

table th {
    font-weight: 700;
}

table td {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

/**
 * 4.0 - Helper classes
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clear-mrg > *:last-child,
.note-box > *:last-child,
.code-box > *:last-child,
.info-box > *:last-child,
.example-box > *:last-child,
.callout-box > *:last-child,
.docs-section > *:last-child,
.docs-subsection > *:last-child {
    margin-bottom: 0 !important;
}

.clear {
    clear: both;
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden !important;
}

.text-lead {
    font-size: 22px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #c4c4c4;
}

.text-success {
    color: #3c763d;
}

.text-info {
    color: #31708f;
}

.text-warning {
    color: #8a6d3b;
}

.text-danger {
    color: #a94442
}

.bg-success {
    background-color: #dff0d8;
}

.bg-info {
    background-color: #d9edf7;
}

.bg-warning {
    background-color: #fffacc;
}

.bg-danger {
    background-color: #f2dede;
}

.valign-outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    position: static;
}

.valign-middle {
    top: 50%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: static;
}

.valign-inner {
    position: relative;
    top: -50%;
}

.list-unstyled {
    margin-left: 0;
    list-style: none;
}

.list-unstyled .list-unstyled {
    margin-left: 20px;
}

.list-inline {
    margin-left: -5px;
    list-style: none;
}

.list-inline li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        clear: left;
        width: 260px;
        overflow: hidden;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 260px;
        padding-left: 20px;
    }

    .dl-horizontal-sm dt { width: 200px; }
    .dl-horizontal-sm dd { margin-left: 200px; }
    .dl-horizontal-lg dt { width: 350px; }
    .dl-horizontal-lg dd { margin-left: 350px; }
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs, .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm, .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md, .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg, .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/* Accessibility */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/**
 * 5.0 - Grid
 */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row {
    *zoom: 1;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

/**
 * 6.0 - Components
 */

/**
 * 6.1 - Buttons
 */
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: 9px 20px;
    font-size: 17px;
    line-height: 1.1;
    border-radius: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
    text-decoration: none !important;
}

.btn.btn-default {
    color: #fff;
    background-color: #000;
}

#btnUp {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    display: none;
}

/**
 * 6.2 - Image Responsive
 */
figure {
    max-width: 100%;
    display: block;
    margin: 0 0 25px 0;
}

.img-wrap {
    display: inline-block;
}

.img-frame {
    position: relative;
    border: 8px solid #fff;
    background: #fcfcfc;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.1);	
}

.img-frame-hover {
	opacity: 0.9;
	-webkit-transition: box-shadow 150ms ease-out, opacity 150ms ease-out;
	transition: box-shadow 150ms ease-out, opacity 150ms ease-out;	
}

.img-frame-hover:hover {
	opacity: 1;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12), 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12), 0 0 12px rgba(0, 0, 0, 0.2);
}

.img-caption,
.wp-caption-text {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.img-caption:before,
.img-caption:after,
.wp-caption-text:before,
.wp-caption-text:after {
    content: '-';
    position: relative;
    display: inline-block;
}

.img-caption:before,
.wp-caption-text:before {
    margin-right: 10px;
}

.img-caption:after,
.wp-caption-text:after {
    margin-left: 10px;
}

/**
 * 6.3 - Image Shapes
 */
.img-rounded {
    border-radius: 6px;
}

.img-circle {
    border-radius: 50%;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.circle-frame {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
}

.circle-frame img {
    border-radius: 50%;
}

/**
 * 6.4 - Image Zoom In
 */
.img-zoomin {
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.img-zoomin + .img-zoomin {
    margin-left: 20px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
 * 6.5 - Line types
 */
hr {
    border: 0;
    height: 0;
    margin-top: 0;
    margin-bottom: 25px;
    border-top: 1px solid #bfbfc2;
}

.hr-dotted {
    border: none;
    border-top: 1px dotted #bfbfc2;
}

.hr-dashed {
    border: none;
    border-top: 1px dashed #bfbfc2;
}

/**
 * 6.6 - Boxes
 */

pre,
.info-box,
.example-box {
    margin-bottom: 25px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.1);
}

pre,
.example-box {
    border: 8px solid #fff;
    background: #fcfcfc !important;
}

.example-box {
    position: relative;
    padding: 50px 20px 20px;
}

.example-box:after {
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
    letter-spacing: 1px;
    content: "Example";
}

.note-box,
.code-box {
    font-weight: 400;
    line-height: 24px;
    padding: 20px 35px;
    border-radius: 4px;
}

.note-box {
    color: #767676;
    font-size: 15px;
}

.code-box {
    color: #2a2b35;
}

.code-box code {
    color: inherit;
    background: transparent;
    padding: 0;
}

.info-box {
    padding: 45px;
}

.callout-box {
    font-size: 18px;
    font-weight: 700;
    padding: 29px 55px;
    border-radius: 1px;
    position: relative;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12), 0 0 1px rgba(0, 0, 0, 0.1);
}

.callout-box:before {
    content: '';
    width: 5px;
    height: 100%;
    border-radius: 2px 0 0 2px;
    position: absolute;
    left: 0;
    top: 0;
}

.callout-box.brd-success:before {
    background-color: #dff0d8;
}

.callout-box.brd-info:before {
    background-color: #d9edf7;
}

.callout-box.brd-warning:before {
    background-color: #fffacc;
}

.callout-box.brd-danger:before {
    background-color: #f2dede;
}

/**
 * 7.0 - Layout & Containers
 */
body {
    color: #2b2b35;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em;
    background-color: #fff;
}

#docs-container {
    width: 100%;
    max-width: 1500px;
}

#docs-content,
#docs-sidebar,
#docs-sidebar2 {
    padding-top: 40px;
    padding-bottom: 40px;
}

#docs-sidebar {
    padding-left: 20px;
    padding-right: 20px;
}

#docs-sidebar {
    background: #fcfcfc;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#docs-content {
    padding-left: 50px;
    padding-right: 50px;
}

@media (min-width: 768px) {
    #docs-container {
        display: table;
    }

    #docs-content,
    #docs-sidebar,
    #docs-sidebar2 {
        display: table-cell;
        vertical-align: top;
    }

    #docs-sidebar {
        width: 300px;
    }

    #docs-sidebar2 {
        width: 250px;
    }

}

@media (min-width: 1200px) {
    #docs-content,
    #docs-sidebar,
    #docs-sidebar2 {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    #docs-sidebar {
        padding-left: 30px;
        padding-right: 25px;
    }
}

/* Containers */
.container,
.container-sm {
    padding-left: 40px;
    padding-right: 40px;
}

.container-sm {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .container,
    .container-sm {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/**
 * 8.0 - Docs Header
 */
.docs-header-top {
    padding-top: 15px;
    padding-bottom: 15px;
}

.docs-logo {
    color: #1e1e1e;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.docs-logo img {
    width: auto;
    height: auto;
    max-height: 35px;
}

.docs-header-cont {
    color: #2a2b35;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0;
}

.home .docs-header-cont {
    padding-top: 50px;
    padding-bottom: 50px;
}

.docs-slogan {
    margin-bottom: 35px;
}

.docs-slogan a,
.docs-slogan img {
    display: inline-block;
    vertical-align: top;
}

.docs-slogan img {
    margin-bottom: 5px;
}

.docs-slogan p {
    font-size: 21px;
    letter-spacing: 0.1em;
    padding-left: 0.25em;
    margin-top: 5px;
}

.docs-top-nav {
    text-align: right;
}

.docs-top-nav ul {
    list-style: none;
    margin: 0;
}

.docs-top-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.docs-top-nav li:last-child {
    margin-right: 0;
}

.docs-top-nav a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.docs-top-nav a:hover {
    opacity: 0.7;
}

.docs-top-nav .brd {
    padding-right: 15px;
    border-right: 1px solid #bfbfc2;
}

.search-form {
    position: relative;
    max-width: 720px;
}

.search-form input {
    width: 100%;
    height: 50px;
    padding: 10px 45px 10px 15px;
    background: #fff;
    border: 0;
    border-radius: 3px;
    color: #000;
    font-family: inherit;
    font-size: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 18px 0 rgba(0, 0, 0, 0.10);
}

.search-form button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    cursor: pointer;
}

.search-form button:before {
    content: "\e900";
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1;
    color: #1f1f1f;
}

@media (max-width: 767px) {
    .docs-top-nav {
        text-align: center;
    }

    .docs-header-top {
        text-align: center;
    }
}

/**
 * 8.0 - Docs Content
 */
.docs-title {
    color: #2a2b35;
    font-family: "Poppins", sans-serif;
    font-size: 46px;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    margin-bottom: 60px;
}

.docs-title:before {
    content: '';
    width: 39px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.docs-title2 {
    position: relative;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.docs-title2:before {
    content: '';
    width: 39px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.docs-title2 .anchor-link {
    display: inline-block;
    margin-left: 10px;
    opacity: 0;
    visibility: hidden;
}

.docs-title2:hover .anchor-link {
    opacity: 0.65;
    visibility: visible;
}

.docs-title2 .anchor-link:hover {
    opacity: 1;
}

.docs-section {
    padding-top: 50px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #bfbfc2;
}

.docs-head {
    margin-bottom: 60px;
}

.docs-head .docs-title {
    margin-bottom: 10px;
}

.docs-description {
    font-size: 1.2em;
}

.docs-subsection {
    padding-top: 55px;
    padding-bottom: 20px;
    border-top: 1px dashed #bfbfc2;
}

.docs-section:first-child {
    margin-top: -50px;
}

.docs-subsection:last-child {
    padding-bottom: 0;
}

.docs-clear-sub .docs-title {
    margin-bottom: 10px;
}

.docs-clear-sub .docs-title + .docs-subsection {
    border-top: none;
}

/* 9.0 - Docs Navigation */
#docs-nav {
    line-height: 1;
}

#docs-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#docs-nav li {
    position: relative;
}

#docs-nav a {
    font-family: "Poppins", sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.1em;
    text-decoration: none;
    display: inline-block;
    padding: 7px 0;
}

#docs-nav .menu-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0.4em;
    width: 1em;
    height: 1em;
    text-align: center;
    cursor: pointer;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: transform 200ms linear 0s, color 0.2s ease-out;
    -moz-transition: transform 200ms linear 0s, color 0.2s ease-out;
    transition: transform 200ms linear 0s, color 0.2s ease-out;
}

/* First level styles */
#docs-nav > ul > li {
    padding: 7px 0;
}

#docs-nav > ul > li:first-child {
    padding-top: 0;
}

#docs-nav > ul > li > a {
    padding: 2px 0 2px 10px;
    border-left: 3px solid transparent;
    color: #2b2b35;
    font-size: 0.95em;
    position: relative;
    z-index: 1;
}

#docs-nav > ul > li > .menu-arrow {
    font-size: 1.2em;
    z-index: 2;
}

#docs-nav > ul > li.opened:before,
#docs-nav > ul > li.current-menu-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 7px;
    width: 4px;
    background: #f5f5f5;
    z-index: 0;
}

#docs-nav > ul > li > .sub-menu {
    padding-top: 10px;
}

/* Subnav styles */
#docs-nav .sub-menu {
    padding-left: 22px;
    font-size: 0.95em;
    display: none;
}

#docs-nav .sub-menu a,
#docs-nav .sub-menu .menu-arrow {
    color: #708090;
}

#docs-nav .sub-menu a:hover,
#docs-nav .sub-menu .menu-arrow:hover {
    color: #2b2b35;
}

#docs-nav li.opened > .menu-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* Menu highlighted item */
#docs-nav .menu-item-highlight > a {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 13px;
    background-color: #f5f5f5;
    font-weight: 600;
    text-align: center;
}

#docs-nav .menu-item-highlight > a:before {
    display: none !important;
}

@media (min-width: 1200px) {
    #docs-nav .menu-item-highlight > a {
        margin-left: -30px;
        margin-right: -25px;
    }
}

/* Toggle Box */
.togglebox,
.accordion {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.togglebox > li,
.accordion > li {
    margin-bottom: 10px;
}

.togglebox-content,
.accordion-content {
    display: none;
    padding: 15px 20px;
}

.togglebox-header,
.accordion-header {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 16px 10px;
    transition: background-color 0.15s linear 0s;
    background: #f5f5f5;
    position: relative;
    border-radius: 5px;
}

.accordion-header .anchor-link {
    margin-right: 10px;
    color: inherit;
    opacity: 0.6 ;
}

.accordion-header .anchor-link:hover {
    opacity: 1;
}

.toggle-cont {
    display: none;
    margin: 20px 0;
}

/**
 * FAQ Page
 */
.accordion-faq {
  margin: 40px 0 60px;
}

.accordion-faq li {
    margin-bottom: 5px;
    background: transparent;
    transition: background 350ms linear 0s;
    -webkit-transition: background 350ms linear 0s;
    -moz-transition: background 350ms linear 0s;
    -ms-transition: background 350ms linear 0s;
}

.accordion-faq .accordion-content {
    padding: 30px;
}

.accordion-faq .accordion-header {
    padding-left: 30px;
    padding-right: 40px;
    font-size: 17px;
    color: #fff;
    background: #383942;
    border-radius: 3px;
}

.accordion-faq .icon {
    position: absolute;
    top: 0.8em;
    right: 25px;
    font-size: 1.1em;

    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);

    transition: transform 200ms linear 0s;
    -webkit-transition: transform 200ms linear 0s;
    -moz-transition: transform 200ms linear 0s;
    -ms-transition: transform 200ms linear 0s;
}

.accordion-faq li.active {
    background: #f7f7f7;
    border-radius: 5px;
}

.accordion-faq li.active .icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

/**
 * Post Single
 */
.docs-single-header {
    margin-bottom: 60px;
}

.docs-single-header .docs-title {
    margin-bottom: 10px;
}

.docs-meta {
    font-size: 0.85em;
}

.docs-meta a {
    text-decoration: none;
}

.docs-meta a:hover {
    text-decoration: underline;
}

.docs-single-footer {
    margin-top: 30px;
}

.docs-tags-list,
.docs-cats-list {
    padding: 5px 0;
    color: #000;
    font-size: 0.8em;
    font-weight: 600;
}

.docs-tags-list {
    border-top: 1px dashed #bfbfc2;
}

.docs-tags-list a {
    margin: 0 3px 0 5px;
    text-decoration: none;
    font-weight: 400;
}

.docs-tags-list a:hover {
    text-decoration: underline;
}

.docs-cats-list a {
    display: inline-block;
    margin: 5px;
    padding: 5px 17px;
    border-radius: 20px;
    color: #000;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
}

/**
 * Post Title
 */
.docs-post {
    margin-bottom: 30px;
}

.docs-single-no-tag {
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfbfc2;
}

.docs-post-title {
    margin-bottom: 10px;
    font-size: 25px;
}

.docs-post-title a {
    color: inherit;
}

.docs-post-title a:hover {
    color: #000;
}

.docs-post-cont {
    display: block;
    text-decoration: none;
    color: inherit;
}

.docs-post-footer {
    margin-top: 10px;
}

/**
 * Pagination
 */
.pagination {
    margin-top: 20px;
    font-weight: 600;
    text-align: center;
}

.pagination a,
.pagination span {
    margin: 5px;
}

.pagination a {
    color: #000;
    text-decoration: none;
}

/**
 * Widgets
 */
.widget {
    margin-bottom: 20px;
    padding: 0px 30px 30px 30px;
    background: #fafafa;
}

.widget-title {
    text-transform: uppercase;
    font-size: 17px;
    background: #eee;
    padding: 10px 15px;
    text-align: center;
    margin-left: -30px;
    margin-right: -30px;
}

.widget a {
    text-decoration: none;
}

.widget-title a {
    color: inherit;
}

/* widget forms */

.widget select {
    width: 100%;
}

/* widget lists */

.widget ul {
    list-style: none;
    margin: 0;
}

.widget ul li,
.widget ol li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
    margin-top: -1px;
}

.widget ul li ul {
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
}

.widget ul li li {
    border: 0;
    padding-left: 24px;
    padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
    bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

.widget_rss ul li {
    padding-bottom: 1em;
    padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
    font-size: 0.81em;
}

/* Text widget */

.widget_text {
    word-wrap: break-word;
}

.widget_text ul {
    list-style: disc;
    margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
    list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
    border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
    padding-bottom: 0;
}

.widget_text ul li ul {
    margin: 0 0 0 1.5em;
}

.widget_text ul li li {
    padding-left: 0;
    padding-right: 0;
}

.widget_text ol li {
    list-style-position: inside;
}

.widget_text ol li + li {
    margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
    float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
    display: block;
}

.widget_rss ul li {
    padding: 2.125em 0;
}

.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.widget_rss li .rsswidget {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
    color: #767676;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.5;
    text-transform: uppercase;
}

.widget_rss .rss-date {
    margin: 0.5em 0 1.5em;
    padding: 0;
}

.widget_rss .rssSummary {
    margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
    margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
    display: block;
}

/* Tag cloud widget */

.tagcloud ul li {
    float: left;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
    line-height: 1;
    text-align: center;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
    display: inline-block;
    margin: 5px 3px;
    padding: 5px 17px;
    border-radius: 20px;
    color: #000;
    font-size: 0.8em !important;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
}

.docs-cats-list a,
.widget .tagcloud a,
.wp_widget_tag_cloud a,
.widget.widget_tag_cloud a {
    background-color: #d8d8d8;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
    text-align: center;
}

.widget_calendar tfoot td {
    border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/**
 * Mobile View
 */
@media (max-width: 767px) {
    #docs-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .docs-logo {
        margin-bottom: 15px;
    }

    .docs-title {
        font-size: 35px;
    }

    #btnUp {
        width: 40px;
        height: 40px;
    }
}