/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
.btn-group > .btn-group, .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group, .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, .dropdown-menu {
    float: left
}

.img-responsive, .img-thumbnail, .table, label {
    max-width: 100%
}

kbd kbd, label {
    font-weight: 700
}

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

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

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        background: 0 0 !important;
        color: #000 !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
    }

    thead {
        display: table-header-group
    }

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

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .navbar-toggle, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-primary.dropdown-toggle, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

.img-thumbnail, body {
    background-color: #fff
}

body {
    line-height: 1.2
}

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

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

figure {
    margin: 0
}

.img-responsive {
    display: block;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.2;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

pre code, table {
    background-color: transparent
}

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

code, kbd {
    padding: 2px 4px;
    font-size: 90%
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

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

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

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

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

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

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

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

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

.pre-scrollable {
    overflow-y: scroll
}

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

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

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

.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 {
    width: 8.33333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 769px) {
    .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-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-md-1, .col-md-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-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-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-1 {
        width: 8.33333%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
    text-align: left
}

.table {
    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.2;
    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, .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, .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 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-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: 768px) {
    .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 {
    border: 0;
    min-width: 0
}

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

label {
    margin-bottom: 5px
}

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

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

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

.form-control, output {
    font-size: 16px;
    line-height: 1.2;
    color: #acacac;
    display: block
}

input[type=file] {
    display: block
}

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

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

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

output {
    padding-top: 6px
}

.form-control {
    width: 100%;
    height: 31px;
    padding: 5px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

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

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

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

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .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
}

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

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

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

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 31px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm > input[type=date].form-control, .input-group-sm > input[type=date].input-group-addon, .input-group-sm > input[type=time].form-control, .input-group-sm > input[type=time].input-group-addon, .input-group-sm > input[type=datetime-local].form-control, .input-group-sm > input[type=datetime-local].input-group-addon, .input-group-sm > input[type=month].form-control, .input-group-sm > input[type=month].input-group-addon, input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 33px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg > .input-group-btn > input[type=month].btn, .input-group-lg > input[type=date].form-control, .input-group-lg > input[type=date].input-group-addon, .input-group-lg > input[type=time].form-control, .input-group-lg > input[type=time].input-group-addon, .input-group-lg > input[type=datetime-local].form-control, .input-group-lg > input[type=datetime-local].input-group-addon, .input-group-lg > input[type=month].form-control, .input-group-lg > input[type=month].input-group-addon, input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 49px
    }
}

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

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

.checkbox label, .radio label {
    min-height: 19px
}

.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;
    vertical-align: middle
}

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

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

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

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

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 33px;
    line-height: 33px
}

.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

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

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 49px;
    line-height: 49px
}

.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 39px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 38.75px
}

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

.collapsing, .dropdown, .dropup {
    position: relative
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

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

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .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 {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

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

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .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 {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

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

.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: #737373
}

@media (min-width: 769px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

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

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

    .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 {
        width: auto
    }

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

    .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 .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 6px
    }
}

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

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

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

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table
}

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

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

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 4px;
    -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 {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

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

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

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

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

.btn-default {
    color: #fff;
    background-color: #009ac1;
    border-color: transparent
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #00718e;
    border-color: transparent
}

.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 > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
    color: #fff;
    background-color: #00556a;
    border-color: transparent
}

.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: #009ac1;
    border-color: transparent
}

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

.btn-primary {
    color: #fff;
    background-color: #0f2b56;
    border-color: transparent
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #07152b;
    border-color: transparent
}

.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 > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #02060c;
    border-color: transparent
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #0f2b56;
    border-color: transparent
}

.btn-primary .badge {
    color: #0f2b56;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #cdcdcd;
    border-color: transparent
}

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

.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 > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #a2a2a2;
    border-color: transparent
}

.btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
    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: #cdcdcd;
    border-color: transparent
}

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

.btn-info {
    color: #747474;
    background-color: #fff;
    border-color: #dadbdb;
    padding: 8px 30px;
    font-size: 11px;
    line-height: 24px;
    border-radius: 20px;
    font-weight: 700;
    box-shadow: 0 0 40px 8px rgba(0, 0, 0, .05)
}

.btn-info.focus, .btn-info:focus {
    color: #747474;
    background-color: #e6e6e6;
    border-color: #999c9c
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #747474;
    background-color: #e6e6e6;
    border-color: #bbbdbd
}

.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 > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
    color: #747474;
    background-color: #d4d4d4;
    border-color: #999c9c
}

.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: #fff;
    border-color: #dadbdb
}

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

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

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

.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: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

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

.btn-link:focus, .btn-link:hover {
    color: #23527c;
    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-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

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

.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 {
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    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-toggle:focus {
    outline: 0
}

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

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

.dropdown-header, .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    line-height: 1.2;
    white-space: nowrap
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

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

.dropdown-menu > li > a {
    font-weight: 400;
    color: #333
}

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

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

.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;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

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

.open > a {
    outline: 0
}

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

.dropdown-header {
    font-size: 14px;
    color: #777
}

.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: 769px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

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

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after, .btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px
}

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn-group-lg > .btn .caret, .btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-group-lg > .btn .caret, .dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group, .input-group-btn, .input-group-btn > .btn {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #acacac;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn + .btn {
    margin-left: -1px
}

.input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

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

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

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

.nav:after {
    clear: both
}

.nav > li > a {
    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: #337ab7
}

.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.2;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 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: #acacac;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

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

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

.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: #337ab7
}

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

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

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

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

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

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

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .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: 769px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

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

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

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

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

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

.navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before {
    content: " ";
    display: table
}

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

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

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

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

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

    .navbar-header {
        float: left
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        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
    }
}

.modal, .modal-open {
    overflow: hidden
}

@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: -15px;
    margin-left: -15px
}

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

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

.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: 15.5px 15px;
    font-size: 20px;
    line-height: 19px;
    height: 50px
}

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

.navbar-brand > img {
    display: block
}

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

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

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

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

    .navbar-nav .open .dropdown-menu .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: 769px) {
    .navbar-toggle {
        display: none
    }

    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

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

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

@media (min-width: 769px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block
    }

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

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

    .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 {
        width: auto
    }

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

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

    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.breadcrumb > li, .pagination {
    display: inline-block
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative
}

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

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

.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-radius: 4px 4px 0 0
}

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

.btn-group-sm > .navbar-btn.btn, .navbar-btn.btn-sm {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

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

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

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

    .navbar-left {
        float: left !important
    }

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

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

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

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

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

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

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

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

.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: #e7e7e7
}

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

@media (max-width: 768px) {
    .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: #333;
        background-color: transparent
    }

    .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: #555;
        background-color: #e7e7e7
    }

    .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: #333
}

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

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

.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: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

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

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
    color: #9d9d9d
}

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

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #090909
}

.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: #333
}

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

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

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #090909;
    color: #fff
}

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

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

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

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

    .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: #fff;
        background-color: #090909
    }

    .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: #9d9d9d
}

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

.navbar-inverse .btn-link {
    color: #9d9d9d
}

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

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

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 19px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 19px 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

.badge, .label {
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    font-weight: 700
}

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

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

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

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

.pager li {
    display: inline
}

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

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

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

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

.close, .list-group-item > .badge {
    float: right
}

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

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

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

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

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

.label-primary {
    background-color: #337ab7
}

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

img, textarea {
    vertical-align: top
}

