/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 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;
    -ms-text-size-adjust: 100%;
    -webkit-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: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

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 {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type=checkbox], input[type=radio] {
        -webkit-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-appearance: textfield;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *, :after, :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-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: ""
    }

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret, .dropup > button > .caret, .dropup > input[type=button] > .caret, .dropup > input[type=reset] > .caret, .dropup > input[type=submit] > .caret, button > .caret, input[type=button] > .caret, input[type=reset] > .caret, input[type=submit] > .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 td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

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

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

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

body {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1.53846154;
    color: #606068;
    background-color: #fff
}

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

a {
    color: #68a7d9;
    text-decoration: none
}

    a:focus, a:hover {
        color: #d72302;
        text-decoration: underline
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

[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, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

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

    .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, .h5, .h6, h4, h5, h6 {
    margin-top: 9.5px;
    margin-bottom: 9.5px
}

    .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: 33px
}

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

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

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

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

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

p {
    margin: 0 0 9.5px
}

.lead {
    margin-bottom: 19px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:600px) {
    .lead {
        font-size: 19.5px
    }
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #68a7d9
}

a.text-primary:focus, a.text-primary:hover {
    color: #f12702
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #68a7d9
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #f12702
}

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

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

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

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

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

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 8.5px;
    margin: 38px 0 19px;
    border-bottom: 1px solid #eee
}

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

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

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

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

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

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

dd, dt {
    line-height: 1.53846154
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

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

    .dl-horizontal dd {
        margin-left: 180px
    }
}

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

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    font-size: 16.25px;
    border-left: 5px solid #eee
}

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

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

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

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

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

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

address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.53846154
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #333;
    background-color: #f5f5f5;
    border-radius: 0
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    -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: 700;
        -webkit-box-shadow: none;
        box-shadow: none
    }

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

    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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

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

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

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

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

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

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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:600px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 19px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.53846154;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:599px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 14.25px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

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

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

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

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

input[type=checkbox], input[type=radio] {
    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=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.form-control, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.53846154;
    color: #555;
    background-color: #f4f4fc;
    background-image: none;
    border: 1px solid #e4e4ec;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) 1px 1px 0 rgba(0,0,0,.12);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    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-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s .4s ease-out;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s .4s ease-out;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s .4s ease-out;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s .4s ease-out;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s .4s ease-out,-webkit-box-shadow ease-in-out .15s .4s ease-out
}

    .form-control:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea: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);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) 1px 1px 0 rgba(0,0,0,.12);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) 1px 1px 0 rgba(0,0,0,.12)
    }

    .form-control::-moz-placeholder, input[type=color]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=datetime]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder, input[type=color]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=month]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=time]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=week]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder, input[type=color]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=month]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=time]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=week]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #999
    }

    .form-control::-ms-expand, input[type=color]::-ms-expand, input[type=date]::-ms-expand, input[type=datetime-local]::-ms-expand, input[type=datetime]::-ms-expand, input[type=email]::-ms-expand, input[type=month]::-ms-expand, input[type=number]::-ms-expand, input[type=password]::-ms-expand, input[type=search]::-ms-expand, input[type=tel]::-ms-expand, input[type=text]::-ms-expand, input[type=time]::-ms-expand, input[type=url]::-ms-expand, input[type=week]::-ms-expand, select::-ms-expand, textarea::-ms-expand {
        border: 0;
        background-color: transparent
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, fieldset[disabled] input[type=color], fieldset[disabled] input[type=date], fieldset[disabled] input[type=datetime-local], fieldset[disabled] input[type=datetime], fieldset[disabled] input[type=email], fieldset[disabled] input[type=month], fieldset[disabled] input[type=number], fieldset[disabled] input[type=password], fieldset[disabled] input[type=search], fieldset[disabled] input[type=tel], fieldset[disabled] input[type=text], fieldset[disabled] input[type=time], fieldset[disabled] input[type=url], fieldset[disabled] input[type=week], fieldset[disabled] select, fieldset[disabled] textarea, input[type=color][disabled], input[type=color][readonly], input[type=date][disabled], input[type=date][readonly], input[type=datetime-local][disabled], input[type=datetime-local][readonly], input[type=datetime][disabled], input[type=datetime][readonly], input[type=email][disabled], input[type=email][readonly], input[type=month][disabled], input[type=month][readonly], input[type=number][disabled], input[type=number][readonly], input[type=password][disabled], input[type=password][readonly], input[type=search][disabled], input[type=search][readonly], input[type=tel][disabled], input[type=tel][readonly], input[type=text][disabled], input[type=text][readonly], input[type=time][disabled], input[type=time][readonly], input[type=url][disabled], input[type=url][readonly], input[type=week][disabled], input[type=week][readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
        background-color: #eee;
        opacity: 1
    }

    .form-control[disabled], fieldset[disabled] .form-control, fieldset[disabled] input[type=color], fieldset[disabled] input[type=date], fieldset[disabled] input[type=datetime-local], fieldset[disabled] input[type=datetime], fieldset[disabled] input[type=email], fieldset[disabled] input[type=month], fieldset[disabled] input[type=number], fieldset[disabled] input[type=password], fieldset[disabled] input[type=search], fieldset[disabled] input[type=tel], fieldset[disabled] input[type=text], fieldset[disabled] input[type=time], fieldset[disabled] input[type=url], fieldset[disabled] input[type=week], fieldset[disabled] select, fieldset[disabled] textarea, input[type=color][disabled], input[type=date][disabled], input[type=datetime-local][disabled], input[type=datetime][disabled], input[type=email][disabled], input[type=month][disabled], input[type=number][disabled], input[type=password][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=text][disabled], input[type=time][disabled], input[type=url][disabled], input[type=week][disabled], select[disabled], textarea[disabled] {
        cursor: not-allowed
    }

    textarea.form-control, textareainput[type=color], textareainput[type=date], textareainput[type=datetime-local], textareainput[type=datetime], textareainput[type=email], textareainput[type=month], textareainput[type=number], textareainput[type=password], textareainput[type=search], textareainput[type=tel], textareainput[type=text], textareainput[type=time], textareainput[type=url], textareainput[type=week], textareaselect, textareatextarea {
        height: auto
    }

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=date]input[type=color], input[type=date]input[type=date], input[type=date]input[type=datetime-local], input[type=date]input[type=datetime], input[type=date]input[type=email], input[type=date]input[type=month], input[type=date]input[type=number], input[type=date]input[type=password], input[type=date]input[type=search], input[type=date]input[type=tel], input[type=date]input[type=text], input[type=date]input[type=time], input[type=date]input[type=url], input[type=date]input[type=week], input[type=date]select, input[type=date]textarea, input[type=datetime-local].form-control, input[type=datetime-local]input[type=color], input[type=datetime-local]input[type=date], input[type=datetime-local]input[type=datetime-local], input[type=datetime-local]input[type=datetime], input[type=datetime-local]input[type=email], input[type=datetime-local]input[type=month], input[type=datetime-local]input[type=number], input[type=datetime-local]input[type=password], input[type=datetime-local]input[type=search], input[type=datetime-local]input[type=tel], input[type=datetime-local]input[type=text], input[type=datetime-local]input[type=time], input[type=datetime-local]input[type=url], input[type=datetime-local]input[type=week], input[type=datetime-local]select, input[type=datetime-local]textarea, input[type=month].form-control, input[type=month]input[type=color], input[type=month]input[type=date], input[type=month]input[type=datetime-local], input[type=month]input[type=datetime], input[type=month]input[type=email], input[type=month]input[type=month], input[type=month]input[type=number], input[type=month]input[type=password], input[type=month]input[type=search], input[type=month]input[type=tel], input[type=month]input[type=text], input[type=month]input[type=time], input[type=month]input[type=url], input[type=month]input[type=week], input[type=month]select, input[type=month]textarea, input[type=time].form-control, input[type=time]input[type=color], input[type=time]input[type=date], input[type=time]input[type=datetime-local], input[type=time]input[type=datetime], input[type=time]input[type=email], input[type=time]input[type=month], input[type=time]input[type=number], input[type=time]input[type=password], input[type=time]input[type=search], input[type=time]input[type=tel], input[type=time]input[type=text], input[type=time]input[type=time], input[type=time]input[type=url], input[type=time]input[type=week], input[type=time]select, input[type=time]textarea {
        line-height: 33px
    }

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 32px
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control, .form-group-sm input[type=color], .form-group-sm input[type=date], .form-group-sm input[type=datetime-local], .form-group-sm input[type=datetime], .form-group-sm input[type=email], .form-group-sm input[type=month], .form-group-sm input[type=number], .form-group-sm input[type=password], .form-group-sm input[type=search], .form-group-sm input[type=tel], .form-group-sm input[type=text], .form-group-sm input[type=time], .form-group-sm input[type=url], .form-group-sm input[type=week], .form-group-sm select, .form-group-sm textarea {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

    .form-group-sm select.form-control, .form-group-sm selectinput[type=color], .form-group-sm selectinput[type=date], .form-group-sm selectinput[type=datetime-local], .form-group-sm selectinput[type=datetime], .form-group-sm selectinput[type=email], .form-group-sm selectinput[type=month], .form-group-sm selectinput[type=number], .form-group-sm selectinput[type=password], .form-group-sm selectinput[type=search], .form-group-sm selectinput[type=tel], .form-group-sm selectinput[type=text], .form-group-sm selectinput[type=time], .form-group-sm selectinput[type=url], .form-group-sm selectinput[type=week], .form-group-sm selectselect, .form-group-sm selecttextarea {
        height: 30px;
        line-height: 30px
    }

    .form-group-sm select[multiple].form-control, .form-group-sm select[multiple]input[type=color], .form-group-sm select[multiple]input[type=date], .form-group-sm select[multiple]input[type=datetime-local], .form-group-sm select[multiple]input[type=datetime], .form-group-sm select[multiple]input[type=email], .form-group-sm select[multiple]input[type=month], .form-group-sm select[multiple]input[type=number], .form-group-sm select[multiple]input[type=password], .form-group-sm select[multiple]input[type=search], .form-group-sm select[multiple]input[type=tel], .form-group-sm select[multiple]input[type=text], .form-group-sm select[multiple]input[type=time], .form-group-sm select[multiple]input[type=url], .form-group-sm select[multiple]input[type=week], .form-group-sm select[multiple]select, .form-group-sm select[multiple]textarea, .form-group-sm textarea.form-control, .form-group-sm textareainput[type=color], .form-group-sm textareainput[type=date], .form-group-sm textareainput[type=datetime-local], .form-group-sm textareainput[type=datetime], .form-group-sm textareainput[type=email], .form-group-sm textareainput[type=month], .form-group-sm textareainput[type=number], .form-group-sm textareainput[type=password], .form-group-sm textareainput[type=search], .form-group-sm textareainput[type=tel], .form-group-sm textareainput[type=text], .form-group-sm textareainput[type=time], .form-group-sm textareainput[type=url], .form-group-sm textareainput[type=week], .form-group-sm textareaselect, .form-group-sm textareatextarea {
        height: auto
    }

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 31px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control, .form-group-lg input[type=color], .form-group-lg input[type=date], .form-group-lg input[type=datetime-local], .form-group-lg input[type=datetime], .form-group-lg input[type=email], .form-group-lg input[type=month], .form-group-lg input[type=number], .form-group-lg input[type=password], .form-group-lg input[type=search], .form-group-lg input[type=tel], .form-group-lg input[type=text], .form-group-lg input[type=time], .form-group-lg input[type=url], .form-group-lg input[type=week], .form-group-lg select, .form-group-lg textarea {
    height: 45px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 0
}

    .form-group-lg select.form-control, .form-group-lg selectinput[type=color], .form-group-lg selectinput[type=date], .form-group-lg selectinput[type=datetime-local], .form-group-lg selectinput[type=datetime], .form-group-lg selectinput[type=email], .form-group-lg selectinput[type=month], .form-group-lg selectinput[type=number], .form-group-lg selectinput[type=password], .form-group-lg selectinput[type=search], .form-group-lg selectinput[type=tel], .form-group-lg selectinput[type=text], .form-group-lg selectinput[type=time], .form-group-lg selectinput[type=url], .form-group-lg selectinput[type=week], .form-group-lg selectselect, .form-group-lg selecttextarea {
        height: 45px;
        line-height: 45px
    }

    .form-group-lg select[multiple].form-control, .form-group-lg select[multiple]input[type=color], .form-group-lg select[multiple]input[type=date], .form-group-lg select[multiple]input[type=datetime-local], .form-group-lg select[multiple]input[type=datetime], .form-group-lg select[multiple]input[type=email], .form-group-lg select[multiple]input[type=month], .form-group-lg select[multiple]input[type=number], .form-group-lg select[multiple]input[type=password], .form-group-lg select[multiple]input[type=search], .form-group-lg select[multiple]input[type=tel], .form-group-lg select[multiple]input[type=text], .form-group-lg select[multiple]input[type=time], .form-group-lg select[multiple]input[type=url], .form-group-lg select[multiple]input[type=week], .form-group-lg select[multiple]select, .form-group-lg select[multiple]textarea, .form-group-lg textarea.form-control, .form-group-lg textareainput[type=color], .form-group-lg textareainput[type=date], .form-group-lg textareainput[type=datetime-local], .form-group-lg textareainput[type=datetime], .form-group-lg textareainput[type=email], .form-group-lg textareainput[type=month], .form-group-lg textareainput[type=number], .form-group-lg textareainput[type=password], .form-group-lg textareainput[type=search], .form-group-lg textareainput[type=tel], .form-group-lg textareainput[type=text], .form-group-lg textareainput[type=time], .form-group-lg textareainput[type=url], .form-group-lg textareainput[type=week], .form-group-lg textareaselect, .form-group-lg textareatextarea {
        height: auto
    }

.form-group-lg .form-control-static {
    height: 45px;
    min-height: 36px;
    padding: 11px 16px;
    font-size: 17px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control, .has-feedback input[type=color], .has-feedback input[type=date], .has-feedback input[type=datetime-local], .has-feedback input[type=datetime], .has-feedback input[type=email], .has-feedback input[type=month], .has-feedback input[type=number], .has-feedback input[type=password], .has-feedback input[type=search], .has-feedback input[type=tel], .has-feedback input[type=text], .has-feedback input[type=time], .has-feedback input[type=url], .has-feedback input[type=week], .has-feedback select, .has-feedback textarea {
        padding-right: 41.25px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control + .form-control-feedback, .form-group-lg input[type=color] + .form-control-feedback, .form-group-lg input[type=date] + .form-control-feedback, .form-group-lg input[type=datetime-local] + .form-control-feedback, .form-group-lg input[type=datetime] + .form-control-feedback, .form-group-lg input[type=email] + .form-control-feedback, .form-group-lg input[type=month] + .form-control-feedback, .form-group-lg input[type=number] + .form-control-feedback, .form-group-lg input[type=password] + .form-control-feedback, .form-group-lg input[type=search] + .form-control-feedback, .form-group-lg input[type=tel] + .form-control-feedback, .form-group-lg input[type=text] + .form-control-feedback, .form-group-lg input[type=time] + .form-control-feedback, .form-group-lg input[type=url] + .form-control-feedback, .form-group-lg input[type=week] + .form-control-feedback, .form-group-lg select + .form-control-feedback, .form-group-lg textarea + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 45px;
    height: 45px;
    line-height: 45px
}

.form-group-sm .form-control + .form-control-feedback, .form-group-sm input[type=color] + .form-control-feedback, .form-group-sm input[type=date] + .form-control-feedback, .form-group-sm input[type=datetime-local] + .form-control-feedback, .form-group-sm input[type=datetime] + .form-control-feedback, .form-group-sm input[type=email] + .form-control-feedback, .form-group-sm input[type=month] + .form-control-feedback, .form-group-sm input[type=number] + .form-control-feedback, .form-group-sm input[type=password] + .form-control-feedback, .form-group-sm input[type=search] + .form-control-feedback, .form-group-sm input[type=tel] + .form-control-feedback, .form-group-sm input[type=text] + .form-control-feedback, .form-group-sm input[type=time] + .form-control-feedback, .form-group-sm input[type=url] + .form-control-feedback, .form-group-sm input[type=week] + .form-control-feedback, .form-group-sm select + .form-control-feedback, .form-group-sm textarea + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control, .has-success input[type=color], .has-success input[type=date], .has-success input[type=datetime-local], .has-success input[type=datetime], .has-success input[type=email], .has-success input[type=month], .has-success input[type=number], .has-success input[type=password], .has-success input[type=search], .has-success input[type=tel], .has-success input[type=text], .has-success input[type=time], .has-success input[type=url], .has-success input[type=week], .has-success select, .has-success textarea {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) 1px 1px 0 rgba(0,0,0,.12)
}

    .has-success .form-control:focus, .has-success input[type=color]:focus, .has-success input[type=date]:focus, .has-success input[type=datetime-local]:focus, .has-success input[type=datetime]:focus, .has-success input[type=email]:focus, .has-success input[type=month]:focus, .has-success input[type=number]:focus, .has-success input[type=password]:focus, .has-success input[type=search]:focus, .has-success input[type=tel]:focus, .has-success input[type=text]:focus, .has-success input[type=time]:focus, .has-success input[type=url]:focus, .has-success input[type=week]:focus, .has-success select:focus, .has-success textarea:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168 1px 1px 0 rgba(0,0,0,.12);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168 1px 1px 0 rgba(0,0,0,.12)
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control, .has-warning input[type=color], .has-warning input[type=date], .has-warning input[type=datetime-local], .has-warning input[type=datetime], .has-warning input[type=email], .has-warning input[type=month], .has-warning input[type=number], .has-warning input[type=password], .has-warning input[type=search], .has-warning input[type=tel], .has-warning input[type=text], .has-warning input[type=time], .has-warning input[type=url], .has-warning input[type=week], .has-warning select, .has-warning textarea {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) 1px 1px 0 rgba(0,0,0,.12)
}

    .has-warning .form-control:focus, .has-warning input[type=color]:focus, .has-warning input[type=date]:focus, .has-warning input[type=datetime-local]:focus, .has-warning input[type=datetime]:focus, .has-warning input[type=email]:focus, .has-warning input[type=month]:focus, .has-warning input[type=number]:focus, .has-warning input[type=password]:focus, .has-warning input[type=search]:focus, .has-warning input[type=tel]:focus, .has-warning input[type=text]:focus, .has-warning input[type=time]:focus, .has-warning input[type=url]:focus, .has-warning input[type=week]:focus, .has-warning select:focus, .has-warning textarea:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b 1px 1px 0 rgba(0,0,0,.12);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b 1px 1px 0 rgba(0,0,0,.12)
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

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

