@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family             : sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display       : inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height : 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    margin   : .67em 0;
    font-size: 2em
}

mark {
    color     : #000;
    background: #ff0
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height            : 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing   : content-box;
    box-sizing        : content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size  : 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font  : inherit;
    color : inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor            : pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border : 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
    padding           : 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing   : content-box;
    box-sizing        : content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin : 0 2px;
    border : 1px solid silver
}

legend {
    padding: 0;
    border : 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-spacing : 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        color             : #000 !important;
        text-shadow       : none !important;
        background        : transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow        : none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border           : 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows : 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box
}

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

html {
    font-size                  : 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family     : "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size       : 14px;
    line-height     : 1.42857143;
    color           : #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size  : inherit;
    line-height: inherit
}

a {
    color          : #337ab7;
    text-decoration: none
}

a:hover {
    color          : #23527c;
    text-decoration: underline
}

a:focus {
    outline: 0
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    max-width     : 100%
}

hr {
    margin-top   : 20px;
    margin-bottom: 20px;
    border       : 0;
    border-top   : 1px solid #eee
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color      : inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color      : #777
}

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

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

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

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    padding         : .2em;
    background-color: #fcf8e3
}

ul,
ol {
    margin-top   : 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

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

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

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

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

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

blockquote footer,
blockquote small,
blockquote .small {
    display    : block;
    font-size  : 80%;
    line-height: 1.42857143;
    color      : #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left : 0;
    text-align   : right;
    border-right : 5px solid #eee;
    border-left  : 0
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

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

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

code {
    padding         : 2px 4px;
    font-size       : 90%;
    color           : #c7254e;
    background-color: #f9f2f4;
    border-radius   : 4px
}

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, .25);
    box-shadow        : inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding           : 0;
    font-size         : 100%;
    font-weight       : bold;
    -webkit-box-shadow: none;
    box-shadow        : none
}

pre {
    display         : block;
    padding         : 9.5px;
    margin          : 0 0 10px;
    font-size       : 13px;
    line-height     : 1.42857143;
    color           : #333;
    word-break      : break-all;
    word-wrap       : break-word;
    background-color: #f5f5f5;
    border          : 1px solid #ccc;
    border-radius   : 4px
}

pre code {
    padding         : 0;
    font-size       : inherit;
    color           : inherit;
    white-space     : pre-wrap;
    background-color: transparent;
    border-radius   : 0
}

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

.container {
    padding-right: 15px;
    padding-left : 15px;
    margin-right : auto;
    margin-left  : auto
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left : 15px;
    margin-right : auto;
    margin-left  : auto
}

.row {
    margin-right: -15px;
    margin-left : -15px
}

.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-right: 15px;
    padding-left : 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-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

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

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

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

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

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

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

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

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

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

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

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

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

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

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

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

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

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

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

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

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

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

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

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

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

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

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

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

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

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

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

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

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

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

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

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

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

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

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

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

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

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

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

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

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

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

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

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

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

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

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

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

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

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

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

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

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

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

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

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

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

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

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

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

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

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

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

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

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

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

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

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

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

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

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

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

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

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

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

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

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

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

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

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

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

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

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

caption {
    padding-top   : 8px;
    padding-bottom: 8px;
    color         : #777;
    text-align    : left
}

th {
    text-align: left
}

fieldset {
    min-width: 0;
    padding  : 0;
    margin   : 0;
    border   : 0
}

legend {
    display      : block;
    width        : 100%;
    padding      : 0;
    margin-bottom: 20px;
    font-size    : 21px;
    line-height  : inherit;
    color        : #333;
    border       : 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display      : inline-block;
    max-width    : 100%;
    margin-bottom: 5px;
    font-weight  : bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin     : 4px 0 0;
    margin-top : 1px 9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width  : 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline       : thin dotted;
    outline       : 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display    : block;
    padding-top: 7px;
    font-size  : 14px;
    line-height: 1.42857143;
    color      : #555
}

.form-control {
    display           : block;
    width             : 100%;
    height            : 34px;
    padding           : 6px 12px;
    font-size         : 14px;
    line-height       : 1.42857143;
    color             : #555;
    background-color  : #fff;
    background-image  : none;
    border            : 1px solid #ccc;
    border-radius     : 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow        : inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition     : border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition        : border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color      : #66afe9;
    outline           : 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow        : inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder {
    color  : #a6a6a6;
    opacity: 1
}

.form-control::-moz-placeholder {
    color  : #a6a6a6;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #a6a6a6
}

.form-control::-webkit-input-placeholder {
    color: #a6a6a6
}

.form-control::-ms-expand {
    background-color: transparent;
    border          : 0
}

input.input:-moz-placeholder {
    color  : #a6a6a6;
    opacity: 1
}

input.input::-moz-placeholder {
    color  : #a6a6a6;
    opacity: 1
}

input.input:-ms-input-placeholder {
    color: #a6a6a6
}

input.input::-webkit-input-placeholder {
    color: #a6a6a6
}

input.input::-ms-expand {
    background-color: transparent;
    border          : 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity         : 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position     : relative;
    display      : block;
    margin-top   : 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height   : 20px;
    padding-left : 20px;
    margin-bottom: 0;
    font-weight  : normal;
    cursor       : pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position   : absolute;
    margin-top : 4px 9;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position      : relative;
    display       : inline-block;
    padding-left  : 20px;
    margin-bottom : 0;
    font-weight   : normal;
    vertical-align: middle;
    cursor        : pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top : 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.btn {
    display            : inline-block;
    padding            : 6px 12px;
    margin-bottom      : 0;
    font-size          : 14px;
    font-weight        : normal;
    line-height        : 1.42857143;
    text-align         : center;
    white-space        : nowrap;
    vertical-align     : middle;
    -ms-touch-action   : manipulation;
    touch-action       : manipulation;
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
    background-image   : none;
    border             : 1px solid transparent;
    border-radius      : 4px
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline       : thin dotted;
    outline       : 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image  : none;
    outline           : 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow        : inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor            : not-allowed;
    filter            : alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow        : none;
    opacity           : .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color           : #333;
    background-color: #fff;
    border-color    : #ccc
}

.btn-default:focus,
.btn-default.focus {
    color           : #333;
    background-color: #e6e6e6;
    border-color    : #8c8c8c
}

.btn-default:hover {
    color           : #333;
    background-color: #e6e6e6;
    border-color    : #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color           : #333;
    background-color: #e6e6e6;
    border-color    : #adadad
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color           : #333;
    background-color: #d4d4d4;
    border-color    : #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color    : #ccc
}

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

.fade {
    opacity           : 0;
    -webkit-transition: opacity .15s linear;
    -o-transition     : opacity .15s linear;
    transition        : opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position                          : relative;
    height                            : 0;
    overflow                          : hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function     : ease;
    transition-timing-function        : ease;
    -webkit-transition-duration       : .35s;
    -o-transition-duration            : .35s;
    transition-duration               : .35s;
    -webkit-transition-property       : height, visibility;
    -o-transition-property            : height, visibility;
    transition-property               : height, visibility
}

.caret {
    display       : inline-block;
    width         : 0;
    height        : 0;
    margin-left   : 2px;
    vertical-align: middle;
    border-top    : 4px dashed;
    border-top    : 4px solid 9;
    border-right  : 4px solid transparent;
    border-left   : 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position               : absolute;
    top                    : 100%;
    left                   : 0;
    z-index                : 1000;
    display                : none;
    float                  : left;
    min-width              : 160px;
    padding                : 5px 0;
    margin                 : 2px 0 0;
    font-size              : 14px;
    text-align             : left;
    list-style             : none;
    background-color       : #fff;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
    border                 : 1px solid #ccc;
    border                 : 1px solid rgba(0, 0, 0, .15);
    border-radius          : 4px;
    -webkit-box-shadow     : 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow             : 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left : auto
}

.dropdown-menu .divider {
    height          : 1px;
    margin          : 9px 0;
    overflow        : hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display    : block;
    padding    : 3px 20px;
    clear      : both;
    font-weight: normal;
    line-height: 1.42857143;
    white-space: nowrap
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color           : #fff;
    text-decoration : none;
    background-color: #337ab7;
    outline         : 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration : none;
    cursor          : not-allowed;
    background-color: transparent;
    background-image: none;
    -ms-filter      : "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left : auto
}

.dropdown-menu-left {
    right: auto;
    left : 0
}

.dropdown-header {
    display    : block;
    padding    : 3px 20px;
    font-size  : 12px;
    line-height: 1.42857143;
    color      : #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top     : 0;
    right   : 0;
    bottom  : 0;
    left    : 0;
    z-index : 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left : auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content      : "";
    border-top   : 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid 9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top          : auto;
    bottom       : 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left : auto
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left : 0
    }
}

.btn .caret {
    margin-left: 0
}

.nav {
    padding-left : 0;
    margin-bottom: 0;
    list-style   : none
}

.nav>li {
    position: relative;
    display : block
}

.nav a {
    position: relative;
    display : block;
    padding : 10px 15px
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top : 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align   : center
}

.nav-justified>.dropdown .dropdown-menu {
    top : auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width  : 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right : 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top             : -1px;
    border-top-left-radius : 0;
    border-top-right-radius: 0
}

.navbar {
    position     : relative;
    margin-bottom: 20px;
    border       : 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right             : 15px;
    padding-left              : 15px;
    overflow-x                : visible;
    -webkit-overflow-scrolling: touch;
    border-top                : 1px solid transparent;
    -webkit-box-shadow        : inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow                : inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width             : auto;
        border-top        : 0;
        -webkit-box-shadow: none;
        box-shadow        : none
    }

    .navbar-collapse.collapse {
        display       : block !important;
        height        : auto !important;
        padding-bottom: 0;
        overflow      : visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left : 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left : -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left : 0
    }
}