.list-group-item, .thumbnail {
    background-color: #fff;
    display: block
}

.badge:empty {
    display: none
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

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

.thumbnail {
    padding: 4px;
    margin-bottom: 19px;
    line-height: 1.2;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out
}

.thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #337ab7
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    padding: 10px 15px;
    margin-bottom: -1px;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item, button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
    color: inherit
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 19px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-body:after, .panel-body:before {
    content: " ";
    display: table
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 18px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

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

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

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

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

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

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 19px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

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

.popover, .tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.2;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-transform: none;
    text-decoration: none
}

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

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

.modal-content, .popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before {
    display: table;
    content: " "
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.2
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 769px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption, .carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel, .carousel-inner {
    position: relative
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left > .arrow:after, .popover.right > .arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right > .arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left > .arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

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

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

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

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

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

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

    .carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
        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;
    background-color: transparent
}

.carousel-control.left {
    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: 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: transparent
}

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

.carousel-caption .btn, .text-hide {
    text-shadow: none
}

@media screen and (min-width: 769px) {
    .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 {
    content: " ";
    display: table
}

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

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

.invisible {
    visibility: hidden
}

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

.affix {
    position: fixed
}

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

@media (max-width: 768px) {
    .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
    }

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

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

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

@media (min-width: 769px) 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
    }

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        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
    }

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

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

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

@media (min-width: 1200px) {
    .visible-lg {
        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
    }

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

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

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

    .hidden-lg {
        display: none !important
    }
}

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        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
    }

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

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

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

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

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

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

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

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

.h1, .h2, .h3, h1, h2, h3 {
    text-transform: capitalize
}

.icon-play:before {
    content: "\e925"
}

.icon-call:before {
    content: "\e91b"
}

.icon-check-mark:before {
    content: "\e91c"
}

.icon-checkround:before {
    content: "\e91d"
}

.icon-email:before {
    content: "\e91e"
}

.icon-facebook:before {
    content: "\e91f"
}

.icon-instagram:before {
    content: "\e920"
}

.icon-location:before {
    content: "\e921"
}

.icon-play-circle-outline:before {
    content: "\e922"
}

.icon-twitter:before {
    content: "\e923"
}

.icon-youtube:before {
    content: "\e924"
}

.icon-appointments:before {
    content: "\e900"
}

.icon-browse-stuff:before {
    content: "\e901"
}

.icon-browse-styles:before {
    content: "\e902"
}

.icon-business-information:before {
    content: "\e903"
}

.icon-credit-cards:before {
    content: "\e904"
}

.icon-dashboard:before {
    content: "\e905"
}

.icon-messages:before {
    content: "\e906"
}

.icon-notification:before {
    content: "\e907"
}

.icon-profile-managment:before {
    content: "\e908"
}

.icon-review:before {
    content: "\e909"
}

.icon-schedule:before {
    content: "\e90a"
}

.icon-timeline:before {
    content: "\e90b"
}

.icon-appointment-management:before {
    content: "\e90c"
}

.icon-branding-management:before {
    content: "\e90d"
}

.icon-business-profile-management:before {
    content: "\e90e"
}

.icon-chats:before {
    content: "\e90f"
}

.icon-client-management:before {
    content: "\e910"
}

.icon-notification2:before {
    content: "\e911"
}

.icon-payment-management:before {
    content: "\e912"
}

.icon-staff-management:before {
    content: "\e913"
}

.icon-style-services-management:before {
    content: "\e914"
}

.icon-subscribtion-management:before {
    content: "\e915"
}

.icon-timeline2:before {
    content: "\e916"
}

.icon-app-will-work:before {
    content: "\e917"
}

.icon-regular-updates:before {
    content: "\e918"
}

.icon-support:before {
    content: "\e919"
}

.icon-technical-stuff:before {
    content: "\e91a"
}


/*Updated icon*/


.icon-admin-portal:before {
  content: "\e700";
  color: #009ac1;
}
.icon-app-icon:before {
  content: "\e701";
  color: #009ac1;
}
.icon-app-name:before {
  content: "\e702";
  color: #009ac1;
}
.icon-app-store:before {
  content: "\e703";
  color: #009ac1;
}
.icon-bank-grade-encryption:before {
  content: "\e704";
  color: #009ac1;
}
.icon-color:before {
  content: "\e705";
  color: #009ac1;
}
.icon-contact-requests:before {
  content: "\e706";
  color: #009ac1;
}
.icon-login-photo:before {
  content: "\e708";
  color: #009ac1;
}
.icon-logo:before {
  content: "\e709";
  color: #009ac1;
}
.icon-phone-number:before {
  content: "\e710";
  color: #009ac1;
}
.icon-profile-photo:before {
  content: "\e711";
  color: #009ac1;
}
.icon-receive-files:before {
  content: "\e712";
  color: #009ac1;
}
.icon-slogan:before {
  content: "\e713";
  color: #009ac1;
}
.icon-splash-screen:before {
  content: "\e714";
  color: #009ac1;
}
.icon-universal-access:before {
  content: "\e715";
  color: #009ac1;
}
.icon-unlimited-files:before {
  content: "\e716";
  color: #009ac1;
}
.icon-welcome-video:before {
  content: "\e717";
  color: #009ac1;
}


.clearfix:after, .regular-checkbox + label:before {
    content: ''
}

.features-holder ul, .footer ul, .header .navbar-nav, .marketing-features-list, .navigation ul, .pricing .price-wrapper .support-list, .support-features-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.clearfix:after {
    display: block
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

html {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    font-size: 62.5%
}

*, :after, :before {
    box-sizing: inherit
}

* {
    max-height: 1000000px
}

body {
    color: #303030;
    background: #fff;
    font: 16px/1.2 lato, sans-serif;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0
}

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

.gm-style img {
    max-width: none
}

.h, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: lato, sans-serif;
    font-weight: 400;
    margin: 0 0 .5em;
    color: #303030
}

.btn-transparent, .h3, .h4, .h5, h3, h4, h5 {
    font-weight: 700
}

.h1, h1 {
    font-size: 56px;
    font-size: 5.6rem;
    color: #fff
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 42px
    }
}

.h2, h2 {
    font-size: 30px;
    font-size: 3rem
}

.h3, h3 {
    font-size: 18px;
    font-size: 1.8rem
}

.h4, .h5, .pricing .price-wrapper h3, h4, h5 {
    text-transform: uppercase
}

.h4, h4 {
    font-size: 16px;
    font-size: 1.6rem;
    color: #747474
}

.h5, h5 {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff
}

p {
    margin: 0 0 1em
}

a, button {
    transition: all .3s ease-in-out;
    color: #009ac1;
    text-decoration: none;
    outline: 0
}

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

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.features-header, .hero-banner-btn {
    text-align: center
}

fieldset, form {
    margin: 0;
    padding: 0;
    border-style: none
}

input[type=text], input[type=tel], input[type=email], input[type=search], input[type=password], textarea {
    -webkit-appearance: none;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus {
    border-color: transparent;
    outline: 0
}

input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #303030
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
    color: #303030
}

input[type=text]:-moz-placeholder, input[type=tel]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=search]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder {
    color: #303030
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #303030
}

input[type=text].placeholder, input[type=tel].placeholder, input[type=email].placeholder, input[type=search].placeholder, input[type=password].placeholder, textarea.placeholder {
    color: #303030
}