.has-error .form-control, .has-error input[type=color], .has-error input[type=date], .has-error input[type=datetime-local], .has-error input[type=datetime], .has-error input[type=email], .has-error input[type=month], .has-error input[type=number], .has-error input[type=password], .has-error input[type=search], .has-error input[type=tel], .has-error input[type=text], .has-error input[type=time], .has-error input[type=url], .has-error input[type=week], .has-error select, .has-error textarea {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) 1px 1px 0 rgba(0,0,0,.12)
}

    .has-error .form-control:focus, .has-error input[type=color]:focus, .has-error input[type=date]:focus, .has-error input[type=datetime-local]:focus, .has-error input[type=datetime]:focus, .has-error input[type=email]:focus, .has-error input[type=month]:focus, .has-error input[type=number]:focus, .has-error input[type=password]:focus, .has-error input[type=search]:focus, .has-error input[type=tel]:focus, .has-error input[type=text]:focus, .has-error input[type=time]:focus, .has-error input[type=url]:focus, .has-error input[type=week]:focus, .has-error select:focus, .has-error textarea:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 1px 1px 0 rgba(0,0,0,.12);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483 1px 1px 0 rgba(0,0,0,.12)
    }

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

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 24px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a0a0a7
}

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

    .form-inline .form-control, .form-inline input[type=color], .form-inline input[type=date], .form-inline input[type=datetime-local], .form-inline input[type=datetime], .form-inline input[type=email], .form-inline input[type=month], .form-inline input[type=number], .form-inline input[type=password], .form-inline input[type=search], .form-inline input[type=tel], .form-inline input[type=text], .form-inline input[type=time], .form-inline input[type=url], .form-inline input[type=week], .form-inline select, .form-inline textarea {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

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

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

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group input[type=color], .form-inline .input-group input[type=date], .form-inline .input-group input[type=datetime-local], .form-inline .input-group input[type=datetime], .form-inline .input-group input[type=email], .form-inline .input-group input[type=month], .form-inline .input-group input[type=number], .form-inline .input-group input[type=password], .form-inline .input-group input[type=search], .form-inline .input-group input[type=tel], .form-inline .input-group input[type=text], .form-inline .input-group input[type=time], .form-inline .input-group input[type=url], .form-inline .input-group input[type=week], .form-inline .input-group select, .form-inline .input-group textarea {
            width: auto
        }

        .form-inline .input-group > .form-control, .form-inline .input-group > input[type=color], .form-inline .input-group > input[type=date], .form-inline .input-group > input[type=datetime-local], .form-inline .input-group > input[type=datetime], .form-inline .input-group > input[type=email], .form-inline .input-group > input[type=month], .form-inline .input-group > input[type=number], .form-inline .input-group > input[type=password], .form-inline .input-group > input[type=search], .form-inline .input-group > input[type=tel], .form-inline .input-group > input[type=text], .form-inline .input-group > input[type=time], .form-inline .input-group > input[type=url], .form-inline .input-group > input[type=week], .form-inline .input-group > select, .form-inline .input-group > textarea {
            width: 100%
        }

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

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

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

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

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

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 26px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:600px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:600px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 17px
    }
}

@media (min-width:600px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn, button, input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.53846154;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus, input[type=button].active.focus, input[type=button].active:focus, input[type=button].focus, input[type=button]:active.focus, input[type=button]:active:focus, input[type=button]:focus, input[type=reset].active.focus, input[type=reset].active:focus, input[type=reset].focus, input[type=reset]:active.focus, input[type=reset]:active:focus, input[type=reset]:focus, input[type=submit].active.focus, input[type=submit].active:focus, input[type=submit].focus, input[type=submit]:active.focus, input[type=submit]:active:focus, input[type=submit]:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover, button.focus, button:focus, button:hover, input[type=button].focus, input[type=button]:focus, input[type=button]:hover, input[type=reset].focus, input[type=reset]:focus, input[type=reset]:hover, input[type=submit].focus, input[type=submit]:focus, input[type=submit]:hover {
        color: #606068;
        text-decoration: none
    }

    .btn.active, .btn:active, button.active, button:active, input[type=button].active, input[type=button]:active, input[type=reset].active, input[type=reset]:active, input[type=submit].active, input[type=submit]:active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125) 1px 1px 0 rgba(0,0,0,.12);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125) 1px 1px 0 rgba(0,0,0,.12)
    }

    .btn.disabled, .btn[disabled], button.disabled, button[disabled], fieldset[disabled] .btn, fieldset[disabled] button, fieldset[disabled] input[type=button], fieldset[disabled] input[type=reset], fieldset[disabled] input[type=submit], input[type=button].disabled, input[type=button][disabled], input[type=reset].disabled, input[type=reset][disabled], input[type=submit].disabled, input[type=submit][disabled] {
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none 1px 1px 0 rgba(0,0,0,.12);
        box-shadow: none 1px 1px 0 rgba(0,0,0,.12)
    }

a.btn.disabled, abutton.disabled, ainput[type=button].disabled, ainput[type=reset].disabled, ainput[type=submit].disabled, fieldset[disabled] a.btn, fieldset[disabled] abutton, fieldset[disabled] ainput[type=button], fieldset[disabled] ainput[type=reset], fieldset[disabled] ainput[type=submit] {
    pointer-events: none
}

.btn-default {
    color: #606068;
    background-color: #f4f4fc;
    border-color: #e0e0f7
}

    .btn-default.focus, .btn-default:focus {
        color: #606068;
        background-color: #ccccf1;
        border-color: #7c7cdb
    }

    .btn-default:hover {
        color: #606068;
        background-color: #ccccf1;
        border-color: #b0b0e9
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #606068;
        background-color: #ccccf1;
        border-color: #b0b0e9
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #606068;
            background-color: #b0b0e9;
            border-color: #7c7cdb
        }

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

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

    .btn-default .badge {
        color: #f4f4fc;
        background-color: #606068
    }

.btn-primary, button, input[type=button], input[type=reset], input[type=submit] {
    color: #fff;
    background-color: #68a7d9;
    border-color: #68a7d9
}

    .btn-primary.focus, .btn-primary:focus, button.focus, button:focus, input[type=button].focus, input[type=button]:focus, input[type=reset].focus, input[type=reset]:focus, input[type=submit].focus, input[type=submit]:focus {
        color: #fff;
        background-color: #f12702;
        border-color: #8c1701
    }

    .btn-primary:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
        color: #fff;
        background-color: #68a7d9;
        border-color: #68a7d9
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .open > .dropdown-togglebutton, .open > .dropdown-toggleinput[type=button], .open > .dropdown-toggleinput[type=reset], .open > .dropdown-toggleinput[type=submit], button.active, button:active, input[type=button].active, input[type=button]:active, input[type=reset].active, input[type=reset]:active, input[type=submit].active, input[type=submit]:active {
        color: #fff;
        background-color: #f12702;
        border-color: #cd2202
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-togglebutton.focus, .open > .dropdown-togglebutton:focus, .open > .dropdown-togglebutton:hover, .open > .dropdown-toggleinput[type=button].focus, .open > .dropdown-toggleinput[type=button]:focus, .open > .dropdown-toggleinput[type=button]:hover, .open > .dropdown-toggleinput[type=reset].focus, .open > .dropdown-toggleinput[type=reset]:focus, .open > .dropdown-toggleinput[type=reset]:hover, .open > .dropdown-toggleinput[type=submit].focus, .open > .dropdown-toggleinput[type=submit]:focus, .open > .dropdown-toggleinput[type=submit]:hover, button.active.focus, button.active:focus, button.active:hover, button:active.focus, button:active:focus, button:active:hover, input[type=button].active.focus, input[type=button].active:focus, input[type=button].active:hover, input[type=button]:active.focus, input[type=button]:active:focus, input[type=button]:active:hover, input[type=reset].active.focus, input[type=reset].active:focus, input[type=reset].active:hover, input[type=reset]:active.focus, input[type=reset]:active:focus, input[type=reset]:active:hover, input[type=submit].active.focus, input[type=submit].active:focus, input[type=submit].active:hover, input[type=submit]:active.focus, input[type=submit]:active:focus, input[type=submit]:active:hover {
            color: #fff;
            background-color: #cd2202;
            border-color: #8c1701
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .open > .dropdown-togglebutton, .open > .dropdown-toggleinput[type=button], .open > .dropdown-toggleinput[type=reset], .open > .dropdown-toggleinput[type=submit], button.active, button:active, input[type=button].active, input[type=button]:active, input[type=reset].active, input[type=reset]:active, input[type=submit].active, input[type=submit]:active {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, button.disabled.focus, button.disabled:focus, button.disabled:hover, button[disabled].focus, button[disabled]:focus, button[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] button.focus, fieldset[disabled] button:focus, fieldset[disabled] button:hover, fieldset[disabled] input[type=button].focus, fieldset[disabled] input[type=button]:focus, fieldset[disabled] input[type=button]:hover, fieldset[disabled] input[type=reset].focus, fieldset[disabled] input[type=reset]:focus, fieldset[disabled] input[type=reset]:hover, fieldset[disabled] input[type=submit].focus, fieldset[disabled] input[type=submit]:focus, fieldset[disabled] input[type=submit]:hover, input[type=button].disabled.focus, input[type=button].disabled:focus, input[type=button].disabled:hover, input[type=button][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled]:hover, input[type=reset].disabled.focus, input[type=reset].disabled:focus, input[type=reset].disabled:hover, input[type=reset][disabled].focus, input[type=reset][disabled]:focus, input[type=reset][disabled]:hover, input[type=submit].disabled.focus, input[type=submit].disabled:focus, input[type=submit].disabled:hover, input[type=submit][disabled].focus, input[type=submit][disabled]:focus, input[type=submit][disabled]:hover {
        background-color: #68a7d9;
        border-color: #fd3510
    }

    .btn-primary .badge, button .badge, input[type=button] .badge, input[type=reset] .badge, input[type=submit] .badge {
        color: #68a7d9;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

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

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

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

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

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

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

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

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #68a7d9;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none 1px 1px 0 rgba(0,0,0,.12);
        box-shadow: none 1px 1px 0 rgba(0,0,0,.12)
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #d72302;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 0
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear .4s ease-out;
    transition: opacity .15s linear .4s ease-out
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

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

.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
}

.dropdown, .dropup {
    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;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: 0 6px 12px rgba(0,0,0,.175) 1px 1px 0 rgba(0,0,0,.12);
    background-clip: padding-box
}

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

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

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.53846154;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #f0f0f8;
            background-color: #68a7d9
        }

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

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

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

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

.open > a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #68a7d9
    }

    .nav .nav-divider {
        height: 1px;
        margin: 8.5px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.53846154;
            border: 1px solid transparent;
            border-radius: 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

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

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

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

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

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

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

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

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

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

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

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 0
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #68a7d9
    }

.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 {
            text-align: center;
            margin-bottom: 5px
        }

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

@media (min-width:600px) {
    .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: 0
    }

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

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

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

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

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

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

.navbar {
    position: relative;
    min-height: 60px;
    margin-bottom: 0;
    border: 1px solid transparent
}

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

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

.navbar-collapse {
    overflow-x: visible;
    padding-right: 0;
    padding-left: 0;
    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);
    -webkit-overflow-scrolling: touch
}

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

@media (min-width:992px) {
    .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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

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

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

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

@media (min-width:992px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

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

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

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

@media (min-width:992px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        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;
    padding: 0 0;
    font-size: 17px;
    line-height: 19px;
    height: 60px
}

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

    .navbar-brand > img {
        display: block
    }

@media (min-width:992px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: 0
    }
}

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

    .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:992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 0 0
}

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