.navbar-static-top {
    z-index     : 1000;
    border-width: 0
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right   : 0;
    left    : 0;
    z-index : 1030
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

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

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

.navbar-brand {
    float      : left;
    height     : 50px;
    padding    : 15px 15px;
    font-size  : 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position        : relative;
    float           : right;
    padding         : 9px 10px;
    margin-top      : 8px;
    margin-right    : 15px;
    margin-bottom   : 8px;
    background-color: transparent;
    background-image: none;
    border          : 1px solid transparent;
    border-radius   : 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display      : block;
    width        : 22px;
    height       : 2px;
    border-radius: 1px
}

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

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav a {
    padding-top   : 10px;
    padding-bottom: 10px;
    line-height   : 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position          : static;
        float             : none;
        width             : auto;
        margin-top        : 0;
        background-color  : transparent;
        border            : 0;
        -webkit-box-shadow: none;
        box-shadow        : none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float : left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav a {
        padding-top   : 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding           : 10px 15px;
    margin-top        : 8px;
    margin-right      : -15px;
    margin-bottom     : 8px;
    margin-left       : -15px;
    border-top        : 1px solid transparent;
    border-bottom     : 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow        : inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display       : inline-block;
        margin-bottom : 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display       : inline-block;
        width         : auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display       : inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom : 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display       : inline-block;
        margin-top    : 0;
        margin-bottom : 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position   : relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width             : auto;
        padding-top       : 0;
        padding-bottom    : 0;
        margin-right      : 0;
        margin-left       : 0;
        border            : 0;
        -webkit-box-shadow: none;
        box-shadow        : none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top             : 0;
    border-top-left-radius : 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom             : 0;
    border-top-left-radius    : 4px;
    border-top-right-radius   : 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius : 0
}

.navbar-btn {
    margin-top   : 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top   : 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top   : 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top   : 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float       : left;
        margin-right: 15px;
        margin-left : 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float       : right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color    : #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color           : #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-nav a {
    color: #777
}

.navbar-nav a:hover,
.navbar-nav a:focus {
    color           : #333;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #f2f2f2
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f2f2f2
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color           : #555;
    background-color: #e7e7e7
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color           : #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color           : #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color           : #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.pagination {
    display      : inline-block;
    padding-left : 0;
    margin       : 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position        : relative;
    float           : left;
    padding         : 6px 12px;
    margin-left     : -1px;
    line-height     : 1.42857143;
    color           : #337ab7;
    text-decoration : none;
    background-color: #fff;
    border          : 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left              : 0;
    border-top-left-radius   : 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius   : 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index         : 2;
    color           : #23527c;
    background-color: #eee;
    border-color    : #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index         : 3;
    color           : #fff;
    cursor          : default;
    background-color: #337ab7;
    border-color    : #337ab7
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color           : #777;
    cursor          : not-allowed;
    background-color: #fff;
    border-color    : #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding    : 10px 16px;
    font-size  : 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius   : 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius   : 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding    : 5px 10px;
    font-size  : 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius   : 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius   : 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin      : 20px 0;
    text-align  : center;
    list-style  : none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display         : inline-block;
    padding         : 5px 14px;
    background-color: #fff;
    border          : 1px solid #ddd;
    border-radius   : 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration : none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color           : #777;
    cursor          : not-allowed;
    background-color: #fff
}

.close {
    float      : right;
    font-size  : 21px;
    font-weight: bold;
    line-height: 1;
    color      : #000;
    text-shadow: 0 1px 0 #fff;
    filter     : alpha(opacity=20);
    opacity    : .2
}

.close:hover,
.close:focus {
    color          : #000;
    text-decoration: none;
    cursor         : pointer;
    filter         : alpha(opacity=50);
    opacity        : .5
}

button.close {
    -webkit-appearance: none;
    padding           : 0;
    cursor            : pointer;
    background        : transparent;
    border            : 0
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

@-ms-viewport {
    width: device-width
}

html {
    height    : 100%;
    min-height: 100%
}

body {
    min-height : 100%;
    font-family: sans-serif
}

.container .container {
    margin-right: -15px;
    margin-left : -15px
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    max-width: 100%
}

.navbar-wrapper .navbar {
    margin-bottom: 0
}

.navbar {
    border       : 0;
    border-radius: 0
}

.navbar-default {
    background  : transparent;
    border-color: transparent
}

.navbar>.container .navbar-left {
    margin-left: -15px !important
}

.navbar>.container .navbar-brand {
    margin-right: 15px
}

.navbar>.container .navbar-brand.navbar-right {
    margin: 0 0 0 15px;
    float : right
}

.navbar>.container .navbar-brand.navbar-center {
    margin   : 0;
    position : absolute;
    left     : 50%;
    transform: translateX(-50%)
}

.navbar-brand {
    height     : auto;
    line-height: 0
}

.navbar-brand.brand-text {
    line-height: inherit
}

.navbar-brand>img {
    max-width: none !important
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: transparent
}

.navbar-collapse {
    -webkit-box-shadow: none;
    box-shadow        : none
}

#navbar,
.navbar-collapse {
    text-align: center
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: transparent
}

.navbar-nav.navbar-center {
    display       : inline-block;
    float         : none;
    vertical-align: top
}

.navbar-nav.navbar-center>li {
    display: inline-block;
    float  : none
}

@media screen and (max-width:767px) {
    .navbar-nav.navbar-center>li {
        display: block
    }
}

.navbar-default .navbar-toggle {
    border-color: transparent
}

.navbar-default .navbar-toggle {
    font-size  : 20px;
    line-height: 20px
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    background: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: transparent
}

.navbar-right+.navbar-header .navbar-toggle {
    float       : left;
    margin-left : 15px;
    margin-right: 0
}

.navbar li .dropdown-toggle .caret {
    margin-left: 7px
}

.ch-bs-dropdown-menu {
    right        : auto;
    left         : 0;
    background   : #000;
    color        : #fff;
    border-width : 0;
    border-radius: 0
}

.ch-bs-dropdown-item>a {
    background  : #000;
    color       : #fff;
    border-width: 0
}

.ch-bs-dropdown-item>a:hover,
.ch-bs-dropdown-item>a:focus {
    color           : #262626;
    text-decoration : none;
    background-color: #f5f5f5
}

.container>.overlay,
.container-fluid>.overlay,
.container>.row>div[class^="col-"]>.overlay,
.container-fluid>.row>div[class^="col-"]>.overlay {
    position        : absolute;
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    opacity         : 0;
    background-color: transparent
}

.form-control {
    height: auto
}

.form-ruc {
    position   : absolute;
    left       : -10000px;
    text-indent: -99999px;
    height     : .5px;
    width      : .5px;
    overflow   : hidden;
    font-size  : 0;
    line-height: 0
}

.btn,
.btn:hover {
    text-decoration: none
}

a,
button {
    -o-transition     : color .2s ease, 0.2s ease;
    -ms-transition    : color .2s ease, 0.2s ease;
    -moz-transition   : color .2s ease, 0.2s ease;
    -webkit-transition: color .2s ease, 0.2s ease;
    transition        : color .2s ease, 0.2s ease
}

.navbar-nav>li>a,
.nav>li>a {
    line-height: inherit
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #c95552 !important
}

.has-error .form-control {
    border            : 1px solid #c95552 !important;
    -webkit-box-shadow: none;
    box-shadow        : none
}

.has-error .form-control:focus {
    border            : 1px solid #c95552 !important;
    -webkit-box-shadow: none;
    box-shadow        : none
}

.has-error .input-group-addon {
    color           : #c95552 !important;
    background-color: #f2dede !important;
    border-color    : #c95552 !important
}

.has-error .form-control-feedback {
    color: #c95552 !important
}

.placeholder {
    color  : #999;
    opacity: 1
}

.image,
.content {
    display       : inline-block;
    vertical-align: middle
}

img,
.image,
.image img,
.content,
embed,
iframe,
object,
video,
h1,
h2,
h3,
h4 {
    max-width: 100%
}

img {
    height: auto
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow        : none
}

.form-control:focus {
    outline           : 0;
    -webkit-box-shadow: none;
    box-shadow        : none
}

.medium-insert-images figure,
.mediumInsert figure,
.medium-insert-embeds figure,
.mediumInsert-embeds figure {
    position: relative
}

.medium-insert-images figure figcaption,
.mediumInsert figure figcaption,
.medium-insert-embeds figure figcaption,
.mediumInsert-embeds figure figcaption {
    position  : relative;
    z-index   : 1;
    display   : block;
    text-align: center;
    margin    : 10px 0;
    color     : #ccc;
    font-size : 14px;
    font-style: italic;
    outline   : 0 solid transparent
}

.medium-insert-images figure figcaption:focus,
.mediumInsert figure figcaption:focus,
.medium-insert-embeds figure figcaption:focus,
.mediumInsert-embeds figure figcaption:focus {
    outline: 0 solid transparent
}

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

.input-input-v1 {
    width             : 100%;
    padding           : 6px 12px;
    font-size         : 14px;
    line-height       : 1;
    color             : #555;
    background-color  : #fff;
    background-image  : none;
    border            : 1px solid #ccc;
    border-radius     : 4px;
    vertical-align    : middle;
    -webkit-box-shadow: none;
    box-shadow        : none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition     : border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition        : border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    -moz-appearance   : none;
    appearance        : none;
    outline           : 0
}

.input-input-v1:focus {
    outline: 0
}

.form-control,
.input-input-v1 {
    -webkit-background-clip: padding-box
}

.sharing {
    position: relative
}

.sharing.absolute {
    position     : fixed;
    z-index      : 100000 !important;
    width        : auto !important;
    left         : 5px;
    top          : 50%;
    transform    : translateY(-50%);
    margin-top   : 0 !important;
    margin-bottom: 0 !important
}

.sharing.absolute.right {
    right: 5px;
    left : auto;
    width: 80px !important
}

.sharing.absolute.top,
.sharing.absolute.bottom {
    top      : 5px;
    right    : auto;
    left     : 50%;
    transform: translateX(-50%)
}

.sharing.absolute.bottom {
    bottom: 5px;
    top   : auto
}

.sharing section.share {
    position     : relative;
    overflow     : hidden;
    display      : block;
    height       : 35px;
    margin-bottom: 30px;
    font-size    : 0
}

.sharing.absolute.left section.share,
.sharing.absolute.right section.share {
    width   : 35px;
    height  : auto;
    overflow: visible
}

.sharing.absolute.right section.share {
    width: 85px;
    float: right
}

.sharing.absolute.bottom section.share {
    margin-bottom: 0
}

.sharing section.share a,
.sharing section.share span.share-count {
    position      : relative;
    display       : inline-block;
    margin        : 0 5px 0 0;
    padding       : 0;
    color         : #fff;
    font-size     : 11px;
    width         : 35px;
    height        : 35px;
    line-height   : 35px;
    overflow      : hidden;
    border-radius : 3px;
    vertical-align: top;
    font-weight   : 600;
    text-transform: uppercase;
    letter-spacing: .075rem
}

.sharing.absolute section.share a {
    -o-transition     : none;
    -ms-transition    : none;
    -moz-transition   : none;
    -webkit-transition: none;
    transition        : none
}

.sharing.absolute.left section.share a,
.sharing.absolute.right section.share a,
.sharing.absolute.left section.share span.share-count,
.sharing.absolute.right section.share span.share-count {
    margin: 0 0 5px 0
}

.sharing.absolute.right section.share a,
.sharing.absolute.right section.share span.share-count {
    display    : block;
    margin-left: 50px
}

.sharing.absolute.left section.share span.share-count span count,
.sharing.absolute.right section.share span.share-count count {
    display   : block;
    position  : absolute;
    left      : 0;
    top       : 24px;
    width     : 36px;
    height    : 20px;
    text-align: center
}

.sharing section.share a:hover {
    text-decoration: none
}

.sharing section.share a i,
.sharing section.share span.share-count i {
    display    : block;
    width      : 35px;
    height     : 33px;
    position   : absolute;
    left       : 0;
    top        : 2px;
    right      : 0;
    bottom     : 0;
    text-align : center;
    line-height: 35px
}

.sharing section.share a i:before {
    font-family   : FontAwesome;
    font-style    : normal !important;
    font-weight   : normal !important;
    font-variant  : normal !important;
    text-transform: none !important;
    font-size     : inherit;
    color         : inherit
}

.sharing section.share a span,
.sharing section.share span.share-count span {
    display : inline-block;
    position: relative;
    padding : 1px 20px 0 32px;
    margin  : 0
}

.sharing section.share a span.thx {
    padding-left: 20px
}

.sharing section.share span.share-count {
    display         : inline-block;
    min-width       : 125px;
    width           : auto;
    background-color: #f6d263;
    color           : #534741
}

.sharing.absolute.left section.share span.share-count,
.sharing.absolute.right section.share span.share-count {
    display  : inline-block;
    min-width: 0;
    width    : 35px;
    height   : 55px
}

.sharing section.share span.share-count i {
    left: 3px;
    top : 1px
}

.sharing.absolute.left section.share span.share-count i,
.sharing.absolute.right section.share span.share-count i {
    left: 0
}

.sharing section.share span.share-count span {
    width       : 100%;
    padding-left: 35px;
    text-align  : center
}

.sharing.absolute.right section.share span.share-count span {
    width     : 35px;
    padding   : 20px 0 0 0;
    text-align: center
}

.sharing section.share a.facebook {
    background-color: #3c5a98
}

.sharing section.share a.facebook i:before {
    content: "\f09a"
}

.sharing section.share a.twitter {
    background-color: #5ea9dd
}

.sharing section.share a.twitter i:before {
    content: "\f099"
}

.sharing section.share a.gplus {
    background-color: #dc4e41
}

.sharing section.share a.gplus i {
    margin-left: 1px
}

.sharing section.share a.gplus i:before {
    content: "\f0d5"
}

.sharing section.share a.xing {
    background-color: #015a60
}

.sharing section.share a.xing i:before {
    content: "\f168"
}

.sharing section.share a.linkedin {
    background-color: #0077b5
}

.sharing section.share a.linkedin i:before {
    content: "\f0e1"
}

.sharing section.share a.buffer {
    background-color: #000
}

.sharing section.share a.buffer i {
    background-image   : url(../img/icons/buffer.png);
    background-repeat  : no-repeat;
    background-size    : 11px 11px;
    background-position: 12px 11px
}

.sharing section.share a.buffer i:before {
    content: ""
}

.sharing section.share a.pinterest {
    background-color: #bd081c
}

.sharing section.share a.pinterest i:before {
    content: "\f0d2"
}

.sharing section.share a.email {
    background-color: #b2b2b2
}

.sharing section.share a.email i {
    margin-top: -1px
}

.sharing section.share a.email i:before {
    content: "\f0e0"
}

@media print {
    .sharing {
        display: none
    }
}

@media(max-width:719px) {

    .sharing.absolute,
    .sharing.absolute.right,
    .sharing.absolute.left,
    .sharing.absolute.top,
    .sharing.absolute.bottom {
        position : fixed;
        top      : auto;
        bottom   : 10px;
        left     : 0;
        right    : 0;
        margin   : 0 !important;
        transform: none;
        height   : 35px;
        z-index  : 999 !important
    }

    .sharing.absolute.left section.share,
    .sharing.absolute.right section.share,
    .sharing.absolute.top section.share,
    .sharing.absolute.bottom section.share {
        height        : 35px;
        display       : table;
        table-layout  : fixed;
        border-spacing: 5px;
        width         : 100%
    }

    .sharing.absolute.left section.share span.share-count,
    .sharing.absolute.right section.share span.share-count,
    .sharing.absolute.top section.share span.share-count,
    .sharing.absolute.bottom section.share span.share-count,
    .sharing.absolute.left section.share a,
    .sharing.absolute.right section.share a,
    .sharing.absolute.top section.share a,
    .sharing.absolute.bottom section.share a {
        display  : table-cell;
        overflow : hidden;
        height   : 35px;
        width    : auto;
        min-width: 0;
        margin   : 0;
        padding  : 0
    }

    .sharing section.share a {
        text-align   : center;
        border-radius: 3px
    }

    .sharing.absolute section.share span.share-count i {
        display: none
    }

    .sharing.absolute section.share a span.thx {
        line-height: 35px;
        font-size  : 11px;
        padding    : 1px 20px 0 32px;
        display    : inline-block
    }

    .sharing.absolute section.share a span,
    .sharing.absolute section.share span.share-count span {
        font-size  : 0;
        padding    : 0 !important;
        line-height: 0;
        display    : block
    }

    .sharing.absolute section.share span.share-count span count,
    .sharing.absolute.left section.share span.share-count span count,
    .sharing.absolute.right section.share span.share-count count {
        width      : 100%;
        text-align : center;
        display    : block;
        position   : absolute;
        left       : 0;
        top        : 0;
        right      : 0;
        bottom     : 0;
        width      : auto;
        height     : auto;
        font-size  : 11px;
        line-height: 35px;
        text-align : center
    }

    .sharing.absolute section.share a i {
        display : inline;
        width   : 35px;
        height  : 33px;
        position: relative;
        left    : auto;
        top     : auto;
        right   : auto;
        bottom  : auto
    }

    .sharing.absolute section.share a.buffer>i {
        display    : block;
        margin-left: 2px
    }
}

.content-meta span {
    margin-right: 20px
}

.content-meta span.comments {
    margin-right: 0
}

.content-meta span.comments a {
    margin-right: 20px
}

.blog-search {
    position: relative
}

.blog-search input.form-control,
.blog-search .input-input-v1 {
    padding-top   : 10px;
    padding-bottom: 10px;
    padding-right : 40px;
    padding-left  : 15px;
    width         : 100%;
    line-height   : 1.5
}

.blog-search span.fa-search {
    position: absolute;
    top     : 12px;
    right   : 15px;
    color   : #e2e2e2
}

.blog-search input.search-submit {
    width  : 0;
    height : 0;
    display: none
}

section.comments {
    position: relative;
    overflow: hidden;
    display : block;
    margin  : 30px 0 30px 0
}

section.comments ul.comments-list {
    padding   : 0;
    margin    : 0;
    list-style: none
}

section.comments li.comment {
    padding   : 0 0 2px 0;
    margin    : 0 0 48px 0;
    list-style: none
}

section.comments li.comment.child {
    margin-left: 60px
}

@media screen and (max-width:767px) {
    section.comments li.comment.child {
        margin-left: 30px
    }
}

@media screen and (max-width:479px) {
    section.comments li.comment.child {
        margin-left: 15px
    }
}

section.comments li.comment .comment-header>p {
    margin : 0;
    padding: 0
}

section.comments li.comment .comment-header p.comment-author .comment-author-link {
    font-size: 1.1em
}

section.comments li.comment .comment-header p.comment-author img {
    float        : left;
    border-radius: 50%;
    width        : 60px;
    height       : 60px;
    margin       : 0 20px 0 0
}

section.comments li.comment .comment-header p.comment-meta {
    color    : #999;
    font-size: .9em;
    margin   : 2px 0 0 0
}

section.comments li.comment div.comment {
    clear    : both;
    font-size: 1.2em;
    padding  : 20px 0 10px 0
}

section.comments li.comment div.comment-reply a {
    display        : inline-block;
    margin         : 15px 0 0 0;
    padding        : 5px 10px 5px 10px;
    background     : #eaebec;
    color          : #afafaf;
    text-transform : uppercase;
    font-weight    : 500;
    font-size      : .8em;
    text-decoration: none;
    border-radius  : 3px
}

section.comments li.comment div.comment-reply a:hover {
    color          : #6f6f6f;
    text-decoration: none
}

section.comments #comments-input-notification {
    position: relative
}

.blog-comments h3 {
    font-weight: 600;
    color      : #2e2c2d
}

.blog-comments img.avatar {
    border-radius: 50px
}

.blog-comments div.comment {
    font-size: 18px
}

.blog-comments textarea.form-control {
    border-width  : 2px 2px 2px 2px;
    border-style  : solid;
    border-color  : #e2e2e2;
    border-radius : 3px;
    padding-top   : 10px;
    padding-right : 15px;
    padding-bottom: 10px;
    padding-left  : 15px
}

.blog-comments input.form-control {
    border-width  : 2px 2px 2px 2px;
    border-style  : solid;
    border-color  : #e2e2e2;
    border-radius : 3px;
    padding-top   : 10px;
    padding-right : 15px;
    padding-bottom: 10px;
    padding-left  : 15px
}

.blog-comments textarea.form-control:hover {
    border-color: #c9c9c9
}

.blog-comments input.form-control:hover {
    border-color: #c9c9c9
}

.blog-comments div.comment-form form button {
    font-weight     : 600;
    font-size       : 12px;
    padding-top     : 15px;
    padding-right   : 40px;
    padding-bottom  : 15px;
    padding-left    : 40px;
    color           : #fff;
    line-height     : 20px;
    letter-spacing  : 1px;
    text-transform  : uppercase;
    background-color: silver;
    border-radius   : 3px
}

.blog-comments div.comment-form form button:hover {
    background-color: #454648
}

.blog-comments a.comment-reply-link {
    background-color: silver;
    color           : #fff;
    font-size       : 12px;
    line-height     : 20px;
    letter-spacing  : 1px;
    font-weight     : 600;
    padding-top     : 10px;
    padding-bottom  : 10px;
    padding-right   : 20px;
    padding-left    : 20px
}

.blog-comments a.comment-reply-link:hover {
    background-color: #454648
}

.blog-comments .comments h3 {
    margin-bottom: 50px
}

.blog-comments div.checkbox label {
    font-size    : 16px;
    margin-bottom: 10px
}

.blog-comments div.checkbox label input {
    margin-top: 9px
}

.blog-comments time.comment-time {
    font-size     : 12px;
    color         : silver;
    font-weight   : 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.blog-comments a.comment-author-link {
    font-size: 18px
}

@media print {

    .blog-comments div.comment-form,
    .blog-comments .comments-headline {
        display: none
    }
}

div.thecontent a.more-link {
    display: inline-block
}

.author-box {
    position: relative;
    overflow: hidden
}

.author-box img.avatar {
    float        : left;
    margin-right : 20px;
    width        : 100px;
    height       : auto;
    border-radius: 100px
}

.author-box .author-box-inner {
    overflow: hidden
}

.author-box h5.author-box-title {
    margin-top: 0
}

.author-box h5.author-box-title span {
    color         : silver;
    font-size     : 12px;
    font-weight   : 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

.author-box div.author-box-description {
    font-size    : 16px;
    line-height  : 30px;
    margin-bottom: 10px
}

.author-box .author-box-sm {
    margin-top   : 0;
    margin-bottom: 0
}

.author-box .author-box-sm a {
    color          : silver;
    font-size      : 20px;
    text-decoration: none;
    margin-right   : 15px
}

.author-box .author-box-sm a:hover {
    color          : #2e2c2d;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .author-box img.avatar {
        float: none
    }

    .author-box-description {
        margin-top: 25px
    }
}

mark.tweet {
    background      : inherit;
    background-color: inherit;
    color           : inherit;
    padding         : inherit
}

mark.tweet a.tweet {
    margin-left: 10px
}

a.tweet-this,
a.tweet-this:hover {
    pointer-events  : none;
    cursor          : default;
    color           : inherit;
    background      : inherit;
    background-color: inherit;
    color           : inherit;
    text-decoration : none;
    padding         : inherit
}

.pagination {
    border-style : none;
    border-width : 0;
    font-size    : 16px;
    font-weight  : normal;
    margin-top   : 0;
    margin-bottom: 10px
}

.pagination a {
    color: #fff
}

.pagination li a {
    margin-right    : 10px;
    border-radius   : 3px;
    color           : #fff;
    background-color: silver;
    border-style    : none;
    font-size       : 14px;
    font-weight     : 600;
    letter-spacing  : 1px;
    line-height     : 20px;
    margin-bottom   : 10px
}

.pagination li a:hover {
    background-color: #2e2c2d;
    color           : #fff;
    border-color    : #2e2c2d
}

.pagination li.active a {
    background-color: #454648;
    color           : #fff
}

.pagination li.active a:hover {
    background-color: #2e2c2d;
    color           : #fff
}

img.image-center {
    display     : block;
    margin-left : auto !important;
    margin-right: auto !important
}

img.image-left {
    float     : left;
    text-align: left;
    margin    : 0 1em 1em 0
}

img.image-right {
    float     : right;
    text-align: right;
    margin    : 0 0 1em 1em
}

img[src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"] {
    display: none
}

.alignleft {
    display     : inline;
    float       : left;
    margin-right: 1.625em;
    max-width   : 100%
}

.alignright {
    display    : inline;
    float      : right;
    margin-left: 1.625em;
    max-width  : 100%
}

.aligncenter {
    clear       : both;
    display     : block;
    margin-left : auto;
    margin-right: auto;
    max-width   : 100%
}

.wp-caption,
[id^="attachment_"] {
    max-width: 100%
}

.wp-caption {
    font-size : .75em;
    font-style: italic
}

.wp-caption img {
    margin-bottom: 0 !important
}

.desaturate {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter        : gray;
    filter        : grayscale(100%)
}

.navbar .nav li.dropdown.open>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.open.active>.dropdown-toggle,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color           : inherit;
    background-color: transparent
}

.dropdown-menu {
    background-color: transparent;
    border          : 1px solid #fff
}

.dropdown-hover>ul.dropdown-menu {
    pointer-events: none
}

.dropdown-hover:hover>ul.dropdown-menu {
    opacity       : 1;
    pointer-events: auto
}

.dropdown .dropdown-menu {
    -webkit-transition: all .2s;
    -moz-transition   : all .2s;
    -ms-transition    : all .2s;
    -o-transition     : all .2s;
    transition        : all .2s;
    opacity           : 0;
    display           : block;
    pointer-events    : none
}

.dropdown.open .dropdown-menu {
    opacity       : 1;
    pointer-events: auto
}

@media(max-width:767px) {
    .dropdown-hover:hover>ul.dropdown-menu {
        position          : static;
        float             : none;
        width             : auto;
        margin-top        : 0;
        background-color  : transparent;
        border            : 0;
        -webkit-box-shadow: none;
        box-shadow        : none
    }
}

.dropdown-hover .caret {
    display: none
}

.chimpify-fullscreen,
.chimpify-popup,
.chimpify-bar,
.chimpify-poll {
    font                       : 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height                : normal;
    font-weight                : normal;
    color                      : #343434;
    -webkit-animation-duration : 1s;
    animation-duration         : 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode        : both
}

.chimpify-fullscreen>.chimpify-content-frame,
.chimpify-popup>.chimpify-content-frame,
.chimpify-bar>.chimpify-content-frame,
.chimpify-poll>.chimpify-content-frame {
    border  : 0;
    position: absolute;
    top     : 0;
    bottom  : 0;
    left    : 0;
    right   : 0;
    width   : 100%;
    height  : 100%
}

@-webkit-keyframes chimpify-fadeIn {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes chimpify-fadeIn {
    0 {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.chimpify-fadeIn {
    -webkit-animation-name: chimpify-fadeIn;
    animation-name        : chimpify-fadeIn
}

@-webkit-keyframes chimpify-fadeOut {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes chimpify-fadeOut {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.chimpify-fadeOut {
    -webkit-animation-name    : chimpify-fadeOut;
    animation-name            : chimpify-fadeOut;
    -webkit-animation-duration: 500ms;
    animation-duration        : 500ms
}

.chimpify-overlay {
    position  : fixed;
    width     : 100%;
    height    : 100%;
    left      : 0;
    right     : 0;
    top       : 0;
    bottom    : 0;
    background: #000;
    filter    : alpha(opacity=60);
    -ms-filter: "alpha(opacity = 60)";
    opacity   : .60;
    z-index   : 9999999 !important
}

.chimpify-fullscreen {
    position  : fixed;
    width     : 100%;
    height    : 100%;
    left      : 0;
    right     : 0;
    top       : 0;
    bottom    : 0;
    background: #fff;
    z-index   : 10000000 !important
}

.chimpify-fullscreen>.chimpify-inner {
    top              : 50%;
    left             : 50%;
    width            : 100%;
    text-align       : center;
    position         : absolute;
    transform        : translate(-50%, -50%);
    -o-transform     : translate(-50%, -50%);
    -moz-transform   : translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index          : 10000001 !important
}

.chimpify-fullscreen>.chimpify-close {
    position : absolute;
    font-size: 28px;
    color    : #aaa;
    top      : 25px;
    right    : 32px;
    cursor   : pointer;
    z-index  : 10000002 !important
}

.chimpify-fullscreen>.chimpify-close:hover {
    color: #666
}

.chimpify-popup {
    position  : fixed;
    width     : 450px;
    max-width : 100%;
    height    : 300px;
    max-height: 100%;
    left      : -450px;
    top       : -300px;
    z-index   : 10000000 !important
}

.chimpify-popup>.chimpify-inner {
    position: absolute;
    top     : 0;
    bottom  : 0;
    left    : 0;
    right   : 0;
    overflow: hidden;
    padding : 0;
    z-index : 10000001 !important
}

.chimpify-popup>.chimpify-close {
    position : absolute;
    font-size: 20px;
    color    : #bbb;
    top      : 10px;
    right    : 10px;
    z-index  : 10000002 !important;
    cursor   : pointer
}

.chimpify-popup>.chimpify-close:hover {
    color: #666
}

.chimpify-bar-back {
    position: relative;
    height  : 0;
    overflow: hidden
}

.chimpify-bar {
    position: fixed;
    height  : 40px;
    left    : 0;
    right   : 0;
    top     : -100px;
    z-index : 11000 !important;
    overflow: hidden
}

.chimpify-bar-bottom {
    top   : auto;
    bottom: -100px
}

.chimpify-bar>.chimpify-inner {
    position: relative;
    margin  : 0 auto;
    padding : 0;
    z-index : 11001 !important
}

.chimpify-bar>.chimpify-close {
    position   : absolute;
    font-size  : 20px;
    line-height: 20px;
    color      : #bbb;
    top        : 50%;
    transform  : translateY(-50%);
    right      : 15px;
    z-index    : 11002 !important;
    cursor     : pointer
}

.chimpify-bar>.chimpify-close:hover {
    color: #666
}

div.membership-form {
    width    : 800px;
    max-width: 95%;
    margin   : 0 auto 0 auto
}

div.membership-form>div.alert-error,
div.membership-form>div.alert-success {
    margin-top   : 30px;
    padding      : 15px;
    margin-bottom: 20px;
    border       : 1px solid transparent;
    border-radius: 4px
}

div.membership-form>div.alert-error {
    color           : #a94442;
    background-color: #f2dede;
    border-color    : #ebccd1
}

div.membership-form>div.alert-success {
    color           : #3c763d;
    background-color: #dff0d8;
    border-color    : #d6e9c6
}

@font-face {
    font-family: "dripicons-v2";
    src        : url("/fonts/dripicons-v2.eot");
    src        : url("/fonts/dripicons-v2.eot?#iefix") format("embedded-opentype"), url("/fonts/dripicons-v2.woff") format("woff"), url("/fonts/dripicons-v2.ttf") format("truetype"), url("/fonts/dripicons-v2.svg#dripicons-v2") format("svg");
    font-weight: normal;
    font-style : normal
}

[data-icon]:before {
    font-family            : "dripicons-v2" !important;
    content                : attr(data-icon);
    font-style             : normal !important;
    font-weight            : normal !important;
    font-variant           : normal !important;
    text-transform         : none !important;
    speak                  : none;
    line-height            : inherit;
    vertical-align         : middle;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="dripicons-"]:before,
[class*=" dripicons-"]:before {
    font-family            : "dripicons-v2" !important;
    font-style             : normal !important;
    font-weight            : normal !important;
    font-variant           : normal !important;
    text-transform         : none !important;
    speak                  : none;
    line-height            : 1;
    vertical-align         : middle;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dripicons-alarm:before {
    content: "\61"
}

.dripicons-align-center:before {
    content: "\62"
}

.dripicons-align-justify:before {
    content: "\63"
}

.dripicons-align-left:before {
    content: "\64"
}

.dripicons-align-right:before {
    content: "\65"
}

.dripicons-anchor:before {
    content: "\66"
}

.dripicons-archive:before {
    content: "\67"
}

.dripicons-arrow-down:before {
    content: "\68"
}

.dripicons-arrow-left:before {
    content: "\69"
}

.dripicons-arrow-right:before {
    content: "\6a"
}

.dripicons-arrow-thin-down:before {
    content: "\6b"
}

.dripicons-arrow-thin-left:before {
    content: "\6c"
}

.dripicons-arrow-thin-right:before {
    content: "\6d"
}

.dripicons-arrow-thin-up:before {
    content: "\6e"
}

.dripicons-arrow-up:before {
    content: "\6f"
}

.dripicons-article:before {
    content: "\70"
}

.dripicons-backspace:before {
    content: "\71"
}

.dripicons-basket:before {
    content: "\72"
}

.dripicons-basketball:before {
    content: "\73"
}

.dripicons-battery-empty:before {
    content: "\74"
}

.dripicons-battery-full:before {
    content: "\75"
}

.dripicons-battery-low:before {
    content: "\76"
}

.dripicons-battery-medium:before {
    content: "\77"
}

.dripicons-bell:before {
    content: "\78"
}

.dripicons-blog:before {
    content: "\79"
}

.dripicons-bluetooth:before {
    content: "\7a"
}

.dripicons-bold:before {
    content: "\41"
}

.dripicons-bookmark:before {
    content: "\42"
}

.dripicons-bookmarks:before {
    content: "\43"
}

.dripicons-box:before {
    content: "\44"
}

.dripicons-briefcase:before {
    content: "\45"
}

.dripicons-brightness-low:before {
    content: "\46"
}

.dripicons-brightness-max:before {
    content: "\47"
}

.dripicons-brightness-medium:before {
    content: "\48"
}

.dripicons-broadcast:before {
    content: "\49"
}

.dripicons-browser:before {
    content: "\4a"
}

.dripicons-browser-upload:before {
    content: "\4b"
}

.dripicons-brush:before {
    content: "\4c"
}

.dripicons-calendar:before {
    content: "\4d"
}

.dripicons-camcorder:before {
    content: "\4e"
}

.dripicons-camera:before {
    content: "\4f"
}

.dripicons-card:before {
    content: "\50"
}

.dripicons-cart:before {
    content: "\51"
}

.dripicons-checklist:before {
    content: "\52"
}

.dripicons-checkmark:before {
    content: "\53"
}

.dripicons-chevron-down:before {
    content: "\54"
}

.dripicons-chevron-left:before {
    content: "\55"
}

.dripicons-chevron-right:before {
    content: "\56"
}

.dripicons-chevron-up:before {
    content: "\57"
}

.dripicons-clipboard:before {
    content: "\58"
}

.dripicons-clock:before {
    content: "\59"
}

.dripicons-clockwise:before {
    content: "\5a"
}

.dripicons-cloud:before {
    content: "\30"
}

.dripicons-cloud-download:before {
    content: "\31"
}

.dripicons-cloud-upload:before {
    content: "\32"
}

.dripicons-code:before {
    content: "\33"
}

.dripicons-contract:before {
    content: "\34"
}

.dripicons-contract-2:before {
    content: "\35"
}

.dripicons-conversation:before {
    content: "\36"
}

.dripicons-copy:before {
    content: "\37"
}

.dripicons-crop:before {
    content: "\38"
}

.dripicons-cross:before {
    content: "\39"
}

.dripicons-crosshair:before {
    content: "\21"
}

.dripicons-cutlery:before {
    content: "\22"
}

.dripicons-device-desktop:before {
    content: "\23"
}

.dripicons-device-mobile:before {
    content: "\24"
}

.dripicons-device-tablet:before {
    content: "\25"
}

.dripicons-direction:before {
    content: "\26"
}

.dripicons-disc:before {
    content: "\27"
}

.dripicons-document:before {
    content: "\28"
}

.dripicons-document-delete:before {
    content: "\29"
}

.dripicons-document-edit:before {
    content: "\2a"
}

.dripicons-document-new:before {
    content: "\2b"
}

.dripicons-document-remove:before {
    content: "\2c"
}

.dripicons-dot:before {
    content: "\2d"
}

.dripicons-dots-2:before {
    content: "\2e"
}

.dripicons-dots-3:before {
    content: "\2f"
}

.dripicons-download:before {
    content: "\3a"
}

.dripicons-duplicate:before {
    content: "\3b"
}

.dripicons-enter:before {
    content: "\3c"
}

.dripicons-exit:before {
    content: "\3d"
}

.dripicons-expand:before {
    content: "\3e"
}

.dripicons-expand-2:before {
    content: "\3f"
}

.dripicons-experiment:before {
    content: "\40"
}

.dripicons-export:before {
    content: "\5b"
}

.dripicons-feed:before {
    content: "\5d"
}

.dripicons-flag:before {
    content: "\5e"
}

.dripicons-flashlight:before {
    content: "\5f"
}

.dripicons-folder:before {
    content: "\60"
}

.dripicons-folder-open:before {
    content: "\7b"
}

.dripicons-forward:before {
    content: "\7c"
}

.dripicons-gaming:before {
    content: "\7d"
}

.dripicons-gear:before {
    content: "\7e"
}

.dripicons-graduation:before {
    content: "\5c"
}

.dripicons-graph-bar:before {
    content: "\e000"
}

.dripicons-graph-line:before {
    content: "\e001"
}

.dripicons-graph-pie:before {
    content: "\e002"
}

.dripicons-headset:before {
    content: "\e003"
}

.dripicons-heart:before {
    content: "\e004"
}

.dripicons-help:before {
    content: "\e005"
}

.dripicons-home:before {
    content: "\e006"
}

.dripicons-hourglass:before {
    content: "\e007"
}

.dripicons-inbox:before {
    content: "\e008"
}

.dripicons-information:before {
    content: "\e009"
}

.dripicons-italic:before {
    content: "\e00a"
}

.dripicons-jewel:before {
    content: "\e00b"
}

.dripicons-lifting:before {
    content: "\e00c"
}

.dripicons-lightbulb:before {
    content: "\e00d"
}

.dripicons-link:before {
    content: "\e00e"
}

.dripicons-link-broken:before {
    content: "\e00f"
}

.dripicons-list:before {
    content: "\e010"
}

.dripicons-loading:before {
    content: "\e011"
}

.dripicons-location:before {
    content: "\e012"
}

.dripicons-lock:before {
    content: "\e013"
}

.dripicons-lock-open:before {
    content: "\e014"
}

.dripicons-mail:before {
    content: "\e015"
}

.dripicons-map:before {
    content: "\e016"
}

.dripicons-media-loop:before {
    content: "\e017"
}

.dripicons-media-next:before {
    content: "\e018"
}

.dripicons-media-pause:before {
    content: "\e019"
}

.dripicons-media-play:before {
    content: "\e01a"
}

.dripicons-media-previous:before {
    content: "\e01b"
}

.dripicons-media-record:before {
    content: "\e01c"
}

.dripicons-media-shuffle:before {
    content: "\e01d"
}

.dripicons-media-stop:before {
    content: "\e01e"
}

.dripicons-medical:before {
    content: "\e01f"
}

.dripicons-menu:before {
    content: "\e020"
}

.dripicons-message:before {
    content: "\e021"
}

.dripicons-meter:before {
    content: "\e022"
}

.dripicons-microphone:before {
    content: "\e023"
}

.dripicons-minus:before {
    content: "\e024"
}

.dripicons-monitor:before {
    content: "\e025"
}

.dripicons-move:before {
    content: "\e026"
}

.dripicons-music:before {
    content: "\e027"
}

.dripicons-network-1:before {
    content: "\e028"
}

.dripicons-network-2:before {
    content: "\e029"
}

.dripicons-network-3:before {
    content: "\e02a"
}

.dripicons-network-4:before {
    content: "\e02b"
}

.dripicons-network-5:before {
    content: "\e02c"
}

.dripicons-pamphlet:before {
    content: "\e02d"
}

.dripicons-paperclip:before {
    content: "\e02e"
}

.dripicons-pencil:before {
    content: "\e02f"
}

.dripicons-phone:before {
    content: "\e030"
}

.dripicons-photo:before {
    content: "\e031"
}

.dripicons-photo-group:before {
    content: "\e032"
}

.dripicons-pill:before {
    content: "\e033"
}

.dripicons-pin:before {
    content: "\e034"
}

.dripicons-plus:before {
    content: "\e035"
}

.dripicons-power:before {
    content: "\e036"
}

.dripicons-preview:before {
    content: "\e037"
}

.dripicons-print:before {
    content: "\e038"
}

.dripicons-pulse:before {
    content: "\e039"
}

.dripicons-question:before {
    content: "\e03a"
}

.dripicons-reply:before {
    content: "\e03b"
}

.dripicons-reply-all:before {
    content: "\e03c"
}

.dripicons-return:before {
    content: "\e03d"
}

.dripicons-retweet:before {
    content: "\e03e"
}

.dripicons-rocket:before {
    content: "\e03f"
}

.dripicons-scale:before {
    content: "\e040"
}

.dripicons-search:before {
    content: "\e041"
}

.dripicons-shopping-bag:before {
    content: "\e042"
}

.dripicons-skip:before {
    content: "\e043"
}

.dripicons-stack:before {
    content: "\e044"
}

.dripicons-star:before {
    content: "\e045"
}

.dripicons-stopwatch:before {
    content: "\e046"
}

.dripicons-store:before {
    content: "\e047"
}

.dripicons-suitcase:before {
    content: "\e048"
}

.dripicons-swap:before {
    content: "\e049"
}

.dripicons-tag:before {
    content: "\e04a"
}

.dripicons-tag-delete:before {
    content: "\e04b"
}

.dripicons-tags:before {
    content: "\e04c"
}

.dripicons-thumbs-down:before {
    content: "\e04d"
}

.dripicons-thumbs-up:before {
    content: "\e04e"
}

.dripicons-ticket:before {
    content: "\e04f"
}

.dripicons-time-reverse:before {
    content: "\e050"
}

.dripicons-to-do:before {
    content: "\e051"
}

.dripicons-toggles:before {
    content: "\e052"
}

.dripicons-trash:before {
    content: "\e053"
}

.dripicons-trophy:before {
    content: "\e054"
}

.dripicons-upload:before {
    content: "\e055"
}

.dripicons-user:before {
    content: "\e056"
}

.dripicons-user-group:before {
    content: "\e057"
}

.dripicons-user-id:before {
    content: "\e058"
}

.dripicons-vibrate:before {
    content: "\e059"
}

.dripicons-view-apps:before {
    content: "\e05a"
}

.dripicons-view-list:before {
    content: "\e05b"
}

.dripicons-view-list-large:before {
    content: "\e05c"
}

.dripicons-view-thumb:before {
    content: "\e05d"
}

.dripicons-volume-full:before {
    content: "\e05e"
}

.dripicons-volume-low:before {
    content: "\e05f"
}

.dripicons-volume-medium:before {
    content: "\e060"
}

.dripicons-volume-off:before {
    content: "\e061"
}

.dripicons-wallet:before {
    content: "\e062"
}

.dripicons-warning:before {
    content: "\e063"
}

.dripicons-web:before {
    content: "\e064"
}

.dripicons-weight:before {
    content: "\e065"
}

.dripicons-wifi:before {
    content: "\e066"
}

.dripicons-wrong:before {
    content: "\e067"
}

.dripicons-zoom-in:before {
    content: "\e068"
}

.dripicons-zoom-out:before {
    content: "\e069"
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src        : url('/fonts/fontawesome-webfont.eot');
    src        : url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2') format('woff2'), url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style : normal
}

.fa {
    display                : inline-block;
    font                   : normal normal normal 14px/1 FontAwesome;
    font-size              : inherit;
    text-rendering         : auto;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size     : 1.33333333em;
    line-height   : .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width     : 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left   : 0;
    margin-left    : 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position  : absolute;
    left      : -2.14285714em;
    width     : 2.14285714em;
    top       : .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding      : .2em .25em .15em;
    border       : solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation        : fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation        : fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0 {
        -webkit-transform: rotate(0);
        transform        : rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform        : rotate(359deg)
    }
}

@keyframes fa-spin {
    0 {
        -webkit-transform: rotate(0);
        transform        : rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform        : rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform    : rotate(90deg);
    transform        : rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform    : rotate(180deg);
    transform        : rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform    : rotate(270deg);
    transform        : rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform    : scale(-1, 1);
    transform        : scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter       : "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform    : scale(1, -1);
    transform        : scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position      : relative;
    display       : inline-block;
    width         : 2em;
    height        : 2em;
    line-height   : 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position  : absolute;
    left      : 0;
    width     : 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width   : 1px;
    height  : 1px;
    padding : 0;
    margin  : -1px;
    overflow: hidden;
    clip    : rect(0, 0, 0, 0);
    border  : 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width   : auto;
    height  : auto;
    margin  : 0;
    overflow: visible;
    clip    : auto
}

:root {
    --grid-cols-gap: 0
}

.ch-container {
    max-width    : 1170px;
    margin-right : auto;
    margin-left  : auto;
    padding-left : 15px;
    padding-right: 15px
}

.ch-section:before,
.ch-section:after,
.ch-container:before,
.ch-container:after {
    content: " ";
    display: table
}

.ch-section:after,
.ch-container:after {
    clear: both
}

.ch-section,
.ch-container,
.ch-div,
.ch-col {
    width    : 100%;
    flex-wrap: wrap
}

.ch-row {
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap
}

.ch-container .ch-row {
    margin-right: -15px;
    margin-left : -15px
}

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

.ch-col-12 {
    -ms-flex : 0 0 100%;
    flex     : 0 0 100%;
    max-width: 100%
}

.ch-col-11 {
    -ms-flex : 0 0 91.66666667%;
    flex     : 0 0 91.66666667%;
    max-width: 91.66666667%
}

.ch-col-10 {
    -ms-flex : 0 0 83.33333333%;
    flex     : 0 0 83.33333333%;
    max-width: 83.33333333%
}

.ch-col-9 {
    -ms-flex : 0 0 75%;
    flex     : 0 0 75%;
    max-width: 75%
}

.ch-col-8 {
    -ms-flex : 0 0 66.66666667%;
    flex     : 0 0 66.66666667%;
    max-width: 66.66666667%
}

.ch-col-7 {
    -ms-flex : 0 0 58.33333333%;
    flex     : 0 0 58.33333333%;
    max-width: 58.33333333%
}

.ch-col-6 {
    -ms-flex : 0 0 50%;
    flex     : 0 0 50%;
    max-width: 50%
}

.ch-col-5 {
    -ms-flex : 0 0 41.66666667%;
    flex     : 0 0 41.66666667%;
    max-width: 41.66666667%
}

.ch-col-4 {
    -ms-flex : 0 0 33.33333333%;
    flex     : 0 0 33.33333333%;
    max-width: 33.33333333%
}

.ch-col-3 {
    -ms-flex : 0 0 25%;
    flex     : 0 0 25%;
    max-width: 25%
}

.ch-col-2 {
    -ms-flex : 0 0 16.66666667%;
    flex     : 0 0 16.66666667%;
    max-width: 16.66666667%
}

.ch-col-1 {
    -ms-flex : 0 0 8.33333333%;
    flex     : 0 0 8.33333333%;
    max-width: 8.33333333%
}

@media(max-width:1199px) {
    .ch-container {
        max-width: 960px
    }

    .ch-col-lg-12 {
        -ms-flex : 0 0 100%;
        flex     : 0 0 100%;
        max-width: 100%
    }

    .ch-col-lg-11 {
        -ms-flex : 0 0 91.66666667%;
        flex     : 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .ch-col-lg-10 {
        -ms-flex : 0 0 83.33333333%;
        flex     : 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .ch-col-lg-9 {
        -ms-flex : 0 0 75%;
        flex     : 0 0 75%;
        max-width: 75%
    }

    .ch-col-lg-8 {
        -ms-flex : 0 0 66.66666667%;
        flex     : 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .ch-col-lg-7 {
        -ms-flex : 0 0 58.33333333%;
        flex     : 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .ch-col-lg-6 {
        -ms-flex : 0 0 50%;
        flex     : 0 0 50%;
        max-width: 50%
    }

    .ch-col-lg-5 {
        -ms-flex : 0 0 41.66666667%;
        flex     : 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .ch-col-lg-4 {
        -ms-flex : 0 0 33.33333333%;
        flex     : 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .ch-col-lg-3 {
        -ms-flex : 0 0 25%;
        flex     : 0 0 25%;
        max-width: 25%
    }

    .ch-col-lg-2 {
        -ms-flex : 0 0 16.66666667%;
        flex     : 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .ch-col-lg-1 {
        -ms-flex : 0 0 8.33333333%;
        flex     : 0 0 8.33333333%;
        max-width: 8.33333333%
    }
}

@media(max-width:991px) {
    .ch-container {
        max-width: 730px
    }

    .ch-col-md-12 {
        -ms-flex : 0 0 100%;
        flex     : 0 0 100%;
        max-width: 100%
    }

    .ch-col-md-11 {
        -ms-flex : 0 0 91.66666667%;
        flex     : 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .ch-col-md-10 {
        -ms-flex : 0 0 83.33333333%;
        flex     : 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .ch-col-md-9 {
        -ms-flex : 0 0 75%;
        flex     : 0 0 75%;
        max-width: 75%
    }

    .ch-col-md-8 {
        -ms-flex : 0 0 66.66666667%;
        flex     : 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .ch-col-md-7 {
        -ms-flex : 0 0 58.33333333%;
        flex     : 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .ch-col-md-6 {
        -ms-flex : 0 0 50%;
        flex     : 0 0 50%;
        max-width: 50%
    }

    .ch-col-md-5 {
        -ms-flex : 0 0 41.66666667%;
        flex     : 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .ch-col-md-4 {
        -ms-flex : 0 0 33.33333333%;
        flex     : 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .ch-col-md-3 {
        -ms-flex : 0 0 25%;
        flex     : 0 0 25%;
        max-width: 25%
    }

    .ch-col-md-2 {
        -ms-flex : 0 0 16.66666667%;
        flex     : 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .ch-col-md-1 {
        -ms-flex : 0 0 8.33333333%;
        flex     : 0 0 8.33333333%;
        max-width: 8.33333333%
    }
}

@media(max-width:767px) {
    .ch-container {
        max-width: 465px
    }

    .ch-row {
        margin-right: auto;
        margin-left : auto
    }

    .ch-col-1,
    .ch-col-2,
    .ch-col-3,
    .ch-col-4,
    .ch-col-5,
    .ch-col-6,
    .ch-col-7,
    .ch-col-8,
    .ch-col-9,
    .ch-col-10,
    .ch-col-11,
    .ch-col-12 {
        -ms-flex : 0 0 100%;
        flex     : 0 0 100%;
        max-width: 100%
    }

    .ch-col-sm-12 {
        -ms-flex : 0 0 100%;
        flex     : 0 0 100%;
        max-width: 100%
    }

    .ch-col-sm-11 {
        -ms-flex : 0 0 91.66666667%;
        flex     : 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .ch-col-sm-10 {
        -ms-flex : 0 0 83.33333333%;
        flex     : 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .ch-col-sm-9 {
        -ms-flex : 0 0 75%;
        flex     : 0 0 75%;
        max-width: 75%
    }

    .ch-col-sm-8 {
        -ms-flex : 0 0 66.66666667%;
        flex     : 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .ch-col-sm-7 {
        -ms-flex : 0 0 58.33333333%;
        flex     : 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .ch-col-sm-6 {
        -ms-flex : 0 0 50%;
        flex     : 0 0 50%;
        max-width: 50%
    }

    .ch-col-sm-5 {
        -ms-flex : 0 0 41.66666667%;
        flex     : 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .ch-col-sm-4 {
        -ms-flex : 0 0 33.33333333%;
        flex     : 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .ch-col-sm-3 {
        -ms-flex : 0 0 25%;
        flex     : 0 0 25%;
        max-width: 25%
    }

    .ch-col-sm-2 {
        -ms-flex : 0 0 16.66666667%;
        flex     : 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .ch-col-sm-1 {
        -ms-flex : 0 0 8.33333333%;
        flex     : 0 0 8.33333333%;
        max-width: 8.33333333%
    }
}

@media(max-width:479px) {
    .ch-container {
        max-width: none
    }

    .ch-col-sm-1,
    .ch-col-sm-2,
    .ch-col-sm-3,
    .ch-col-sm-4,
    .ch-col-sm-5,
    .ch-col-sm-6,
    .ch-col-sm-7,
    .ch-col-sm-8,
    .ch-col-sm-9,
    .ch-col-sm-10,
    .ch-col-sm-11,
    .ch-col-sm-12 {
        -ms-flex : 0 0 100%;
        flex     : 0 0 100%;
        max-width: 100%
    }

    .ch-col-xs-12 {
        -ms-flex : 0 0 100%;
        flex     : 0 0 100%;
        max-width: 100%
    }

    .ch-col-xs-11 {
        -ms-flex : 0 0 91.66666667%;
        flex     : 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .ch-col-xs-10 {
        -ms-flex : 0 0 83.33333333%;
        flex     : 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .ch-col-xs-9 {
        -ms-flex : 0 0 75%;
        flex     : 0 0 75%;
        max-width: 75%
    }

    .ch-col-xs-8 {
        -ms-flex : 0 0 66.66666667%;
        flex     : 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .ch-col-xs-7 {
        -ms-flex : 0 0 58.33333333%;
        flex     : 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .ch-col-xs-6 {
        -ms-flex : 0 0 50%;
        flex     : 0 0 50%;
        max-width: 50%
    }

    .ch-col-xs-5 {
        -ms-flex : 0 0 41.66666667%;
        flex     : 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .ch-col-xs-4 {
        -ms-flex : 0 0 33.33333333%;
        flex     : 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .ch-col-xs-3 {
        -ms-flex : 0 0 25%;
        flex     : 0 0 25%;
        max-width: 25%
    }

    .ch-col-xs-2 {
        -ms-flex : 0 0 16.66666667%;
        flex     : 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .ch-col-xs-1 {
        -ms-flex : 0 0 8.33333333%;
        flex     : 0 0 8.33333333%;
        max-width: 8.33333333%
    }
}

.ch-grid {
    display              : grid;
    justify-content      : stretch;
    align-items          : stretch;
    gap                  : 15px;
    row-gap              : 15px;
    column-gap           : 15px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows   : 1fr 1fr;
    width                : 100%
}

@media(max-width:991px) {
    .ch-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows   : 1fr 1fr 1fr
    }
}

@media(max-width:479px) {
    .ch-grid {
        grid-template-columns: 1fr;
        grid-template-rows   : 1fr 1fr 1fr 1fr 1fr 1fr
    }
}

.ch-grid-auto {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr))
}

.ch-grid-cell {
    display        : flex;
    flex-direction : column;
    align-items    : center;
    justify-content: space-between;
    min-width      : 0
}

.ch-grid-cols {
    display              : grid;
    grid-template-columns: repeat(12, 1fr);
    gap                  : var(--grid-cols-gap);
    row-gap              : var(--grid-cols-row-gap, var(--grid-cols-gap));
    column-gap           : var(--grid-cols-column-gap, var(--grid-cols-gap));
    width                : 100%
}

.ch-grid-col {
    display       : flex;
    flex-direction: column
}

.ch-grid-col-2 {
    grid-column: span 2
}

.ch-grid-col-3 {
    grid-column: span 3
}

.ch-grid-col-4 {
    grid-column: span 4
}

.ch-grid-col-5 {
    grid-column: span 5
}

.ch-grid-col-6 {
    grid-column: span 6
}

.ch-grid-col-7 {
    grid-column: span 7
}

.ch-grid-col-8 {
    grid-column: span 8
}

.ch-grid-col-9 {
    grid-column: span 9
}

.ch-grid-col-10 {
    grid-column: span 10
}

.ch-grid-col-11 {
    grid-column: span 11
}

.ch-grid-col-12 {
    grid-column: span 12
}

@media(max-width:991px) {
    .ch-grid-col-md-12 {
        grid-column: span 12
    }

    .ch-grid-col-md-11 {
        grid-column: span 11
    }

    .ch-grid-col-md-10 {
        grid-column: span 10
    }

    .ch-grid-col-md-9 {
        grid-column: span 9
    }

    .ch-grid-col-md-8 {
        grid-column: span 8
    }

    .ch-grid-col-md-7 {
        grid-column: span 7
    }

    .ch-grid-col-md-6 {
        grid-column: span 6
    }

    .ch-grid-col-md-5 {
        grid-column: span 5
    }

    .ch-grid-col-md-4 {
        grid-column: span 4
    }

    .ch-grid-col-md-3 {
        grid-column: span 3
    }

    .ch-grid-col-md-2 {
        grid-column: span 2
    }

    .ch-grid-col-md-1 {
        grid-column: span 1
    }
}

@media(max-width:767px) {

    .ch-grid-col-1,
    .ch-grid-col-2,
    .ch-grid-col-3,
    .ch-grid-col-4,
    .ch-grid-col-5,
    .ch-grid-col-6,
    .ch-grid-col-7,
    .ch-grid-col-8,
    .ch-grid-col-9,
    .ch-grid-col-10,
    .ch-grid-col-11,
    .ch-grid-col-12 {
        grid-column: span 12
    }

    .ch-grid-col-sm-12 {
        grid-column: span 12
    }

    .ch-grid-col-sm-11 {
        grid-column: span 11
    }

    .ch-grid-col-sm-10 {
        grid-column: span 10
    }

    .ch-grid-col-sm-9 {
        grid-column: span 9
    }

    .ch-grid-col-sm-8 {
        grid-column: span 8
    }

    .ch-grid-col-sm-7 {
        grid-column: span 7
    }

    .ch-grid-col-sm-6 {
        grid-column: span 6
    }

    .ch-grid-col-sm-5 {
        grid-column: span 5
    }

    .ch-grid-col-sm-4 {
        grid-column: span 4
    }

    .ch-grid-col-sm-3 {
        grid-column: span 3
    }

    .ch-grid-col-sm-2 {
        grid-column: span 2
    }

    .ch-grid-col-sm-1 {
        grid-column: span 1
    }
}

@media(max-width:479px) {

    .ch-grid-col-sm-1,
    .ch-grid-col-sm-2,
    .ch-grid-col-sm-3,
    .ch-grid-col-sm-4,
    .ch-grid-col-sm-5,
    .ch-grid-col-sm-6,
    .ch-grid-col-sm-7,
    .ch-grid-col-sm-8,
    .ch-grid-col-sm-9,
    .ch-grid-col-sm-10,
    .ch-grid-col-sm-11,
    .ch-grid-col-sm-12 {
        grid-column: span 12
    }

    .ch-grid-col-xs-12 {
        grid-column: span 12
    }

    .ch-grid-col-xs-11 {
        grid-column: span 11
    }

    .ch-grid-col-xs-10 {
        grid-column: span 10
    }

    .ch-grid-col-xs-9 {
        grid-column: span 9
    }

    .ch-grid-col-xs-8 {
        grid-column: span 8
    }

    .ch-grid-col-xs-7 {
        grid-column: span 7
    }

    .ch-grid-col-xs-6 {
        grid-column: span 6
    }

    .ch-grid-col-xs-5 {
        grid-column: span 5
    }

    .ch-grid-col-xs-4 {
        grid-column: span 4
    }

    .ch-grid-col-xs-3 {
        grid-column: span 3
    }

    .ch-grid-col-xs-2 {
        grid-column: span 2
    }

    .ch-grid-col-xs-1 {
        grid-column: span 1
    }
}

.ch-navbar {
    position      : relative;
    display       : flex;
    flex-direction: column;
    width         : 100%
}

.ch-navbar-fixed {
    position: fixed;
    position: sticky;
    top     : 0;
    width   : 100%;
    z-index : 1020
}

.ch-navbar-container,
.ch-navbar-container-folded,
.ch-navbar-dropdown-container {
    position    : relative;
    display     : flex;
    align-items : stretch;
    flex        : 1;
    width       : 100%;
    max-width   : 1170px;
    margin-right: auto;
    margin-left : auto
}

.ch-navbar-container-full {
    max-width: none
}

.ch-navbar-container-folded {
    display: none
}

.ch-nav {
    display    : flex;
    flex       : 1 1 auto;
    align-items: center
}

.ch-nav:nth-of-type(2) {
    justify-content: space-between
}

.ch-nav:nth-of-type(3) {
    justify-content: flex-end
}

.ch-nav-folded:nth-of-type(1) {
    justify-content: flex-start
}

.ch-nav-folded:nth-of-type(2) {
    justify-content: flex-end
}

.ch-nav-dropdown {
    flex-direction : column;
    justify-content: flex-start
}

.ch-nav-dropdown:nth-of-type(2) {
    justify-content: flex-start
}

.ch-nav-dropdown:nth-of-type(3) {
    justify-content: flex-start
}

.ch-nav-item {
    display    : block;
    width      : auto;
    position   : relative;
    white-space: nowrap
}

.ch-nav-brand,
.ch-nav-folded-brand {
    flex-shrink: 0;
    width      : 50px
}

.ch-nav-brand>img,
.ch-nav-folded-brand>img,
.ch-nav-icon>i.fa {
    width     : 100%;
    max-width : 100%;
    max-height: 100%
}

.ch-nav-icon>i.fa {
    font-size  : inherit;
    line-height: inherit
}

.ch-nav-folded {
    display: none
}

.ch-nav-toggle-button {
    position: relative;
    width   : 20px;
    height  : 20px;
    cursor  : pointer;
    color   : #fff
}

.ch-nav-close-button,
.ch-nav-close-button-dropdown {
    display : none;
    position: absolute;
    width   : 18px;
    height  : 18px;
    right   : 20px;
    top     : 20px;
    z-index : 1030;
    cursor  : pointer
}

.ch-nav-close-button:before,
.ch-nav-close-button:after {
    content   : "";
    position  : absolute;
    top       : 7px;
    left      : 3px;
    width     : 100%;
    height    : 2px;
    background: currentColor
}

.ch-nav-close-button:before {
    transform: rotate(45deg)
}

.ch-nav-close-button:after {
    transform: rotate(-45deg)
}

.ch-nav-close-button-dropdown {
    width                      : 12px;
    height                     : 12px;
    top                        : 20px;
    left                       : 20px;
    right                      : auto;
    border                     : solid currentColor;
    border-width               : 0 2px 2px 0;
    display                    : block;
    transform                  : rotate(135deg) translate3d(0, 0, 0);
    transform-style            : preserve-3d;
    backface-visibility        : hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility   : hidden
}

.ch-navbar-dropdown-wrapper {
    position      : absolute;
    top           : 100%;
    left          : 0;
    width         : 100%;
    max-width     : 100%;
    height        : auto;
    pointer-events: none
}

.ch-navbar-dropdown {
    display              : block;
    position             : absolute;
    top                  : 12px;
    left                 : 0;
    width                : 100%;
    max-width            : 100%;
    pointer-events       : none;
    opacity              : 0;
    transition           : opacity 200ms;
    --dropdownArrowOffset: 50%
}

.ch-navbar-dropdown-triangle:before {
    content         : "";
    width           : 12px;
    height          : 12px;
    position        : absolute;
    top             : -6px;
    left            : var(--dropdownArrowOffset);
    margin-left     : -6px;
    background-color: inherit;
    transform       : translateX(50%) rotate(45deg);
    border-radius   : 3px 0 0 0;
    box-shadow      : -3px -3px 5px rgba(82, 95, 127, 0.04)
}

.ch-navbar-dropdown--open {
    display       : block;
    z-index       : 1101;
    opacity       : 1;
    pointer-events: all
}

.ch-nav-close-button-dropdown {
    z-index: 1102;
    display: none
}

.ch-dropdown-toggle-icon:before,
.ch-dropdown-toggle-icon-desktop:before,
.ch-dropdown-toggle-icon-tablet:before,
.ch-dropdown-toggle-icon-mobile:before {
    content       : "";
    font          : normal normal normal 8px FontAwesome;
    color         : currentColor;
    position      : absolute;
    right         : 0;
    top           : 50%;
    transform     : translateY(-50%);
    opacity       : .8;
    pointer-events: none
}

.ch-dropdown-toggle-icon:after,
.ch-dropdown-toggle-icon-desktop:after,
.ch-dropdown-toggle-icon-tablet:after,
.ch-dropdown-toggle-icon-mobile:after {
    content : "";
    display : inline-block;
    overflow: hidden;
    height  : 100%;
    width   : 15px
}

.ch-dropdown-toggle-icon[data-dropdown-hover="1"]:hover:before,
.ch-dropdown-toggle-icon-desktop[data-dropdown-hover="1"]:hover:before,
.ch-dropdown-toggle-icon-tablet[data-dropdown-hover="1"]:hover:before,
.ch-dropdown-toggle-icon-mobile[data-dropdown-hover="1"]:hover:before,
.ch-dropdown-toggle-icon.ch-nav-link--open:before,
.ch-dropdown-toggle-icon-desktop.ch-nav-link--open:before,
.ch-dropdown-toggle-icon-tablet.ch-nav-link--open:before,
.ch-dropdown-toggle-icon-mobile.ch-nav-link--open:before {
    transform: translateY(-50%) rotate(180deg);
    margin   : 0 1px 0 0
}

.ch-dropdown-toggle-icon-tablet:before,
.ch-dropdown-toggle-icon-mobile:before,
.ch-dropdown-toggle-icon-tablet:after,
.ch-dropdown-toggle-icon-mobile:after {
    display: none
}

.ch-dropdown-toggle-icon-desktop:before {
    display: block
}

.ch-dropdown-toggle-icon-desktop:after {
    display: inline-block
}

.ch-navbar-folded-desktop .ch-navbar {
    min-height: 50px;
    height    : auto
}

.ch-navbar-folded-desktop .ch-navbar-container {
    position       : fixed;
    top            : 0;
    left           : 0;
    right          : 0;
    bottom         : 0;
    height         : 0;
    min-height     : auto;
    max-width      : none;
    display        : flex;
    flex-direction : column;
    justify-content: flex-start;
    align-items    : flex-start;
    flex-grow      : 0;
    opacity        : 0;
    overflow       : hidden;
    z-index        : -1
}

.ch-navbar-folded-desktop .ch-navbar-container-folded {
    display       : flex;
    flex-direction: row;
    z-index       : 1098
}

.ch-navbar-folded-desktop .ch-nav {
    display       : flex;
    width         : 100%;
    flex-direction: column;
    flex          : auto;
    flex-grow     : 0;
    height        : auto
}

.ch-navbar-folded-desktop .ch-nav-folded {
    display       : flex;
    flex          : auto;
    width         : auto;
    flex-direction: row
}

.ch-navbar-folded-desktop .ch-nav-folded .ch-nav-brand,
.ch-navbar-folded-desktop .ch-nav-folded .ch-nav-folded-brand {
    display: block
}

.ch-navbar-folded-desktop .ch-nav-close-button {
    display: block
}

.ch-navbar-folded-desktop .ch-navbar-container--open {
    min-height: 100vh;
    height    : 100%;
    opacity   : 1;
    transition: opacity 200ms;
    z-index   : 1099;
    overflow  : auto
}

.ch-navbar-folded-desktop .ch-navbar-container-folded--open {
    flex-direction: row
}

.ch-navbar-folded-desktop .ch-nav--open {
    display       : flex;
    width         : 100%;
    flex-direction: column;
    flex          : auto;
    flex-grow     : 0;
    flex-shrink   : 0;
    height        : auto;
    min-height    : 0
}

.ch-navbar-folded-desktop .ch-nav-folded--open {
    flex: auto
}

.ch-navbar-folded-desktop .ch-nav-folded--open .ch-nav-brand,
.ch-navbar-folded-desktop .ch-nav-folded--open .ch-nav-folded-brand {
    display: block
}

.ch-navbar-folded-desktop .ch-nav-folded--open {
    width         : auto;
    flex-direction: row
}

body.ch-has-navbar--open {
    overflow: hidden
}

@media(max-width:1199px) {

    .ch-navbar-container,
    .ch-navbar-container-folded {
        max-width: 960px
    }
}

@media(max-width:991px) {

    .ch-navbar-container,
    .ch-navbar-container-folded {
        max-width: 730px
    }

    .ch-navbar-folded-tablet .ch-navbar {
        min-height: 50px;
        height    : auto
    }

    .ch-navbar-folded-tablet .ch-navbar-container {
        position       : fixed;
        top            : 0;
        left           : 0;
        right          : 0;
        bottom         : 0;
        height         : 0;
        min-height     : auto;
        max-width      : none;
        display        : flex;
        flex-direction : column;
        justify-content: flex-start;
        align-items    : flex-start;
        flex-grow      : 0;
        opacity        : 0;
        overflow       : hidden;
        z-index        : -1
    }

    .ch-navbar-folded-tablet .ch-navbar-container-folded {
        display       : flex;
        flex-direction: row;
        z-index       : 1098
    }

    .ch-navbar-folded-tablet .ch-nav {
        display       : flex;
        width         : 100%;
        flex-direction: column;
        flex          : auto;
        flex-grow     : 0;
        height        : auto
    }

    .ch-navbar-folded-tablet .ch-nav-folded {
        display       : flex;
        flex          : auto;
        width         : auto;
        flex-direction: row
    }

    .ch-navbar-folded-tablet .ch-nav-folded .ch-nav-brand,
    .ch-navbar-folded-tablet .ch-nav-folded .ch-nav-folded-brand {
        display: block
    }

    .ch-navbar-folded-tablet .ch-nav-close-button {
        display: block
    }

    .ch-navbar-folded-tablet .ch-navbar-container--open {
        min-height: 100vh;
        height    : 100%;
        opacity   : 1;
        transition: opacity 200ms;
        z-index   : 1099;
        overflow  : auto
    }

    .ch-navbar-folded-tablet .ch-navbar-container-folded--open {
        flex-direction: row
    }

    .ch-navbar-folded-tablet .ch-nav--open {
        display       : flex;
        width         : 100%;
        flex-direction: column;
        flex          : auto;
        flex-grow     : 0;
        flex-shrink   : 0;
        height        : auto;
        min-height    : 0
    }

    .ch-navbar-folded-tablet .ch-nav-folded--open {
        flex: auto
    }

    .ch-navbar-folded-tablet .ch-nav-folded--open .ch-nav-brand,
    .ch-navbar-folded-tablet .ch-nav-folded--open .ch-nav-folded-brand {
        display: block
    }

    .ch-navbar-folded-tablet .ch-nav-folded--open {
        width         : auto;
        flex-direction: row
    }

    .ch-navbar-dropdown {
        overflow: auto
    }

    .ch-dropdown-toggle-icon:before,
    .ch-dropdown-toggle-icon-desktop:before,
    .ch-dropdown-toggle-icon-tablet:before,
    .ch-dropdown-toggle-icon-mobile:before {
        transform : translateY(-50%) rotate(-90deg);
        margin-top: 1px
    }

    .ch-dropdown-toggle-icon[data-dropdown-hover="1"]:hover:before,
    .ch-dropdown-toggle-icon-desktop[data-dropdown-hover="1"]:hover:before,
    .ch-dropdown-toggle-icon-tablet[data-dropdown-hover="1"]:hover:before,
    .ch-dropdown-toggle-icon-mobile[data-dropdown-hover="1"]:hover:before,
    .ch-dropdown-toggle-icon.ch-nav-link--open:before,
    .ch-dropdown-toggle-icon-desktop.ch-nav-link--open:before,
    .ch-dropdown-toggle-icon-tablet.ch-nav-link--open:before,
    .ch-dropdown-toggle-icon-mobile.ch-nav-link--open:before {
        transform : translateY(-50%) rotate(-90deg);
        margin-top: 1px
    }

    .ch-nav-close-button-dropdown {
        display: block
    }

    .ch-navbar-dropdown--open {
        position: fixed;
        left    : 0 !important;
        right   : 0 !important;
        top     : 0 !important;
        bottom  : 0 !important;
        width   : 100vw !important;
        height  : 100% !important
    }

    .ch-navbar-dropdown-container--open {
        flex-direction: column
    }

    .ch-dropdown-toggle-icon-desktop:before,
    .ch-dropdown-toggle-icon-mobile:before,
    .ch-dropdown-toggle-icon-desktop:after,
    .ch-dropdown-toggle-icon-mobile:after {
        display: none
    }

    .ch-dropdown-toggle-icon-tablet:before {
        display: block
    }

    .ch-dropdown-toggle-icon-tablet:after {
        display: inline-block
    }

    body.ch-has-navbar--open {
        overflow: hidden
    }
}

@media(max-width:767px) {

    .ch-navbar-container,
    .ch-navbar-container-folded {
        max-width: 465px
    }
}

@media(max-width:479px) {

    .ch-navbar-container,
    .ch-navbar-container-folded {
        max-width: none
    }

    .ch-navbar-folded-mobile .ch-navbar {
        min-height: 50px;
        height    : auto
    }

    .ch-navbar-folded-mobile .ch-navbar-container {
        position       : fixed;
        top            : 0;
        left           : 0;
        right          : 0;
        bottom         : 0;
        height         : 0;
        min-height     : auto;
        max-width      : none;
        display        : flex;
        flex-direction : column;
        justify-content: flex-start;
        align-items    : flex-start;
        flex-grow      : 0;
        opacity        : 0;
        overflow       : hidden;
        z-index        : -1
    }

    .ch-navbar-folded-mobile .ch-navbar-container-folded {
        display       : flex;
        flex-direction: row;
        z-index       : 1098
    }

    .ch-navbar-folded-mobile .ch-nav {
        display       : flex;
        width         : 100%;
        flex-direction: column;
        flex          : auto;
        flex-grow     : 0;
        height        : auto
    }

    .ch-navbar-folded-mobile .ch-nav-folded {
        display       : flex;
        flex          : auto;
        width         : auto;
        flex-direction: row
    }

    .ch-navbar-folded-mobile .ch-nav-folded .ch-nav-brand,
    .ch-navbar-folded-mobile .ch-nav-folded .ch-nav-folded-brand {
        display: block
    }

    .ch-navbar-folded-mobile .ch-nav-close-button {
        display: block
    }

    .ch-navbar-folded-mobile .ch-navbar-container--open {
        min-height: 100vh;
        height    : 100%;
        opacity   : 1;
        transition: opacity 200ms;
        z-index   : 1099;
        overflow  : auto
    }

    .ch-navbar-folded-mobile .ch-navbar-container-folded--open {
        flex-direction: row
    }

    .ch-navbar-folded-mobile .ch-nav--open {
        display       : flex;
        width         : 100%;
        flex-direction: column;
        flex          : auto;
        flex-grow     : 0;
        flex-shrink   : 0;
        height        : auto;
        min-height    : 0
    }

    .ch-navbar-folded-mobile .ch-nav-folded--open {
        flex: auto
    }

    .ch-navbar-folded-mobile .ch-nav-folded--open .ch-nav-brand,
    .ch-navbar-folded-mobile .ch-nav-folded--open .ch-nav-folded-brand {
        display: block
    }

    .ch-navbar-folded-mobile .ch-nav-folded--open {
        width         : auto;
        flex-direction: row
    }

    .ch-dropdown-toggle-icon-desktop:before,
    .ch-dropdown-toggle-icon-tablet:before,
    .ch-dropdown-toggle-icon-desktop:after,
    .ch-dropdown-toggle-icon-tablet:after {
        display: none
    }

    .ch-dropdown-toggle-icon-mobile:before {
        display: block
    }

    .ch-dropdown-toggle-icon-mobile:after {
        display: inline-block
    }
}

.ch-navbar-container-full {
    max-width: none
}

.ch-slider {
    display                    : block;
    position                   : relative;
    height                     : 460px;
    max-height                 : 100%;
    width                      : 100%;
    -webkit-user-select        : none;
    -moz-user-select           : none;
    -ms-user-select            : none;
    user-select                : none;
    -webkit-touch-callout      : none;
    -khtml-user-select         : none;
    -ms-touch-action           : pan-y;
    touch-action               : pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow                   : hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transform          : translate3d(0, 0, 0)
}

.ch-slider.pointer {
    touch-action: pan-y
}

.ch-slider-container {
    position    : relative;
    width       : 100%;
    height      : 100%;
    max-width   : 1170px;
    min-height  : 100%;
    margin-right: auto;
    margin-left : auto;
    overflow    : hidden
}

.ch-slides {
    position                          : relative;
    display                           : flex;
    width                             : 100%;
    height                            : 100%;
    transition                        : transform 300ms;
    -webkit-transition-timing-function: steps(30, jump-none);
    transform                         : translate3d(0, 0, 0);
    -webkit-backface-visibility       : hidden
}

.ch-slides:before,
.ch-slides:after {
    display: table;
    content: ""
}

.ch-slides:after {
    clear: both
}

.ch-slide {
    display        : flex;
    position       : relative;
    flex-shrink    : 0;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    text-align     : center;
    width          : 100%;
    height         : 100%
}

.ch-slider.ch-slider-animation-fade .ch-slide {
    opacity   : 0;
    z-index   : 0;
    transition: opacity .5s, z-index .5s
}

.ch-slider.ch-slider-animation-fade .ch-slide.active {
    opacity: 1;
    z-index: 1
}

.ch-slide-container {
    height         : 100%;
    min-height     : 100%;
    justify-content: center;
    align-items    : center;
    text-align     : center
}

.ch-slider-nav-prev,
.ch-slider-nav-next {
    position       : absolute;
    top            : 0;
    left           : 0;
    bottom         : 0;
    width          : 80px;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    z-index        : 2;
    cursor         : pointer
}

.ch-slider-nav-next {
    left : auto;
    right: 0
}

.ch-slider-pagination {
    position       : absolute;
    left           : 0;
    right          : 0;
    bottom         : 0;
    height         : 60px;
    display        : flex;
    flex-direction : row;
    justify-content: center;
    align-items    : center;
    z-index        : 2
}

.ch-slide-link {
    margin-right: 10px;
    cursor      : pointer
}

.ch-slide-link:last-child {
    margin-right: 0
}

.ch-slider-nav-prev>i,
.ch-slider-nav-next>i,
.ch-slide-link>i {
    color  : #fff;
    opacity: .5
}

.ch-slider-nav-prev:hover>i,
.ch-slider-nav-next:hover>i,
.ch-slide-link:hover>i,
.ch-slide-link.active>i {
    opacity: 1
}

.ch-wrap {
    line-height: 1
}

.ch-with-shape,
.ch-with-shape>* {
    position: relative
}

.ch-with-shape>*:not(.ch-navbar, .ch-shape) {
    z-index: 1
}

.ch-shape {
    position   : absolute;
    left       : 0;
    width      : 100%;
    overflow   : hidden;
    line-height: 0;
    z-index    : 0;
    color      : #fff
}

.ch-shape-top {
    top: 0
}

.ch-shape-bottom {
    bottom: 0
}

.ch-shape-flip {
    transform: scaleX(-1)
}

.ch-shape-flip-vert {
    transform: scaleY(-1)
}

.ch-shape-flip.ch-shape-flip-vert {
    transform: scale(-1, -1)
}

.ch-shape-front {
    z-index: 1000
}

.ch-shape>svg {
    display          : block;
    width            : 100%;
    position         : relative;
    left             : 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform    : translateX(-50%);
    transform        : translateX(-50%);
    fill             : currentColor
}

.ch-shape-top>svg {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform    : translateX(-50%) rotate(180deg);
    transform        : translateX(-50%) rotate(180deg)
}

.ch-chimpify-badge,
.ch-chimpify-badge * {
    animation            : none;
    background           : 0;
    background-attachment: scroll;
    background-clip      : border-box;
    background-color     : transparent;
    background-image     : none;
    background-origin    : padding-box;
    background-position  : 0 0;
    background-repeat    : repeat;
    background-size      : auto auto;
    border               : 0;
    border-style         : none;
    border-radius        : 0;
    bottom               : auto;
    box-shadow           : none;
    box-sizing           : content-box;
    clear                : none;
    clip                 : auto;
    color                : inherit;
    cursor               : auto;
    direction            : ltr;
    display              : inline;
    float                : none;
    font                 : normal;
    font-family          : inherit;
    font-size            : medium;
    font-style           : normal;
    font-variant         : normal;
    font-weight          : normal;
    height               : auto;
    left                 : auto;
    letter-spacing       : normal;
    line-height          : normal;
    list-style           : none;
    list-style-image     : none;
    list-style-position  : outside;
    list-style-type      : disc;
    margin               : 0;
    max-height           : none;
    max-width            : none;
    min-height           : 0;
    min-width            : 0;
    opacity              : 1;
    outline              : 0;
    overflow             : visible;
    padding              : 0;
    perspective          : none;
    perspective-origin   : 50% 50%;
    position             : static;
    right                : auto;
    text-align           : inherit;
    text-align-last      : auto;
    text-decoration      : none;
    text-indent          : 0;
    text-shadow          : none;
    text-transform       : none;
    top                  : auto;
    transform            : none;
    transition           : none;
    vertical-align       : baseline;
    visibility           : visible;
    white-space          : normal;
    width                : auto;
    word-spacing         : normal;
    z-index              : auto
}

.ch-chimpify-badge {
    display         : inline-block !important;
    visibility      : visible !important;
    opacity         : 1 !important;
    position        : fixed !important;
    z-index         : 2147482999 !important;
    bottom          : 20px !important;
    left            : auto !important;
    right           : 20px !important;
    width           : 151px !important;
    height          : 26px !important;
    background-color: #333 !important;
    border-radius   : 4px !important;
    line-height     : 0 !important;
    vertical-align  : middle !important;
    font-size       : 0 !important;
    margin          : 0 !important;
    padding         : 0 !important;
    text-decoration : none !important;
    transform       : none !important;
    overflow        : visible !important;
    white-space     : nowrap !important;
    box-shadow      : none !important;
    cursor          : pointer !important
}

.ch-chimpify-badge.ch-chimpify-badge-left {
    left : 20px !important;
    right: auto !important
}

@media(max-width:479px) {
    .ch-chimpify-badge.ch-chimpify-badge-with-shares {
        bottom: 45px !important
    }

    .ch-chimpify-badge.ch-chimpify-badge-with-shares.ch-chimpify-badge-left {
        left : 5px !important;
        right: auto !important
    }
}

.ch-chimpify-badge>span {
    display       : inline-block !important;
    visibility    : visible !important;
    opacity       : 1 !important;
    line-height   : 1 !important;
    vertical-align: middle !important
}

.ch-chimpify-badge>span.ch-chimpify-badge-icon {
    width                    : 30px !important;
    height                   : 26px !important;
    border-top-left-radius   : 4px !important;
    border-bottom-left-radius: 4px !important;
    background-color         : #222 !important;
    background-image         : url(https://cdn.chimpify.net/badge/chimpify-logo.svg) !important;
    background-position      : center center !important;
    background-size          : 17px auto !important;
    background-repeat        : no-repeat !important;
    color                    : #fff !important
}

.ch-chimpify-badge>span.ch-chimpify-badge-text {
    width              : 121px !important;
    height             : 24px !important;
    margin-top         : 2px !important;
    background-image   : url(https://cdn.chimpify.net/badge/powered-by-chimpify.svg) !important;
    background-position: 50% 50% !important;
    background-size    : 107px auto !important;
    background-repeat  : no-repeat !important;
    background-color   : transparent !important;
    color              : #fff !important;
    text-indent        : -9999px !important
}

.ch-animate,
.ch-animate-hover {
    animation-duration : 1000ms;
    animation-fill-mode: both
}

.ch-animate-entry {
    opacity: 0
}

.ch-animate-entry.ch-animated {
    opacity: 1
}

.ch-animate.ch-out-of-view {
    animation-name: none !important
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideInLeft {
    from {
        opacity   : 0;
        transform : translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        opacity   : 0;
        transform : translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        opacity   : 0;
        transform : translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        opacity   : 0;
        transform : translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeftDown {
    from {
        opacity   : 0;
        transform : translate3d(-100%, -100%, 0);
        visibility: visible
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRightDown {
    from {
        opacity   : 0;
        transform : translate3d(100%, -100%, 0);
        visibility: visible
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeftUp {
    from {
        opacity   : 0;
        transform : translate3d(-100%, 100%, 0);
        visibility: visible
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRightUp {
    from {
        opacity   : 0;
        transform : translate3d(100%, 100%, 0);
        visibility: visible
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes flipInLeft {
    from {
        opacity  : 0;
        transform: rotate3d(0, 1, 0, -90deg)
    }

    to {
        opacity  : 1;
        transform: rotate3d(0, 0, 0, 0)
    }
}

@keyframes flipInRight {
    from {
        opacity  : 0;
        transform: rotate3d(0, 1, 0, 90deg)
    }

    to {
        opacity  : 1;
        transform: rotate3d(0, 0, 0)
    }
}

@keyframes flipInTop {
    from {
        opacity  : 0;
        transform: rotate3d(1, 0, 0, 90deg)
    }

    to {
        opacity  : 1;
        transform: rotate3d(0, 0, 0)
    }
}

@keyframes flipInBottom {
    from {
        opacity  : 0;
        transform: rotate3d(1, 0, 0, -90deg)
    }

    to {
        opacity  : 1;
        transform: rotate3d(0, 0, 0)
    }
}

@keyframes growIn {
    from {
        opacity  : 0;
        transform: scale3d(0.75, 0.75, 0.75)
    }

    to {
        opacity  : 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes growBigIn {
    from {
        opacity  : 0;
        transform: scale3d(0.1, 0.1, 0.1)
    }

    to {
        opacity  : 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes shrinkIn {
    from {
        opacity  : 0;
        transform: scale3d(1.25, 1.25, 1.25)
    }

    to {
        opacity  : 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes shrinkBigIn {
    from {
        opacity  : 0;
        transform: scale3d(4, 4, 4)
    }

    to {
        opacity  : 1;
        transform: scale3d(1, 1, 1)
    }
}

@keyframes spinInClockwise {
    from {
        opacity  : 0;
        transform: rotate3d(0, 0, 1, -900deg)
    }

    to {
        opacity  : 1;
        transform: rotate3d(0, 0, 0)
    }
}

@keyframes spinInCounterClockwise {
    from {
        opacity  : 0;
        transform: rotate3d(0, 0, 1, 900deg)
    }

    to {
        opacity  : 1;
        transform: rotate3d(0, 0, 0)
    }
}

@keyframes flyInLeft {
    from {
        opacity  : 0;
        transform: translate3d(-800px, 0, 0) scale3d(0.25, 0.25, 0.25)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes flyInRight {
    from {
        opacity  : 0;
        transform: translate3d(800px, 0, 0) scale3d(0.25, 0.25, 0.25)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes flyInDown {
    from {
        opacity  : 0;
        transform: translate3d(0, -800px, 0) scale3d(0.25, 0.25, 0.25)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes flyInUp {
    from {
        opacity  : 0;
        transform: translate3d(0, 800px, 0) scale3d(0.25, 0.25, 0.25)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes flyInLeftDown {
    from {
        opacity  : 0;
        transform: translate3d(-800px, -800px, 0) scale3d(0.25, 0.25, 0.25)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes flyInRightDown {
    from {
        opacity  : 0;
        transform: translate3d(800px, -800px, 0) scale3d(0.25, 0.25, 0.25)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes flyInLeftUp {
    from {
        opacity  : 0;
        transform: translate3d(-800px, 800px, 0) scale3d(0.25, 0.25, 0.25)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes flyInRightUp {
    from {
        opacity  : 0;
        transform: translate3d(800px, 800px, 0) scale3d(0.25, 0.25, 0.25)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1)
    }
}

@keyframes dropInDown {

    from,
    60%,
    70%,
    80%,
    90%,
    95%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity  : 0;
        transform: translate3d(0, -3000px, 0)
    }

    28% {
        opacity  : 1;
        transform: translate3d(0, 25px, 0)
    }

    44% {
        opacity  : 1;
        transform: translate3d(0, -15px, 0)
    }

    59% {
        opacity  : 1;
        transform: translate3d(0, 5px, 0)
    }

    73% {
        opacity  : 1;
        transform: translate3d(0, -2px, 0)
    }

    88% {
        opacity  : 1;
        transform: translate3d(0, 2px, 0)
    }

    to {
        opacity  : 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes pop {
    50% {
        animation-timing-function: linear
    }

    50% {
        transform: scale(1.2)
    }
}

@keyframes push {

    50%,
    to {
        animation-timing-function: linear
    }

    50% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes jiggle {
    10% {
        transform: rotateZ(-5deg)
    }

    20% {
        transform: rotateZ(5deg)
    }

    30% {
        transform: rotateZ(-5deg)
    }

    40% {
        transform: rotateZ(5deg)
    }

    50% {
        transform: rotateZ(-5deg)
    }

    60% {
        transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-5deg)
    }

    80% {
        transform: rotateZ(5deg)
    }

    90% {
        transform: rotateZ(-5deg)
    }

    100% {
        transform: rotateZ(0)
    }
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes blink {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes bounce {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0 {
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes buzz {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(3px) rotate(2deg)
    }

    60% {
        transform: translateX(-3px) rotate(-2deg)
    }

    70% {
        transform: translateX(3px) rotate(2deg)
    }

    80% {
        transform: translateX(-3px) rotate(-2deg)
    }

    90% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(0) rotate(0)
    }
}

@keyframes buzzOut {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes jello {
    from {
        transform: translate3d(0, 0, 0)
    }

    11.1%,
    to {
        transform: translate3d(0, 0, 0)
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}

@keyframes ghost {
    0 {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes hang {
    0 {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes heartBeat {
    0 {
        animation-timing-function: ease-in-out;
        transform                : scale(1)
    }

    14% {
        animation-timing-function: ease-in-out;
        transform                : scale(1.3)
    }

    28% {
        animation-timing-function: ease-in-out;
        transform                : scale(1)
    }

    42% {
        animation-timing-function: ease-in-out;
        transform                : scale(1.3)
    }

    70% {
        animation-timing-function: ease-in-out;
        transform                : scale(1)
    }

    to {
        animation-timing-function: ease-in-out
    }
}

.ch-hidden {
    display: none !important
}