select {
    -webkit-border-radius: 0
}

textarea {
    resize: vertical
}

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

button:focus, input[type=button]:focus, input[type=reset]:focus, input[type=file]:focus, input[type=submit]:focus {
    outline: 0
}

.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    border-radius: 15px;
    line-height: 20px;
    padding: 5px 15px;
    min-width: 82px;
    font-size: 11px;
    box-shadow: 0 0 40px 8px rgba(0, 0, 0, .15)
}

.btn-transparent.focus, .btn-transparent:focus {
    color: #fff;
    background-color: transparent;
    border-color: #bfbfbf
}

.btn-transparent.active, .btn-transparent:active, .btn-transparent:hover, .open > .btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: #e0e0e0
}

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

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

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

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

.btn-transparent:hover {
    opacity: .8
}

label {
    display: inline
}

.regular-checkbox {
    display: none;
    position: relative
}

.regular-checkbox + label {
    padding-left: 25px;
    height: 19px;
    line-height: 19px;
    font-size: 16.5px;
    font-weight: 700;
    color: #474747;
    position: relative
}

.regular-checkbox + label:before {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0
}

@media (max-width: 991px) {
    .regular-checkbox + label {
        font-size: 12px
    }

    .regular-checkbox + label:before {
        top: -3px
    }
}

.regular-checkbox:checked + label:after {
    content: '\e91c';
    color: #686a6b;
    font-size: 22px;
    position: absolute;
    top: 1px;
    left: -1px;
    font-family: icomoon
}

@media (max-width: 991px) {
    .regular-checkbox:checked + label:after {
        top: -1px
    }
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.header .navbar {
    padding-top: 26px
}

.header .navbar-collapse {
    clear: right
}

@media (max-width: 991px) {
    .header .navbar {
        padding-top: 10px
    }

    .header .navbar-collapse {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 768px) {
    .header .navbar-collapse {
        background: #112e57;
        z-index: 10;
        position: relative;
        padding: 20px;
        border: none;
        box-shadow: none;
        overflow-x: hidden
    }

    .header .navbar-collapse:after, .header .navbar-collapse:before {
        content: '';
        position: absolute;
        width: 15px;
        top: 0;
        bottom: 0;
        background: #112e57;
        display: block
    }

    .header .navbar-collapse:before {
        left: 100%
    }

    .header .navbar-collapse:after {
        right: 100%
    }

    .header .navbar-collapse .btn-holder {
        margin-top: 10px
    }

    .header .navbar-brand {
        width: 84px
    }
}

.header .navbar-brand {
    padding: 0
}

.header .navbar-contacts {
    font-size: 14px;
    padding-top: 2px
}

@media (min-width: 770px) {
    .header .navbar-contacts {
        margin-right: -2px;
        margin-bottom: 21px
    }
}

@media (max-width: 991px) {
    .header .navbar-contacts {
        margin-top: 30px;
        margin-bottom: 35px
    }

    .header .navbar-nav {
        float: none;
        display: inline-block
    }
}

.header .navbar-contacts a {
    color: #fff
}

@media (max-width: 768px) {
    .header .navbar-contacts {
        position: absolute;
        margin: 0;
        top: 16px;
        right: 50px
    }

    .header .navbar-toggle {
        position: absolute;
        top: 15px;
        right: 14px;
        margin: 0;
        padding: 10px
    }

    .header .navbar-toggle:after, .header .navbar-toggle:before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0
    }

    .header .navbar-toggle:before {
        height: 2px;
        top: 50%;
        margin-top: -1px;
        background: #fff
    }

    .header .navbar-toggle:after {
        height: 100%;
        top: 0;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
}

.header .navbar-nav a {
    color: #fff;
    font-size: 14px;
    display: inline-block
}

.header .navbar-nav li + li {
    margin-left: 41px
}

@media (max-width: 1199px) {
    .header .navbar-nav li + li {
        margin-left: 28px
    }
}

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

.header .navbar-nav .btn {
    box-shadow: none;
    font-weight: 500
}

@media (min-width: 770px) {
    .header .navbar-collapse {
        padding: 0;
        margin-right: -3px
    }
}

@media (max-width: 768px) {
    .header .navbar-nav li + li {
        margin-left: 0
    }

    .header .container {
        padding: 0
    }

    .header .navbar-header {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-email {
        display: none
    }
}

.header-phone {
    font-size: 12px
}

.header-phone .icon-call {
    font-size: 15px;
    margin-right: 8px;
    position: relative;
    top: -1px
}

.header-email .icon-email {
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: -2px
}

.navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: .9rem 0;
    border-bottom: 1px solid #acacac
}

.navigation ul a {
    color: #acacac
}

.navigation ul a:hover {
    color: #009ac1
}

.footer {
    background: url(../images/footer-bg.jpg) center no-repeat #0f2b56;
    background-size: cover;
    color: #fff;
    overflow: hidden
}

.footer a {
    color: #fff
}

.footer-content {
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .1em;
    padding: 36px 0;
    line-height: 16px
}

.footer-column.contacts {
    font-size: 12px
}

@media (min-width: 770px) {
    .header-email {
        margin-left: 50px
    }

    .footer-column.contacts {
        -ms-flex: 0 0 313px;
        flex: 0 0 313px
    }
}

@media (max-width: 1199px) {
    .footer-column.contacts {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%
    }
}

@media (max-width: 991px) {
    .footer-column.contacts {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%
    }
}

@media (max-width: 768px) {
    .footer {
        background-position: left top
    }

    .footer .container {
        position: relative
    }

    .footer-content {
        display: block;
        padding-bottom: 7px
    }

    .footer-column.contacts {
        text-align: center
    }

    .footer-column.contacts br {
        display: none
    }

    .footer-column.contacts .footer-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-column.contacts .footer-list li:nth-child(3) {
        -ms-flex-order: 4;
        order: 4
    }
}

.footer-column.contacts li a {
    position: relative;
    padding-left: 29px;
    display: inline-block
}

.footer-column.contacts li a [class^=icon-] {
    position: absolute
}

.footer-column.contacts li + li {
    margin-top: 17px
}

@media (max-width: 768px) {
    .footer-column.contacts li a {
        padding-left: 0
    }

    .footer-column.contacts li a [class^=icon-] {
        position: static;
        margin-right: 10px
    }

    .footer-column.contacts li + li {
        margin-top: 0;
        margin-bottom: 17px
    }
}

.footer-column.contacts li:first-child {
    margin-bottom: 30px
}

.footer-column.contacts li:first-child a {
    padding-left: 0
}

@media (max-width: 768px) {
    .footer-column.contacts li:first-child {
        margin-bottom: 41px
    }

    .footer-column.contacts li:nth-child(2) {
        font-size: 12px
    }
}

.footer-column.contacts .icon-call {
    font-size: 14px;
    top: 1px;
    left: 1px
}

.footer-column.contacts .icon-location {
    font-size: 15px;
    left: 0;
    top: 4px
}

.footer-column.contacts .icon-email {
    font-size: 14px;
    left: 2px;
    top: 1px
}

.footer-column.links-list {
    font-size: 10px;
    width: 200px;
    border-top: 3px solid #567491;
    margin-top: 7px;
    padding-top: 17px
}

@media (max-width: 1199px) {
    .footer-column.links-list {
        width: 28%
    }
}

@media (max-width: 768px) {
    .footer-column.links-list {
        border: none;
        width: auto
    }

    .footer-column.links-list.menu {
        margin-top: 8px
    }

    .footer-column.links-list.menu li {
        margin: 0 2px
    }

    .footer-column.links-list.follow {
        position: absolute;
        bottom: 55px;
        left: 10px;
        right: 10px;
        opacity: .69;
        padding: 0;
        margin: 0;
        z-index: 1
    }

    .footer-column.links-list.follow li {
        margin: 0 5px
    }

    .footer-column.links-list h5 {
        display: none
    }
}

.footer-column.links-list h5 {
    margin-bottom: 14px
}

.footer-column.links-list li + li {
    margin-top: 8px
}

.footer-column.follow a {
    display: inline-block;
    position: relative;
    padding-left: 28px
}

.footer-column.follow a [class^=icon-] {
    position: absolute;
    font-size: 15px;
    left: 1px;
    top: -1px
}

.footer-columns-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 768px) {
    .footer-column.follow a {
        padding-left: 0;
        font-size: 0
    }

    .footer-column.follow a [class^=icon-] {
        position: static
    }

    .footer-columns-wrap {
        display: block
    }

    .footer-columns-wrap .pricing {
        display: none
    }

    .footer-columns-wrap .footer-list {
        text-align: center
    }

    .footer-columns-wrap .footer-list li, .footer-columns-wrap .footer-list li a {
        display: inline
    }
}

.footer-bottom {
    font-size: 10px;
    border-top: 1px solid #5389a6;
    padding: 24px 0 23px;
    letter-spacing: .1em
}

@media (min-width: 770px) {
    .footer-bottom {
        margin: 0 -200px;
        padding-left: 200px;
        padding-right: 200px
    }
}

@media (max-width: 991px) {
    .footer-bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }

    .footer-bottom .copyright {
        margin-top: 15px
    }
}