@media (max-width:991px) {
    .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 .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

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

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

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

        .navbar-nav > li {
            float: left
        }

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

.navbar-form {
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    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);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1) 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1) 1px 1px 0 rgba(0,0,0,.12);
    margin-top: 13.5px;
    margin-bottom: 13.5px
}

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

    .navbar-form .form-control, .navbar-form input[type=color], .navbar-form input[type=date], .navbar-form input[type=datetime-local], .navbar-form input[type=datetime], .navbar-form input[type=email], .navbar-form input[type=month], .navbar-form input[type=number], .navbar-form input[type=password], .navbar-form input[type=search], .navbar-form input[type=tel], .navbar-form input[type=text], .navbar-form input[type=time], .navbar-form input[type=url], .navbar-form input[type=week], .navbar-form select, .navbar-form textarea {
        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 .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group input[type=color], .navbar-form .input-group input[type=date], .navbar-form .input-group input[type=datetime-local], .navbar-form .input-group input[type=datetime], .navbar-form .input-group input[type=email], .navbar-form .input-group input[type=month], .navbar-form .input-group input[type=number], .navbar-form .input-group input[type=password], .navbar-form .input-group input[type=search], .navbar-form .input-group input[type=tel], .navbar-form .input-group input[type=text], .navbar-form .input-group input[type=time], .navbar-form .input-group input[type=url], .navbar-form .input-group input[type=week], .navbar-form .input-group select, .navbar-form .input-group textarea {
            width: auto
        }

        .navbar-form .input-group > .form-control, .navbar-form .input-group > input[type=color], .navbar-form .input-group > input[type=date], .navbar-form .input-group > input[type=datetime-local], .navbar-form .input-group > input[type=datetime], .navbar-form .input-group > input[type=email], .navbar-form .input-group > input[type=month], .navbar-form .input-group > input[type=number], .navbar-form .input-group > input[type=password], .navbar-form .input-group > input[type=search], .navbar-form .input-group > input[type=tel], .navbar-form .input-group > input[type=text], .navbar-form .input-group > input[type=time], .navbar-form .input-group > input[type=url], .navbar-form .input-group > input[type=week], .navbar-form .input-group > select, .navbar-form .input-group > textarea {
            width: 100%
        }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default {
    background-color: #fafafa;
    border-color: #e9e9e9
}

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

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

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

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #f0f0f8;
            background-color: #68a7d9
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #f0f0f8;
        background-color: #68a7d9
    }

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

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

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

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

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

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: #68a7d9;
        color: #f0f0f8
    }

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

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

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

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

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

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

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

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

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

.navbar-inverse {
    background-color: #1c60a8;
    border-color: #303038
}

    .navbar-inverse .navbar-brand {
        color: #b0b0b8
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #b0b0b8
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #ffffff
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #f0f0f8;
            background-color: #68a7d9
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #f0f0f8;
        background-color: #68a7d9
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #68a7d9
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #f0f0f8
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #2f2f35
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #68a7d9;
        color: #f0f0f8
    }

@media (max-width:991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #303038
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #303038
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #b0b0b8
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #f0f0f8;
            background-color: #68a7d9
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #f0f0f8;
        background-color: #68a7d9
    }

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

.navbar-inverse .navbar-link {
    color: #b0b0b8
}

    .navbar-inverse .navbar-link:hover {
        color: #f0f0f8
    }

.navbar-inverse .btn-link {
    color: #b0b0b8
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #f0f0f8
    }

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

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label, button .label, input[type=button] .label, input[type=reset] .label, input[type=submit] .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #68a7d9
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #f12702
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.alert {
    padding: 15px;
    margin-bottom: 19px;
    border: 1px solid transparent;
    border-radius: 0
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

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

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 19px;
    margin-bottom: 19px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1) 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1) 1px 1px 0 rgba(0,0,0,.12)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background-color: #68a7d9;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15) 1px 1px 0 rgba(0,0,0,.12);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15) 1px 1px 0 rgba(0,0,0,.12);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    -webkit-transition: width .6s ease .4s ease-out;
    transition: width .6s ease .4s ease-out
}

.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
        -webkit-transition: .6s ease-in-out left .4s ease-out;
        transition: .6s ease-in-out left .4s ease-out
    }

        .carousel-inner > .item > a > img, .carousel-inner > .item > img {
            line-height: 1
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

        .carousel-inner > .item.active.right, .carousel-inner > .item.next {
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
            left: 0
        }

        .carousel-inner > .item.active.left, .carousel-inner > .item.prev {
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
            left: 0
        }

            .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
                left: 0
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block
}