@media (max-width: 768px) {
    .footer-bottom {
        margin: 0 -20px;
        padding-left: 20px;
        padding-right: 20px;
        /*font-size: 8px;*/
        opacity: .69;
        padding-top: 11px
    }

    .footer-bottom .bottom-menu {
        margin-bottom: 41px
    }

    .footer-bottom .bottom-menu li + li {
        margin-left: 10px
    }

    .footer-bottom .bottom-menu li + li:before, .footer-bottom .bottom-menu li:last-child {
        display: none
    }
}

.footer-bottom li {
    display: inline-block;
    position: relative
}

.footer-bottom li + li {
    margin-left: 19px
}

.footer-bottom li + li:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 2px;
    height: 9px;
    background: #fff;
    width: 1px
}

.hero-banner {
    padding-top: 184px;
    height: 699px;
    background: url(../images/hero-banner.jpg) center no-repeat;
    background-size: cover
}

.hero-banner-image {
    position: absolute;
    left: -89px
}

@media (max-width: 991px) {
    .hero-banner {
        padding-top: 155px;
        height: auto;
        min-height: 480px;
        padding-bottom: 30px
    }

    .hero-banner-image {
        width: 370px
    }
}

@media (max-width: 768px) {
    .hero-banner {
        padding-top: 62px;
        min-height: auto
    }

    .hero-banner-image {
        position: static;
        width: 291px;
        margin: 29px auto -72px
    }

    .hero-banner > .container > .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.hero-banner > .container {
    position: relative
}

@media (min-width: 770px) {
    .hero-banner-text {
        padding: 59px 0 0;
        width: 58.6%;
        margin-left: -12px
    }

    .features-header h2 {
        white-space: nowrap
    }
}

@media (max-width: 1309px) {
    .hero-banner-image {
        left: -23px
    }

    .hero-banner-text {
        padding-left: 80px
    }
}

@media (max-width: 1199px) {
    .hero-banner-text {
        width: auto;
        margin-left: 465px
    }
}

@media (max-width: 991px) {
    .hero-banner-text {
        width: auto;
        margin-left: 275px;
        padding-top: 4px
    }
}

@media (max-width: 768px) {
    .hero-banner-text {
        margin: 0;
        padding: 0 20px
    }

    .hero-banner-text h1 {
        font-size: 30px;
        text-align: center
    }
}

.hero-banner-text h1 {
    margin-bottom: 38px
}

@media (max-width: 991px) {
    .hero-banner-text h1 {
        margin-bottom: 20px
    }
}

.hero-banner-text .paragraph {
    color: #fff;
    font-weight: 300;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 41px;
    letter-spacing: .04em
}

@media (max-width: 991px) {
    .hero-banner-text .paragraph {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }
}

@media (max-width: 768px) {
    .hero-banner-text .paragraph {
        /*font-size: 14px;*/
        text-align: center;
        line-height: 24px
    }
}

.hero-banner-btn {
    display: inline-block;
    letter-spacing: .05em
}

.hero-banner-btn .btn {
    background: #009ac1;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 19px 28px 19px 75px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .17);
    border: none;
    position: relative
}

.hero-banner-btn .text {
    color: #fff;
    text-decoration: underline;
    font-size: 12px
}

.hero-banner-btn .icon-play-circle-outline {
    font-size: 30px;
    position: absolute;
    top: 15px;
    left: 19px
}

@media (max-width: 991px) {
    .hero-banner-btn .btn {
        padding: 14px 20px 14px 55px
    }

    .hero-banner-btn .icon-play-circle-outline {
        font-size: 24px;
        top: 13px
    }
}

@media (max-width: 768px) {
    .hero-banner-btn .icon-play-circle-outline {
        font-size: 18px;
        top: 11px;
        left: 18px
    }

    .hero-banner-btn {
        display: block;
        margin-top: 29px
    }

    .hero-banner-btn .btn {
        padding: 9px 20px 9px 45px;
        font-size: 12px
    }

    .hero-banner-btn .text {
        font-size: 10px;
        position: relative;
        top: -3px
    }
}

.features-header h2 {
    display: inline-block;
    position: relative;
    margin-bottom: 29px
}

.features-header h2:after {
    content: '';
    background: #009ac1;
    width: 60px;
    bottom: -13px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    height: 2px
}

.features-header p {
    line-height: 30px
}

@media (max-width: 991px) {
    .features-header p {
        line-height: 24px;
        font-size: 16px
    }
}

.features-holder {
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
    font-size: 14px;
    line-height: 24px
}

.features .iphone-wrapper  {
    position: relative;
    z-index: 1
}

.features .iphone-image {
    position: absolute;
    top: 75px;
    left: 60px;

	
}

@media (max-width: 991px) {
    .features .iphone-image {
        top: 51px;
        left: 46px;
        width: 168px
    }
}

@media (max-width: 768px) {
    .features .iphone-image {
        top: 66px;
        left: 54px;
        width: 216px
    }

    .features-column.items-grid {
        max-width: 100%
    }
}

.features-item {
    color: #303030;
    display: block;
    position: relative;
    padding-top: 12px;
    padding-bottom: 15px
}

.features-item h3 {
    margin-bottom: 2px
}

.features-item p {
    margin: 0
}

.features-item [class^=icon-] {
    color: #009ac1;
    font-size: 42px;
    vertical-align: top
}
.features-item .icon-admin-portal,.features-item .icon-app-icon,.features-item .icon-app-name,.features-item .icon-app-store,.features-item .icon-bank-grade-encryption,.features-item .icon-color,.features-item .icon-contact-requests,.features-item .icon-login-photo,.features-item .icon-logo,.features-item .icon-phone-number,.features-item .icon-profile-photo,.features-item .icon-receive-files,.features-item .icon-slogan,.features-item .icon-splash-screen,.features-item .icon-universal-access,.features-item .icon-unlimited-files,.features-item .icon-welcome-video{
    font-size: 36px !important;
}
.features-column {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 770px) {
    .features-column.rtl-column {
        min-width: 386px;
        text-align: right
    }

    .features-column.rtl-column .features-item {
        padding-right: 61px;
        margin-left: 10px
    }

    .features-column.rtl-column .features-item [class^=icon-] {
        right: -12px
    }
}

@media (max-width: 1199px) {
    .features-column.rtl-column {
        min-width: 282px
    }
}

@media (min-width: 770px) {
    .features-column.ltr-column .features-item {
        padding-left: 60px;
        margin-right: -5px
    }

    .features-column.ltr-column .features-item [class^=icon-] {
        left: -12px
    }
}

@media (min-width: 770px) and (max-width: 991px) {
    .features-column.rtl-column .features-item {
        padding-right: 41px
    }

    .features-column.rtl-column .features-item [class^=icon-] {
        right: -17px
    }

    .features-column.ltr-column .features-item [class^=icon-] {
        left: -16px
    }
}

@media (max-width: 991px) {
    .features-column.rtl-column {
        min-width: 235px
    }

    .features-column.ltr-column .features-item {
        padding-left: 40px
    }
}

.features-column.items-grid .features-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.features-column.items-grid .features-list .features-item {
    width: 270px
}

@media (max-width: 1199px) {
    .features-column.items-grid .features-list .features-item {
        width: 50%
    }
}

@media (max-width: 768px) {
    .features-column.items-grid .features-list {
        display: block;
        margin-top: 21px
    }

    .features-column.items-grid .features-list .features-item {
        width: auto;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px
    }

    .features-column.items-grid .features-list .features-item + .features-item {
        margin-top: 15px
    }

    .features-column.items-grid .features-list .features-item:nth-child(odd) {
        background: #ecf3f6
    }

    .features-column.items-grid .features-list .features-item:nth-child(even) {
        text-align: left
    }
}

.features-column.items-grid .features-list .features-item:nth-child(2n) {
    padding-left: 25px
}

.features-column.items-grid .features-list .features-item.full-width {
    width: 100%
}

@media (max-width: 768px) {
    .features-column.items-grid .features-list .features-item.full-width {
        width: auto
    }
}

.features-column .icon-credit-cards {
    font-size: 48px
}

.features-column .icon-browse-styles {
    font-size: 46px
}

.features-column .icon-wrapper {
    height: 44px
}

.features-button-container {
    padding-bottom: 60px
}

@media (min-width: 770px) {
    .features-video {
        height: 344px;
        padding-top: 152px
    }

    .features-video .play-text {
        white-space: nowrap
    }
}

@media (max-width: 991px) {
    .features-video {
        padding-top: 197px
    }
}

.features-video .play-video-button {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 36px;
    width: 36px
}

@media (max-width: 768px) {
    .features-video .play-video-button {
        width: auto;
        background: #009ac1;
        border: 1px solid #fff;
        border-radius: 24px;
        height: 42px;
        line-height: 20px;
        font-size: 11px;
        font-weight: 700;
        min-width: 186px;
        padding: 10px 15px;
        box-shadow: 0 0 40px 8px rgba(0, 0, 0, .15)
    }

    .features-video .play-video-button:after, .features-video .play-video-button:before {
        display: none
    }
}

.features-video .play-video-button:after, .features-video .play-video-button:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.features-video .play-video-button:before {
    width: 188px;
    height: 188px;
    margin: -94px 0 0 -94px;
    opacity: .2
}

.features-video .play-video-button:after {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    opacity: .4
}

.features-video .play-arrow {
    position: absolute;
    max-width: none;
    top: 54px;
    left: -62px
}

.features-video .play-text {
    position: absolute;
    font-family: badscript;
    right: 106px;
    bottom: -81px;
    opacity: .6;
    font-size: 18px
}

@media (min-width: 770px) {
    .features-video .mobile-btn-text {
        display: none
    }
}

.features-video .icon-play {
    font-size: 66px;
    position: relative;
    top: -14px;
    left: -13px
}

@media (max-width: 768px) {
    .features-video .play-arrow, .features-video .play-text {
        display: none
    }

    .features-video .icon-play {
        top: -1px;
        margin-right: 2px;
        left: -24px;
        font-size: 20px;
        height: 20px;
        width: 20px;
        display: inline-block
    }

    .features-video .icon-play:after {
        content: '';
        position: absolute;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        left: -1px;
        top: -1px
    }
}

.features.client {
    padding-top: 54px;
    overflow: hidden
}

@media (max-width: 1309px) {
    .features.client {
        padding-top: 100px
    }
}

.features.client .features-button-container {
    margin-top: -2px
}

.features.client .features-column.static {
    -ms-flex: 0 0 372px;
    flex: 0 0 372px
}

@media (max-width: 991px) {
    .features.client {
        padding-top: 85px
    }

    .features.client .features-column.static {
        -ms-flex: 0 0 258px;
        flex: 0 0 258px
    }
}

.features.client [class^=icon-] {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    z-index: 1
}

@media (max-width: 768px) {
    .features.client .features-column.ltr-column li:nth-child(even), .features.client .features-column.rtl-column li:nth-child(odd) {
        background: #ecf3f6
    }

    .features.client .features-column.ltr-column li:nth-child(odd), .features.client .features-column.rtl-column li:nth-child(even) {
        text-align: left
    }

    .features.client {
        padding-top: 47px
    }

    .features.client .features-button-container {
        margin-top: 30px;
        padding-bottom: 37px
    }

    .features.client .features-holder {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 22px
    }

    .features.client h2 {
        font-size: 24px;
        margin-bottom: 32px
    }

    .features.client .features-header p {
        /*font-size: 12px*/
    }

    .features.client [class^=icon-] {
        position: static;
        display: block;
        margin-top: 0
    }

    .features.client .features-column.ltr-column li, .features.client .features-column.rtl-column li {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .features.client .features-column {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .features.client .features-column.static {
        -ms-flex-order: 1;
        order: 1;
        width: 322px;
        min-height: 578px
    }

    .features.client .features-column.rtl-column {
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%
    }

    .features.client .features-column.ltr-column {
        -ms-flex-order: 3;
        order: 3;
        max-width: 100%
    }

    .features.client .features-column.ltr-column li .features-item {
        padding-left: 0
    }
}

.features.stuff {
    background: url(../images/staff-features.jpg) center bottom no-repeat #f9f9f9;
    background-size: 100% auto;
    padding-top: 43px
}

.features.stuff h2 {
    margin-bottom: 19px
}

@media (max-width: 768px) {
    .features.stuff {
        padding-top: 49px;
        background-size: 170% auto
    }

    .features.stuff .features-holder {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 31px
    }

    .features.stuff h2 {
        font-size: 24px;
        margin-bottom: 29px
    }

    .features.stuff .features-header p {
        /*font-size: 12px*/
    }

    .features.stuff .features-video {
        padding-top: 36px;
        padding-bottom: 48px
    }

    .features.stuff .features-button-container {
        margin-top: 30px
    }

    .features.stuff .features-column.static {
        width: 254px;
        min-height: 358px
    }
}

@media (max-width: 479px) {
    .features.stuff {
        background-image: url(../images/staff-features-mobile.jpg);
        background-size: 100% auto
    }
}

@media (min-width: 770px) {
    .features.stuff .features-column.static {
        -ms-flex: 0 0 548px;
        flex: 0 0 548px;
        position: relative;
        left: -17px
    }
}

@media (max-width: 1199px) {
    .features.stuff .features-column.static {
        -ms-flex: 0 0 430px;
        flex: 0 0 430px
    }
}

.features.stuff .features-column.items-grid {
    padding-left: 39px
}

@media (max-width: 1199px) {
    .features.stuff .features-column.items-grid {
        padding-left: 15px
    }
}

@media (min-width: 1201px) {
    .features.stuff .features-column.items-grid {
        width: 592px
    }
}

@media (min-width: 993px) {
    .features.stuff .features-column.items-grid {
        width: 510px
    }
}

.features.stuff .features-item {
    padding-top: 13px;
    padding-bottom: 8px
}

.features.stuff .icon-dashboard {
    position: relative;
    left: -2px;
    font-size: 44px
}

.features.stuff .icon-profile-manager {
    font-size: 45px;
    position: relative;
    left: -4px
}

.features.stuff .features-button-container {
    margin-top: -6px
}

@media (max-width: 1024px) {
    .features.stuff .features-button-container {
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    .features.stuff .features-column.static {
        -ms-flex: 0 0 330px;
        flex: 0 0 330px
    }

    .features.stuff .features-button-container {
        padding-bottom: 0
    }
}

@media (max-width: 768px) {
    .features.stuff .features-column.items-grid {
        padding-left: 0
    }

    .features.stuff .features-button-container {
        margin-top: 73px
    }

    .features.stuff .features-button-container .btn {
        min-width: 186px;
        background: 0 0;
        color: #fff
    }
}

.features.bussiness-owner {
    padding-top: 48px
}

.features.bussiness-owner .features-holder {
    margin-top: 69px
}

.features.bussiness-owner h2 {
    margin-bottom: 33px
}

@media (max-width: 768px) {
    .features.bussiness-owner {
        padding-top: 50px
    }

    .features.bussiness-owner .features-header p {
        /*font-size: 12px*/
    }

    .features.bussiness-owner .features-holder {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 34px;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0
    }

    .features.bussiness-owner h2 {
        font-size: 24px;
        margin-bottom: 35px
    }
}

@media (min-width: 770px) {
    .features.stuff .features-column.items-grid {
        width: 390px
    }

    .features.bussiness-owner .features-column.static {
        -ms-flex: 0 0 548px;
        flex: 0 0 548px;
        position: relative;
        left: 15px
    }
}

@media (max-width: 1199px) {
    .features.bussiness-owner .features-column.static {
        -ms-flex: 0 0 450px;
        flex: 0 0 450px
    }
}

.features.bussiness-owner .features-column.items-grid {
    position: relative;
    top: -9px;
    margin-left: 4px
}

.features.bussiness-owner .features-column.items-grid .features-list .features-item:nth-child(2n) {
    padding-left: 22px
}

@media (max-width: 768px) {
    .features.bussiness-owner .features-column.static {
        width: 265px;
        left: 0;
        min-height: 373px
    }

    .features.bussiness-owner .features-column.items-grid {
        top: 0;
        margin-left: 0
    }
}

@media (min-width: 1201px) {
    .features.bussiness-owner .features-column.items-grid {
        width: 588px
    }
}

@media (min-width: 993px) {
    .features.bussiness-owner .features-column.items-grid {
        width: 486px
    }
}

@media (min-width: 770px) {
    .features.bussiness-owner .features-column.items-grid {
        width: 386px
    }

    .marketing-features-list {
        margin-right: 395px
    }
}

.features.bussiness-owner .features-item h3 {
    margin-bottom: -3px
}

.features.bussiness-owner .features-item.extended-item {
    position: absolute;
    left: 100%;
    top: 642px;
    margin-left: -3px;
    width: 180px
}

@media (max-width: 1199px) {
    .features.bussiness-owner .features-item.extended-item {
        position: static;
        width: 100%
    }
}

.features.bussiness-owner .icon-timeline2 {
    font-size: 48px;
    position: relative;
    top: -4px
}

.features.bussiness-owner .features-button-container {
    margin-top: 69px;
    padding-bottom: 75px
}

@media (max-width: 1199px) {
    .features.bussiness-owner .features-button-container {
        margin-top: 0
    }
}

.features .features-slider .features-item.active:before, .features .features-slider .features-item:hover:before {
    content: '';
    position: absolute;
    /* Temp Change   background: #c1d6e0; */
    left: -58px;
    top: 0;
    right: -77px;
    bottom: 4px;
    z-index: 0;
    border-radius: 5px
}

.features .features-slider .features-item.active h3, .features .features-slider .features-item.active p, .features .features-slider .features-item:hover h3, .features .features-slider .features-item:hover p {
    position: relative;
    z-index: 1
}

.features .features-slider .features-item.active [class^=icon-], .features .features-slider .features-item:hover [class^=icon-] {
    /*Temp Change  color: #fff */
}

@media (max-width: 768px) {
    .features.bussiness-owner .features-item.extended-item {
        width: auto;
        margin-left: -15px
    }

    .features.bussiness-owner .features-button-container {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .features .features-slider .features-item.active:before, .features .features-slider .features-item:hover:before {
        display: none
    }

    .features .features-slider .features-item.active [class^=icon-], .features .features-slider .features-item:hover [class^=icon-] {
        color: #009ac1
    }
}

.features .features-slider .ltr-column .features-item.active:before, .features .features-slider .ltr-column .features-item:hover:before {
    left: -77px;
    right: -42px
}

.marketing-features {
    background: url(../images/marketing-features.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 33px 0 0;
    position: relative
}

.marketing-features .container {
    position: relative
}

.marketing-features h2 {
    color: #fff
}

@media (max-width: 768px) {
    .marketing-features {
        padding-top: 40px;
        background-image: url(../images/marketing-features-mobile.jpg)
    }

    .marketing-features h2 {
        font-size: 24px;
        text-align: center;
        position: relative
    }

    .marketing-features h2:after {
        content: '';
        position: absolute;
        width: 60px;
        height: 2px;
        background: #fff;
        left: 50%;
        margin-left: -30px;
        bottom: -24px
    }
}

.marketing-features .watch-apple {
    position: absolute;
    left: 0;
    top: 319px
}

@media (max-width: 1597px) {
    .marketing-features .watch-apple {
        width: 200px;
        left: -55px
    }
}

@media (max-width: 1339px) {
    .marketing-features .watch-apple {
        width: 130px;
        top: auto;
        bottom: -12px;
        left: 0
    }
}

.marketing-features-list {
    font-weight: 700;
    font-size: 16.5px;
    line-height: 36px;
    margin-top: 48px;
    margin-bottom: 36px
}

@media (max-width: 1309px) {
    .marketing-features-list {
        margin-right: 440px
    }
}

@media (max-width: 991px) {
    .features.bussiness-owner .features-column.static {
        -ms-flex: 0 0 330px;
        flex: 0 0 330px
    }

    .marketing-features .watch-apple {
        bottom: 90px
    }

    .marketing-features-list {
        margin-right: 0
    }

    .marketing-features-button {
        text-align: center
    }
}

@media (max-width: 768px) {
    .marketing-features .watch-apple {
        bottom: 362px;
        left: -44px
    }

    .marketing-features-list {
        margin-top: 44px;
        font-size: 14px;
        text-align: center
    }
}

.marketing-features-list li {
    position: relative;
    padding-left: 51px
}

.marketing-features-list li + li {
    margin-top: 36px
}

@media (max-width: 768px) {
    .marketing-features-list li + li {
        margin-top: 12px
    }

    .marketing-features-list li {
        padding-left: 0
    }

    .marketing-features-list li .icon-checkround {
        display: block;
        text-align: center;
        position: static;
        margin-bottom: 4px
    }
}

.marketing-features-list .icon-checkround {
    position: absolute;
    left: 4px;
    top: 8px;
    font-size: 20px
}

.marketing-features .btn-transparent {
    padding: 10px 22px;
    border-radius: 24px
}

.marketing-features-video {
    position: absolute;
    right: 28px;
    top: 254px
}

@media (max-width: 1309px) {
    .marketing-features-video {
        right: 91px
    }
}

@media (max-width: 991px) {
    .marketing-features-video {
        position: static;
        text-align: center;
        margin-top: 30px
    }
}

@media (max-width: 768px) {
    .marketing-features-button {
        padding-top: 9px
    }

    .marketing-features-video {
        margin-top: 24px
    }
}

.marketing-features-video .play-video-button {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 36px;
    width: 36px
}

@media (max-width: 991px) {
    .marketing-features-video .play-video-button {
        width: auto;
        background: #009ac1;
        border: 1px solid #fff;
        border-radius: 24px;
        height: 42px;
        line-height: 20px;
        font-size: 11px;
        font-weight: 700;
        min-width: 186px;
        padding: 10px 15px;
        box-shadow: 0 0 40px 8px rgba(0, 0, 0, .15)
    }

    .marketing-features-video .play-video-button:after, .marketing-features-video .play-video-button:before {
        display: none
    }
}

.marketing-features-video .play-video-button:after, .marketing-features-video .play-video-button:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.marketing-features-video .play-video-button:before {
    width: 188px;
    height: 188px;
    margin: -94px 0 0 -94px;
    opacity: .2
}

.marketing-features-video .play-video-button:after {
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    opacity: .4
}

.marketing-features-video .play-arrow {
    position: absolute;
    max-width: none;
    top: 46px;
    left: -54px
}

.marketing-features-video .play-text {
    position: absolute;
    font-family: badscript;
    right: 97px;
    bottom: -88px;
    opacity: .6;
    font-size: 18px
}

@media (min-width: 993px) {
    .marketing-features-video .mobile-btn-text {
        display: none
    }
}

.marketing-features-video .icon-play {
    font-size: 66px;
    position: relative;
    top: -14px;
    left: -13px
}

@media (max-width: 991px) {
    .marketing-features-video .play-arrow, .marketing-features-video .play-text {
        display: none
    }

    .marketing-features-video .icon-play {
        top: -1px;
        left: 0;
        font-size: 20px;
        margin-right: 15px
    }

    .marketing-features-video .icon-play:after {
        content: '';
        position: absolute;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        left: -3px;
        top: -3px
    }
}

@media (max-width: 768px) {
    .marketing-features-video .icon-play {
        margin-right: 2px;
        left: -24px;
        height: 20px;
        width: 20px;
        display: inline-block
    }

    .marketing-features-video .icon-play:after {
        width: 22px;
        height: 22px;
        left: -1px;
        top: -1px
    }
}

.marketing-features-partners {
    max-width: 620px;
    margin: 29px auto
}

@media (max-width: 768px) {
    .marketing-features-partners {
        margin-top: 47px
    }

    .marketing-features-partners .heading {
        margin: 0 -15px
    }
}

.marketing-features-partners .heading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

.marketing-features-partners .line {
    display: inline-block;
    background: #b7dae6;
    height: 1px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    top: 2px
}

.marketing-features-partners .text {
    display: inline-block;
    padding: 0 25px;
    font-weight: 700;
    opacity: .8
}

.marketing-features-partners .partner-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 17px
}

.support-features {
    padding: 40px 0 0
}

@media (max-width: 768px) {
    .marketing-features-partners .partner-images {
        display: block;
        margin-top: 31px
    }

    .marketing-features-partners .partner-images img {
        display: block;
        margin: 0 auto 35px
    }

    .support-features {
        padding-top: 33px;
        padding-bottom: 35px
    }
}

.support-features-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.support-features-item {
    width: 234px
}

@media (max-width: 1199px) {
    .support-features-item {
        width: 22%
    }
}

@media (max-width: 768px) {
    .support-features-list {
        display: block
    }

    .support-features-item {
        width: 100%;
        padding: 0 30px
    }

    .support-features-item + .support-features-item {
        margin-top: 44px
    }

    .pricing .col-sm-4 + .col-sm-4 {
        margin-top: 30px
    }
}

.support-features-item p {
    line-height: 24px
}

.support-features-icon {
    width: 111px;
    height: 111px;
    border-radius: 50%;
    border: 1px solid #009ac1;
    color: #009ac1;
    display: inline-block;
    line-height: 111px;
    font-size: 55px;
    margin-bottom: 26px
}

.support-features-icon i {
    position: relative;
    top: -6px
}

.support-features .icon-app-will-work {
    font-size: 68px
}

.pricing {
    padding: 15px 0 44px
}

.pricing h2 {
    margin-bottom: 27px
}
.hero-banner-text {
    left: 22%;
    text-align: center;
}
@media (max-width: 768px) {
    .pricing h2 {
        font-size: 24px;
        margin-bottom: 31px
    }
}

.pricing .features-header {
    margin-bottom: 44px
}

@media (max-width: 768px) {
    .pricing .features-header {
        margin-bottom: 28px
    }
}

.pricing-text {
    font-size: 18px;
    margin-bottom: 46px
}

@media (max-width: 991px) {
    .pricing-text {
        font-size: 16px;
        margin-bottom: 28px
    }
}

@media (max-width: 768px) {
    .pricing-text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 34px
    }
}

.pricing .price-wrapper {
    border-width: 1px;
    border-style: solid;
    color: #747474;
    /*font-size: 14px;*/
    padding: 22px 40px 28px
}

.pricing .price-wrapper.free {
    border-color: #cdcdcd
}

.pricing .price-wrapper.premium {
    border-color: #009ac1
}

.pricing .price-wrapper.custom {
    border-color: #0f2b56
}

.pricing .price-wrapper h3 {
    color: #747474;
    font-size: 16px
}

.pricing .price-wrapper .tariff {
    margin: 34px 0 24px
}

.pricing .price-wrapper .tariff sup {
    position: relative;
    top: -5px;
    font-size: 18px
}

.pricing .price-wrapper .tariff .big-text {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase
}

.pricing .price-wrapper .price-text {
    line-height: 18px;
    min-height: 76px
}

@media (max-width: 1199px) {
    .pricing .price-wrapper .price-text {
        min-height: 90px
    }
}

@media (max-width: 991px) {
    .pricing .price-wrapper {
        padding: 15px
    }

    .pricing .price-wrapper .price-text {
        min-height: 126px
    }
}

@media (max-width: 768px) {
    .pricing .price-wrapper {
        padding: 22px 10px 28px
    }

    .pricing .price-wrapper .tariff {
        margin-bottom: 33px
    }

    .pricing .price-wrapper .price-text {
        min-height: 67px
    }
}

.pricing .price-wrapper .support-list {
    font-size: 16px;
    line-height: 30px;
    min-height: 172px;
    padding-bottom: 20px
}

.pricing .price-wrapper .btn {
    text-transform: capitalize;
    font-size: 18px;
    min-width: 200px;
    border-radius: 30px;
    padding: 16px 25px
}

@media (max-width: 991px) {
    .pricing .price-wrapper .support-list {
        min-height: 140px
    }

    .pricing .price-wrapper .btn {
        min-width: 130px;
        padding: 10px 25px;
        border-radius: 25px
    }
}

@media (max-width: 768px) {
    .pricing .price-wrapper .support-list {
        min-height: 172px
    }

    .pricing .price-wrapper .btn {
        min-width: 197px;
        padding: 16px 25px
    }
}

.quote {
    background: #f9f9f9;
    padding: 25px 0 49px
}

.quote-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px
}

@media (max-width: 768px) {
    .quote {
        padding-bottom: 25px
    }

    .quote .features-header h2 {
        margin-bottom: 32px
    }

    .quote-form {
        margin-top: 53px;
        display: block
    }
}

.quote-form-container {
    border-top: 2px solid #ebeaea;
    border-bottom: 2px solid #ebeaea;
    margin-top: 20px;
    padding: 17px 24px 27px 34px
}

@media (max-width: 1199px) {
    .quote-form-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 768px) {
    .quote-form-container {
        padding-left: 35px;
        padding-right: 23px;
        padding-bottom: 9px
    }
}

@media (min-width: 770px) {
    .marketing-features-video .play-text {
        white-space: nowrap
    }

    .quote-column {
        width: 562px
    }

    .quote-column + .quote-column .info-text-wrap {
        margin-top: 226px
    }
}

@media (min-width: 770px) and (max-width: 1199px) {
    .quote-column {
        width: 48%
    }
}

@media (min-width: 770px) and (min-width: 1201px) {
    .quote-column + .quote-column {
        width: 533px
    }
}

@media (min-width: 770px) and (max-width: 991px) {
    .quote-column + .quote-column .info-text-wrap {
        margin-top: 157px
    }
}

@media (min-width: 770px) {
    .quote-column + .quote-column .btn-container {
        padding: 35px 27px 37px 28px
    }
}

.quote-column-wrapper {
    border: 1px solid #f3f3f3;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    background: #fff
}

@media (max-width: 768px) {
    .quote-column + .quote-column {
        margin-top: 34px
    }

    .quote-column + .quote-column h3 {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 22px
    }

    .quote-column + .quote-column .info-text-wrap {
        padding-top: 140px
    }

    .quote-column + .quote-column .btn-container {
        padding-bottom: 29px
    }

    .quote-column {
        width: auto
    }

    .quote-column-wrapper {
        text-align: center
    }
}

.quote-column-wrapper h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 0 0 32px
}

.quote-column-wrapper .subheader {
    font-size: 12px;
    margin: 11px 0 -5px 32px;
    display: block
}

@media (max-width: 1199px) {
    .quote-column-wrapper h3 {
        padding-left: 15px
    }

    .quote-column-wrapper .subheader {
        margin-left: 15px
    }
}

@media (max-width: 768px) {
    .quote-column-wrapper .subheader {
        margin: -2px 15px -12px;
        line-height: 18px
    }
}

.quote .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.quote .form-row + .form-row {
    margin-top: 30px
}

@media (max-width: 768px) {
    .quote .form-row {
        display: block
    }

    .quote .form-row + .form-row {
        margin-top: 26px
    }

    .quote .form-row .form-item + .form-item {
        margin-top: 27px
    }
}

.quote .form-row.text-line {
    display: block;
    margin-top: 43px
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .quote .form-row.text-line {
        white-space: nowrap
    }
}

.quote .form-row.text-line label {
    margin-left: 21px;
    margin-right: -13px
}

@media (max-width: 991px) {
    .quote .form-row.text-line .additional-text {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .quote .form-row.text-line label {
        margin: 0 8px
    }

    .quote .form-row.text-line {
        margin-top: 22px
    }

    .quote .form-row.text-line .additional-text {
        font-size: 15px;
        display: block;
        margin-bottom: 10px
    }
}

.quote .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cfd5dd;
    box-shadow: none;
    padding: 10px 0;
    color: #303030;
    height: 41px
}

@media (max-width: 991px) {
    .quote .form-control {
        font-size: 12px
    }
}

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

.quote .form-control::-moz-placeholder {
    color: #acacac
}

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

.quote .form-control:-moz-placeholder {
    color: #acacac
}

.quote .form-control:focus {
    border-bottom-color: #0f2b56;
    color: #6c6c6c
}

@media (min-width: 770px) {
    .quote .form-item {
        width: 200px
    }
}

@media (min-width: 770px) and (max-width: 1199px) {
    .quote .form-item {
        width: 47%
    }
}

.quote .info-text-wrap {
    padding: 24px 24px 0 34px;
    color: #acacac
}

@media (max-width: 1199px) {
    .quote .info-text-wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 768px) {
    .quote .form-control {
        font-size: 16px
    }

    .quote .info-text-wrap {
        text-align: left;
        padding-left: 37px;
        padding-right: 24px
    }
}

.quote .info-text-wrap .info-text {
    margin-bottom: 98px
}

@media (max-width: 991px) {
    .quote .info-text-wrap .info-text {
        margin-bottom: 30px;
        font-size: 14px
    }
	.hero-banner-text {
		left: -23%;
		text-align: center;
	}
}

.quote .info-text-wrap .form-control {
    height: 31px;
    padding: 9px 0 5px;
    font-size: 12px
}

@media (max-width: 768px) {
    .quote .info-text-wrap .info-text {
        margin-bottom: 100px
    }

    .quote .info-text-wrap .form-control {
        font-size: 12px
    }
}

.quote .additional-heading {
    display: block;
    padding-top: 8px;
    margin-bottom: -11px
}

.quote .btn-container {
    padding: 34px 21px 35px 25px
}

@media (max-width: 1199px) {
    .quote .btn-container {
        padding-left: 15px;
        padding-right: 15px
    }
	.hero-banner-text {
		left: -26%;
		text-align: center;
	}
}

@media (max-width: 768px) {
    .quote .additional-heading {
        margin-bottom: 0
    }

    .quote .btn-container {
        padding-left: 25px;
        padding-right: 23px;
        padding-bottom: 23px
    }
}

.quote .btn-container .btn {
    border-radius: 30px;
    line-height: 20px;
    padding: 15px 25px;
    font-weight: 700
}

.quote .call-us-block {
    background: #eaeaea;
    color: #878787;
    border-radius: 2px;
    margin-top: 34px;
    padding: 20px 20px 23px
}

.quote .call-us-block a {
    color: #585858;
    text-decoration: underline;
    margin-left: 5px
}

.quote .call-us-block a:hover {
    text-decoration: none
}

@media (max-width: 768px) {
    .quote .call-us-block {
        margin-top: 19px;
        font-size: 14px
    }
	.hero-banner-text {
		left: 0%;
		text-align: center;
	}
}