.carousel-inner > .active {
    left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner > .next {
    left: 100%
}

.carousel-inner > .prev {
    left: -100%
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0
    }

.carousel-inner > .active.left {
    left: -100%
}

.carousel-inner > .active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0)
}

    .carousel-control.left {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
    }

    .carousel-control.right {
        left: auto;
        right: 0;
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
    }

    .carousel-control:focus, .carousel-control:hover {
        outline: 0;
        color: #fff;
        text-decoration: none;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        position: absolute;
        top: 50%;
        margin-top: -10px;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 50%;
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 50%;
        margin-right: -10px
    }

    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 20px;
        height: 20px;
        line-height: 1;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        background-color: #000\9;
        background-color: rgba(0,0,0,0)
    }

    .carousel-indicators .active {
        margin: 0;
        width: 12px;
        height: 12px;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

    .carousel-caption .btn, .carousel-caption button, .carousel-caption input[type=button], .carousel-caption input[type=reset], .carousel-caption input[type=submit] {
        text-shadow: none
    }

@media screen and (min-width:600px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .row:after, .row:before {
    content: " ";
    display: table
}

.clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

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

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

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

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

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

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

@media (max-width:599px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:599px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

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

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

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

@media (min-width:600px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

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

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

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

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

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

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

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

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

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

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

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

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

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

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

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

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

@font-face {
    font-family: dashicons;
    src: url(fonts/dashicons.eot)
}

@font-face {
    font-family: dashicons;
    src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),url(fonts/dashicons.ttf) format("truetype"),url(fonts/dashicons.svg#dashicons) format("svg");
    font-weight: 400;
    font-style: normal
}

.dashicons {
    display: inline-block;
    width: 20px;
    height: 20px;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    line-height: 1;
    font-family: dashicons;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    text-align: center
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-dashboard:before {
    content: "\f226"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-appearance:before {
    content: "\f100"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-admin-tools:before {
    content: "\f107"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-network:before {
    content: "\f112"
}

.dashicons-admin-generic:before {
    content: "\f111"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-collapse:before {
    content: "\f148"
}

.dashicons-admin-links:before, .dashicons-format-links:before {
    content: "\f103"
}

.dashicons-admin-post:before, .dashicons-format-standard:before {
    content: "\f109"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-audio:before {
    content: "\f127"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-format-chat:before {
    content: "\f125"
}

.dashicons-format-status:before {
    content: "\f130"
}

.dashicons-format-aside:before {
    content: "\f123"
}

.dashicons-format-quote:before {
    content: "\f122"
}

.dashicons-welcome-edit-page:before, .dashicons-welcome-write-blog:before {
    content: "\f119"
}

.dashicons-welcome-add-page:before {
    content: "\f133"
}

.dashicons-welcome-view-site:before {
    content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
    content: "\f116"
}

.dashicons-welcome-comments:before {
    content: "\f117"
}

.dashicons-welcome-learn-more:before {
    content: "\f118"
}

.dashicons-image-crop:before {
    content: "\f165"
}

.dashicons-image-rotate-left:before {
    content: "\f166"
}

.dashicons-image-rotate-right:before {
    content: "\f167"
}

.dashicons-image-flip-vertical:before {
    content: "\f168"
}

.dashicons-image-flip-horizontal:before {
    content: "\f169"
}

.dashicons-undo:before {
    content: "\f171"
}

.dashicons-redo:before {
    content: "\f172"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-italic:before {
    content: "\f201"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-ol:before {
    content: "\f204"
}

.dashicons-editor-quote:before {
    content: "\f205"
}

.dashicons-editor-alignleft:before {
    content: "\f206"
}

.dashicons-editor-aligncenter:before {
    content: "\f207"
}

.dashicons-editor-alignright:before {
    content: "\f208"
}

.dashicons-editor-insertmore:before {
    content: "\f209"
}

.dashicons-editor-spellcheck:before {
    content: "\f210"
}

.dashicons-editor-distractionfree:before {
    content: "\f211"
}

.dashicons-editor-kitchensink:before {
    content: "\f212"
}

.dashicons-editor-underline:before {
    content: "\f213"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-textcolor:before {
    content: "\f215"
}

.dashicons-editor-paste-word:before {
    content: "\f216"
}

.dashicons-editor-paste-text:before {
    content: "\f217"
}

.dashicons-editor-removeformatting:before {
    content: "\f218"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-editor-customchar:before {
    content: "\f220"
}

.dashicons-editor-outdent:before {
    content: "\f221"
}

.dashicons-editor-indent:before {
    content: "\f222"
}

.dashicons-editor-help:before {
    content: "\f223"
}

.dashicons-editor-strikethrough:before {
    content: "\f224"
}

.dashicons-editor-unlink:before {
    content: "\f225"
}

.dashicons-editor-rtl:before {
    content: "\f320"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-lock:before {
    content: "\f160"
}

.dashicons-calendar:before {
    content: "\f145"
}

.dashicons-visibility:before {
    content: "\f177"
}

.dashicons-post-status:before {
    content: "\f173"
}

.dashicons-edit:before {
    content: "\f464"
}

.dashicons-trash:before {
    content: "\f182"
}

.dashicons-arrow-up:before {
    content: "\f142"
}

.dashicons-arrow-down:before {
    content: "\f140"
}

.dashicons-arrow-left:before {
    content: "\f141"
}

.dashicons-arrow-right:before {
    content: "\f139"
}

.dashicons-arrow-up-alt:before {
    content: "\f342"
}

.dashicons-arrow-down-alt:before {
    content: "\f346"
}

.dashicons-arrow-left-alt:before {
    content: "\f340"
}

.dashicons-arrow-right-alt:before {
    content: "\f344"
}

.dashicons-arrow-up-alt2:before {
    content: "\f343"
}

.dashicons-arrow-down-alt2:before {
    content: "\f347"
}

.dashicons-arrow-left-alt2:before {
    content: "\f341"
}

.dashicons-arrow-right-alt2:before {
    content: "\f345"
}

.dashicons-leftright:before {
    content: "\f229"
}

.dashicons-sort:before {
    content: "\f156"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-exerpt-view:before {
    content: "\f164"
}

.dashicons-share:before {
    content: "\f237"
}

.dashicons-share1:before {
    content: "\f237"
}

.dashicons-share-alt:before {
    content: "\f240"
}

.dashicons-share-alt2:before {
    content: "\f242"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-networking:before {
    content: "\f325"
}

.dashicons-googleplus:before {
    content: "\f462"
}

.dashicons-hammer:before {
    content: "\f308"
}

.dashicons-art:before {
    content: "\f309"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-pressthis:before {
    content: "\f157"
}

.dashicons-update:before {
    content: "\f463"
}

.dashicons-screenoptions:before {
    content: "\f180"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-cart:before {
    content: "\f174"
}

.dashicons-feedback:before {
    content: "\f175"
}

.dashicons-cloud:before {
    content: "\f176"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-yes:before {
    content: "\f147"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-minus:before {
    content: "\f460"
}

.dashicons-dismiss:before {
    content: "\f153"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-star-filled:before {
    content: "\f155"
}

.dashicons-star-half:before {
    content: "\f459"
}

.dashicons-star-empty:before {
    content: "\f154"
}

.dashicons-flag:before {
    content: "\f227"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-camera:before {
    content: "\f306"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-vault:before {
    content: "\f178"
}

.dashicons-shield:before {
    content: "\f332"
}

.dashicons-shield-alt:before {
    content: "\f334"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-slides:before {
    content: "\f181"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-chart-pie:before {
    content: "\f184"
}

.dashicons-chart-bar:before {
    content: "\f185"
}

.dashicons-chart-line:before {
    content: "\f238"
}

.dashicons-chart-area:before {
    content: "\f239"
}

.dashicons-groups:before {
    content: "\f307"
}

.dashicons-businessman:before {
    content: "\f338"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-products:before {
    content: "\f312"
}

.dashicons-awards:before {
    content: "\f313"
}

.dashicons-forms:before {
    content: "\f314"
}

.dashicons-portfolio:before {
    content: "\f322"
}

.dashicons-book:before {
    content: "\f330"
}

.dashicons-book-alt:before {
    content: "\f331"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-upload:before {
    content: "\f317"
}

.dashicons-backup:before {
    content: "\f321"
}

.dashicons-lightbulb:before {
    content: "\f339"
}

.dashicons-smiley:before {
    content: "\f328"
}

.da-thumbs, .da-thumbs a {
    display: block
}

    .da-thumbs .image-caption {
        position: absolute;
        background: #68a7d9;
        background: rgba(253,74,41,.8);
        width: 100%;
        height: 100%
    }

        .da-thumbs .image-caption h5, .da-thumbs .image-caption small, .da-thumbs .image-caption span {
            color: #f0f0f8;
            display: block;
            font-weight: 400;
            padding: 5px 0;
            margin: 25px 15px 0;
            text-align: center;
            -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4),0 -10px 0 rgba(255,255,255,.4);
            box-shadow: 0 1px 0 rgba(255,255,255,.4),0 -10px 0 rgba(255,255,255,.4);
            text-shadow: 0 1px 1px rgba(0,0,0,.2)
        }

        .da-thumbs .image-caption small {
            margin: 15px 5px 0
        }

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .nivo-lightbox-overlay.nivo-lightbox-open {
        visibility: visible;
        opacity: 1
    }

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-content {
    width: 100%;
    height: 100%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%
}

.nivo-lightbox-image {
    text-align: center
}

    .nivo-lightbox-image img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        vertical-align: middle
    }

.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%
}

.nivo-lightbox-ajax, .nivo-lightbox-inline {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

    .nivo-lightbox-error p {
        display: table-cell;
        vertical-align: middle;
        text-align: center !important
    }

.nivo-lightbox-notouch .nivo-lightbox-effect-fade, .nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale, .nivo-lightbox-notouch .nivo-lightbox-effect-fall, .nivo-lightbox-notouch .nivo-lightbox-effect-slideDown, .nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft, .nivo-lightbox-notouch .nivo-lightbox-effect-slideRight, .nivo-lightbox-notouch .nivo-lightbox-effect-slideUp {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap, .nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transition: all .3s cubic-bezier(.25,.5,.5,.9);
    transition: all .3s cubic-bezier(.25,.5,.5,.9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap, .nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0,0,0,.8)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(../img/nivo-lightbox-default-theme/loading.gif) no-repeat 50% 50%
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 50%;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .5;
    outline: 0
}

    .nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
        opacity: 1;
        background-color: rgba(0,0,0,.5)
    }

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(/img/prev.png);
    border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(/img/next.png);
    border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(/img/close.png) no-repeat 50% 50%;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: .5
}

    .nivo-lightbox-theme-default .nivo-lightbox-close:hover {
        opacity: 1
    }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -8%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-style: normal;
    font-weight: 400;
    background: #000;
    background: rgba(0,0,0,.8);
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
    display: inline-block
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    box-shadow: 0 1px 1px rgba(0,0,0,.4)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax, .nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4);
    box-shadow: 0 1px 1px rgba(0,0,0,.4)
}

.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none
}

    .rateit .rateit-range {
        position: relative;
        display: -moz-inline-box;
        display: inline-block;
        background: url(../img/rateit/star.png);
        height: 16px;
        outline: 0;
        margin-bottom: -3px
    }

        .rateit .rateit-range * {
            display: block
        }

    * html .rateit, * html .rateit .rateit-range {
        display: inline
    }

        .rateit .rateit-hover, .rateit .rateit-selected {
            position: absolute;
            left: 0
        }

        .rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
            left: auto;
            right: 0
        }

        .rateit .rateit-hover {
            background: url(../img/rateit/star.png) left -32px
        }

        .rateit .rateit-hover-rtl {
            background-position: right -32px
        }

        .rateit .rateit-selected {
            background: url(../img/rateit/star.png) left -16px
        }

        .rateit .rateit-selected-rtl {
            background-position: right -16px
        }

        .rateit .rateit-preset {
            background: url(../img/rateit/star.png) left -32px
        }

        .rateit .rateit-preset-rtl {
            background: url(../img/rateit/star.png) left -32px
        }

        .rateit button.rateit-reset {
            background: url(../img/rateit/delete.gif) 0 0;
            width: 16px;
            height: 16px;
            display: -moz-inline-box;
            display: inline-block;
            float: left;
            outline: 0;
            border: none;
            padding: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

            .rateit button.rateit-reset:focus, .rateit button.rateit-reset:hover {
                background-position: 0 -16px
            }

body {
    word-wrap: break-word
}

a {
    -webkit-transition: color .2s,background .2s,border .2s;
    transition: color .2s,background .2s,border .2s
}

    a:focus, a:hover {
        text-decoration: none
    }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

    h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover {
        color: #68a7d9
    }

blockquote {
    font-family: "Roboto Condensed","Arial Narrow",Arial,sans-serif;
    font-size: 20px;
    padding: 15px
}

    blockquote, blockquote p {
        line-height: 1.4
    }

        blockquote footer {
            margin-top: 10px
        }

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed","Arial Narrow",Arial,sans-serif;
    font-weight: 700;
    margin: 0 0 13px
}

hr {
    clear: both;
    border-color: #e4e4ec;
    margin: 0 0 15px
}

p {
    margin: 0 0 15px
}

div.col-2, div.col-3, div.col-4 {
    -webkit-column-gap: 30px;
    column-gap: 30px
}

div.col-2 {
    -webkit-column-count: 2;
    column-count: 2
}

div.col-3 {
    -webkit-column-count: 3;
    column-count: 3
}

div.col-4 {
    -webkit-column-count: 4;
    column-count: 4
}

@media (max-width:768px) {
    div.col-3, div.col-4 {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media (max-width:512px) {
    div.col-2, div.col-3, div.col-4 {
        -webkit-column-count: 1;
        column-count: 1
    }
}

.dropcaps:first-letter, span.dropcaps {
    float: left;
    font-size: 45.5px;
    line-height: 40px;
    margin-right: 5px
}

.comment-container .reply a, .comment-meta a, .post-meta a {
    color: #4e4e52;
    font-family: "Roboto Condensed","Arial Narrow",Arial,sans-serif;
    font-size: 13px;
    line-height: 1;
    display: inline-block
}

    .comment-container .reply a:hover, .comment-meta a:hover, .post-meta a:hover {
        color: #68a7d9
    }

.post-meta .dashicons {
    font-size: 13px;
    height: auto;
    width: auto
}

.page-header {
    margin: 0 0 45px
}

.no-mobile {
    display: none
}

.btn-dark {
    border: 0;
    background-color: #606068;
    color: #b0b0b8
}

    .btn-dark:hover {
        background-color: #68a7d9;
        color: #f0f0f8
    }

#footer-main .btn, #footer-main button, #footer-main input[type=button], #footer-main input[type=reset], #footer-main input[type=submit] {
    border: 0;
    background-color: #606068;
    color: #b0b0b8
}

    #footer-main .btn:hover, #footer-main button:hover, #footer-main input[type=button]:hover, #footer-main input[type=reset]:hover, #footer-main input[type=submit]:hover {
        background-color: #68a7d9;
        color: #f0f0f8
    }

.label {
    display: inline-block
}

input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
    margin-bottom: 15px
}

textarea {
    height: auto
}

.input-group {
    display: table;
    width: 100%
}

    .input-group i {
        background-color: #606068;
        color: #f0f0f8;
        font-size: 14px;
        line-height: 1;
        padding: 8px 10px;
        text-align: center;
        vertical-align: middle;
        width: 40px;
        -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.12);
        box-shadow: inset 0 15px 0 0 rgba(255,255,255,.12)
    }

    .input-group i, .input-group input {
        display: table-cell
    }

    .input-group input {
        margin: 0
    }

#footer-main .input-group i {
    background-color: #606068;
    color: #b0b0b8;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-error {
    background-color: #f2dede;
    color: #a94442
}

    .input-error::-webkit-input-placeholder {
        color: #a94442
    }

    .input-error:-moz-placeholder {
        color: #a94442
    }

    .input-error::-moz-placeholder {
        color: #a94442
    }

    .input-error:-ms-input-placeholder {
        color: #a94442
    }

#footer-main input[type=color], #footer-main input[type=date], #footer-main input[type=datetime-local], #footer-main input[type=datetime], #footer-main input[type=email], #footer-main input[type=month], #footer-main input[type=number], #footer-main input[type=password], #footer-main input[type=search], #footer-main input[type=tel], #footer-main input[type=text], #footer-main input[type=time], #footer-main input[type=url], #footer-main input[type=week], #footer-main select, #footer-main textarea {
    border: 0;
    background-color: #303038;
    color: #b0b0b8;
    -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1);
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1)
}

.image-light {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),color-stop(80%,rgba(0,0,0,0)));
    background: linear-gradient(rgba(255,255,255,.2) 0,rgba(0,0,0,0) 80%);
    display: block;
    height: 100%;
    position: absolute;
    right: -70%;
    top: 0;
    width: 100%;
    -webkit-transform: skewX(24deg);
    transform: skewX(24deg)
}

.no-image-light .image-light {
    display: none
}

.article-medium img, .article-small img, .da-thumbs img, .frame img {
    width: 100%;
    height: auto
}

.article-large > *, .comment-container .comment > *, .entry-content > *, .featured-media > * {
    max-width: 100%
}

.article-large img, .comment-container .comment img, .entry-content img, .featured-media img {
    max-width: 100%;
    height: auto
}

.layer {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: opacity;
    transition: opacity;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}

a.dark:hover .layer {
    opacity: 0
}

a.dark .layer {
    background: rgba(0,0,0,.4);
    opacity: 1
}

a.light:hover .layer {
    opacity: 1
}

a.light .layer {
    background: rgba(255,255,255,.2);
    opacity: 0
}

a.dark, a.light {
    display: block;
    position: relative
}

.progress {
    margin-bottom: 15px
}

    .progress .progress-bar {
        background-color: #68a7d9
    }

.featured-media {
    margin-bottom: 15px
}

    .featured-media > * {
        max-width: 100%;
        margin-bottom: 0
    }

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

:focus {
    outline: 0
}

.accordion .header {
    background: #f4f4fc;
    border: 1px solid #e4e4ec;
    cursor: pointer;
    display: table;
    margin: 0 0 1px 0
}

    .accordion .header.active i:before {
        content: '\f068'
    }

    .accordion .header h1, .accordion .header h2, .accordion .header h3, .accordion .header h4, .accordion .header h5, .accordion .header h6, .accordion .header i {
        display: table-cell;
        vertical-align: middle
    }

    .accordion .header h1, .accordion .header h2, .accordion .header h3, .accordion .header h4, .accordion .header h5, .accordion .header h6 {
        color: inherit;
        padding: 10px;
        width: 99%
    }

    .accordion .header i {
        border-left: 1px solid #e4e4ec;
        padding: 0 10px
    }

        .accordion .header i:before {
            background: #606068;
            border-radius: 12px;
            color: #f0f0f8;
            display: block;
            font-size: 11px;
            font-weight: 400;
            line-height: 1;
            height: 21px;
            margin: 5px;
            padding: 5px;
            text-align: center;
            width: 21px;
            text-shadow: 0 1px 1px rgba(0,0,0,.2);
            -webkit-box-shadow: 0 0 0 5px rgba(0,0,0,.1);
            box-shadow: 0 0 0 5px rgba(0,0,0,.1)
        }

.accordion .content {
    margin-top: 15px
}

.author.widget a.avatar {
    display: block;
    margin: 0 10px 10px 0;
    overflow: hidden;
    position: relative;
    width: 75px
}

.author.widget .name, .author.widget a.avatar {
    float: left
}

.author.widget .name {
    font-family: "Roboto Condensed","Arial Narrow",Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1
}

    .author.widget .name a, .author.widget a.name {
        color: inherit
    }

        .author.widget .name a:focus, .author.widget .name a:hover, .author.widget a.name:focus, .author.widget a.name:hover {
            color: #68a7d9
        }

.author.widget .social {
    clear: both;
    margin: 0
}

    .author.widget .social li {
        margin: 0 5px 5px 0
    }

.author.widget p {
    margin: 3px 0 10px
}

.breaking-news {
    margin-bottom: 45px
}

    .breaking-news header {
        position: absolute;
        white-space: nowrap;
        height: 30px;
        overflow: hidden
    }

        .breaking-news header h4 {
            background-color: #606068;
            color: #f0f0f8;
            float: left;
            line-height: 30px;
            padding: 0 10px
        }

        .breaking-news header .triangle {
            border-color: #606068;
            border-left: 10px solid #606068;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            float: left
        }

    .breaking-news .content {
        background-color: #f4f4fc;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        padding: 0 10px
    }

        .breaking-news .content ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .breaking-news .content ul li {
                float: left
            }

            .breaking-news .content ul li {
                margin-right: 15px
            }

                .breaking-news .content ul li a {
                    color: #606068
                }

                    .breaking-news .content ul li a:hover {
                        color: #68a7d9
                    }

.carousel {
    overflow: hidden
}

    .carousel .carousel-caption {
        bottom: 0;
        left: 0;
        padding: 20px;
        width: 100%;
        text-align: left;
        text-shadow: none;
        z-index: 1
    }

        .carousel .carousel-caption div {
            clear: both
        }

        .carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3, .carousel .carousel-caption h4, .carousel .carousel-caption h5, .carousel .carousel-caption h6, .carousel .carousel-caption p {
            color: #f0f0f8;
            float: left;
            margin: 0 0 2px;
            padding: 10px
        }

        .carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3, .carousel .carousel-caption h4, .carousel .carousel-caption h5, .carousel .carousel-caption h6 {
            background-color: #68a7d9;
            background-color: rgba(253,74,41,.8);
            font-size: 20px;
            line-height: 1
        }

@media (max-width:767px) {
    .carousel .carousel-caption h1, .carousel .carousel-caption h2, .carousel .carousel-caption h3, .carousel .carousel-caption h4, .carousel .carousel-caption h5, .carousel .carousel-caption h6 {
        font-size: 15px
    }
}

.carousel .carousel-caption p {
    background-color: rgba(0,0,0,.8);
    font-size: 15px;
    line-height: 1.33333333
}

.carousel .carousel-control {
    background: 0 0;
    cursor: default;
    -webkit-filter: none;
    filter: none;
    opacity: 1;
    width: 30px;
    z-index: 2
}

    .carousel .carousel-control span {
        background-color: #68a7d9;
        background-color: rgba(253,74,41,.8);
        cursor: pointer;
        font-size: 15px;
        left: 0;
        line-height: 1;
        margin-top: -17.5px;
        opacity: .8;
        padding: 10px;
        position: absolute;
        text-shadow: none;
        top: 50%;
        width: 30px;
        -webkit-transition: all .4s ease-out;
        transition: all .4s ease-out
    }

        .carousel .carousel-control span:hover {
            opacity: 1
        }

    .carousel .carousel-control.left {
        left: -60px
    }

    .carousel .carousel-control.right {
        right: -60px
    }

.carousel .carousel-indicators {
    bottom: -48px;
    -webkit-transition: bottom;
    transition: bottom;
    -webkit-transition: bottom .4s ease-out;
    transition: bottom .4s ease-out
}

    .carousel .carousel-indicators li {
        border-color: #68a7d9;
        border-color: rgba(253,74,41,.8)
    }

        .carousel .carousel-indicators li.active {
            background-color: #68a7d9;
            background-color: rgba(253,74,41,.8)
        }

.carousel:hover .carousel-indicators {
    bottom: 0
}

.carousel:hover .carousel-control.right {
    right: 0
}

.carousel:hover .carousel-control.left {
    left: 0
}

.carousel .item img {
    position: relative;
    top: 0;
    left: 0;
    min-width: 100%
}

.carousel-large .carousel-caption {
    padding: 40px
}

.csstransforms .carousel-medium .item-inner, .csstransforms .carousel-small .item-inner {
    display: block;
    position: relative;
    padding-bottom: 56.25%
}

    .csstransforms .carousel-medium .item-inner img, .csstransforms .carousel-small .item-inner img {
        position: absolute;
        top: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

.csstransforms .carousel-medium .item-inner {
    padding-bottom: 50.68493151%
}

.csstransforms .carousel-small .item-inner {
    padding-bottom: 52.85714286%
}

.caption-fade .carousel-caption h1, .caption-fade .carousel-caption h2, .caption-fade .carousel-caption h3, .caption-fade .carousel-caption h4, .caption-fade .carousel-caption h5, .caption-fade .carousel-caption h6, .caption-fade .carousel-caption p {
    -webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1);
    transition: opacity 1s cubic-bezier(.19,1,.22,1);
    opacity: 0
}

.caption-fade .active .carousel-caption h1, .caption-fade .active .carousel-caption h2, .caption-fade .active .carousel-caption h3, .caption-fade .active .carousel-caption h4, .caption-fade .active .carousel-caption h5, .caption-fade .active .carousel-caption h6, .caption-fade .active .carousel-caption p {
    opacity: 1
}

.caption-fade .active .carousel-caption .rand-1 {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.caption-fade .active.left .carousel-caption h1, .caption-fade .active.left .carousel-caption h2, .caption-fade .active.left .carousel-caption h3, .caption-fade .active.left .carousel-caption h4, .caption-fade .active.left .carousel-caption h5, .caption-fade .active.left .carousel-caption h6, .caption-fade .active.left .carousel-caption p, .caption-fade .active.right .carousel-caption h1, .caption-fade .active.right .carousel-caption h2, .caption-fade .active.right .carousel-caption h3, .caption-fade .active.right .carousel-caption h4, .caption-fade .active.right .carousel-caption h5, .caption-fade .active.right .carousel-caption h6, .caption-fade .active.right .carousel-caption p {
    opacity: 0
}

.caption-fade .active.left .carousel-caption .rand-1, .caption-fade .active.right .carousel-caption .rand-1 {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.caption-slide .carousel-caption h1, .caption-slide .carousel-caption h2, .caption-slide .carousel-caption h3, .caption-slide .carousel-caption h4, .caption-slide .carousel-caption h5, .caption-slide .carousel-caption h6, .caption-slide .carousel-caption p {
    -webkit-transition: opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1);
    transition: transform 1s cubic-bezier(.19,1,.22,1),opacity 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0
}

.caption-slide .carousel-caption .rand-1 {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.caption-slide .active .carousel-caption h1, .caption-slide .active .carousel-caption h2, .caption-slide .active .carousel-caption h3, .caption-slide .active .carousel-caption h4, .caption-slide .active .carousel-caption h5, .caption-slide .active .carousel-caption h6, .caption-slide .active .carousel-caption p {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.caption-slide .active .carousel-caption p {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.caption-slide .active.left .carousel-caption h1, .caption-slide .active.left .carousel-caption h2, .caption-slide .active.left .carousel-caption h3, .caption-slide .active.left .carousel-caption h4, .caption-slide .active.left .carousel-caption h5, .caption-slide .active.left .carousel-caption h6, .caption-slide .active.left .carousel-caption p, .caption-slide .active.right .carousel-caption h1, .caption-slide .active.right .carousel-caption h2, .caption-slide .active.right .carousel-caption h3, .caption-slide .active.right .carousel-caption h4, .caption-slide .active.right .carousel-caption h5, .caption-slide .active.right .carousel-caption h6, .caption-slide .active.right .carousel-caption p {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0
}

.caption-slide .active.left .carousel-caption .rand-1, .caption-slide .active.right .carousel-caption .rand-1 {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.caption-slide .active.left .carousel-caption p, .caption-slide .active.right .carousel-caption p {
    -webkit-transition-delay: .2s,0s;
    transition-delay: .2s,0s
}

.categories {
    list-style: none;
    margin: 0;
    padding: 0
}

    .categories li {
        float: left
    }

    .categories li {
        float: none !important;
        margin-bottom: 1px;
        width: 100%;
        -webkit-transition: padding;
        transition: padding;
        -webkit-transition: padding .4s ease-out;
        transition: padding .4s ease-out
    }

        .categories li:hover {
            background-color: #68a7d9;
            border-color: transparent;
            padding: 0 10px;
            text-shadow: none
        }

            .categories li:hover a {
                color: #f0f0f8
            }

                .categories li:hover a .post-counts {
                    background: rgba(255,255,255,.3)
                }

        .categories li a {
            color: #606068;
            display: block;
            line-height: 30px;
            -webkit-transition: none;
            transition: none
        }

            .categories li a .post-counts {
                background: #f4f4fc;
                float: right;
                line-height: 26px;
                margin-top: 2px;
                padding: 0 5px
            }

#footer-main .categories li a .post-counts {
    background-color: #505058;
    color: #b0b0b8
}

#footer-main .categories li:hover a {
    color: #f0f0f8
}

    #footer-main .categories li:hover a .post-counts {
        background-color: rgba(255,255,255,.3);
        color: #f0f0f8
    }

.feedburner input[type=submit] {
    margin-top: 15px
}

.flickr-feed {
    margin: 0 -4px 0 0 !important;
    list-style: none;
    margin: 0;
    padding: 0
}

    .flickr-feed li {
        float: left
    }

    .flickr-feed li {
        margin: 0 0 4px 0;
        padding: 0 4px 0 0;
        white-space: nowrap;
        width: 25%
    }

        .flickr-feed li a {
            display: block;
            height: 85px;
            overflow: hidden;
            position: relative
        }

            .flickr-feed li a:hover {
                background: 0 0
            }

            .flickr-feed li a img {
                position: relative;
                width: auto
            }

footer .flickr-feed li {
    width: 33.33333333%
}

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

    .recent-comments li {
        border-bottom: 1px solid #f4f4fc;
        display: table;
        margin-bottom: 15px
    }

        .recent-comments li > div.avatar {
            display: table-cell;
            padding: 0 15px 15px 0
        }

            .recent-comments li > div.avatar a {
                display: block;
                position: relative
            }

            .recent-comments li > div.avatar img {
                width: 75px
            }

        .recent-comments li .content {
            display: table-cell;
            vertical-align: top;
            padding-bottom: 15px
        }

            .recent-comments li .content .comment-content {
                margin-bottom: 10px
            }

#footer-main .recent-comments li {
    border: none
}

.twitter-feed ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .twitter-feed ul li {
        float: left
    }

    .twitter-feed ul li {
        border-bottom: 1px solid #e4e4ec;
        display: table;
        padding: 15px 0;
        width: 100%
    }

        .twitter-feed ul li .avatar {
            padding: 3px 15px 0 0;
            width: 48px
        }

            .twitter-feed ul li .avatar .fa {
                color: #40bff5;
                font-size: 32px
            }

        .twitter-feed ul li .avatar, .twitter-feed ul li .content {
            display: table-cell;
            vertical-align: top
        }

        .twitter-feed ul li .post-meta {
            margin: 5px 0 0
        }

        .twitter-feed ul li:first-child {
            padding-top: 0
        }

#footer-main .twitter-feed ul li {
    border: none;
    padding-bottom: 0
}

.slider-container {
    margin: 0 -6px
}

    .slider-container.article {
        margin: 0 -15px
    }

        .slider-container.article li {
            padding: 0 15px
        }

    .slider-container ul {
        overflow: hidden;
        position: relative;
        -webkit-transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
        transition: -webkit-transform 1s cubic-bezier(.19,1,.22,1);
        transition: transform 1s cubic-bezier(.19,1,.22,1);
        transition: transform 1s cubic-bezier(.19,1,.22,1),-webkit-transform 1s cubic-bezier(.19,1,.22,1);
        list-style: none;
        margin: 0;
        padding: 0
    }

        .slider-container ul li {
            float: left
        }

        .slider-container ul li {
            padding: 0 6px;
            width: 16.66666667%
        }

            .slider-container ul li a {
                overflow: hidden;
                position: relative
            }

@media (max-width:991px) {
    .slider-container ul li {
        width: 25%
    }
}

@media (max-width:768px) {
    .slider-container ul li {
        width: 33.33333333%
    }
}

@media (max-width:576px) {
    .slider-container ul li {
        width: 100%
    }
}

@media (max-width:576px) {
    .slider-container ul {
        overflow: visible
    }
}

div.spoiler {
    margin: 4px 0 15px 0;
    padding: 15px;
    background-color: #f4f4fc;
    color: #606068;
    text-shadow: 0 1px 1px rgba(0,0,0,.1)
}

    div.spoiler > :first-child {
        margin-top: 0
    }

    div.spoiler > p:empty:first-child {
        margin-top: -15px
    }

    div.spoiler > :last-child {
        margin-bottom: 0
    }

    div.spoiler > p:empty:last-child {
        margin-bottom: -15px
    }

.widget {
    margin-bottom: 45px;
    max-width: 100%;
    z-index: 1
}

    .widget header {
        border-bottom: 1px solid #e4e4ec;
        margin-bottom: 15px;
        height: 30px
    }

        .widget header h4 {
            float: left;
            margin-bottom: -1px;
            padding: 0 10px;
            line-height: 30px;
            color: #f0f0f8;
            background-color: #606068;
            -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.12);
            box-shadow: inset 0 15px 0 0 rgba(255,255,255,.12)
        }

            .widget header h4 a {
                color: #f0f0f8
            }

        .widget header .control {
            background: #e4e4ec;
            color: inherit;
            float: right;
            font-size: 10px;
            line-height: 30px;
            margin: 0 0 -1px 1px;
            padding: 0 10px;
            -webkit-box-shadow: inset 0 14px 0 0 rgba(255,255,255,.32);
            box-shadow: inset 0 14px 0 0 rgba(255,255,255,.32)
        }

            .widget header .control:hover {
                color: #f0f0f8;
                background-color: #606068;
                -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.12);
                box-shadow: inset 0 15px 0 0 rgba(255,255,255,.12)
            }

    .widget .nav-tabs {
        border-color: #e4e4ec;
        margin-bottom: 15px
    }

        .widget .nav-tabs li {
            margin: 0 1px -1px 0
        }

            .widget .nav-tabs li a {
                border: none;
                background-color: #e4e4ec;
                color: inherit;
                font-family: "Roboto Condensed","Arial Narrow",Arial,sans-serif;
                font-size: 18px;
                font-weight: 700;
                line-height: 30px;
                margin: 0;
                padding: 0 10px;
                -webkit-box-shadow: inset 0 14px 0 0 rgba(255,255,255,.32);
                box-shadow: inset 0 14px 0 0 rgba(255,255,255,.32)
            }

                .widget .nav-tabs li a:focus, .widget .nav-tabs li a:hover {
                    border: none
                }

            .widget .nav-tabs li.control {
                margin-left: 1px;
                margin-right: 0
            }

            .widget .nav-tabs li a:hover, .widget .nav-tabs li.active a {
                color: #f0f0f8;
                background-color: #606068;
                -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.12);
                box-shadow: inset 0 15px 0 0 rgba(255,255,255,.12)
            }

            .widget .nav-tabs li.control {
                display: none;
                float: right
            }

                .widget .nav-tabs li.control a {
                    font-size: 10px
                }

@media (max-width:576px) {
    .widget .nav-tabs li.control {
        display: none
    }
}

.widget .nav-tabs li.current {
    display: block
}

.widget .tab-pane {
    overflow: hidden
}

.entry-content .widget {
    margin-bottom: 15px
}

    .entry-content .widget .nav-tabs {
        margin-bottom: 0;
        padding: 0
    }

    .entry-content .widget header {
        border-bottom: 1px solid #e4e4ec;
        margin-bottom: 15px
    }

        .entry-content .widget header h4, .entry-content .widget header h5 {
            border-bottom: 7px solid #e4e4ec;
            display: inline-block;
            margin: 0;
            padding: 0 0 10px
        }

#footer-main .nav-tabs, #footer-main .title, #footer-main .widget header {
    border-bottom: 1px solid #505058;
    display: block;
    margin-bottom: 15px
}

    #footer-main .nav-tabs li + li, #footer-main .title li + li, #footer-main .widget header li + li {
        margin-left: 15px
    }

    #footer-main .nav-tabs a, #footer-main .title h1, #footer-main .title h2, #footer-main .title h3, #footer-main .title h4, #footer-main .title h5, #footer-main .title h6, #footer-main .widget header h1, #footer-main .widget header h2, #footer-main .widget header h3, #footer-main .widget header h4, #footer-main .widget header h5, #footer-main .widget header h6 {
        background: 0 0;
        border: none;
        border-bottom: 7px solid #505058;
        display: inline-block;
        padding: 0;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    #footer-main .title h1, #footer-main .title h2, #footer-main .title h3, #footer-main .title h4, #footer-main .title h5, #footer-main .title h6, #footer-main .widget header h1, #footer-main .widget header h2, #footer-main .widget header h3, #footer-main .widget header h4, #footer-main .widget header h5, #footer-main .widget header h6 {
        padding-bottom: 10px
    }

#footer-main .widget header {
    height: auto
}

    #footer-main .widget header h1, #footer-main .widget header h2, #footer-main .widget header h3, #footer-main .widget header h4, #footer-main .widget header h5, #footer-main .widget header h6 {
        line-height: 1;
        color: inherit
    }

    #footer-main .widget header .control {
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

article:after {
    clear: both;
    content: '';
    display: table
}

.article-small .image, .article-tiny .image {
    margin: 0 15px 15px 0;
    position: relative;
    width: 100%
}

.article-small h5, .article-tiny h5 {
    margin-bottom: 10px
}

.article-small .image {
    margin-bottom: 10px
}

.csstransforms .article-small .image-holder {
    padding-bottom: 54.54545455%
}

.article-tiny .image {
    float: left;
    width: 95px
}

.csstransforms .article-tiny .image-holder {
    padding-bottom: 78.94736842%
}

.article-medium .frame .featured-media {
    margin: 0;
    font-size: 16px
}

    .article-medium .frame .featured-media.link {
        font-size: 20px
    }

    .article-medium .frame .featured-media.quote blockquote {
        font-size: 16px
    }

    .article-medium .frame .featured-media.chat p {
        padding: 5px 10px
    }

    .article-medium .frame .featured-media.audio, .article-medium .frame .featured-media.video {
        line-height: .9
    }

    .article-medium .frame .featured-media .carousel-medium .item .carousel-caption {
        display: none
    }

.article-medium .frame embed, .article-medium .frame iframe {
    max-height: 185px
}

.csstransforms .article-medium .image-holder {
    padding-bottom: 52.85714286%
}

.article-large {
    position: relative
}

    .article-large .featured-media, .article-large h4 {
        margin-bottom: 15px
    }

    .article-large .frame h4 {
        margin-bottom: 5px
    }

    .article-large .frame h4 {
        margin-top: 10px
    }

    .article-large .frame .image-light {
        z-index: 1
    }

    .article-large .frame iframe {
        max-height: 370px
    }

    .article-large .icons {
        left: 0;
        position: absolute;
        top: 20px;
        width: 75px;
        z-index: 2
    }

        .article-large .icons a {
            background: #fff;
            border: 5px solid #fff;
            border-radius: 37.5px;
            display: block;
            margin-bottom: 10px;
            overflow: hidden;
            position: relative;
            text-align: center;
            -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
            box-shadow: 0 1px 1px 0 rgba(0,0,0,.4)
        }

            .article-large .icons a i {
                border-radius: 32.5px;
                color: #fff;
                font-size: 40px;
                height: 65px;
                width: 65px;
                -webkit-box-shadow: inset 0 24px 0 0 rgba(255,255,255,.16);
                box-shadow: inset 0 24px 0 0 rgba(255,255,255,.16);
                text-shadow: 0 1px 1px rgba(0,0,0,.2)
            }

                .article-large .icons a i.fa {
                    background: #68a7d9;
                    padding-top: 4px
                }

            .article-large .icons a .comment {
                bottom: 6px;
                color: #fff;
                display: block;
                position: absolute;
                text-align: center;
                width: 100%
            }

.csstransforms .article-large .image-holder {
    padding-bottom: 50.68493151%
}

@media (max-width:599px) {
    .article-large {
        padding: 0 !important
    }

        .article-large .icons {
            display: none
        }

        .article-large .frame embed, .article-large .frame iframe {
            max-height: 185px
        }
}

#blog-version-2 #main-content article:last-child hr, .articles-v1 .article-medium:last-child hr {
    margin-bottom: 0
}

.articles-v4 h5 {
    margin-bottom: 10px
}

.images {
    padding: 0 0 5px 0
}

    .images .da-thumbs {
        margin: 0 -10px 0 0 !important;
        max-width: none;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .images .da-thumbs li {
            float: left
        }

        .images .da-thumbs li {
            padding: 0 10px 10px 0;
            width: 25%
        }

            .images .da-thumbs li a {
                overflow: hidden;
                position: relative
            }

        .images .da-thumbs.col-1 li {
            width: 100%
        }

        .images .da-thumbs.col-2 li {
            width: 50%
        }

        .images .da-thumbs.col-3 li {
            width: 33.33333333%
        }

        .images .da-thumbs.col-4 li {
            width: 25%
        }

        .images .da-thumbs.col-5 li {
            width: 20%
        }

        .images .da-thumbs.col-6 li {
            width: 16.66666667%
        }

        .images .da-thumbs.col-7 li {
            width: 14.28571429%
        }

        .images .da-thumbs.col-8 li {
            width: 12.5%
        }

        .images .da-thumbs.col-9 li {
            width: 11.11111111%
        }

@media (max-width:768px) {
    .images .da-thumbs li {
        width: 33.33333333%
    }

    .images .da-thumbs.col-2 li {
        width: 100%
    }

    .images .da-thumbs.col-3 li {
        width: 50%
    }

    .images .da-thumbs.col-4 li {
        width: 33.33333333%
    }

    .images .da-thumbs.col-5 li {
        width: 25%
    }

    .images .da-thumbs.col-6 li {
        width: 20%
    }

    .images .da-thumbs.col-7 li {
        width: 16.66666667%
    }

    .images .da-thumbs.col-8 li {
        width: 14.28571429%
    }

    .images .da-thumbs.col-9 li {
        width: 12.5%
    }
}

@media (max-width:512px) {
    .images .da-thumbs li {
        width: 50%
    }

    .images .da-thumbs.col-3 li {
        width: 100%
    }

    .images .da-thumbs.col-4 li {
        width: 50%
    }

    .images .da-thumbs.col-5 li {
        width: 33.33333333%
    }

    .images .da-thumbs.col-6 li {
        width: 25%
    }

    .images .da-thumbs.col-7 li {
        width: 20%
    }

    .images .da-thumbs.col-8 li {
        width: 16.66666667%
    }

    .images .da-thumbs.col-9 li {
        width: 14.28571429%
    }
}

.frame .images {
    padding: 0
}

.image {
    display: block;
    overflow: hidden;
    position: relative
}

    .image .image-holder img {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: transform 2s ease-out;
        -webkit-transition: -webkit-transform 2s ease-out;
        transition: -webkit-transform 2s ease-out;
        transition: transform 2s ease-out;
        transition: transform 2s ease-out,-webkit-transform 2s ease-out
    }

    .image .dashicons {
        color: #fff;
        position: absolute;
        top: 0;
        margin: 10px;
        text-shadow: 0 0 4px rgba(0,0,0,.5);
        opacity: 0;
        -webkit-transition: opacity;
        transition: opacity;
        -webkit-transition: opacity .4s ease-out;
        transition: opacity .4s ease-out
    }

    .image:hover .dashicons {
        opacity: .8
    }

.csstransforms .image-holder {
    position: relative;
    padding-bottom: 56.25%
}

    .csstransforms .image-holder img {
        position: absolute;
        top: 50%;
        width: 100%;
        height: auto;
        min-height: 100%;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

.csstransforms .image:hover .image-holder img {
    -webkit-transform: scale(1.04) translateY(-50%) rotate(.001deg);
    transform: scale(1.04) translateY(-50%) rotate(.001deg)
}

.csstransforms.no-zoom-effect .image:hover .image-holder img {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.carousel-small .item .caption, .image .caption {
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    color: #f0f0f8;
    position: absolute;
    width: 100%;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out
}

    .carousel-small .item .caption h1, .carousel-small .item .caption h2, .carousel-small .item .caption h3, .carousel-small .item .caption h4, .carousel-small .item .caption h5, .carousel-small .item .caption h6, .image .caption h1, .image .caption h2, .image .caption h3, .image .caption h4, .image .caption h5, .image .caption h6 {
        color: #f0f0f8;
        padding: 4px 10px 5px;
        margin: 0
    }

    .carousel-small .item .caption .format, .image .caption .format {
        margin-right: 10px
    }

.carousel-small .item:hover .caption, .image:hover .caption {
    bottom: -45px;
    opacity: 0
}

.comment-respond form, .message-form form {
    margin: 0 -10px 0 0
}

    .comment-respond form .input-group, .message-form form .input-group {
        float: left;
        padding: 0 10px 10px 0;
        width: 33.33333333%
    }

@media (max-width:768px) {
    .comment-respond form .input-group, .message-form form .input-group {
        width: 100%
    }
}

.comment-respond form .textarea, .message-form form .textarea {
    clear: both;
    padding: 0 10px 10px 0;
    width: 100%
}

    .comment-respond form .textarea textarea, .message-form form .textarea textarea {
        width: 100%
    }

.comment-respond form .allowed-tags, .comment-respond form .form-allowed-tags, .message-form form .allowed-tags, .message-form form .form-allowed-tags {
    color: #b0b0b8;
    margin: 10px 0
}

.navbar {
    border: none
}

    .navbar a {
        font-size: 14px;
        line-height: 14px
    }

    .navbar .dropdown-menu > li > a {
        padding-top: 5px;
        padding-bottom: 5px
    }

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

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

@media (max-width:991px) {
    .navbar .nav, .navbar .navbar-form {
        margin-bottom: 15px
    }

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

@media (min-width:992px) {
    .navbar .navbar-nav {
        padding-right: 1px
    }

        .navbar .navbar-nav > li > a {
            border-right: 1px solid #f4f4fc;
            border-left: 1px solid #f4f4fc;
            margin-right: -1px
        }

            .navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.open > a, .navbar .navbar-nav > li > a:hover {
                border-color: #68a7d9
            }

    .navbar .dropdown:hover .dropdown-menu {
        display: block
    }
}

#top-nav {
    min-height: 30px;
    -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.04);
    box-shadow: inset 0 15px 0 0 rgba(255,255,255,.04)
}

    #top-nav .nav > li > a {
        border-color: #76c5f0;
        line-height: 14px;
        padding: 8px 15px
    }

    #top-nav .navbar-form {
        padding: 0
    }

        #top-nav .navbar-form button, #top-nav .navbar-form input {
            float: left
        }

            #top-nav .navbar-form input[type=search], #top-nav .navbar-form input[type=text] {
                border: 0;
                margin: 0;
                height: 30px;
                background-color: #303038;
                color: #b0b0b8
            }

@media (min-width:992px) {
    #top-nav .navbar-form input[type=search], #top-nav .navbar-form input[type=text] {
        -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1);
        box-shadow: inset 0 1px 4px 0 rgba(0,0,0,.1)
    }
}

#top-nav .navbar-form button, #top-nav .navbar-form input[type=submit] {
    color: #b0b0b8;
    border: 0;
    background: 0 0;
    height: 30px
}

    #top-nav .navbar-form button:hover, #top-nav .navbar-form input[type=submit]:hover {
        color: #f0f0f8;
        background-color: #68a7d9;
        -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.2);
        box-shadow: inset 0 15px 0 0 rgba(255,255,255,.2)
    }

#top-nav .navbar-right:last-child {
    margin-right: 0
}

#top-nav .navbar-right li a {
    padding: 0
}

#top-nav .navbar-toggle {
    border: 0;
    margin-top: 0;
    margin-bottom: 0
}

    #top-nav .navbar-toggle:hover {
        -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.2);
        box-shadow: inset 0 15px 0 0 rgba(255,255,255,.2)
    }

@media (min-width:992px) {
    #top-nav .navbar-nav > li > a {
        height: 30px
    }

        #top-nav .navbar-nav > li.active > a, #top-nav .navbar-nav > li > a:hover {
            -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.2);
            box-shadow: inset 0 15px 0 0 rgba(255,255,255,.2)
        }

    #top-nav .navbar-form {
        margin: 0;
        padding-right: 1px
    }

        #top-nav .navbar-form button, #top-nav .navbar-form input {
            border-right: 1px solid #38383f;
            border-left: 1px solid #38383f;
            margin-right: -1px
        }
}

@media (max-width:991px) {
    #top-nav .navbar-form {
        border: none;
        display: inline-block;
        margin-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        #top-nav .navbar-form input[type=search], #top-nav .navbar-form input[type=text] {
            width: auto
        }

        #top-nav .navbar-form:after, #top-nav .navbar-form:before {
            content: " ";
            display: table
        }

        #top-nav .navbar-form:after {
            clear: both
        }

        #top-nav .navbar-form:after, #top-nav .navbar-form:before {
            content: " ";
            display: table
        }

        #top-nav .navbar-form:after {
            clear: both
        }
}

#main-nav {
    z-index: 2;
    -webkit-box-shadow: inset 0 30px 0 0 #fff,0 1px 1px 0 rgba(0,0,0,.16);
    box-shadow: inset 0 30px 0 0 #fafafa,0 1px 1px 0 rgba(0,0,0,.16)
}

    #main-nav .navbar-header .navbar-brand {
        position: relative
    }

        #main-nav .navbar-header .navbar-brand img {
       
            height: auto;
            width: auto;
            position: relative;
            top: 85%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
           
        }
@media screen and (max-width: 768px) {
    #main-nav .navbar-header .navbar-brand img {
        max-height: 100%;
        height: auto;
        width: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}
    #main-nav .navbar-header .navbar-toggle:hover {
        border-color: transparent;
        background-color: #68a7d9
    }

        #main-nav .navbar-header .navbar-toggle:hover .icon-bar {
            background-color: #f0f0f8
        }

    @media (max-width:991px) {
        #main-nav .navbar-header .navbar-brand {
            max-width: 80%
        }

            #main-nav .navbar-header .navbar-brand img {
                max-width: 100%
            }
    }

    @media (min-width:992px) {
        #main-nav .navbar-nav > li > a {
            padding: 40px 15px
        }

            #main-nav .navbar-nav > li.active > a, #main-nav .navbar-nav > li.open > a, #main-nav .navbar-nav > li > a:hover {
                -webkit-box-shadow: inset 0 30px 0 0 rgba(255,255,255,.16);
                box-shadow: inset 0 30px 0 0 rgba(255,255,255,.16)
            }

                #main-nav .navbar-nav > li.active > a .caret, #main-nav .navbar-nav > li.open > a .caret, #main-nav .navbar-nav > li > a:hover .caret {
                    border-top-color: #f0f0f8
                }
    }

    .nivo-lightbox-close {
        top: 15px;
        right: 15px
    }

    .page-links {
        margin-bottom: 1em
    }

        .page-links a, .page-links li > span, .page-links > span {
            background: #f4f4fc;
            color: #606068;
            display: inline-block;
            line-height: 1;
            padding: 8px 10px
        }

            .page-links a:hover, .page-links li > span:hover, .page-links > span:hover {
                background-color: #68a7d9;
                color: #f0f0f8
            }

        .page-links .dots, .page-links .dots:hover {
            background: #f4f4fc;
            color: #606068
        }

        .page-links li > span, .page-links li > span:hover, .page-links > span, .page-links > span:hover {
            background: #606068;
            color: #f0f0f8
        }

    #title {
        background-color: #f4f4fc;
        background-size: cover;
        background-position: center;
        height: 150px;
        position: relative;
        overflow: hidden;
        width: 100%
    }

        #title .container {
            height: 100%;
            position: relative
        }

            #title .container .title-container {
                bottom: 20px;
                color: #f0f0f8;
                margin-right: 15px;
                position: absolute
            }

                #title .container .title-container .primary, #title .container .title-container .secondary {
                    float: left
                }

                #title .container .title-container p {
                    margin: 2px 0 0 0;
                    clear: both
                }

                #title .container .title-container .primary {
                    font-size: 20px;
                    line-height: 1;
                    background: #68a7d9;
                    background: #68a7d9;
                    padding: 10px;
                    margin: 0
                }

                #title .container .title-container .secondary {
                    background: rgba(0,0,0,.8);
                    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
                    font-size: 15px;
                    line-height: 1;
                    padding: 12.5px 10px
                }

                    #title .container .title-container .secondary a {
                        color: #f0f0f8
                    }

                        #title .container .title-container .secondary a:hover {
                            color: #68a7d9
                        }

    .pagination, .tags {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .pagination li, .tags li {
            float: left
        }

        .pagination li, .tags li {
            margin: 0 2px 2px 0;
            -webkit-transition: all .4s ease-out;
            transition: all .4s ease-out
        }

            .pagination li a, .pagination li > span, .tags li a, .tags li > span {
                background: #f4f4fc;
                color: #606068;
                display: block;
                font-size: 13px;
                line-height: 1;
                padding: 8px 10px
            }

                .pagination li a:hover, .tags li a:hover {
                    background-color: #68a7d9;
                    color: #f0f0f8
                }

    #footer-main .tags {
        margin-bottom: 15px
    }

        #footer-main .tags li {
            margin: 0 1px 1px 0
        }

            #footer-main .tags li a {
                background: #505058;
                -webkit-transition: all 2s ease-in;
                transition: all 2s ease-in
            }

                #footer-main .tags li a:hover {
                    background-color: #68a7d9;
                    color: #f0f0f8;
                    -webkit-transition: all .4s ease-out;
                    transition: all .4s ease-out
                }

    .pagination {
        display: table;
        margin: 0 -2px 45px -2px
    }

        .pagination li {
            display: table-cell;
            float: none;
            margin-right: 5px;
            padding: 0 2px
        }

            .pagination li a, .pagination li > span {
                white-space: nowrap
            }

            .pagination li.active a, .pagination li.active > span {
                background: #606068;
                color: #f0f0f8;
                cursor: default
            }

            .pagination li.divider {
                background: url(/img/line.jpg) repeat-x center;
                width: 50%
            }

    .post-comments {
        margin-bottom: 30px
    }

        .post-comments, .post-comments ol.children, .post-comments ol.children > li > ol {
            list-style: none;
            padding: 0
        }

            .post-comments ol.children, .post-comments ol.children > li > ol {
                margin-left: 90px
            }

            .post-comments .comment-container {
                display: table;
                margin: 0 0 15px 0;
                width: 100%
            }

                .post-comments .comment-container .avatar {
                    border: 5px solid #fff;
                    border-radius: 37.5px;
                    margin: 0 15px 0 0 !important;
                    height: 75px;
                    width: 75px;
                    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.4);
                    box-shadow: 0 1px 1px 0 rgba(0,0,0,.4)
                }

                .post-comments .comment-container .avatar, .post-comments .comment-container .content {
                    display: table-cell;
                    vertical-align: top
                }

                .post-comments .comment-container .content {
                    width: 99%
                }

                    .post-comments .comment-container .content .comment-meta {
                        float: left;
                        margin: 0 10px 0 0
                    }

                        .post-comments .comment-container .content .comment-meta a {
                            display: inline-block
                        }

                    .post-comments .comment-container .content .reply {
                        color: #b0b0b8;
                        float: right;
                        font-family: "Roboto Condensed","Arial Narrow",Arial,sans-serif;
                        font-size: 13px;
                        line-height: 1
                    }

                        .post-comments .comment-container .content .reply:hover {
                            color: #68a7d9
                        }

                    .post-comments .comment-container .content .comment {
                        background: #f4f4fc;
                        clear: both;
                        display: block;
                        padding: 15px 15px 0;
                        position: relative
                    }

                        .post-comments .comment-container .content .comment:after {
                            content: '';
                            display: table
                        }

                        .post-comments .comment-container .content .comment blockquote {
                            background: #fff
                        }

                        .post-comments .comment-container .content .comment .triangle {
                            border-right: 10px solid #f4f4fc;
                            border-top: 7.5px solid transparent;
                            border-bottom: 7.5px solid transparent;
                            left: -10px;
                            position: absolute;
                            top: 10px
                        }

            .post-comments .children > li > .comment-container .avatar {
                margin: 0 0 0 15px !important
            }

            .post-comments .children > li > .comment-container .content .comment {
                background-color: #68a7d9;
                color: #f0f0f8
            }

                .post-comments .children > li > .comment-container .content .comment a {
                    color: #f0f0f8;
                    text-decoration: underline
                }

                    .post-comments .children > li > .comment-container .content .comment a:hover {
                        color: rgba(240,240,248,.8)
                    }

                .post-comments .children > li > .comment-container .content .comment blockquote {
                    background: #fd6c51;
                    border-color: #feb1a2;
                    color: #fff
                }

                    .post-comments .children > li > .comment-container .content .comment blockquote cite, .post-comments .children > li > .comment-container .content .comment blockquote footer {
                        color: #f0f0f8
                    }

                .post-comments .children > li > .comment-container .content .comment .triangle {
                    border-right: none;
                    border-left: 10px solid #68a7d9;
                    border-top: 7.5px solid transparent;
                    border-bottom: 7.5px solid transparent;
                    left: auto;
                    right: -10px
                }

    @media (max-width:768px) {
        .post-comments .avatar {
            display: none !important
        }

        .post-comments ol.children, .post-comments ol.children > li > ol {
            margin-left: 30px
        }
    }

    .dashicons-format-link:before {
        content: "\f103"
    }

    .icons .dashicons {
        line-height: 65px
    }

    .icons .dashicons-format-standard {
        background-color: #e54b4b
    }

    .icons .dashicons-format-status {
        background-color: #71a49b
    }

    .icons .dashicons-format-quote {
        background-color: #bf7b65
    }

    .icons .dashicons-format-gallery {
        background-color: #9664b5
    }

    .icons .dashicons-format-image {
        background-color: #39b77a
    }

    .icons .dashicons-format-video {
        background-color: #f46d4f
    }

    .icons .dashicons-format-audio {
        background-color: #4089d2
    }

    .icons .dashicons-format-link {
        background-color: #4782a6
    }

    .icons .dashicons-format-aside {
        background-color: #f3b92e
    }

    .icons .dashicons-format-chat {
        background-color: #0082c8
    }

    .post-navigation {
        margin-bottom: 45px
    }

        .post-navigation .nav-next, .post-navigation .nav-previous {
            border-bottom: 1px solid #e4e4ec;
            margin-bottom: 1em
        }

            .post-navigation .nav-next .meta-nav, .post-navigation .nav-previous .meta-nav {
                color: #606068;
                font-size: 15px;
                font-family: "Roboto Condensed","Arial Narrow",Arial,sans-serif;
                line-height: 1
            }

            .post-navigation .nav-next a, .post-navigation .nav-previous a {
                color: inherit
            }

                .post-navigation .nav-next a:focus, .post-navigation .nav-next a:hover, .post-navigation .nav-previous a:focus, .post-navigation .nav-previous a:hover {
                    color: #68a7d9
                }

    .review {
        float: left;
        margin: 0 15px 0 0;
        width: 45%
    }

        .review header {
            border-bottom: 1px solid #e4e4ec;
            margin-bottom: 15px
        }

            .review header h5 {
                border-bottom: 7px solid #e4e4ec;
                display: inline-block;
                margin: 0;
                padding: 0 0 10px
            }

        .review .review-total-score {
            background: #68a7d9;
            color: #f0f0f8;
            float: left;
            margin: 0 15px 15px 0;
            padding: 10px;
            text-align: center
        }

            .review .review-total-score h1 {
                margin: 0
            }

        .review.full-width {
            border-bottom: 1px solid #e4e4ec;
            margin-right: 0;
            margin-bottom: 15px;
            width: 100%
        }

    @media (min-width:600px) {
        .review.full-width {
            padding-bottom: 15px
        }
    }

    .review hr {
        margin-top: 15px
    }

    .user-rating {
        clear: both;
        display: block;
        margin: 15px 0
    }

        .user-rating .rating {
            display: inline-block
        }

        .user-rating .rateit {
            margin-bottom: 15px
        }

        .user-rating .after-vote {
            clear: both;
            display: none
        }

    @media (max-width:599px) {
        .review {
            width: 100%
        }
    }

    .share-post ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .share-post ul li {
            float: left
        }

        .share-post ul li {
            margin: 0 5px 5px 0
        }

            .share-post ul li a span {
                border-top: 1px solid #e4e4ec;
                border-right: 1px solid #e4e4ec;
                border-bottom: 1px solid #e4e4ec;
                color: #606068;
                background: #f4f4fc;
                line-height: 14px;
                padding: 7px
            }

                .share-post ul li a span:hover {
                    color: #68a7d9
                }

            .share-post ul li a i, .share-post ul li a span {
                display: inline-block
            }

    .post-tags, .share-post {
        border-bottom: 1px solid #e4e4ec;
        margin-bottom: 1em
    }

        .post-tags h5, .share-post h5 {
            font-weight: 400;
            line-height: 30px;
            margin-right: 5px
        }

        .post-tags h5, .post-tags ul, .share-post h5, .share-post ul {
            float: left
        }

        .post-tags ul, .share-post ul {
            margin-bottom: 8px
        }

    .sc-md, .sc-sm {
        background-image: url(/img/social-media-icons.png);
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
        float: left;
        text-align: center;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: background-color;
        transition: background-color;
        -webkit-transition: background-color .4s ease-out;
        transition: background-color .4s ease-out;
        text-shadow: 0 1px 1px rgba(0,0,0,.2)
    }

        .sc-md:hover:not(.sc-dark), .sc-sm:hover:not(.sc-dark) {
            background-color: #68a7d9
        }

        .sc-md.sc-mail, .sc-sm.sc-mail {
            background: #2ea2cc
        }

            .sc-md.sc-mail:before, .sc-sm.sc-mail:before {
                content: '\f0e0'
            }

        .sc-md.sc-codepen, .sc-sm.sc-codepen {
            background: #252527
        }

            .sc-md.sc-codepen:before, .sc-sm.sc-codepen:before {
                content: "\f1cb"
            }

        .sc-md.sc-foursquare, .sc-sm.sc-foursquare {
            background: #009fe0
        }

            .sc-md.sc-foursquare:before, .sc-sm.sc-foursquare:before {
                content: "\f180"
            }

        .sc-md.sc-reddit, .sc-sm.sc-reddit {
            background: #6cc0fe
        }

            .sc-md.sc-reddit:before, .sc-sm.sc-reddit:before {
                content: "\f1a1"
            }

        .sc-md.sc-renren, .sc-sm.sc-renren {
            background: #105ba3
        }

            .sc-md.sc-renren:before, .sc-sm.sc-renren:before {
                content: "\f18b"
            }

        .sc-md.sc-stack-exchange, .sc-sm.sc-stack-exchange {
            background: #12457c
        }

            .sc-md.sc-stack-exchange:before, .sc-sm.sc-stack-exchange:before {
                content: "\f18d"
            }

        .sc-md.sc-stack-overflow, .sc-sm.sc-stack-overflow {
            background: #f90
        }

            .sc-md.sc-stack-overflow:before, .sc-sm.sc-stack-overflow:before {
                content: "\f16c"
            }

        .sc-md.sc-steam, .sc-sm.sc-steam {
            background: #3b3938
        }

            .sc-md.sc-steam:before, .sc-sm.sc-steam:before {
                content: "\f1b6"
            }

        .sc-md.sc-tencent-weibo, .sc-sm.sc-tencent-weibo {
            background: #46c1e3
        }

            .sc-md.sc-tencent-weibo:before, .sc-sm.sc-tencent-weibo:before {
                content: "\f1d5"
            }

        .sc-md.sc-vine, .sc-sm.sc-vine {
            background: #00bf8f
        }

            .sc-md.sc-vine:before, .sc-sm.sc-vine:before {
                content: "\f1ca"
            }

        .sc-md.sc-vk, .sc-sm.sc-vk {
            background: #4e729a
        }

            .sc-md.sc-vk:before, .sc-sm.sc-vk:before {
                content: "\f189"
            }

        .sc-md.sc-weibo, .sc-sm.sc-weibo {
            background: #e64141
        }

            .sc-md.sc-weibo:before, .sc-sm.sc-weibo:before {
                content: "\f18a"
            }

    .sc-facebook {
        background-color: #5d82d1
    }

    .sc-pinterest {
        background-color: #e13138
    }

    .sc-twitter {
        background-color: #40bff5
    }

    .sc-googleplus {
        background-color: #eb5e4c
    }

    .sc-rss {
        background-color: #faa33d
    }

    .sc-vimeo {
        background-color: #35c6ea
    }

    .sc-evernote {
        background-color: #9acf4f
    }

    .sc-dribbble {
        background-color: #f7659c
    }

    .sc-tumblr {
        background-color: #426d9b
    }

    .sc-behance {
        background-color: #1879fd
    }

    .sc-stumbleupon {
        background-color: #ff5c30
    }

    .sc-dropbox {
        background-color: #17a3eb
    }

    .sc-soundcloud {
        background-color: #ff7e30
    }

    .sc-picasa {
        background-color: #9eb5b6
    }

    .sc-lastfm {
        background-color: #f34320
    }

    .sc-forrst {
        background-color: #45ad76
    }

    .sc-flickr {
        background-color: #ff48a3
    }

    .sc-deviantart {
        background-color: #6a8a7b
    }

    .sc-linkedin {
        background-color: #238cc8
    }

    .sc-blogger {
        background-color: #ff9233
    }

    .sc-instagram {
        background-color: #548bb6
    }

    .sc-yahoo {
        background-color: #ab47ac
    }

    .sc-youtube {
        background-color: #ef4e41
    }

    .sc-grooveshark {
        background-color: #ffb21d
    }

    .sc-digg {
        background-color: #75788d
    }

    .sc-skype {
        background-color: #13c1f3
    }

    .sc-sharethis {
        background-color: #25a774
    }

    .sc-wordpress {
        background-color: #2592c3
    }

    .sc-kickstarter {
        background-color: #8cd049
    }

    .sc-bebo {
        background-color: #ee3849
    }

    .sc-zerply {
        background-color: #9dbc7a
    }

    .sc-amazon {
        background-color: #ff8e2e
    }

    .sc-myspace {
        background-color: #008dde
    }

    .sc-wikipedia {
        background-color: #b3b5b8
    }

    .sc-technorati {
        background-color: #71d14b
    }

    .sc-addthis {
        background-color: #ff7850
    }

    .sc-delicious {
        background-color: #377bda
    }

    .sc-xing {
        background-color: #1a8e8c
    }

    .sc-quora {
        background-color: #ea3d23
    }

    .sc-github {
        background-color: #3f91cb
    }

    .sc-feedly {
        background-color: #2bb24c
    }

    .sc-sm {
        background-size: 1230px;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
        width: 30px;
        -webkit-box-shadow: inset 0 15px 0 0 rgba(255,255,255,.2);
        box-shadow: inset 0 15px 0 0 rgba(255,255,255,.2)
    }

        .sc-sm.sc-facebook {
            background-position: 0 0
        }

        .sc-sm.sc-pinterest {
            background-position: -30px 0
        }

        .sc-sm.sc-twitter {
            background-position: -60px 0
        }

        .sc-sm.sc-googleplus {
            background-position: -90px 0
        }

        .sc-sm.sc-rss {
            background-position: -120px 0
        }

        .sc-sm.sc-vimeo {
            background-position: -150px 0
        }

        .sc-sm.sc-evernote {
            background-position: -180px 0
        }

        .sc-sm.sc-dribbble {
            background-position: -210px 0
        }

        .sc-sm.sc-tumblr {
            background-position: -240px 0
        }

        .sc-sm.sc-behance {
            background-position: -270px 0
        }

        .sc-sm.sc-stumbleupon {
            background-position: -300px 0
        }

        .sc-sm.sc-dropbox {
            background-position: -330px 0
        }

        .sc-sm.sc-soundcloud {
            background-position: -360px 0
        }

        .sc-sm.sc-picasa {
            background-position: -390px 0
        }

        .sc-sm.sc-lastfm {
            background-position: -420px 0
        }

        .sc-sm.sc-forrst {
            background-position: -450px 0
        }

        .sc-sm.sc-flickr {
            background-position: -480px 0
        }

        .sc-sm.sc-deviantart {
            background-position: -510px 0
        }

        .sc-sm.sc-linkedin {
            background-position: -540px 0
        }

        .sc-sm.sc-blogger {
            background-position: -570px 0
        }

        .sc-sm.sc-instagram {
            background-position: -600px 0
        }

        .sc-sm.sc-yahoo {
            background-position: -630px 0
        }

        .sc-sm.sc-youtube {
            background-position: -660px 0
        }

        .sc-sm.sc-grooveshark {
            background-position: -690px 0
        }

        .sc-sm.sc-digg {
            background-position: -720px 0
        }

        .sc-sm.sc-skype {
            background-position: -750px 0
        }

        .sc-sm.sc-sharethis {
            background-position: -780px 0
        }

        .sc-sm.sc-wordpress {
            background-position: -810px 0
        }

        .sc-sm.sc-kickstarter {
            background-position: -840px 0
        }

        .sc-sm.sc-bebo {
            background-position: -870px 0
        }

        .sc-sm.sc-zerply {
            background-position: -900px 0
        }

        .sc-sm.sc-amazon {
            background-position: -930px 0
        }

        .sc-sm.sc-myspace {
            background-position: -960px 0
        }

        .sc-sm.sc-wikipedia {
            background-position: -990px 0
        }

        .sc-sm.sc-technorati {
            background-position: -1020px 0
        }

        .sc-sm.sc-addthis {
            background-position: -1050px 0
        }

        .sc-sm.sc-delicious {
            background-position: -1080px 0
        }

        .sc-sm.sc-xing {
            background-position: -1110px 0
        }

        .sc-sm.sc-quora {
            background-position: -1140px 0
        }

        .sc-sm.sc-github {
            background-position: -1170px 0
        }

        .sc-sm.sc-feedly {
            background-position: -1200px 0
        }

    .sc-md {
        font-size: 30px;
        height: 45px;
        line-height: 45px;
        width: 45px;
        -webkit-box-shadow: inset 0 22.5px 0 0 rgba(255,255,255,.2);
        box-shadow: inset 0 22.5px 0 0 rgba(255,255,255,.2)
    }

        .sc-md.sc-facebook {
            background-position: 0 0
        }

        .sc-md.sc-pinterest {
            background-position: -45px 0
        }

        .sc-md.sc-twitter {
            background-position: -90px 0
        }

        .sc-md.sc-googleplus {
            background-position: -135px 0
        }

        .sc-md.sc-rss {
            background-position: -180px 0
        }

        .sc-md.sc-vimeo {
            background-position: -225px 0
        }

        .sc-md.sc-evernote {
            background-position: -270px 0
        }

        .sc-md.sc-dribbble {
            background-position: -315px 0
        }

        .sc-md.sc-tumblr {
            background-position: -360px 0
        }

        .sc-md.sc-behance {
            background-position: -405px 0
        }

        .sc-md.sc-stumbleupon {
            background-position: -450px 0
        }

        .sc-md.sc-dropbox {
            background-position: -495px 0
        }

        .sc-md.sc-soundcloud {
            background-position: -540px 0
        }

        .sc-md.sc-picasa {
            background-position: -585px 0
        }

        .sc-md.sc-lastfm {
            background-position: -630px 0
        }

        .sc-md.sc-forrst {
            background-position: -675px 0
        }

        .sc-md.sc-flickr {
            background-position: -720px 0
        }

        .sc-md.sc-deviantart {
            background-position: -765px 0
        }

        .sc-md.sc-linkedin {
            background-position: -810px 0
        }

        .sc-md.sc-blogger {
            background-position: -855px 0
        }

        .sc-md.sc-instagram {
            background-position: -900px 0
        }

        .sc-md.sc-yahoo {
            background-position: -945px 0
        }

        .sc-md.sc-youtube {
            background-position: -990px 0
        }

        .sc-md.sc-grooveshark {
            background-position: -1035px 0
        }

        .sc-md.sc-digg {
            background-position: -1080px 0
        }

        .sc-md.sc-skype {
            background-position: -1125px 0
        }

        .sc-md.sc-sharethis {
            background-position: -1170px 0
        }

        .sc-md.sc-wordpress {
            background-position: -1215px 0
        }

        .sc-md.sc-kickstarter {
            background-position: -1260px 0
        }

        .sc-md.sc-bebo {
            background-position: -1305px 0
        }

        .sc-md.sc-zerply {
            background-position: -1350px 0
        }

        .sc-md.sc-amazon {
            background-position: -1395px 0
        }

        .sc-md.sc-myspace {
            background-position: -1440px 0
        }

        .sc-md.sc-wikipedia {
            background-position: -1485px 0
        }

        .sc-md.sc-technorati {
            background-position: -1530px 0
        }

        .sc-md.sc-addthis {
            background-position: -1575px 0
        }

        .sc-md.sc-delicious {
            background-position: -1620px 0
        }

        .sc-md.sc-xing {
            background-position: -1665px 0
        }

        .sc-md.sc-quora {
            background-position: -1710px 0
        }

        .sc-md.sc-github {
            background-position: -1755px 0
        }

        .sc-md.sc-feedly {
            background-position: -1800px 0
        }

    .sc-dark:not(:hover) {
        background-color: transparent;
        opacity: .6;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    ul.social {
        list-style: none;
        margin: 0;
        padding: 0;
        margin: 0 -9.04px -18px -9px
    }

        ul.social li {
            float: left
        }

        ul.social li {
            margin: 0 9px 18px 9px
        }

            ul.social li span {
                float: left
            }

    #footer-main ul.social {
        margin: 0 -10px -9.5px 0
    }

        #footer-main ul.social li {
            margin: 0 9.5px 9.5px 0
        }

            #footer-main ul.social li .sc-dark:not(:hover) {
                background-color: #606068
            }

    .frame {
        background-color: #fff;
        border: 1px solid #e4e4ec;
        padding: 4px
    }

        .frame.thick {
            padding: 9px
        }

        .frame > * {
            max-width: 100%;
            overflow: hidden
        }

        .frame > .post-meta, .frame > h4 {
            overflow: visible
        }

        .frame embed, .frame iframe {
            width: 100%
        }

        .frame .featured-media {
            margin: 0 0 10px;
            position: relative;
            font-family: "Roboto Condensed","Arial Narrow",Arial,sans-serif;
            font-size: 20px
        }

            .frame .featured-media.aside, .frame .featured-media.chat, .frame .featured-media.link, .frame .featured-media.quote, .frame .featured-media.status {
                background: #f4f4fc;
                padding: 15px
            }

                .frame .featured-media.aside:after, .frame .featured-media.chat:after, .frame .featured-media.link:after, .frame .featured-media.quote:after, .frame .featured-media.status:after {
                    color: #e4e4f8;
                    font-family: FontAwesome;
                    position: absolute;
                    bottom: 0;
                    right: 4px;
                    font-size: 40px;
                    line-height: 1
                }

                .frame .featured-media.aside, .frame .featured-media.aside p, .frame .featured-media.chat, .frame .featured-media.chat p, .frame .featured-media.link, .frame .featured-media.link p, .frame .featured-media.quote, .frame .featured-media.quote p, .frame .featured-media.status, .frame .featured-media.status p {
                    line-height: 1.4
                }

                    .frame .featured-media.aside p:last-child, .frame .featured-media.chat p:last-child, .frame .featured-media.link p:last-child, .frame .featured-media.quote p:last-child, .frame .featured-media.status p:last-child {
                        margin-bottom: 0
                    }

                    .frame .featured-media.aside .aside-content, .frame .featured-media.chat .chat-content, .frame .featured-media.link a, .frame .featured-media.quote blockquote, .frame .featured-media.status .status-content {
                        position: relative;
                        z-index: 1
                    }

                    .frame .featured-media.quote:after {
                        content: '\f10e'
                    }

                    .frame .featured-media.quote blockquote {
                        margin: 0;
                        border-color: #dcdcf5
                    }

            .frame .featured-media.link {
                font-size: 30px;
                display: block
            }

                .frame .featured-media.link:after {
                    content: '\f08e'
                }

            .frame .featured-media.status .status-content {
                padding: 15px;
                border-left: 4px dotted #dcdcf5
            }

                .frame .featured-media.status .status-content:before {
                    content: '\f068';
                    color: #dcdcf5;
                    font-family: FontAwesome;
                    position: absolute;
                    left: -10px
                }

            .frame .featured-media.status:after {
                content: '\f044'
            }

            .frame .featured-media.aside:after {
                content: '\f192'
            }

            .frame .featured-media.chat {
                background: 0 0;
                padding: 0
            }

                .frame .featured-media.chat:after {
                    content: '\f0e6'
                }

                .frame .featured-media.chat p {
                    margin: 0;
                    padding: 15px
                }

                    .frame .featured-media.chat p:nth-child(odd) {
                        background: rgba(228,228,248,.4)
                    }

            .frame .featured-media.gallery img.shadow {
                display: none
            }

            .frame .featured-media.gallery .frame {
                padding: 0;
                border: 0
            }

    .flat-style .frame {
        margin-bottom: 15px
    }

    iframe {
        border: none;
        overflow: hidden;
        max-width: 100%
    }

    .shadow {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

    #page-404 #content h1 {
        font-size: 100px;
        margin-top: 45px
    }

    #page-404 #content p {
        font-size: 30px
    }

    #page-404 #content, #page-404 #content p {
        text-align: center
    }

        #page-404 #content button {
            margin-bottom: 100px
        }

    #blog-detail .entry-content {
        border-bottom: 1px solid #e4e4ec;
        margin-bottom: 1em;
        clear: both
    }

    #blog-detail .hreview + .entry-content {
        clear: none
    }

    #blog-detail .entry-header {
        margin-bottom: 1em
    }

        #blog-detail .entry-header .entry-subtitle, #blog-detail .entry-header .entry-title {
            margin: 0
        }

        #blog-detail .entry-header .entry-subtitle {
            color: #b0b0b8;
            font-weight: 400;
            margin-top: 4px
        }

    #blog-detail .hentry .frame {
        position: relative
    }

        #blog-detail .hentry .frame .icons {
            bottom: -5px;
            left: 20px;
            right: auto;
            top: auto;
            width: auto
        }

            #blog-detail .hentry .frame .icons a {
                width: 75px
            }

            #blog-detail .hentry .frame .icons a, #blog-detail .hentry .frame .icons > span {
                display: inline-block
            }

        #blog-detail .hentry .frame .post-meta, #blog-detail .hentry .frame small {
            margin-top: 10px
        }

            #blog-detail .hentry .frame .post-meta a, #blog-detail .hentry .frame small a {
                display: inline-block
            }

    #blog-detail .related-posts .article-small {
        margin-bottom: 15px
    }

    @media (max-width:991px) {
        #blog-detail .related-posts .article-small:nth-child(2n+1) {
            clear: both
        }
    }

    #blog-version-1 .article-large {
        padding-left: 32.5px
    }

        #blog-version-1 .article-large .frame .icons {
            -webkit-transition: transform .4s ease;
            -webkit-transition: -webkit-transform .4s ease;
            transition: -webkit-transform .4s ease;
            transition: transform .4s ease;
            transition: transform .4s ease,-webkit-transform .4s ease
        }

        #blog-version-1 .article-large .frame:hover .icons {
            -webkit-transform: scale(.4);
            transform: scale(.4)
        }

    #blog-version-3 .article-large .icons {
        position: static;
        float: left
    }

    #blog-version-3 .article-large .content {
        margin-left: 90px
    }

    @media (max-width:599px) {
        #blog-version-3 .article-large .content {
            margin-left: 0
        }
    }

    #blog-version-2 #main-content .article-medium .footer, .article-large .footer {
        border-bottom: 1px solid #e4e4ec;
        display: table;
        margin: 0 0 45px 0;
        padding-bottom: 15px;
        width: 100%
    }

        #blog-version-2 #main-content .article-medium .footer .read-more, #blog-version-2 #main-content .article-medium .footer .tags, .article-large .footer .read-more, .article-large .footer .tags {
            display: table-cell;
            vertical-align: top
        }

        #blog-version-2 #main-content .article-medium .footer .tags, .article-large .footer .tags {
            padding-right: 10px;
            width: 99%
        }

    #blog-version-2 #main-content .article-medium .frame .post-meta, .article-large .frame .post-meta {
        margin: 0
    }

    #contact-page #map iframe {
        display: block;
        width: 100%;
        max-height: 50vh
    }

    #sign-in body {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    @media (max-width:827px) and (min-width:360px) {
        #sign-in body {
            background: url(../img/body-background-small.jpg) fixed center
        }
    }

    #sign-in #content {
        border: none;
        margin: 0 auto;
        max-width: 360px;
        min-height: 300px;
        padding: 15px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        #sign-in #content > :last-child {
            margin-bottom: 0
        }

    @media (min-height:320px) and (min-width:360px) {
        #sign-in #content {
            left: 50%;
            margin-left: -180px;
            margin-top: -160px;
            position: absolute;
            top: 50%;
            width: 360px
        }
    }

    @media (min-width:360px) {
        #sign-in #content {
            -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.8);
            box-shadow: 0 4px 12px 0 rgba(0,0,0,.8)
        }
    }

    #content {
        border-bottom: 15px solid #e4e4ec;
        min-height: 480px;
        padding-top: 45px;
        position: relative;
        z-index: 1
    }

    body > #content, body > footer, body > header {
        -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.4);
        box-shadow: 0 0 1px 0 rgba(0,0,0,.4)
    }

    aside .col-sm-6:nth-child(2n+1) {
        clear: both
    }

    #footer-main {
        background-color: #404048;
        color: #8b8b92;
        position: relative;
        z-index: 1
    }

        #footer-main a:hover img {
            filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
            -webkit-filter: grayscale(0)
        }

        #footer-main a img {
            filter: url("data:image/svg+xml;utf8, <svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
            filter: gray;
            -webkit-filter: grayscale(100%)
        }

        #footer-main a {
            color: #9595a0
        }

            #footer-main a:hover {
                color: #68a7d9
            }

        #footer-main hr {
            border-color: transparent;
            border-color: rgba(255,255,255,.05)
        }

        #footer-main .container {
            padding-top: 30px
        }

        #footer-main .comment-meta a:not(:hover), #footer-main .post-meta a:not(:hover) {
            color: #67676e
        }

        #footer-main .image-light, #footer-main .link {
            display: none
        }

        #footer-main .row section {
            margin-bottom: 30px
        }

            #footer-main .row section.col-md-3:nth-child(4n+1) {
                clear: both
            }

            #footer-main .row section.col-md-2:nth-child(6n+1) {
                clear: both
            }

        #footer-main .frame {
            background-color: #505058;
            border-color: #505058
        }

        #footer-main .image .image-holder {
            background: #000
        }

            #footer-main .image .image-holder img {
                opacity: .8;
                -webkit-transition: opacity .4s ease-out;
                transition: opacity .4s ease-out;
                -webkit-transition: opacity .4s ease-out .4s ease-out;
                transition: opacity .4s ease-out .4s ease-out
            }

        #footer-main .image:hover .image-holder {
            -webkit-transform: none;
            transform: none
        }

            #footer-main .image:hover .image-holder img {
                opacity: 1
            }

    @media (max-width:991px) {
        #footer-main .row section.col-sm-6:nth-child(odd) {
            clear: both
        }

        #footer-main .row section.col-sm-4:nth-child(3n+1) {
            clear: both
        }
    }

    #footer-bottom {
        color: #8b8b92;
        background-color: #303038
    }

        #footer-bottom a {
            background: 0 0;
            color: inherit
        }

            #footer-bottom a:hover {
                color: #68a7d9
            }

        #footer-bottom p {
            float: left;
            margin: 0
        }

        #footer-bottom ul {
            float: right;
            list-style: none;
            margin: 0;
            padding: 0
        }

            #footer-bottom ul li {
                float: left
            }

            #footer-bottom ul li {
                margin-left: 20px
            }

        #footer-bottom .container {
            padding: 15px
        }

    @media (max-width:767px) {
        #footer-bottom .container p {
            margin-bottom: 15px
        }

        #footer-bottom .container p, #footer-bottom .container ul {
            float: none !important;
            display: block
        }

            #footer-bottom .container p li, #footer-bottom .container ul li {
                margin: 0 20px 10px 0
            }
    }

    #footer-bottom, #footer-main {
        -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.16);
        box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.16)
    }

    .flat-style * {
        text-shadow: none
    }

    .flat-style #footer-bottom, .flat-style #footer-main, .flat-style #main-nav, .flat-style #main-nav .navbar-toggle, .flat-style #top-nav, .flat-style #top-nav .navbar-form button, .flat-style #top-nav .navbar-form input[type=submit], .flat-style #top-nav .navbar-toggle, .flat-style .article-large .icons a i, .flat-style .btn, .flat-style .dashicons, .flat-style .dropdown-menu, .flat-style .sc-md, .flat-style .sc-sm, .flat-style .widget .nav-tabs li a, .flat-style .widget header .control, .flat-style .widget header h4, .flat-style body > #content, .flat-style body > footer, .flat-style body > header, .flat-style button, .flat-style input[type=button], .flat-style input[type=reset], .flat-style input[type=submit] {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .flat-style #main-nav {
        background-color: #fff
    }

        .flat-style #main-nav .nav > li > a, .flat-style #main-nav button, .flat-style #main-nav input[type=submit], .flat-style #top-nav .nav > li > a, .flat-style #top-nav button, .flat-style #top-nav input[type=submit] {
            text-shadow: none
        }

    @media (min-width:992px) {
        .flat-style #main-nav .nav > li > a, .flat-style #main-nav .nav > li > a:hover, .flat-style #main-nav button, .flat-style #main-nav button:hover, .flat-style #main-nav input[type=submit], .flat-style #main-nav input[type=submit]:hover, .flat-style #top-nav .nav > li > a, .flat-style #top-nav .nav > li > a:hover, .flat-style #top-nav button, .flat-style #top-nav button:hover, .flat-style #top-nav input[type=submit], .flat-style #top-nav input[type=submit]:hover {
            -webkit-box-shadow: none;
            box-shadow: none
        }
    }

    .flat-style .breaking-news .header .triangle:before {
        background: 0 0
    }

    .flat-style .articles-v1 article .frame, .flat-style#blog-version-2 #main-content article .frame {
        margin-bottom: 15px
    }

    .flat-style .featured-media .frame, .flat-style#blog-version-2 #main-content article .featured-media .frame {
        margin-bottom: 0
    }

    .flat-style .shadow {
        display: none
    }

    .flat-style .article-large .icons a, .flat-style .post-comments .comment-container .avatar {
        -webkit-box-shadow: 0 0 1px 0 rgba(0,0,0,.12);
        box-shadow: 0 0 1px 0 rgba(0,0,0,.12)
    }

    .boxed-style body {
        max-width: 1260px;
        background-color: #f4f4fc;
        background-attachment: fixed;
        background-position: center;
        -webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.4);
        box-shadow: 0 4px 12px 0 rgba(0,0,0,.4)
    }

        .boxed-style body #content {
            background-color: #fff
        }

    @media (min-width:828px) {
        .boxed-style body {
            margin: 45px
        }
    }

    @media (min-width:1350px) {
        .boxed-style body {
            margin: 45px auto
        }
    }
    /*# sourceMappingURL=style.min.css.map */
