 /*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding-top: 99px !important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

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

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

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

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

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

    thead {
        display: table-header-group
    }

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

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

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

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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


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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

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

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

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

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

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

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #337ab7
}

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

.text-success {
    color: #3c763d
}

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

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

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

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff
}

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

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

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

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

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

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

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

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

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

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

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee
}

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

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

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

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

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

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

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

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

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

abbr[title], abbr[data-original-title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container:after {
    clear: both
}

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

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

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

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

th {
    text-align: left
}

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

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    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 > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    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: 34px
    }

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

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

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

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg, .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, .form-control-static.input-sm, .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-right: 0;
    padding-left: 0
}

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

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

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

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

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

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

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

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

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

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

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

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

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

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

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

.input-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-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-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-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

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

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

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

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

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

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

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

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

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

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

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

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

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

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

.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: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

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

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    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;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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 {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

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

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

.open > a {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

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

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    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:before, .btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

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

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

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

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

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

.btn-group > .btn-group {
    float: left
}

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.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:not(:first-child):not(:last-child) {
    border-radius: 0
}

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

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

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    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-left-radius: 0;
    border-top-right-radius: 0
}

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

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    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 {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 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-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    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: 12px;
    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: 18px;
    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:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-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:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    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 {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

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

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

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

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 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.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

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

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

.nav-pills > li {
    float: left
}

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

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

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

.nav-stacked > li {
    float: none
}

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

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

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

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

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

@media (min-width: 768px) {
    .nav-justified > li, .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, .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.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .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.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

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

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

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

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

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

.navbar:after {
    clear: both
}

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

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

.navbar-header:after {
    clear: both
}

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

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

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

.navbar-collapse:after {
    clear: both
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand > img {
    display: block
}

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

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

.navbar-toggle:focus {
    outline: 0
}

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

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

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

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

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

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

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

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

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

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

    .navbar-nav > li {
        float: left
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    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-link {
    color: #777
}

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

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

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

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

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .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:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent
    }

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

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

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

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    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-link {
    color: #9d9d9d
}

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

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

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

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

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

.breadcrumb > li {
    display: inline-block
}

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

.breadcrumb > .active {
    color: #777777
}

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

.pagination > li {
    display: inline
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

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

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

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

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

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

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

.label:empty {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

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

.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .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 {
    float: right
}

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

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

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

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee
}

.jumbotron h1, .jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron > hr {
    border-top-color: #d5d5d5
}

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

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

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease
}

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

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

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

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

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

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

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

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

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

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

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

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

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

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

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

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

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

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

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

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    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: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, .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 {
    color: inherit
}

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

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:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

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

.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:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
    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:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
    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:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
    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:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

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

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

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

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

.panel-body {
    padding: 15px
}

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

.panel-body:after {
    clear: both
}

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

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

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

.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, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

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

.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-left-radius: 3px;
    border-top-right-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-left-radius: 0;
    border-top-right-radius: 0
}

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

.list-group + .panel-footer {
    border-top-width: 0
}

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

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

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

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .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-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.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, .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-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-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 {
    border-top-left-radius: 3px
}

.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, .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-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-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 {
    border-top-right-radius: 3px
}

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

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr: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 {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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, .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 {
    border-bottom-left-radius: 3px
}

.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, .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 {
    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 th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0
}

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

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

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

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .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 {
    border-bottom: 0
}

.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-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 {
    border-bottom: 0
}

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

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

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

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

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    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: #333333;
    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: #333333
}

.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 iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

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

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

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

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

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

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

.modal-open {
    overflow: hidden
}

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

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    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;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 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 {
    filter: alpha(opacity=0);
    opacity: 0
}

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

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

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

.modal-header:after {
    clear: both
}

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

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

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

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

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

.modal-footer:after {
    clear: both
}

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

.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: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

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

    .modal-sm {
        width: 300px
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    filter: alpha(opacity=0);
    opacity: 0
}

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

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

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

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

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

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

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

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

.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 {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.428571429;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

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

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

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

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

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

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

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

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

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

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

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

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

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

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

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

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

.carousel {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

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

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

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

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

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        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 {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.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
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

/*!
 * Bootstrap v2.3.1-j6
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat, extended by @ArnoldDaniels.
 */
.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.btn-file {
    overflow: hidden;
    position: relative;
    vertical-align: middle
}

.btn-file > input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translate(-300px, 0) scale(4);
    font-size: 23px;
    direction: ltr;
    cursor: pointer
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text
}

.fileupload .thumbnail {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
    text-align: center
}

.fileupload .thumbnail > img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%
}

.fileupload .btn {
    vertical-align: middle
}

.fileupload-exists .fileupload-new, .fileupload-new .fileupload-exists {
    display: none
}

.fileupload-inline .fileupload-controls {
    display: inline
}

.fileupload-new .input-append .btn-file {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.thumbnail-borderless .thumbnail {
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.fileupload-new.thumbnail-borderless .thumbnail {
    border: 1px solid #ddd
}

.control-group.warning .fileupload .uneditable-input {
    color: #a47e3c;
    border-color: #a47e3c
}

.control-group.warning .fileupload .fileupload-preview {
    color: #a47e3c
}

.control-group.warning .fileupload .thumbnail {
    border-color: #a47e3c
}

.control-group.error .fileupload .uneditable-input {
    color: #b94a48;
    border-color: #b94a48
}

.control-group.error .fileupload .fileupload-preview {
    color: #b94a48
}

.control-group.error .fileupload .thumbnail {
    border-color: #b94a48
}

.control-group.success .fileupload .uneditable-input {
    color: #468847;
    border-color: #468847
}

.control-group.success .fileupload .fileupload-preview {
    color: #468847
}

.control-group.success .fileupload .thumbnail {
    border-color: #468847
}

ul.wysihtml5-toolbar {
    margin: 0;
    padding: 0;
    display: block
}

ul.wysihtml5-toolbar::after {
    clear: both;
    display: table;
    content: ""
}

ul.wysihtml5-toolbar > li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
    font-weight: bold
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
    font-style: italic
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
    text-decoration: underline
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
    background-image: none;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-color: #E6E6E6;
    background-color: #D9D9D9;
    outline: 0
}

ul.wysihtml5-commands-disabled .dropdown-menu {
    display: none !important
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
    display: block;
    width: 50px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    position: absolute;
    pointer-events: none
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
    padding-left: 70px
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
    background: black !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
    background: silver !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
    background: gray !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
    background: maroon !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
    background: red !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
    background: purple !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
    background: green !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
    background: olive !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
    background: navy !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
    background: blue !important
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
    background: orange !important
}

.glyphicon-quote:before {
    content: "\201C";
    font-family: Georgia, serif;
    font-size: 50px;
    position: absolute;
    top: -4px;
    left: -3px;
    max-height: 100%
}

.glyphicon-quote:after {
    content: "\0000a0"
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.modal-account {
    margin-top: 150px;
    width: 400px
}

.btn-blue {
    background-color: #00BBFF;
    border: medium none;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 1.2em;
    line-height: 1.85714;
    margin-top: 20px;
    padding: 12px
}

.btn-blue:hover {
    background-color: #00A4E4;
    color: #FFFFFF
}

.post-comment {
    background-color: #ffffff;
    color: #00BBFF;
    border-radius: 5px;
    border-width: 2px !important;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    margin-top: 10px
}

.post-comment:hover {
    color: #0096CC
}

.modal-account .account-import {
    padding: 10px 20px 0px
}

.modal-account label {
    color: #5E5E5E;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 0.0625em;
    line-height: 18px
}

.modal-account .first-name {
    margin-bottom: 7px
}

.modal-account .btn-photo {
    background-color: #ffffff;
    border-radius: 5px;
    border-width: 2px;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-top: 10px;
    padding: 6px 20px
}

.modal-account .btn-upload {
    border-color: #A8A8B7;
    color: #A8A8B7
}

.modal-account .btn-upload:hover {
    border-color: #848491;
    color: #848491
}

.modal-account .btn-remove {
    border-color: #FF3A2D;
    color: #FF3A2D
}

.modal-account .label-import {
    margin-bottom: 20px
}

.modal-account .fileupload-preview.thumbnail {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    padding: 0
}

.comments {
    margin-bottom: 50px;
    margin-top: 100px
}

.comments .comment .col-xs-2, .post .comment .col-xs-2 {
    width: 11.6667%
}

.comments .comment .col-xs-7, .post .comment .col-xs-7 {
    width: 63.3333%
}

.comments .comment .username, .post .comment .username {
    margin-top: 0
}

.time {
    color: #999999;
    font-weight: 400
}

.comment {
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-bottom: 25px;
    font-size: 14px;
    color: #333333;
    text-align: left
}

.comment .username {
    font-size: 16px;
    word-break: break-word
}

.comment .photo {
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.comment .photo-left {
    float: left
}

.post-comment {
    border: 0
}

.post-comment .btn {
    margin-top: 10px
}

.post-comment .form-control {
    background-color: rgba(0, 0, 0, 0.09);
    border-color: #CCCCCC;
    border-radius: 3px;
    font-size: 16px;
    resize: none
}

.post-comment .form-control:hover {
    background-color: rgba(0, 0, 0, 0.13)
}

.post-comment .form-control:focus {
    background-color: rgba(0, 0, 0, 0.13);
    color: #333333;
    border-color: #cccccc
}

.parallax-xsmall {
    height: 250px !important;
    padding-top: 140px !important
}

.register-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    color: #333;
    padding: 30px 20px
}

.register-box .title {
    margin-bottom: 30px
}

.register-box .form-control.readonly {
    background-color: rgba(0, 0, 0, 0.04);
    box-shadow: none;
    pointer-events: none
}

.register-box .forgot {
    margin-top: 30px
}

.register-box .inside-alert {
    margin: 5px -21px 10px
}

.register-box .checkbox {
    text-align: left
}

.comment ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 16px
}

.comment ul li.user-role {
    float: left;
    margin: 2px 0 0 5px;
    padding: 1px 7px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 17px;
    height: 18px;
    border-radius: 3px;
    cursor: default;
    padding: 0 6px
}

.comment ul li.downloaded {
    color: #00bbff;
    border: 1px solid #00bbff
}

.comment ul li.owner {
    color: #ffcd02;
    border: 1px solid #ffcd02
}

.parallax.parallax-complete-purchase {
    height: 650px;
    padding-top: 180px
}

.details-box-old {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px #C3C3C3;
    margin-bottom: 15px;
    padding: 15px 20px
}

.details-box.admin-menu {
    min-width: 200px;
    padding: 15px 10px
}

.details-box-admin {
    min-height: 600px
}

.details-box-admin label {
    padding-top: 20px
}

.product .live-preview-frame .btn-info {
    border: none;
    border-radius: 3px;
    margin-top: 20px;
    padding: 9px 17px
}

h2.suggestion {
    color: #00BBFF;
    font-weight: 300;
    margin-bottom: 80px;
    margin-left: 20px
}

.freebie .cover {
    min-height: 345px
}

.grey-main {
    background-color: #DDDDDD !important
}

.terms-box {
    background-color: #FFFFFF;
    margin-bottom: 50px;
    min-height: 500px;
    padding: 160px 40px
}

.terms-menu .terms-title {
    font-weight: 600;
    font-size: 13px;
    color: #999999
}

.terms-menu .terms-item {
    margin-top: 6px
}

.terms-menu .terms-item a {
    font-weight: 300;
    font-size: 16px;
    text-decoration: none;
    color: #999999
}

.terms-menu .terms-item-bold a {
    font-weight: 600
}

.terms-menu .terms-item a:hover {
    color: #333333
}

a.disabled {
    pointer-events: none
}

.terms-content {
    margin: 0 0 0 0;
    font-weight: 400;
    font-size: 15px;
    color: #333333
}

.terms-content li {
    margin-bottom: 10px
}

.terms-content h1 {
    font-weight: 300;
    font-size: 35px;
    margin: -12px 0 10px 0;
    color: #333333
}

.terms-content .terms-notice {
    color: #999999;
    margin-bottom: 20px
}

.terms-content h3 {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    margin: 0 10 10px
}

.license-link {
    color: #333333
}

.license-link :hover {
    color: #999999
}

.white-main {
    background-color: #ffffff;
    min-height: 500px;
    position: relative
}

.inner-section {
    color: #333333;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.01rem;
    line-height: 1.5;
    padding-bottom: 100px;
    padding-top: 100px
}

.inner-section p {
    margin-bottom: 25px
}

.notification-box {
    padding: 15px
}

.notification-text {
    padding-top: 7px
}

.main-white {
    background-color: #ffffff;
    padding: 20px 0;
    border-bottom: 1px solid #dce0e0;
    border-top: 1px solid #dce0e0
}

.main-white .description {
    font-size: 15px
}

.main-grey {
    background-color: #f5f5f5;
    padding: 20px 0
}

.post-comment-container {
    border: 0;
    min-height: 180px
}

.post-comment-area {
    resize: none
}

.team h3 {
    margin-top: 5px
}

.license-table {
    margin: 50px 0
}

.header-summary {
    padding: 10px 0 30px
}

.header-summary .owner-image {
    border-radius: 50%;
    height: 90px;
    width: 90px
}

.header-summary .owner-name {
    margin-top: 0px
}

.header-summary .product-name {
    margin-top: 0px
}

.header-summary .menu-item {
    display: inline-block;
    padding: 0 40px 0 0;
    text-align: center;
    vertical-align: top
}

.gallery {
    margin-bottom: 30px
}

.rounded-corners {
    border-radius: 6px
}

.download-order-tile {
    display: block
}

.download-order-tile .download-order-div {
    margin-top: 15px
}

.admin-container {
    margin-top: 100px
}

.white-well {
    background-color: #FFFFFF;
    margin-bottom: 50px;
    margin-top: 100px;
    min-height: 200px;
    padding: 50px 100px
}

.distanced {
    margin-bottom: 50px
}

.section-content {
    background-color: #ffffff;
    min-height: 500px;
    position: relative
}

.section-contact {
    border-bottom: 1px solid #e5e5e5;
    padding: 50px 0
}

.section-contact .title {
    padding: 30px 0;
    text-align: center
}

.section-contact .btn {
    min-width: 20%
}

.social-grey {
    background-color: #f5f5f5 !important
}

.white-layout {
    background-color: #fff
}

.header-parallax, .map-container {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: block;
    position: relative
}

.map-container {
    height: 500px
}

.big-parallax {
    height: 280px
}

.large-parallax {
    height: 500px
}

.large-parallax.affiliate-page {
    height: 80vh
}

.header-parallax .small-info {
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    top: 37%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.header-parallax .bootstrap-small-info {
    top: 25%
}

.header-map {
    height: 300px
}

.header-parallax .small-info h3 {
    max-width: 790px;
    margin: 0 auto;
    line-height: 1.4
}

.header-parallax .parallax-image img {
    width: 100%;
    position: relative
}

.filter-black {
    position: relative
}

.filter-black:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.66);
    background-color: rgba(51, 51, 51, 0.9);
    content: ""
}

.affiliate-page.filter-black:after {
    background-color: rgba(0, 0, 0, 0.56)
}

.affiliate-page .parallax-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover
}

.section-affiliate .contact-form {
    margin-top: 10px
}

.affiliate-benefit {
    text-align: center;
    margin-bottom: 70px
}

.affiliate-benefit h5 {
    font-size: 22px
}

.affiliate-benefit p {
    font-size: 16px;
    color: #888;
    padding: 0 25px
}

.affiliate-benefit .icon {
    font-size: 56px;
    margin-bottom: 20px;
    color: #00bbff
}

.affiliate-form {
    margin-top: 60px
}

.affiliate-form p {
    font-size: 16px
}

.affiliate-form h2 {
    margin-bottom: 30px
}

.social-area .btn {
    margin: 0 5px;
    color: #FFF;
    border-color: #FFF
}

.footer .social-area h4 {
    margin-bottom: 15px
}

.footer .social-area {
    padding: 0px 0 10px
}

.header-map {
    height: 100%;
    width: 100%;
    display: block;
    position: relative
}

.map-company-description {
    position: absolute;
    right: 70px;
    top: 120px;
    background-color: rgba(0, 0, 0, 0.78);
    z-index: 3;
    padding: 20px 60px 20px 20px;
    border-radius: 6px;
    color: #FFFFFF
}

.map-company-description h4 {
    margin-bottom: 5px;
    margin-top: 20px
}

.map-company-description h4:first-child {
    margin-top: 0
}

sponsorships-content p {
    font-size: 15px
}

.section-about {
    font-size: 16px
}

.card-user {
    margin-bottom: 30px
}

.card-user .content {
    padding: 15px 15px 10px 15px
}

.card-user .category {
    font-size: 14px;
    color: #9A9A9A;
    margin-bottom: 0px
}

.card-user .category i {
    font-size: 16px
}

.card-user .title {
    margin: 0 0 10px 0;
    color: #333333;
    font-weight: 300
}

.card-user .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}

.card-user .description {
    font-size: 15px;
    color: #333;
    min-height: 180px
}

.card-user .footer {
    padding: 0;
    background-color: transparent;
    line-height: 30px
}

.card-user .footer div {
    display: inline-block
}

.card-user .stats {
    margin-right: 5px;
    color: #9A9A9A
}

.card-user .stats.pull-right {
    margin-left: 5px;
    margin-left: 0
}

.card-user .card-link {
    color: #9A9A9A
}

.card-user .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.card-user .author i {
    font-size: 14px
}

.card-user h6 {
    font-size: 12px;
    margin: 0
}

.card-user.card-separator:after {
    height: 100%;
    right: -15px;
    top: 0;
    width: 1px;
    background-color: #DDDDDD;
    content: "";
    position: absolute
}

.card-user .image {
    height: 110px
}

.card-user .image-plain {
    height: 0;
    margin-top: 110px
}

.card-user .author {
    text-align: center;
    text-transform: none
}

.card-user .avatar {
    width: 124px;
    height: 124px;
    border: 5px solid #FFFFFF;
    position: relative;
    margin-bottom: 15px
}

.card-user .avatar.border-gray {
    border-color: #EEEEEE
}

.card-user h3 small {
    font-size: 14px
}

.card-user .title {
    line-height: 24px
}

.card-user .content {
    min-height: 240px
}

.card-user hr {
    margin: 5px 0
}

.card-user .team-footer .btn-social {
    min-width: 10%
}

.card-user .team-footer i {
    font-size: 20px
}

.team-content {
    margin-top: 50px
}

.collaborators h3 a {
    color: inherit
}

.what-we-do {
    text-align: center
}

.btn-facebook {
    border-color: #3b5998;
    color: #3b5998
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
    background-color: transparent;
    color: #3b5998;
    border-color: #3b5998;
    opacity: 1
}

.btn-twitter {
    border-color: #55acee;
    color: #55acee
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
    opacity: 1
}

.btn-linkedin {
    border-color: #0976b4;
    color: #0976b4
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
    background-color: transparent;
    color: #0976b4;
    border-color: #0976b4;
    opacity: 1
}

.purple-header {
    background-color: #6f5499;
    background-image: linear-gradient(to bottom, #563d7c 0px, #6f5499 100%);
    background-repeat: repeat-x
}

.space-top-20 {
    margin-top: 20px
}

.space-top-50 {
    margin-top: 50px
}

#admin-menu li > a {
    margin: 0 15px;
    padding: 7px 15px
}

.comment-reply-btn {
    margin-top: 10px
}

.red-star {
    color: #ff3b30
}

#users-tab-content {
    min-height: 300px
}

.swipe-gallery .btn {
    margin-left: 3px
}

.swipe-gallery .btn.disabled {
    cursor: default
}

.my-gallery {
    list-style-type: none;
    height: 20%;
    margin: 0 auto;
    white-space: nowrap;
    position: relative;
    overflow-x: scroll
}

.smy-gallery:after {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    height: 100%;
    width: 200px;
    content: "";
    background: -moz-linear-gradient(left, transparent 55%, rgba(0, 0, 0, 0.02) 56%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(55%, transparent), color-stop(56%, rgba(0, 0, 0, 0.02)), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, transparent 55%, rgba(0, 0, 0, 0.02) 56%, #f5f5f5 100%);
    background: -o-linear-gradient(left, transparent 55%, rgba(0, 0, 0, 0.02) 56%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, transparent 55%, rgba(0, 0, 0, 0.02) 56%, #f5f5f5 100%);
    background: linear-gradient(to right, transparent 55%, rgba(0, 0, 0, 0.02) 56%, #f5f5f5 100%)
}

.my-gallery img {
    width: auto;
    height: 220px;
    border-radius: 10px;
    box-shadow: 0 23px 15px -21px rgba(0, 0, 0, 0.57);
    margin-bottom: 20px
}

.parallax .my-gallery img {
    height: 350px
}

.my-gallery figure {
    display: inline;
    clear: both;
    margin: 0 15px 5px 0;
    position: relative
}

.my-gallery figure .btn-delete {
    position: absolute;
    z-index: 3;
    right: 10px;
    top: -10px;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease
}

.my-gallery figure:hover .btn-delete {
    opacity: 1
}

.my-gallery figcaption {
    display: none
}

span.text-content {
    color: white;
    left: 0;
    opacity: 1
}

.add-photo-btn {
    text-align: center
}

.alert-email-confirmation {
    margin-top: 20px
}

.newsletter-list li {
    margin-bottom: 6px
}

.newsletter-list .newsletter-check {
    margin-top: 13px;
    text-align: right
}

label {
    margin-top: 5px
}

.product-info-voucher {
    color: #fff;
    margin-top: 100px;
    text-align: center
}

.product-info-voucher p {
    font-size: 16px
}

.coupon-label {
    margin-top: 10px
}

.ad-product {
    position: fixed;
    background: #FFFFFF;
    border-radius: 3px 3px 0 0;
    bottom: -350px;
    left: 40px;
    z-index: 999;
    width: 250px;
    padding: 10px;
    height: auto;
    box-shadow: 5px 12px 35px rgba(0, 0, 0, 0.31)
}

.ad-product p {
    font-size: 12px;
    margin-bottom: 5px
}

.ad-product .title {
    padding-bottom: 10px
}

.ad-product .title h5 {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle
}

.ad-product .title a {
    color: #888888;
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: 1px 1px 12px 5px white;
    background: white;
    border-radius: 50%;
    padding: 1px
}

.ad-product .title a:hover, .ad-product .title a:focus {
    color: #999999
}

.ad-product .user {
    padding-right: 10px;
    display: table-cell
}

.ad-product .user img {
    width: 45px;
    border-radius: 50%;
    border: 2px solid #CCCCCC
}

.ad-product .product-image img {
    border-radius: 3px
}

.ad-product > a {
    position: absolute;
    right: 10px;
    z-index: 10;
    color: gray;
    display: none
}

.ad-product > img {
    max-width: 100%
}

@-webkit-keyframes adProduct {
    from {
        bottom: -250px
    }
    to {
        bottom: 0px
    }
}

@-moz-keyframes adProduct {
    from {
        bottom: -250px
    }
    to {
        bottom: 0px
    }
}

@keyframes adProduct {
    from {
        bottom: -250px
    }
    to {
        bottom: 0px
    }
}

.ad-product-show {
    -webkit-animation: adProduct cubic-bezier(0.34, 1.61, 0.7, 1) 1;
    -moz-animation: adProduct cubic-bezier(0.34, 1.61, 0.7, 1) 1;
    animation: adProduct cubic-bezier(0.34, 1.61, 0.7, 1) 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .6s;
    -moz-animation-duration: .6s;
    animation-duration: .6s
}

.rating-input .fa {
    font-size: 22px;
    padding: 0 2px;
    cursor: pointer
}

.rating-input .fa:first-child {
    padding-left: 0
}

.rating-input .fa-empty {
    color: rgba(0, 0, 0, 0.4)
}

.rating-input .fa-full {
    color: #fec42d
}

.rating-just-view .rating-input, .header-summary .rating-input, .pay-area .rating-input {
    pointer-events: none
}

.field-rating-dashboard-disabled {
    pointer-events: none
}

.green-circle {
    border-radius: 50%;
    color: green;
    top: 50%;
    left: 50%
}

.red-circle {
    border-radius: 50%;
    color: red;
    top: 50%;
    left: 50%
}

.checkout-page {
    background: #333333;
    height: auto;
    min-height: 100vh
}

.checkout-page .modal-title, .cart-modal .modal-title {
    color: #FFFFFF
}

.checkout-page .modal-dialog, .cart-modal .modal-dialog {
    margin-top: 60px;
    margin-bottom: 0
}

.checkout-page .cart-steps, .cart-modal .cart-steps {
    padding: 15px 0 0 0
}

.checkout-page .cart-steps ul, .cart-modal .cart-steps ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.checkout-page .cart-steps li, .cart-modal .cart-steps li {
    display: inline-block;
    opacity: .3;
    position: relative
}

.checkout-page .cart-steps li:not(:last-child), .cart-modal .cart-steps li:not(:last-child) {
    padding-right: 60px
}

.checkout-page .cart-steps li:after, .cart-modal .cart-steps li:after {
    display: block;
    height: 1px;
    width: 30px;
    right: 15px;
    top: 14px;
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.4)
}

.checkout-page .cart-steps li:hover, .cart-modal .cart-steps li:hover {
    opacity: .5
}

.checkout-page .cart-steps li .number, .checkout-page .cart-steps li .step, .cart-modal .cart-steps li .number, .cart-modal .cart-steps li .step {
    float: left;
    color: #FFF;
    padding: 5px 0px 5px 10px
}

.checkout-page .cart-steps li .number, .cart-modal .cart-steps li .number {
    border: 1px solid #FFF;
    padding: 0;
    border-radius: 30px;
    line-height: 27px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFF;
    font-weight: 600
}

.checkout-page .cart-steps li.active, .cart-modal .cart-steps li.active {
    opacity: 1
}

.checkout-page .cart-steps li.active .number, .cart-modal .cart-steps li.active .number {
    background: #00bbff;
    border-color: #00bbff
}

.checkout-page .collapse .row, .checkout-page .collapsing .row, .cart-modal .collapse .row, .cart-modal .collapsing .row {
    margin: 0
}

.checkout-page .collapse .col-sm-3, .checkout-page .collapse .col-sm-6, .checkout-page .collapsing .col-sm-3, .checkout-page .collapsing .col-sm-6, .cart-modal .collapse .col-sm-3, .cart-modal .collapse .col-sm-6, .cart-modal .collapsing .col-sm-3, .cart-modal .collapsing .col-sm-6 {
    padding: 0 2px
}

.checkout-page .modal-footer, .cart-modal .modal-footer {
    padding: 10px 0;
    border: 0
}

.checkout-page .modal-footer.text-center, .cart-modal .modal-footer.text-center {
    text-align: center
}

.checkout-page .modal-footer .btn, .cart-modal .modal-footer .btn {
    width: 49%;
    padding: 15px;
    float: left;
    margin-top: 0
}

.checkout-page .modal-footer .btn + .btn, .cart-modal .modal-footer .btn + .btn {
    margin-left: 0
}

.checkout-page .modal-footer .btn:last-child, .cart-modal .modal-footer .btn:last-child {
    float: right
}

.checkout-page .modal-header, .cart-modal .modal-header {
    border: 0
}

.checkout-page .modal-header i, .cart-modal .modal-header i {
    position: absolute;
    right: 0px;
    color: #FFF;
    top: 18px;
    padding: 5px;
    text-shadow: none;
    font-size: 22px;
    cursor: pointer;
    opacity: .8
}

.checkout-page .modal-header i:hover, .cart-modal .modal-header i:hover {
    opacity: 1
}

.checkout-page .modal-content, .cart-modal .modal-content {
    box-shadow: none;
    border: none;
    background: transparent
}

.checkout-page .modal-body, .cart-modal .modal-body {
    padding: 0;
    min-height: 190px;
    background: #FFF;
    border-radius: 4px
}

.checkout-page .notice, .cart-modal .notice {
    font-size: 16px;
    text-align: center
}

.checkout-page .right-side, .cart-modal .right-side {
    text-align: right
}

.checkout-page .right-side .price h4, .cart-modal .right-side .price h4 {
    color: #333;
    margin-bottom: 5px;
    margin-top: 25px;
    font-weight: 300
}

.checkout-page .right-side .price, .cart-modal .right-side .price {
    display: inline-block;
    text-align: right
}

.checkout-page .right-side .btn-remove, .cart-modal .right-side .btn-remove {
    padding: 0;
    font-size: 12px;
    margin-top: -4px
}

.checkout-page .product, .cart-modal .product {
    margin: 0;
    padding: 15px 0 0
}

.checkout-page .product > .row, .cart-modal .product > .row {
    padding-bottom: 15px;
    margin: 0
}

.checkout-page .product fieldset, .cart-modal .product fieldset {
    background: #F9F9F9;
    padding: 15px;
    margin: 0;
    border-top: 1px solid #DDDDDD
}

.checkout-page .lock-icon, .cart-modal .lock-icon {
    font-size: 18px;
    position: relative;
    margin-top: -3px;
    top: 2px;
    margin-right: 5px
}

.checkout-page .total-partial, .cart-modal .total-partial {
    background: #FFFFFF;
    border-radius: 4px;
    margin: 0;
    padding: 15px 0
}

.checkout-page .total-partial .total, .cart-modal .total-partial .total {
    text-align: right
}

.checkout-page .total-partial .total .total-title, .checkout-page .total-partial .total .cart-total, .cart-modal .total-partial .total .total-title, .cart-modal .total-partial .total .cart-total {
    width: auto;
    display: inline-block;
    float: right
}

.checkout-page .total-partial .total .total-title, .cart-modal .total-partial .total .total-title {
    font-size: 14px;
    color: #AAA;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 15px;
    vertical-align: bottom;
    margin-top: 14px
}

.checkout-page .total-partial .total .cart-total, .cart-modal .total-partial .total .cart-total {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px
}

.checkout-page .name h4, .cart-modal .name h4 {
    margin-bottom: 3px;
    margin-top: 25px
}

.checkout-page .total h4, .cart-modal .total h4 {
    margin-top: 0px
}

.checkout-page.cart-modal-one-product .icon-angle-down, .cart-modal.cart-modal-one-product .icon-angle-down {
    display: none
}

.checkout-page.cart-modal-one-product .product fieldset, .cart-modal.cart-modal-one-product .product fieldset {
    border-radius: 0 0 4px 4px
}

.checkout-page.cart-modal-checkout .modal-footer, .cart-modal.cart-modal-checkout .modal-footer {
    color: #FFFFFF;
    text-align: center
}

.checkout-page.cart-modal-checkout .product, .cart-modal.cart-modal-checkout .product {
    border-bottom: 1px solid #DDDDDD
}

.checkout-page .empty-cart-message, .cart-modal .empty-cart-message {
    border-radius: 4px;
    background: #FFFFFF;
    padding: 50px 15px;
    text-align: center
}

.checkout-page .empty-cart-message i, .cart-modal .empty-cart-message i {
    font-size: 60px;
    margin: 5px 0 20px;
    display: block
}

.checkout-page .secured-message, .cart-modal .secured-message {
    color: #FFFFFF;
    text-align: center;
    margin-top: 100px;
    padding-bottom: 30px
}

.checkout-page .loading-icon, .cart-modal .loading-icon {
    font-size: 30px;
    position: absolute;
    color: #FFFFFF;
    left: 50%;
    top: 160px;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 1
}

.checkout-page .content-container, .cart-modal .content-container {
    min-height: 280px;
    z-index: 2;
    position: relative
}

.checkout-page .btn-wd, .cart-modal .btn-wd {
    min-width: 230px
}

.checkout-page .fancy-radio, .cart-modal .fancy-radio {
    margin: 10px 0px
}

.checkout-page .fancy-radio .choice, .cart-modal .fancy-radio .choice {
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    border: 2px solid transparent;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #999999;
    padding: 10px 5px
}

.checkout-page .fancy-radio .choice h6, .cart-modal .fancy-radio .choice h6 {
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
    min-height: 30px
}

.checkout-page .fancy-radio .choice .name, .cart-modal .fancy-radio .choice .name {
    min-height: 80px
}

.checkout-page .fancy-radio .choice .name .image-thumb, .cart-modal .fancy-radio .choice .name .image-thumb {
    font-size: 50px
}

.checkout-page .fancy-radio .choice.active, .cart-modal .fancy-radio .choice.active {
    color: #FFFFFF;
    background: #333333;
    opacity: 1
}

.checkout-page .fancy-radio input[type="radio"], .cart-modal .fancy-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: -9999px
}

.modal-backdrop.in {
    opacity: .8;
    background: #121212
}

.cart-modal-checkout.in ~ .modal-backdrop.in {
    opacity: .96
}

.wise-tab {
    margin-right: 30px;
    margin-bottom: 30px
}

.loader {
    margin: 0 0 2em;
    text-align: center;
    vertical-align: top
}

.loader svg path, .loader svg rect {
    fill: #FF6700
}

.search-in-nav .form-search {
    margin: 8px auto 0
}

.tr-space {
    height: 50px;
    width: 100%;
    display: block
}

.modal-product-log .modal-body {
    padding: 15px 60px
}

.modal-product-log h2 {
    font-size: 16px;
    font-weight: bold
}

.modal-product-log h3 {
    font-size: 14px
}

#live-preview .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0
}

#live-preview .modal-dialog .modal-content {
    height: 100%;
    background-color: #dddddd;
    border-radius: 0px;
    border: none;
    padding: 20px 50px
}

#live-preview .modal-dialog .modal-content .modal-header {
    border: 0
}

#live-preview .modal-dialog .modal-content .modal-header span {
    font-size: 50px;
    font-weight: 200
}

#live-preview .modal-dialog .modal-content .modal-body {
    height: calc(100% - 70px)
}

#live-preview #src-for-tim {
    text-transform: uppercase;
    font-size: 11px
}

#live-preview #src-for-live {
    font-size: 13px
}

.nav .alert {
    margin: 0 20px;
    font-size: 11px;
    padding: 10px;
    text-align: center
}

.subscription-cards .card {
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    margin-bottom: 20px;
    top: -40px;
    z-index: 2
}

.subscription-cards .card.card-price {
    position: relative
}

.subscription-cards .card.card-price .card-body {
    min-height: 330px;
    padding: 15px 20px 10px 20px;
    text-align: center
}

.subscription-cards .card.card-price .card-body .category {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #9A9A9A;
    margin-bottom: 0px
}

.subscription-cards .card.card-price .card-body .dropdown.bootstrap-select {
    width: 50%
}

.subscription-cards .card.card-price .card-body h6 {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase
}

.subscription-cards .card.card-price .card-body .price {
    font-weight: 300;
    text-align: center;
    font-size: 66px
}

.subscription-cards .card.card-price .card-body .priceh1 {
    margin: 30px 0 15px
}

.subscription-cards .card.card-price .card-body .list-lines {
    text-align: left
}

.subscription-cards .card.card-price .card-body .list-lines li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #E3E3E3
}

.subscription-cards .card.card-price .card-body .list-lines li:last-child {
    border: 0
}

.subscription-cards .card.card-price .card-body .list-unstyled {
    padding-top: 20px;
    font-size: 14px;
    color: #9A9A9A
}

.subscription-cards .card.card-price .card-body select {
    text-align: center
}

.subscription-cards .card.card-price .card-footer {
    padding: 5px 15px 10px;
    background-color: transparent;
    line-height: 30px
}

.subscription-cards .card.card-price.card-price-large {
    top: -80px
}

.subscription-cards .card.card-price.card-price-large .card-body {
    min-height: 450px
}

.test-class {
    background: red;
    position: absolute;
    background: black
}

.new-test-class {
    background: white
}


body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0
}

.modal {
    z-index: 1041
}

a {
    color: #00BBFF
}

a, a:hover, a:focus, .btn:focus, .btn:hover, .btn:active, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    text-decoration: none;
    outline: 0;
    outline-color: transparent;
    outline-style: none
}

.black-link, .black-link:hover {
    color: #333333
}

.btn:active, .btn.active {
    background-image: none;
    box-shadow: none;
    outline: 0 none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

h2, .h2 {
    font-size: 26px
}

.form-control-search::-moz-placeholder {
    color: #C8C8C8;
    opacity: 1
}

.form-control-search:-moz-placeholder {
    color: #C8C8C8;
    opacity: 1
}

.form-control-search::-webkit-input-placeholder {
    color: #C8C8C8;
    opacity: 1
}

.form-control-search:-ms-input-placeholder {
    color: #C8C8C8;
    opacity: 1
}

.login .btn-login, .registerBox .btn-register, .post-comment .form-control, .modal-dialog, .modal-content, .theme, .freebie, .live-preview, .live-preview .content, .black-cover, .thumb-cover, .card a .title h3, .card .actions, .card .description, .details-box .nav-tabs > li > a, .card .user .name {
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s
}

.card .title, .card .actions a, .card .description, .card .numbers, .card .name, .card-info, .card-info h3 {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.theme .over-buttons {
    transition: all 0.34s ease 0s;
    -webkit-transition: all 0.34s ease 0s
}

.christmas-cap {
    position: absolute;
    width: 52px;
    height: 37px;
    left: 11px;
    top: 0px;
    z-index: 2
}

.btn-ct {
    background-color: #cccccc;
    border-color: #00BBFF;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    font-weight: 400;
    margin-top: 10px;
    padding: 9px 17px
}

.btn-ct:hover {
    color: #FFFFFF;
    background-color: #BBBBBB
}

.btn-border {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    padding: 9px 25px;
    text-transform: uppercase
}

.btn-border.blue {
    color: #00bbff;
    border-color: #00bbff
}

.btn-border:hover {
    border: 2px solid #00A0DE;
    background-color: transparent;
    color: #00A0DE
}

.btn-info {
    background-color: #00bbff
}

.btn-info:hover {
    background-color: #00A4E4
}

.btn-post-comment, .btn-cancel-comment {
    margin-top: 10px
}

.big-card {
    background-color: #FFFFFF;
    box-shadow: 0 29px 32px -20px rgba(0, 0, 0, 0.5), 0 4px 11px -3px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
    margin-top: -50px;
    margin-bottom: 120px;
    position: relative;
    z-index: 4;
    transition: all 0.3s ease;
    color: #444444
}

.big-card h2.title {
    font-size: 24px
}

.big-card .panel {
    box-shadow: none;
    margin-top: 0px !important
}

.big-card .panel-group .panel {
    border-radius: 0
}

.big-card .panel-default {
    border: none;
    border-bottom: 1px solid #DDDDDD
}

.big-card .panel-default > .panel-heading {
    padding: 0px;
    border: none;
    background-color: #FFFFFF
}

.big-card .panel-default > .panel-heading a {
    color: #444444
}

.big-card .panel-body {
    border-radius: 0
}

.big-card .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #DDDDDD
}

.big-card .panel-title {
    padding: 14px 20px;
    display: block;
    line-height: 25px
}

.big-card [class^="icon-"] {
    font-size: 22px;
    color: #00bbff;
    top: 4px;
    position: relative;
    margin-right: 16px;
    display: inline-block;
    min-width: 25px
}

.big-card.black-friday {
    background-color: #414141;
    color: #fff
}

.big-card.black-friday h2.title {
    color: #fff;
    font-weight: 400
}

.big-card.black-friday .panel-default > .panel-heading {
    background-color: #414141;
    border-radius: 0
}

.big-card.black-friday .panel-default > .panel-heading a {
    color: #fff
}

.big-card.black-friday [class^="icon-"] {
    color: #a94442
}

.big-card.black-friday .panel-body {
    background-color: #313131
}

.big-card.black-friday .alert {
    margin-top: 25px
}

.big-card .bootstrap-select {
    width: 100% !important
}

.big-card .bootstrap-select .dropdown-toggle {
    border: 1px solid #AAAAAA;
    box-shadow: none
}

.big-card .bootstrap-select .dropdown-toggle:focus {
    outline: none !important
}

.big-card .bootstrap-select .dropdown-menu:before, .big-card .bootstrap-select .dropdown-menu:after {
    display: none
}

.big-card .bootstrap-select .dropdown-menu li a {
    transition: all .2s
}

.big-card .dropdown-menu {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 140px -50px;
    -moz-transform-origin: 140px -50px;
    -o-transform-origin: 140px -50px;
    -ms-transform-origin: 140px -50px;
    transform-origin: 140px -50px;
    display: none
}

.big-card .open .dropdown-menu {
    display: block;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.big-card .btn {
    transition: all .2s
}

.big-card .btn i {
    font-size: 18px;
    top: 1px;
    position: relative
}

.big-card .col-md-6:first-child {
    padding-right: 5px
}

.big-card .col-md-6:last-child {
    padding-left: 5px
}

.section-contact-page h1 {
    font-weight: 300;
    margin-bottom: 5px
}

.btn {
    border-width: 2px;
    background-color: transparent;
    font-weight: 400;
    opacity: 0.8;
    padding: 7px 16px
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px
}

.btn-sm, .btn-xs {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px
}

.btn-xs {
    padding: 1px 5px
}

.btn-lg {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 30px
}

.btn-wd {
    min-width: 140px
}

.btn-lg.btn-wd {
    min-width: 260px
}

.btn-default {
    color: #777777;
    border-color: #999999
}

.btn-primary {
    color: #3472F7;
    border-color: #3472F7
}

.btn-info {
    color: #00BBFF;
    border-color: #00BBFF
}

.btn-success {
    color: #05AE0E;
    border-color: #05AE0E
}

.btn-warning {
    color: #FF9500;
    border-color: #FF9500
}

.btn-danger {
    color: #FF3B30;
    border-color: #FF3B30
}

.circle-red i {
    color: #FF3B30
}

.circle-blue i {
    color: #00BBFF
}

.circle-green i {
    color: #05AE0E
}

.circle-orange i {
    color: #FF9500
}

.circle-red i {
    color: #FF3B30
}

.btn:hover {
    background-color: transparent;
    opacity: 1
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #1D62F0;
    border-color: #1D62F0;
    background-color: transparent
}

.btn-info:hover, .btn-info:focus, .btn-info:hover:focus, .btn-info:active, .btn-info:active:hover, .btn-info.active:hover, .btn-info.active, .btn-info.active:focus, .open .dropdown-toggle.btn-info {
    color: #00A9EB;
    border-color: #00A9EB;
    background-color: transparent
}

.btn-success:hover, .btn-success:focus, .btn-success:hover:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #049F0C;
    border-color: #049F0C;
    background-color: transparent
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:hover:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #ED8D00;
    border-color: #ED8D00;
    background-color: transparent
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:hover:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #EE2D20;
    border-color: #EE2D20;
    background-color: transparent
}

.btn-default:hover, .btn-default:focus, .btn-default:hover:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #666666;
    border-color: #888888;
    background-color: transparent
}

.btn:active, .btn.active {
    background-image: none;
    box-shadow: none
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.45
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: #3472F7
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info.active[disabled], fieldset[disabled] .btn-info.active {
    background-color: transparent;
    border-color: #2C93FF
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
    background-color: transparent;
    border-color: #05AE0E
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger.active[disabled], fieldset[disabled] .btn-danger.active {
    background-color: transparent;
    border-color: #FF3B30
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning.active[disabled], fieldset[disabled] .btn-warning.active {
    background-color: transparent;
    border-color: #FF9500
}

.btn-fill {
    color: #FFFFFF;
    opacity: 1
}

.btn-fill:hover, .btn-fill:active, .btn-fill:focus, .btn-fill:active:focus, .btn-fill:active:hover {
    color: #FFFFFF !important
}

.btn-default.btn-fill {
    background-color: #AAAAAA;
    border-color: #AAAAAA;
    color: #FFFFFF
}

.btn-primary.btn-fill {
    background-color: #3472F7;
    border-color: #3472F7
}

.btn-info.btn-fill {
    background-color: #00BBFF;
    border-color: #00BBFF
}

.btn-success.btn-fill {
    background-color: #05AE0E;
    border-color: #05AE0E
}

.btn-warning.btn-fill {
    background-color: #FF9500;
    border-color: #FF9500
}

.btn-danger.btn-fill {
    background-color: #FF3B30;
    border-color: #FF3B30
}

.btn-default.btn-fill:hover, .btn-default.btn-fill:focus, .btn-default.btn-fill:active, .btn-default.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-default {
    background-color: #999999;
    border-color: #999999
}

.btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open .dropdown-toggle.btn-primary.btn-fill {
    border-color: #1D62F0;
    background-color: #1D62F0
}

.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open .dropdown-toggle.btn-info.btn-fill {
    background-color: #00A9EB;
    border-color: #00A9EB
}

.btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-success {
    background-color: #049F0C;
    border-color: #049F0C
}

.btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open .dropdown-toggle.btn-fill.btn-warning {
    background-color: #ED8D00;
    border-color: #ED8D00
}

.btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active, .open .dropdown-toggle.btn-danger.btn-fill {
    background-color: #EE2D20;
    border-color: #EE2D20
}

.btn-simple {
    font-weight: 400;
    border: 0;
    padding: 9px 18px
}

.btn-simple.btn-xs {
    padding: 3px 5px
}

.btn-simple.btn-sm {
    padding: 7px 10px
}

.btn-simple.btn-lg {
    padding: 16px 60px
}

.btn-round.btn-xs {
    padding: 2px 5px
}

.btn-round.btn-sm {
    padding: 6px 10px
}

.btn-round.btn-lg {
    padding: 15px 60px
}

.btn-live-preview {
    font-size: 18px;
    line-height: 34px
}

.btn-neutral {
    border-color: white;
    color: white
}

.btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .open > .btn-neutral.dropdown-toggle {
    background-color: transparent;
    color: white;
    border-color: white
}

.btn-neutral:disabled, .btn-neutral[disabled], .btn-neutral.disabled {
    background-color: transparent;
    border-color: white
}

.btn-neutral.btn-fill {
    color: #666666 !important;
    background-color: white;
    opacity: 1;
    filter: alpha(opacity=100)
}

.btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus, .btn-neutral.btn-fill:active, .btn-neutral.btn-fill.active, .open > .btn-neutral.btn-fill.dropdown-toggle {
    background-color: white;
    color: #666666 !important;
    opacity: 0.85
}

.form-control {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 38px;
    padding: 6px 16px
}

.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #9A9A9A;
    box-shadow: none;
    outline: 0 none
}

.photo.avatar {
    border-radius: 50%;
    height: 60px;
    width: 60px
}

.notification {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    z-index: 999
}

.notification .notif-message {
    border-radius: 0 0 4px 4px;
    font-size: 16px;
    font-weight: 300;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 11px 20px;
    text-align: center;
    width: 360px
}

.notification .success {
    background-color: #41AE55
}

.notification .error {
    background-color: #F55B4A
}

.notification .white-success {
    background-color: #FFFFFF;
    color: #41AE55;
    width: 550px
}

.notification .white-error {
    background-color: #FFFFFF;
    color: #F55B4A;
    width: 550px
}

.scroll-area > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap
}

.scroll-area > li:last-child > a {
    margin-bottom: 20px
}

.filter-bar {
    background-color:rgb(43, 48, 59);
    border-color: transparent;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    padding-top: 15px
}

.filter-bar.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.6);
    padding-top: 0
}

.filter-bar.filled {
    background-color: rgb(43, 48, 59);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
    padding-top: 0
}

.filter-bar.fixed-absolute {
    position: absolute;
    border: 1px solid transparent;
    top: 0;
    z-index: 1031;
    width: 100%
}

.navbar.navbar-dashboard {
    position: fixed;
    border-color: #e5e5e5;
    box-shadow: none
}

.navbar .user-photo {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    overflow: hidden;
    margin: -3px auto 0
}

.navbar .user-photo img {
    width: 100%
}

.filter-bar .navbar-nav .user-photo ~ p {
    margin-top: 2px
}

.filter-bar .dropdown-menu {
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    top: 100%;
    border-radius: 3px
}

.filter-bar .logo, .dashboard .logo {
    border-radius: 50%;
    border: 1px solid #333;
    display: block;
    height: 46px;
    width: 46px;
    float: left;
    overflow: hidden
}

.filter-bar .logo img, .dashboard .logo img {
    width: 45px;
    height: 45px
}

.live-view .logo img {
    height: 44px;
    width: 44px
}

.filter-bar .navbar-brand, .dashboard .logo-container {
    padding: 15px 15px;
    position: relative;
    /*height: 75px*/
}

.filter-bar .navbar-brand p, .dashboard .logo-container p {
    float: left;
    font-size: 18px;
    margin: 5px 10px;
    color: #FFFFFF
}

.filter-bar .navbar-nav p {
    font-size: 14px;
    margin: 7px 0 0
}

.filter-bar.filled .navbar-nav p, .filter-bar.filled .navbar-brand p {
    color: #ffffff
}

.filter-bar .nav > li {
    padding: 4px 0
}

.filter-bar .nav > li a {
    min-width: 70px;
    text-align: center
}

.filter-bar .navbar-nav > li > a {
    padding: 9px 6px 3px;
    margin: 0 2px;
    text-align: center;
    color: #FFFFFF;
    position: relative
}

.filter-bar .navbar-nav > li > a i {
    font-size: 2.5em
}

.products-search {
    padding-top: 50px
}

.products-search .card {
    margin-bottom: 15px
}

.products-search .card .card-info {
    min-height: 170px
}

.products-search .card .card-info h3 {
    line-height: 1.3
}

.filter-bar.filled .navbar-nav > li > a {
    color: #ffffff
}

.filter-bar:not(.filled) .navbar-nav > li > a {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45)
}

.filter-bar .navbar-nav > li > a:hover, .filter-bar .navbar-nav > li > a.active, .filter-bar .navbar-nav > .active > a, .filter-bar .navbar-nav > .active > a:hover, .filter-bar .navbar-nav > .active > a:focus, .filter-bar .navbar-nav > .open > a, .filter-bar .navbar-nav > .open > a:hover, .filter-bar .navbar-nav > .open > a:focus {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    color: #FFFFFF
}

.filter-bar.filled .navbar-nav > li > a:not(.btn):hover, .filter-bar.filled .navbar-nav > li > a:not(.btn).active, .filter-bar.filled .navbar-nav > .active > a:not(.btn), .filter-bar.filled .navbar-nav > .active > a:not(.btn):hover, .filter-bar.filled .navbar-nav > .active > a:not(.btn):focus, .filter-bar.filled .navbar-nav > .open > a:not(.btn), .filter-bar.filled .navbar-nav > .open > a:not(.btn):hover, .filter-bar.filled .navbar-nav > .open > a:not(.btn):focus {
    /*background-color: rgba(43, 43, 43, 0.1);*/
    color: #ffffff
}

.filter-bar [class^="i-"] {
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin: 0 auto 5px;
    width: 40px
}

.filter-bar .notification-bubble {
    background-color: #f55b4a;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    min-width: 22px;
    position: absolute;
    right: 24px;
    text-align: center;
    text-shadow: none;
    top: 1px;
    color: #FFFFFF;
    padding: 1px 5px
}

.filter-bar .big-bundle .notification-bubble {
    right: 2px;
    top: 0px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 15px;
    padding: 1px 4px;
    height: 18px
}

.filter-bar .notification-bubble.notification-inverted {
    background: #FFFFFF;
    color: #F55B4A
}

.filter-bar .noty-cart .notification-bubble {
    right: 10px;
    top: 0px;
    background-color: #f55b4a;
    border-radius: 20px;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 20px;
    min-width: 22px;
    position: absolute;
    text-align: center;
    text-shadow: none;
    padding: 1px 5px
}

.filter-bar .dropdown-menu li {
    position: relative
}

.filter-bar .dropdown-menu li > .btn-notification {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    padding: 1px 4px;
    border-color: #CCCCCC;
    opacity: 0;
    transition: opacity .2s;
    -webkit-transition: opacity .2s
}

.filter-bar .dropdown-menu li:hover > .btn-notification {
    opacity: 1
}

.filter-bar .dropdown-menu li a.unread-notification {
    position: relative;
    background-color: #F5F5F5
}

.filter-bar .dropdown-menu li a.unread-notification:hover {
    background-color: #F2F2F2
}

.filter-bar .dropdown-menu li a.unread-notification:after {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #00bbff;
    left: 7px;
    top: 50%;
    margin-top: -5px;
    content: ""
}

.filter-bar .dropdown-menu > li > a, .filter-bar .scroll-area > li > a {
    white-space: normal;
    text-align: left;
    padding: 11px 20px 11px 25px;
    border-bottom: 1px solid #e5e5e5;
    color: #454545
}

.filter-bar .dropdown-menu > li:last-child a, .filter-bar .scroll-area > li:last-child a {
    border-bottom: 0
}

.filter-bar .dropdown-categories .dropdown-menu {
    width: 210px
}

.filter-bar .dropdown-notifications .dropdown-menu {
    width: 270px;
    max-height: 370px
}

.filter-bar .dropdown-notifications .scroll-area {
    max-height: 310px;
    overflow-y: scroll;
    padding: 0
}

.filter-bar .dropdown-notifications small {
    color: #AAAAAA
}

.filter-bar .dropdown-notifications .dropdown-menu.full-list .scroll-area {
    border-bottom: 1px solid #E5E5E5;
    height: 310px
}

.filter-bar .dropdown-notifications .dropdown-menu.full-list {
    min-height: 100px;
    max-height: 370px
}

.filter-bar .nav > li a.btn-read-all {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
    text-align: right;
    display: block
}

.filter-bar .nav > li a.btn-read-all.disabled {
    color: #888888;
    opacity: .5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #00bbff;
    background-color: transparent
}

.dropdown-menu > .active > a p, .dropdown-menu > .active > a:hover p, .dropdown-menu > .active > a:focus p {
    color: #00bbff
}

.live-view {
    padding: 7px 0
}

.live-view .navbar-brand {
    padding-top: 7px;
    padding-bottom: 7px;
    height: 40px;
    line-height: 26px;
    font-size: 17px
}

.live-view .btn-container {
    display: none;
    float: right
}

.live-view .navbar-nav .btn-icon, .live-view .btn-container .btn-icon {
    color: #444444;
    font-size: 20px;
    min-width: auto;
    margin: 0;
    line-height: 1em
}

.live-view .navbar-nav .btn-simple, .live-view .btn-container .btn-simple {
    background: transparent !important;
    font-size: 20px;
    padding: 8px 12px;
    color: #777777
}

.live-view .logo {
    background: url("../images/new_logo.png");
    background-size: 100%;
    border-radius: 50%;
    border: 1px solid #333;
    display: block;
    height: 45px;
    width: 45px;
    float: left
}

.live-view .navbar-brand p {
    margin-top: 2px;
    margin-bottom: 2px
}

.live-view .navbar-nav > li > .btn-info {
    background-color: #00BBFF;
    border-radius: 3px;
    color: #FFFFFF !important
}

.live-view .navbar-nav > li > a.btn {
    padding: 8px 12px
}

.live-view .navbar-nav > li > .btn-info:hover, .live-view .navbar-nav > li > .btn-info:focus {
    background-color: #00A4E4;
    color: #FFFFFF !important
}

.live-view .navbar-nav > li > .btn-info:hover {
    color: #01A0DE
}

.nav-devices {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    display: flex
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .scroll-area > li > a:hover, .scroll-area > li > a:focus {
    background-color: #EEEEEE;
    color: #333333
}

.dropdown-menu > li > a:hover .user-name {
    color: #333333
}

.dropdown-menu > li > a:hover .metadata {
    color: #00bbff
}

.filter-bar:not(.filled) .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: transparent
}

.navbar-form {
    margin-top: 12px;
    margin-bottom: 12px
}

.form-search {
    max-width: 510px;
    padding: 0 15px;
    margin: 30px auto 0;
    position: relative
}

.form-search .btn-submit {
    position: absolute;
    right: 18px;
    border: none;
    padding: 10px 12px;
    height: 44px;
    line-height: 30px;
    width: 44px;
    display: block;
    top: 3px;
    opacity: .7;
    background: #FFFFFF;
    color: #666666;
    transition: all .2s
}
.form-search .btn-submit .form-icon {
    width: 18px;
    height: 18px;
    vertical-align: initial;
}

.form-search .btn-submit:hover, .form-search .btn-submit:focus, .form-search .btn-submit:active {
    opacity: 1;
    background: #FFFFFF;
    color: #666666
}

.form-search .btn-submit .icon-search {
    font-size: 18px
}

.form-search .form-control-search {
    background-color: rgba(121, 121, 121, 0.55);
    box-shadow: none;
    border: medium none;
    border-radius: 30px;
    box-shadow: 0 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 20px;
    vertical-align: middle;
    transition: background-color .2s
}

.form-search .form-control-search:focus {
    background-color: rgba(0, 0, 0, 0.3);
    border: none
}

.filter-bar .dropdown-menu-navbar {
    min-width: 200px
}

.filter-bar .dropdown-menu-navbar > li > a {
    padding: 13px 15px 13px 15px
}

.filter-bar .dropdown-menu-navbar > li > a p {
    font-size: 13px;
    padding: 3px 0px 3px 30px;
    margin: 0
}

.filter-bar .dropdown-menu-navbar > li > a i {
    position: absolute
}

.filter-bar .dropdown-menu-navbar > li > a .fa {
    margin-left: 3px;
    margin-top: 3px;
    font-size: 16px
}

.filter-bar .dropdown-menu-navbar > li > a [class*="icon-"] {
    font-size: 20px
}

.filter-bar .dropdown-menu-navbar .profile-line {
    padding: 15px 15px;
    font-size: 13px;
    background: #fafafa;
    border-radius: 10px 10px 0 0;
    color: #444;
    border-bottom: 1px solid #eee
}

.filled .navbar-form .search {
    color: #555555
}

@media (max-width: 768px) {
    .navbar-form .form-control-search {
        width: 100%
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        text-align: center
    }

    .christmas-cap {
        width: 32px;
        height: 22px;
        left: 4px;
        top: -4px
    }
}

@media (max-width: 767px) {
    .live-view .btn-container {
        display: inline-block
    }
}

.big-line .user-photo {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 10px
}

.big-line .user-photo .photo {
    width: 100%
}

.big-line .user-name {
    display: block
}

.big-line .metadata {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    display: block;
    text-transform: uppercase
}

.big-line .content {
    margin-left: 40px
}

.navbar-form .form-control-search:focus {
    border: 0;
    box-shadow: 0 0 0
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    display: block;
    height: 670px;
    padding-top: 270px;
    z-index: 0
}

.section-feedback .parallax .container {
    padding-top: 80px;
    padding-bottom: 100px
}

.section-feedback .testimonials-raised {
    margin-top: -80px
}

@media (min-width: 768px) and (max-width: 991px) {
    .parallax {
        background-position: 0 -150px;
        background-size: 100% auto
    }

    .footer-title .social i {
        display: block;
        margin-bottom: 3px
    }
}

@media (min-width: 991px) {
    .parallax {
        background-position: 0 -80px;
        background-size: 100% auto
    }
}

@media (min-width: 1280px) {
    .parallax {
        background-size: 100% auto;
        background-position: 0 -170px
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .parallax-product {
        padding-top: 145px
    }
}

@media screen and (max-width: 1200px) {
    .navbar-search-form .search {
        width: 230px !important
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .navbar-search-form .search {
        width: 100px !important
    }
}

.parallax {
    overflow: hidden;
    background-size: 100% auto;
    height: auto;
    padding-top: 100px;
    position: relative
}

.parallax .container {
    z-index: 2;
    position: relative
}

.parallax:after {
    content: "";
    direction: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .76;
    top: 0;
    left: 0;
    background-size: 120% 120%
}

.parallax-blue:after {
    background: rgba(83, 60, 225, 0.7);
    background: -moz-linear-gradient(-45deg, rgba(83, 60, 225, 0.7) 0%, #447DF7 100%);
    background: -webkit-linear-gradient(-45deg, rgba(83, 60, 225, 0.7) 0%, #447DF7 100%);
    background: linear-gradient(135deg, rgba(83, 60, 225, 0.7) 0%, #447DF7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.parallax-azure:after {
    background: rgba(64, 145, 255, 0.7);
    background: -moz-linear-gradient(-45deg, rgba(64, 145, 255, 0.7) 0%, #23CCEF 100%);
    background: -webkit-linear-gradient(-45deg, rgba(64, 145, 255, 0.7) 0%, #23CCEF 100%);
    background: linear-gradient(135deg, rgba(64, 145, 255, 0.7) 0%, #23CCEF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.parallax-green:after {
    background: rgba(46, 103, 4, 0.7);
    background: -moz-linear-gradient(-45deg, rgba(46, 103, 4, 0.7) 0%, #87CB16 100%);
    background: -webkit-linear-gradient(-45deg, rgba(46, 103, 4, 0.7) 0%, #87CB16 100%);
    background: linear-gradient(135deg, rgba(46, 103, 4, 0.7) 0%, #87CB16 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.parallax-orange:after {
    background: rgba(236, 22, 87, 0.7);
    background: -moz-linear-gradient(-45deg, rgba(236, 22, 87, 0.7) 0%, #FFA534 100%);
    background: -webkit-linear-gradient(-45deg, rgba(236, 22, 87, 0.7) 0%, #FFA534 100%);
    background: linear-gradient(135deg, rgba(236, 22, 87, 0.7) 0%, #FFA534 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.parallax-red:after {
    background: rgba(187, 5, 2, 0.7);
    background: -moz-linear-gradient(-45deg, rgba(187, 5, 2, 0.7) 0%, #FB404B 100%);
    background: -webkit-linear-gradient(-45deg, rgba(187, 5, 2, 0.7) 0%, #FB404B 100%);
    background: linear-gradient(135deg, rgba(187, 5, 2, 0.7) 0%, #FB404B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.parallax-purple:after {
    background: rgba(148, 59, 234, 0.7);
    background: -moz-linear-gradient(-45deg, rgba(148, 59, 234, 0.7) 0%, #8343BD 100%);
    background: -webkit-linear-gradient(-45deg, rgba(148, 59, 234, 0.7) 0%, #8343BD 100%);
    background: linear-gradient(135deg, rgba(148, 59, 234, 0.7) 0%, #8343BD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.parallax-gray:after {
    background: rgba(170, 170, 170, 0.7);
    background: -moz-linear-gradient(-45deg, rgba(170, 170, 170, 0.7) 0%, #454545 100%);
    background: -webkit-linear-gradient(-45deg, rgba(170, 170, 170, 0.7) 0%, #454545 100%);
    background: linear-gradient(135deg, rgba(170, 170, 170, 0.7) 0%, #454545 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.parallax-small {
    height: 470px;
    padding-top: 210px
}

.parallax-mini {
    background: url("../images/map.png");
    background-attachment: fixed;
    background-position: 0 -110px;
    height: 280px;
    padding-top: 155px;
    position: relative
}

.over-layer {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0
}

.parallax h1 {
    color: #FFFFFF;
    margin: 0;
    font-weight: 200;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.49);
    letter-spacing: 0.0625em
}

.parallax h1 {
    font-size: 30px;
    padding: 0 0 20px
}

.parallax img {
    position: relative;
    z-index: 1
}

.parallax .actions {
    padding-top: 20px
}

.parallax .actions:last-child {
    margin-right: 10px
}

.parallax-small .actions {
    padding-top: 25px
}

.parallax .hello {
    font-size: 60px;
    font-weight: 400
}

.parallax-small .hello {
    font-size: 48px;
    font-weight: 300;
    position: relative
}

.parallax .big-register, .parallax .big-login {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 7px 7px 7px 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    padding: 16px 60px;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: .95;
    transition: all 0.3s;
    -webkit-transition: all 0.2s
}

.parallax .big-register {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #333333
}

.parallax .big-download, .contact .btn-info {
    background-color: rgba(0, 183, 255, 0.53);
    color: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.2s
}

.contact .btn-info {
    padding: 12px 40px
}

.parallax .big-download:hover, .contact .btn-info:hover {
    border-color: #269ABC;
    background-color: #00BBFF
}

.parallax .big-register:hover {
    color: #00BBFF
}

.parallax .big-login {
    border-color: #FFFFFF;
    color: #FFFFFF
}

.parallax .big-login:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: #FFFFFF;
    color: #FFFFFF
}

.margin-top-50 {
    margin-top: 50px !important
}

ul.categories-list {
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #dce0e0
}

ul.categories-list > li {
    float: left;
    display: block
}

ul.categories-list > li > a {
    display: block;
    text-align: center;
    padding: 12px 12px;
    font-weight: 600;
    border-radius: 30px;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 10px;
    text-decoration: none;
    color: #999;
    text-transform: uppercase;
    transition: background .2s
}

ul.categories-list > li > a:hover {
    color: #777777;
    background: #EEEEEE
}

ul.categories-list > li .dropdown-menu > .active > a, ul.categories-list > li .dropdown-menu > .active > a:hover, ul.categories-list > li .dropdown-menu > .active > a:focus {
    background: #00bbff;
    color: #FFFFFF
}

ul.categories-list > li.active > a {
    color: #FFFFFF;
    background: #00bbff
}

ul.categories-list ul.dropdown-menu {
    padding: 0
}

ul.categories-list ul.dropdown-menu:after, ul.categories-list ul.dropdown-menu:before {
    left: 20px;
    right: auto
}

ul.categories-list ul.dropdown-menu li {
    float: none
}

ul.categories-list ul.dropdown-menu a {
    white-space: normal;
    text-align: left;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #454545
}

.main {
    background-color: #FFFFFF;
    position: relative
}

.main .breadcrumbs-container {
    padding: 10px;
    margin: 20px 0px 40px;
    background: whitesmoke;
    border-radius: 4px
}

.main .breadcrumbs-container .breadcrumb {
    display: inline-block;
    background: transparent
}

.main .breadcrumbs-container .filters {
    float: right
}

.main .container.product {
    padding-top: 5px
}

.main .page-title {
    background-color: #FFFFFF;
    padding: 15px
}

.main .page-title .title-logos {
    margin: 23px 0
}

.main .products-container .card {
    margin-bottom: 15px
}

.main .products-container .landing-sub-title {
    margin-top: 15px;
    margin-bottom: 15px
}

.main .products-container .landing-sub-title .btn {
    margin-top: -8px;
    text-align: left
}

.main .products-container .landing-sub-title .btn.btn-simple {
    padding: 7px 3px
}

.landing-title {
    margin-top: 40px;
    margin-bottom: 30px
}

.landing-title span.title, .landing-title h2.title {
    float: left;
    font-size: 26px
}

.landing-title .filters {
    float: right
}

.text-fail {
    margin-top: 100px
}

.main .page-subtitle-h2 h2 {
    font-size: 14px;
    color: #666666;
    font-style: italic;
    margin: 0;
    padding: 20px
}

.main .alert-absolute {
    margin-top: 0px;
    position: relative
}

.main .title {
    font-size: 22px;
    font-weight: 200;
    margin: 7px 0;
    color: #555
}

.main .space {
    height: 40px;
    width: 100%;
    display: block
}

.theme .cover, .freebie .cover {
    overflow: hidden;
    border-radius: 6px 6px 0 0;
    position: relative
}

.cover img {
    width: 100%
}

.theme, .freebie {
    position: relative;
    box-shadow: 0 1px 2px #C3C3C3;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 6px
}

.theme .cover {
    height: 345px
}

.over-buttons {
    padding: 0 10px 10px;
    position: absolute;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    top: 10px;
    right: 0
}

.theme .title {
    color: #555;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 21px
}

.theme .title small, .freebie .title small {
    font-size: 14px
}

.theme .price, .freebie .price {
    color: #00bbff;
    display: block;
    font-size: 24px;
    font-weight: 200;
    padding-top: 15px;
    min-height: 50px
}

.freebie .price {
    padding-top: 5px
}

.theme .downloads, .theme .comments-icon {
    color: #999999;
    float: right;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    margin-left: 6px
}

.downloads .icon-heart {
    margin-right: 2px
}

.over-buttons {
    opacity: 0
}

.theme:hover .over-buttons, .freebie:hover .over-buttons {
    opacity: 1
}

.btn-white {
    background-color: #FFFFFF;
    color: #555555
}

.btn-white:hover {
    color: #00bbff;
    background-color: #FFFFFF
}

.btn-aqua {
    background-color: #00bbff;
    color: #FFFFFF
}

.btn-aqua:hover {
    background-color: #00A0DE
}

.theme .info, .freebie .info {
    padding: 0 10px 10px;
    background-color: #FFFFFF;
    color: #555555;
    border-radius: 0 0 6px 6px
}

.freebie .info {
    padding: 0 10px 10px
}

.freebie .title {
    color: #555555;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    font-size: 21px
}

.freebie .info p, .theme .info p {
    min-height: 50px
}

.freebie .info p a, .theme .info p a {
    color: #555555
}

.freebie .info p a:hover, .theme .info p a:hover {
    color: #444444
}

.freebie .downloads, .freebie .comments-icon {
    color: #999999;
    float: right;
    font-size: 16px;
    font-weight: 300;
    margin-top: 3px;
    margin-left: 6px
}

.product-image img {
    width: 100%
}

.product-image-shadow img {
    border-radius: 12px;
    box-shadow: 0 25px 20px -21px rgba(0, 0, 0, 0.57);
    width: 100%
}

.product-image + .buttons {
    margin-top: 20px
}

.dropdown-menu > li > a {
    padding: 11px 20px
}

.filter-bar .navbar-nav p.info {
    padding: 35px 15px 35px;
    text-align: center;
    margin: 0 auto;
    width: 180px;
    font-size: 15px;
    color: #666666
}

.dropdown > .dropdown-menu > li:first-child a {
    border-radius: 10px 10px 0 0
}

.dropdown > .dropdown-menu > li:last-child a {
    border-radius: 0 0 10px 10px
}

.dropdown-menu .divider {
    margin: 0
}

iframe {
    border: 0;
    width: 100%;
    height: 100%
}

iframe .full-tim {
    width: 200px
}

.product .share-table [class*=" fa-"]:before {
    font-size: 16px
}

.product table tr td:first-child {
    width: 7%
}

.product .btn-ct.btn-block {
    padding: 16px 17px;
    margin: 20px 0 40px;
    font-size: 17px
}

.product .btn-live-view {
    background-color: #BBBBBB;
    color: #FFFFFF
}

.product .btn-live-view:hover {
    background-color: #A5A5A5
}

.product .content, .product .details {
    padding: 30px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px #C3C3C3;
    margin-bottom: 55px
}

.product .details {
    padding: 15px 20px;
    margin-bottom: 15px
}

.product .details .table {
    margin: 0
}

.main .legend, .product .legend, .details-box .legend, .main-grey .legend, .main-white .legend {
    font-weight: 300;
    margin-bottom: 50px;
    font-size: 30px
}

.main-purple {
    color: #FFFFFF
}

.white-text {
    color: #FFFFFF
}

.main-dark {
    background: linear-gradient(135deg, rgba(62, 62, 62, 0.89) 0%, #151515 100%);
    color: #FFFFFF
}

.product .content .legend {
    float: left;
    border-bottom: 1px dotted #00BBFF
}

.product .post-comment-info {
    margin-bottom: 65px
}

.product .description {
    min-height: 260px;
    margin-top: 60px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    text-align: left
}

.product .description .feature {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 65px
}

.sub-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #777777;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 10px
}

.product .details .legend, .details-box .details .legend {
    border: 0;
    margin-top: 0
}

.product .share .legend {
    border: 0;
    margin: 0;
    padding: 0
}

.product .share .share-btn {
    font-size: 22px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle
}

.child-product {
    max-width: 340px;
    text-align: center;
    margin: 0 auto
}

.child-product .btn {
    margin-bottom: 10px
}

.child-product .container-fluid [class*="col-md"] {
    padding-left: 5px;
    padding-right: 5px
}

.child-product .card-info-container, .child-product .card-info {
    height: auto;
    margin-top: 0
}

.child-product .card-info {
    padding: 10px;
    background-color: transparent
}

.child-product .card-small .thumbnail {
    min-height: auto
}

.child-product .card-plain .thumbnail > img {
    border-radius: 6px
}

.child-product .card-info p {
    height: auto;
    line-height: 20px;
    margin: 0;
    padding-bottom: 10px
}

.freebie-menu {
    background: url("../images/photography-portfolio-website-template-design-psd-from-css-author1.png")
}

.modal-giveaway {
    max-width: 980px;
    width: auto
}

.modal-giveaway img {
    width: 100%
}

.modal-small {
    max-width: 400px
}

.modal-offer {
    max-width: 430px;
    margin-top: 50px
}

.modal-offer img {
    width: 100%
}

.modal-offer .close {
    opacity: .5
}

.modal-offer .modal-header {
    border-bottom: 0;
    padding: 10px 15px 0
}

.modal-offer .modal-content {
    border-radius: 20px;
    text-align: center
}

.modal-offer .modal-credit {
    margin-top: -65px;
    margin-bottom: 40px
}

.modal-offer .modal-credit h1 {
    font-size: 40px
}

.modal-offer .modal-credit h2 {
    font-size: 24px;
    font-weight: 200
}

.modal-offer .modal-line {
    line-height: 22px;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #582b2f
}

.modal-offer .modal-line b {
    font-size: 18px;
    font-weight: 300;
    display: block;
    margin: 0 auto 10px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    background: rgba(255, 59, 48, 0.78);
    color: #FFF
}

.modal-offer .btn-new {
    padding-top: 12px;
    padding-bottom: 12px
}

.modal-offer .modal-body {
    padding: 15px 20px 0px
}

.modal-offer .modal-body .merry {
    font-size: 16px
}

.modal-offer .modal-body ol li {
    text-align: left
}

.modal-offer .image-header {
    max-width: 270px;
    margin: -20px auto 0px;
    height: 150px
}

.modal-offer .design-courtesy {
    margin-top: 30px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #777777
}

.modal-offer .design-courtesy a {
    color: #555555
}

.modal-bf {
    max-width: 500px
}

.modal-developer-gift {
    max-width: 600px
}

.login .modal-dialog {
    width: 350px
}

.login .modal-footer {
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px
}

.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px
}

.login .division {
    float: none;
    margin: 0 auto 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%
}

.login .division .line.l {
    left: 0
}

.login .division .line.r {
    right: 0
}

.login .division span {
    color: #424242;
    font-size: 17px
}

.login .box .social {
    float: none;
    margin: 0 auto 30px;
    text-align: center
}

.login .social .circle {
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    font-size: 20px;
    padding: 9px 13px
}

.login .social .circle .fa {
    font-size: 16px
}

.login .social .facebook {
    background-color: #455CA8;
    color: #FFFFFF
}

.login .social .google {
    background-color: #F74933
}

.login .social .github {
    background-color: #403A3A
}

.login .facebook:hover {
    background-color: #6E83CD
}

.login .google:hover {
    background-color: #FF7566
}

.login .github:hover {
    background-color: #4D4D4d
}

.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%
}

.login .btn-login, .registerBox .btn-register {
    background-color: #00BBFF;
    border-color: #00BBFF;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 15px 50px;
    text-transform: uppercase;
    width: 100%
}

.login .btn-login:hover, .registerBox .btn-register:hover {
    background-color: #00A4E4;
    color: #FFFFFF
}

.login .form-control {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFFFFF
}

.login .form-control:hover {
    background-color: rgba(0, 0, 0, 0.16)
}

.login .form-control:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
    background-color: rgba(0, 0, 0, 0.23);
    color: #FFFFFF
}

.login .box .form input[type="text"], .login .box .form input[type="password"] {
    border-radius: 3px;
    border: none;
    color: #333333;
    font-size: 16px;
    height: 46px;
    margin-bottom: 5px;
    padding: 13px 12px;
    width: 100%
}

@media (max-width: 400px) {
    .login .modal-dialog {
        width: 100%
    }
}


@media (min-width: 991px) {
    .footer {
        background-size: 100%
    }
}

@media (max-width: 991px) {
    .footer.footer-light {
        text-align: center
    }

    .footer.footer-light .copyright {
        text-align: center;
        margin-top: 10px
    }
}

@media (max-width: 1280px) {
    .footer {
        background-position: 0 50px
    }
}

.footer .heart {
    color: #F74933
}

.footer .overlayer {
    background-color: rgba(27, 27, 27, 0.7)
}

.footer .subscribers {
    color: #999;
    font-weight: 200
}

.footer .numbers-dont-lie {
    color: #FFFFFF;
    font-weight: 200
}

.footer .numbers-dont-lie b {
    font-weight: 400
}

.footer .overlayer > .container {
    color: #999999;
    padding-bottom: 30px;
    padding-top: 30px
}

.footer .support {
    padding: 0 0 30px
}

.footer li a, .footer li, .footer p {
    color: #FFFFFF;
    margin: 5px 0
}

.footer .social-list li {
    color: #FFFFFF;
    margin: 15px 0
}

.footer a:hover {
    color: #999
}

.footer .blue-link {
    color: #00bbff
}

.footer .blue-link:hover {
    color: #00A0DE
}

.footer .credits {
    padding: 25px 0 15px;
    text-align: center
}

.footer hr {
    border-color: #555555
}

.footer .form-control {
    border-radius: 3px;
    background-color: white;
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #FFFFFF
}

.footer .form-control:hover {
    background-color: rgba(255, 255, 255, 0.92)
}

.footer .form-control:focus {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset;
    background-color: rgba(255, 255, 255, 0.85);
    color: #333333
}

.footer input[type="email"] {
    border-radius: 3px;
    border: none;
    color: #333333;
    font-size: 16px;
    height: 38px;
    margin-bottom: 5px;
    padding: 3px 12px;
    width: 100%
}

.footer .btn-subscribe {
    margin: 0 auto
}

.social-list i[class*="icon-"] {
    background-color: #999999;
    border-radius: 50%;
    color: #FFFFFF;
    margin-right: 10px;
    padding: 8px;
    text-align: center;
    width: 30px;
    height: 30px
}

.social-list .facebook .icon-facebook-alt {
    background-color: #455CA8
}

.social-list .twitter .icon-twitter-alt {
    background-color: #79CCDD
}

.social-list .pinterest .icon-pinterest {
    background-color: #F74933
}

.social-list .google .icon-google-plus-alt {
    background-color: #BB0000
}

.social-list .dribbble .icon-dribbble {
    background-color: #EA4C89
}

.contact {
    background-color: #FFFFFF;
    background: url("../images/map2.png");
    background-position: 0 80px;
    position: relative;
    color: #FFFFFF;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85)
}

.contact .container {
    min-height: 400px;
    padding-bottom: 170px;
    padding-top: 210px
}

.contact .message {
    margin: 10px 0 25px
}

.contact .form-control {
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    border-radius: 3px;
    border: none;
    color: #333333;
    font-size: 16px;
    padding: 13px 12px;
    min-height: 46px;
    margin-bottom: 10px
}

.contact .input-group-addon {
    border: none;
    background-color: rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset;
    color: #666666;
    padding: 6px 0px 6px 12px
}

.contact .btn-blue {
    margin-top: 10px;
    padding: 10px 20px
}

.breadcrumbs {
    margin-bottom: 20px
}

.breadcrumbs a {
    color: #666666;
    font-size: 18px
}

.breadcrumbs small {
    font-size: 11px;
    color: #999999;
    text-transform: uppercase
}

.breadcrumbs:hover small, .breadcrumbs:hover a {
    color: #333333
}

.social .social-list a {
    color: #FFFFFF
}

.social .social-list a:hover {
    color: #eeeeee
}

.social .social-list li {
    padding: 10px;
    display: inline-block
}

.social .social-list i[class*="icon-"] {
    margin-right: 0;
    text-shadow: 0 0 0
}

.inside-alert {
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 20px
}

.alert-danger.inside-alert {
    background-color: #F55B4A;
    border: none;
    color: #FFFFFF
}

body.soon {
    background-color: #21093e;
    background-image: url("../images/milky_blur.png")
}

@media (min-width: 1130px) {
    body.soon {
        background-size: 100%
    }
}

@media (max-width: 1129px) {
    body.soon {
        background-position: 0 -200px
    }
}

.page-title {
    color: #FFFFFF;
    font-weight: 300;
    padding-left: 20px
}

.soon .row {
    margin-top: 79px
}

.block {
    background-color: #FFFFFF;
    border-radius: 60px;
    min-height: 100px;
    border: none
}

.block header, .block footer {
    text-align: center;
    padding: 25px 20px;
    color: #333
}

.block header h3 {
    font-weight: 300;
    font-size: 28px;
    line-height: 30px
}

.block header h3 small {
    font-size: 60%;
    font-weight: 400
}

.block header .logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin: 5px auto 30px
}

.block header .logo img {
    width: 80px;
    height: 80px
}

.block fieldset {
    padding: 0 20px 0
}

.block .form-control {
    font-size: 20px;
    font-weight: 300;
    padding: 0;
    box-shadow: none;
    border-width: 0 0 1px;
    border-radius: 0
}

.block .form-control:focus {
    border-color: #CCCCCC
}

.btn-simple {
    background-color: transparent;
    border: medium none;
    font-size: 16px
}

.block .btn-simple {
    color: #00bbff;
    font-size: 20px
}

.block .btn-simple:hover {
    color: #00A4E4
}

.block .btn-simple:active {
    box-shadow: none
}

.sticky-footer {
    bottom: 0;
    height: 30px;
    position: absolute;
    width: 100%;
    color: #FFFFFF;
    padding: 0 20px
}

.sticky-footer p {
    font-size: 14px;
    font-weight: 300
}

.sticky-footer a {
    color: #FFFFFF
}

.sticky-footer b {
    font-weight: normal;
    padding: 0 8px
}

.pointer {
    cursor: pointer
}

@media (min-width: 768px) {
    .live-preview {
        position: fixed;
        bottom: -60px;
        width: 100%;
        color: #555555;
        z-index: 9999
    }

    .live-preview:hover {
        background-color: #FFFFFF;
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1);
        bottom: 0
    }

    .preview-icon {
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        bottom: 10px;
        color: #707070;
        display: none;
        float: left;
        font-size: 38px;
        height: 46px;
        line-height: 52px;
        margin-left: 50px;
        position: fixed;
        text-align: center;
        vertical-align: middle;
        width: 60px;
        z-index: 10000
    }

    .preview-icon:hover {
        color: #333333
    }

    .preview-icon:hover + .live-preview {
        background-color: #FFFFFF;
        box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
        bottom: 0
    }

    .live-preview .content {
        text-align: center;
        padding: 15px 0;
        font-size: 22px
    }

    .modal-gift {
        width: 600px
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .parallax-product {
        padding-top: 145px
    }
}

@media (max-width: 768px) {
    .filter-bar {
        /*background-color: rgba(9, 9, 9, 0.75)*/
        background-color: rgb(43, 48, 59)
    }

    .filter-bar .logo {
        background-size: 100%
    }

    .container > .navbar-header, .container > .navbar-collapse {
        border: 0 none
    }

    .filter-bar .logo img {
        width: 39px;
        height: 39px
    }
}

.btn-new {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px
}

.modal-content {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2)
}

.modal-content .btn-fill, .modal-content .btn-simple, .modal-content .btn {
    margin-top: 10px
}

.modal-footer.small-footer {
    padding: 5px 15px 5px
}

.modal-footer.offer-bar {
    border-top: none
}

.modal-product-review .field-rating {
    margin-top: 10px
}

.modal-product-review textarea {
    resize: vertical
}

.modal-product-review .btn {
    margin-top: 0
}

.modal-product-review .rating-input {
    float: left;
    padding-top: 5px;
    padding-left: 5px
}

.black-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0
}

.theme:hover .black-cover, .freebie:hover .black-cover {
    opacity: 1
}

.products-container {
    margin-bottom: 60px
}

.media-logos {
    text-align: center;
    padding: 10px 0;
    min-height: 75px
}

.media-logos .logo {
    background-image: url("../images/media-logos.jpg");
    background-size: 1870px 63px;
    height: 63px;
    display: inline-block;
    margin: 0 5px
}

.media-logos .logo-abd {
    width: 40px;
    background-position: 0px 0
}

.media-logos .logo-aw {
    width: 143px;
    background-position: -49px 0
}

.media-logos .logo-cb {
    width: 135px;
    background-position: -210px 0
}

.media-logos .logo-hn {
    width: 140px;
    background-position: -362px 0
}

.media-logos .logo-ph {
    width: 140px;
    background-position: -507px 0
}

.media-logos .logo-specky {
    width: 115px;
    background-position: -660px 0
}

.media-logos .logo-wdd {
    width: 50px;
    background-position: -790px 0
}

.media-logos .logo-gg {
    width: 90px;
    background-position: -858px 0
}

.media-logos .logo-db {
    width: 105px;
    background-position: -965px 0
}

.media-logos .logo-forbes {
    width: 125px;
    background-position: -1080px 0
}

.media-logos .logo-template-flip {
    width: 175px;
    background-position: -1210px 0
}

.media-logos .logo-codeinwp {
    width: 150px;
    background-position: -1564px 0
}

.media-logos .logo-themeisle {
    width: 152px;
    background-position: -1715px 0
}

.media-logos .logo-themefisher {
    width: 170px;
    background-position: -1390px 0
}

.card {
    border-radius: 8px;
    position: relative;
    margin-bottom: 60px
}

.card .product-discount {
    width: auto;
    text-align: center;
    background-color: rgba(255, 40, 30, 0.95);
    background: -moz-linear-gradient(-45deg, #F94B4B 0%, #F32929 100%);
    background: -webkit-linear-gradient(-45deg, #F94B4B 0%, #F32929 100%);
    background: linear-gradient(135deg, #F94B4B 0%, #F32929 100%);
    margin-left: -16px;
    color: #FFF;
    margin-top: 15px;
    margin-right: -16px;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 600;
    font-size: 13px
}

.card .strike, .line-through.strike {
    text-decoration: line-through;
    font-size: 16px;
    color: #777777
}

.pay-area .btn-add-cart span.strike {
    display: none
}

.pay-area .btn-add-cart .discount-price {
    font-size: 14px
}

.card .discount-price, .card .discount-price small, .line-through.discount-price {
    color: #FF281E;
    font-size: 18px
}

.top-moving-bar .line-through.strike {
    font-size: 15px
}

.top-moving-bar .line-through.discount-price {
    font-size: 16px
}

.card .thumbnail {
    border: 0 none;
    padding: 0;
    margin: 0;
    min-height: 250px;
    position: relative;
    background: transparent
}

.card-small .thumbnail {
    min-height: 200px
}

.card .thumbnail img {
    width: 100%
}

.card .thumbnail > img {
    border-radius: 8px 8px;
    box-shadow: 0 25px 20px -21px rgba(0, 0, 0, 0.57)
}

.card .details {
    top: 0;
    display: block;
    height: 60px;
    padding: 10px 15px 0;
    position: absolute;
    width: 100%;
    border-radius: 8px 8px 0 0
}

.card .header, .card .main, .card .footer {
    display: block
}

.card .time {
    color: #777777;
    font-size: 15px;
    margin-top: 2px;
    text-transform: uppercase
}

.card .time.premium-product {
    color: #444444;
    font-size: 19px;
    margin: 1px
}

.card .numbers {
    color: #FFFFFF;
    float: right;
    margin-top: 6px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.34)
}

.card .numbers .downloads, .card .numbers .comments-icon {
    margin-left: 6px;
    font-size: 15px;
    font-weight: 500
}

.card .numbers .fa {
    font-size: 18px
}

.card .description {
    color: #FFFFFF;
    margin-top: 40px;
    height: 125px;
    font-size: 18px;
    opacity: 0.7
}

.card a:hover .description {
    opacity: 1
}

.card .actions .btn {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

.card .actions .btn-round {
    font-size: 18px;
    padding: 14px 14px;
    line-height: 1;
    display: inline-block;
    width: 48px;
    height: 48px
}

.card .thumb-cover {
    padding: 15px 20px;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 3;
    content: "";
    left: 0;
    border-radius: 8px
}

.card .actions {
    position: absolute;
    z-index: 3;
    top: 50%;
    text-align: center;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}

.card:hover .thumb-cover, .card:hover .actions {
    opacity: 1
}

.card-small .actions {
    height: 55px;
    font-size: 14px
}

.card:hover .actions {
    opacity: 1
}

.card .title {
    margin-top: 45px;
    min-height: 115px
}

.card a .title h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.57)
}

.card .user {
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.23);
    line-height: 20px;
    display: block
}

.card .user .name {
    line-height: 35px;
    margin-left: 10px;
    font-size: 16px;
    float: left
}

.card .user .user-photo {
    width: 35px;
    height: 35px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    float: left
}

.card .user-photo img {
    width: 33px
}

.card-info {
    padding: 15px;
    border-radius: 0 0 12px 12px
}

.card-info [class^='circle-'] {
    float: left;
    margin-right: 5px
}

.card-info a:not(.btn) {
    color: #434343
}

.card-info a:not(.btn):hover {
    color: #232323
}

.card-info .actions a {
    color: #777777
}

.card-info .actions a:hover {
    color: #555555
}

.card-info .actions .blue-text {
    color: #00bbff
}

.card-info .actions .blue-text:hover {
    color: #3883c4
}

.card-info h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px
}

.card-small .card-info h3 {
    font-size: 18px
}

.card-info p {
    font-size: 14px;
    margin: 0;
    color: #666666;
    min-height: 50px
}

.card-info .label {
    background: transparent;
    border: 1px solid;
    border-radius: 14px;
    padding: 5px 10px;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    top: -4px
}

.card-info .label.label-danger {
    background: transparent
}

.card-info .label .fa {
    font-size: 12px
}

.footer-title {
    background-color: #FFFFFF;
    padding: 20px
}

.footer-gray {
    background-color: #f5f5f5
}

.footer-title.no-margin {
    margin: 0
}

.footer-title h1 {
    font-size: 22px;
    font-weight: 200;
    margin: 0;
    line-height: 40px;
    color: #555
}

.footer-title .social {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    display: block
}

.footer-title .social.dribbble, .share-area .social.dribbble {
    color: #EA4C89;
    opacity: 0.8
}

.footer-title .social.facebook, .share-area .social.facebook {
    color: #455CA8;
    opacity: 0.8
}

.footer-title .social.twitter, .share-area .social.twitter {
    color: #00BBFF;
    opacity: 0.8
}

.footer-title .social.google, .share-area .social.google {
    color: #F74933;
    opacity: 0.8
}

.footer-title .social:hover, .share-area .social:hover {
    opacity: 1
}

.label-small {
    font-size: 65%;
    font-weight: normal;
    line-height: 0;
    margin-top: 0;
    padding: 0 3px
}

.label-thin {
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #FFFFFF;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase
}

.label-primary {
    border-color: #3472F7;
    color: #3472F7
}

.label-info {
    border-color: #2C93FF;
    color: #2C93FF
}

.label-success {
    border-color: #05AE0E;
    color: #05AE0E
}

.label-warning {
    border-color: #FF9500;
    color: #FF9500
}

.label-danger {
    border-color: #FF3B30;
    color: #FF3B30
}

.label.label-danger {
    background-color: #FF3B30
}

.label.label-fill {
    color: #FFFFFF
}

.wysihtml5-toolbar .btn {
    border-width: 1px
}

.info-text {
    margin: 130px 0;
    color: #999999;
    font-size: 24px;
    font-weight: 300
}

.text-danger {
    color: #F55B4A
}

.details-box h2.text-danger {
    font-weight: 300
}

.submitted-product, .product-list {
    position: relative;
    padding: 25px 0;
    width: 100%
}

.product-list:after {
    height: 1px;
    background: #EEEEEE;
    width: 83.3333%;
    bottom: 0;
    right: 0;
    content: "";
    display: block;
    position: absolute
}

.submitted-product:last-child, .product-list:last-child {
    border: 0
}

.submitted-product .picture, .product-list .picture {
    max-width: 400px;
    overflow: hidden;
    height: auto;
    border-radius: 6px
}

.submitted-product .picture img, .product-list .picture img {
    width: 100%
}

.product-list #mix-container .picture a {
    width: 100%
}

.submitted-product .description {
    min-height: 155px
}

.details-box hr {
    margin: 10px 0
}

.details-box.admin-menu a {
    color: #444444;
    padding: 7px 15px
}

.details-box .active a:not(.btn) {
    color: #00bbff
}

.details-box .nav > li > a:hover, .details-box .nav > li > a:focus, .details-box .nav > li.active a {
    background-color: #FFFFFF;
    color: #00bbff
}

.details-box .nav-tabs > li > a {
    color: #666666;
    border: 1px solid #ddd;
    border-top-color: transparent;
    border-left: 1px solid transparent;
    margin-right: 0px;
    border-radius: 0
}

.details-box .nav-tabs > li:first-child > a {
    border-left: 1px solid #ddd
}

.details-box .nav-tabs > li.active > a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    color: #00bbff
}

.details-box .nav-tabs > li.active:last-child > a {
    border-right: 1px solid transparent
}

.details-box .nav-tabs .numbers-dont-lie {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 36px
}

.details-box .nav.three-tabs > li {
    width: 33.3333%
}

.details-box .nav.two-tabs > li {
    width: 50%
}

.details-box .title {
    margin-bottom: 10px
}

.details-box .previous-month h4, .details-box .next-month h4 {
    line-height: 44px;
    color: #666666
}

.details-box .previous-month [class^="icon-"], .details-box .next-month [class^="icon-"] {
    position: relative;
    top: 2px
}

.details-box .previous-month b, .details-box .next-month b {
    font-weight: 400
}

.details-box .attribute-description {
    color: #999999;
    font-size: 18px;
    font-weight: 300;
    margin: 40px 0
}

.big-title {
    font-weight: 300;
    padding: 20px 0 45px;
    text-align: center
}

.fileupload-preview.thumbnail {
    width: 100%
}

.no-border {
    border: 0
}

.section {
    margin: 0;
    position: relative;
    overflow: hidden
}

.section-bottom-shadow {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2)
}

.section-top-shadow {
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.2)
}

.section .info .btn-neutral {
    padding: 12px 50px
}

.section-white {
    background-color: #FFFFFF;
    border-bottom: 1px solid #dce0e0;
    position: relative;
    z-index: 3
}

.section-white-gradient {
    background: linear-gradient(0deg, #E5E5E5 0%, #fff 100%)
}

.section-product-description {
    position: relative;
    z-index: 3;
    padding: 20px 0 70px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    margin-top: -100px
}

.section-scaled {
    margin: -110px 30px 0;
    border-radius: 10px 10px 0 0
}

.section-gallery {
    height: 370px
}

.section-blog {
    padding-bottom: 40px;
    border-color: #e5e5e5
}

.section-gallery .parallax-background, .section-header .parallax-background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.section-gallery .parallax-background img, .section-header .parallax-background img {
    width: 100%;
    height: auto;
    position: relative
}

.section-gallery .parallax-background:after, .section-header .parallax-background:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 33, 33, 0.6)
}

.section-header .parallax-background:after {
    background-color: rgba(33, 33, 33, 0.3)
}

.section-header .parallax-background .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    opacity: 1;
    z-index: 4;
    background: -moz-linear-gradient(-45deg, rgba(86, 141, 226, 0.89) 0%, #511D80 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(86, 141, 226, 0.89)), color-stop(100%, #511D80));
    background: -webkit-linear-gradient(-45deg, rgba(86, 141, 226, 0.89) 0%, #511D80 100%);
    background: -o-linear-gradient(-45deg, rgba(86, 141, 226, 0.89) 0%, #511D80 100%);
    background: -ms-linear-gradient(-45deg, rgba(86, 141, 226, 0.89) 0%, #511D80 100%);
    background: linear-gradient(135deg, rgba(86, 141, 226, 0.89) 0%, #511D80 100%);
    background-size: 120% 120%
}

.section-header .parallax-background .filter.filter-black {
    background: none
}

.section-header .parallax-background .filter.filter-light-blue {
    background: -moz-linear-gradient(-45deg, rgba(28, 206, 234, 0.82) 0%, rgba(147, 26, 222, 0.83) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(28, 206, 234, 0.82), color-stop(100%, rgba(147, 26, 222, 0.83))));
    background: -webkit-linear-gradient(-45deg, rgba(28, 206, 234, 0.82) 0%, rgba(147, 26, 222, 0.83) 100%);
    background: -o-linear-gradient(-45deg, rgba(28, 206, 234, 0.82) 0%, rgba(147, 26, 222, 0.83) 100%);
    background: -ms-linear-gradient(-45deg, rgba(28, 206, 234, 0.82) 0%, rgba(147, 26, 222, 0.83) 100%);
    background: linear-gradient(135deg, rgba(28, 206, 234, 0.82) 0%, rgba(147, 26, 222, 0.83) 100%)
}

.section-header.session-header {
    height: 93vh
}

.section-header.gift-offer {
    height: 60vh
}

.section-header.gift-offer .parallax-background .filter {
    background: #d64858;
    background: -moz-linear-gradient(top, rgba(127, 221, 215, 0) 0%, #7fddd7 100%);
    background: -webkit-linear-gradient(top, rgba(127, 221, 215, 0) 0%, #7fddd7 100%);
    background: linear-gradient(to bottom, rgba(127, 221, 215, 0) 0%, #7fddd7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cfebee', endColorstr='#cfebee', GradientType=0);
    background-size: 120% 120%;
    opacity: .9
}

.section-header.gift-offer div {
    font-size: 14px;
    font-weight: 400
}

.section-header.gift-offer .next-days {
    font-size: 22px
}

.section-header.gift-offer .info {
    margin-top: 20vh
}

.section-header.gift-offer span {
    display: inline-block;
    padding: 14px 14px;
    font-size: 44px;
    font-weight: 100;
    margin: 30px 2px 0;
    border-radius: 10px
}

.section-header.gift-offer span b {
    font-weight: 100;
    font-size: 34px
}

.section-header.gift-offer h1 {
    font-weight: 400;
    font-size: 46px;
    margin-bottom: 20px
}

.section-header.gift-offer .btn-offer {
    margin: 20px auto
}

.section-header.gift-offer.section-all-products {
    height: 64vh
}

.section-header.gift-offer.section-all-products .info {
    margin-top: 25vh
}

.section-gallery .info, .section-header .info {
    position: relative;
    z-index: 1;
    margin-top: 80px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    text-shadow: 0 1px 3px rgba(33, 33, 33, 0.38)
}

.section-header .info {
    text-shadow: none;
    margin-top: 120px
}

.section-gallery .btn {
    margin-top: 30px;
    text-shadow: none
}

.section-gallery p, .section-header p {
    font-size: 16px
}

.section .product-name {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 300;
    line-height: 40px
}

.section-header {
    height: 330px
}

.section-xs {
    height: 290px
}

.section-test-assets {
    height: 0
}

.section-thank-you-page {
    height: auto;
    min-height: 350px
}

.section-thank-you-page a {
    color: #FFFFFF
}

.section-thank-you-page a:hover, .section-thank-you-page a:focus {
    opacity: .8
}

.section-header.section-xs {
    height: 280px
}

.section-header.section-md {
    height: 360px
}

.section-header.section-bundle-offer {
    height: 65vh;
    min-height: 70vh
}

.section-all-products h2 {
    font-size: 30px;
    font-weight: 200
}

.section-all-products .info {
    color: #FFFFFF;
    max-width: 720px;
    margin: 120px auto
}

.section-feedback-landing.parallax:after {
    opacity: 1;
    background: rgba(72, 131, 220, 0.85);
    background: -moz-linear-gradient(-45deg, rgba(72, 131, 220, 0.85) 0%, #943bea 100%);
    background: -webkit-linear-gradient(-45deg, rgba(72, 131, 220, 0.85) 0%, #943bea 100%);
    background: linear-gradient(135deg, rgba(72, 131, 220, 0.85) 0%, #943bea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.section-feedback.parallax {
    padding: 0 0 50px
}

.section-feedback .legend {
    margin-top: 70px;
    margin-bottom: 70px
}

.section-feedback .card {
    position: relative;
    margin-bottom: 40px
}

.section-feedback .card:before {
    border-top: 25px solid rgba(0, 0, 0, 0.04);
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 40px;
    bottom: -26px
}

.section-feedback .card:after {
    border-top: 25px solid #FFFFFF;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    left: 41px;
    bottom: -23px
}

.section-feedback .btn {
    margin-top: 25px
}

.section-feedback .col-md-5 {
    margin-top: 80px
}

.section-feedback .col-md-7 {
    margin-top: -15px
}

.section-feedback .col-md-4:nth-child(2) {
    margin-top: 35px
}

.section-feedback .col-md-4:nth-child(3) {
    margin-top: 0px
}

.section-feedback .col-md-4:nth-child(4) {
    margin-top: 70px
}

.section-feedback .card {
    border-radius: 10px;
    box-shadow: 0 7px 18px -8px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    margin-bottom: 20px
}

.section-feedback .card .content {
    padding: 15px 15px 10px 15px
}

.section-feedback .card .small-title {
    font-size: 16px;
    color: #444444;
    margin-bottom: 0px;
    margin-top: 10px
}

.section-feedback .card .small-title i {
    font-size: 16px
}

.section-feedback .card .message {
    margin: 5px 0 20px;
    color: #333333;
    font-weight: 300;
    line-height: 24px;
    min-height: auto;
    font-size: 16px
}

.section-feedback .card .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px
}

.section-feedback .card .description {
    font-size: 14px;
    color: #333
}

.section-feedback .card .footer {
    padding: 0;
    background-color: transparent;
    line-height: 30px
}

.section-feedback .card .footer div {
    display: inline-block
}

.section-feedback .card .stats {
    margin-right: 5px;
    color: #999999
}

.section-feedback .card .stats.pull-right {
    margin-left: 5px;
    margin-left: 0
}

.section-feedback .card .card-link {
    color: #888888
}

.section-feedback .card .author {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.section-feedback .card .author i {
    font-size: 14px
}

.section-feedback .card h6 {
    font-size: 12px;
    margin: 0
}

.section-feedback .testimonials-raised .col-md-4:nth-child(odd) {
    margin-top: 50px
}

.section-feedback .testimonials-raised .col-md-4:nth-child(even) {
    margin-top: 0px
}

.section-feedback .testimonials-raised .card {
    margin-bottom: 40px
}

.reviews-modal .modal-footer {
    text-align: center
}

.share-area {
    width: 100%
}

.product-price {
    margin: 0;
    font-size: 30px;
    font-weight: 300
}

.product-price strike {
    font-size: 24px;
    color: #333333 !important
}

.comment a.card-user {
    color: #333;
    font-weight: bold
}

.post-comment-area {
    font-size: 16px
}

.product .license {
    width: 100%;
    display: block
}

.product .license h3 {
    margin: 0
}

.product .license .choice, .product .license .bundle-choice {
    padding: 15px 0;
    border: 2px solid transparent;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #9f9f9f;
    opacity: .7
}

.product .choice h3, .product .bundle-choice h3 {
    font-size: 18px
}

.product .choice ul, .product .bundle-choice ul {
    width: 200px;
    margin: 0 auto
}

.product .choice li:not(:last-child), .product .bundle-choice li:not(:last-child) {
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0
}

.product .license .step.input-error, .product .license .step.input-error .number {
    color: #FF3B30;
    border-color: #FF3B30
}

.tooltip {
    font-size: 14px;
    font-weight: 600
}

.tooltip.in {
    opacity: 1
}

.tooltip.top .tooltip-arrow {
    border-top-color: #FAE6A4;
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-width: 11px 11px 0
}

.tooltip.top .tooltip-arrow:after {
    position: absolute;
    height: 0px;
    width: 0px;
    display: block;
    content: "";
    top: -10px;
    z-index: -1;
    left: -11px;
    border-width: 11px 11px 0;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(0, 0, 0, 0.2)
}

.tooltip.bottom .tooltip-arrow {
    top: -6px;
    left: 50%;
    margin-left: -11px;
    border-width: 0 11px 11px;
    border-bottom-color: #FAE6A4
}

.tooltip.bottom .tooltip-arrow:after {
    position: absolute;
    height: 0px;
    width: 0px;
    display: block;
    content: "";
    bottom: -10px;
    z-index: -1;
    left: -11px;
    border-width: 0 11px 11px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2)
}

.tooltip.top {
    margin-top: -11px;
    padding: 0
}

.tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #FAE6A4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -5px
}

.tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -6px
}

.tooltip.left {
    margin-left: -11px;
    padding: 0
}

.tooltip.left .tooltip-inner:after {
    border-left: 11px solid #FAE6A4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -10px;
    left: auto;
    margin-left: 0;
    top: 50%;
    margin-top: -11px
}

.tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -11px;
    left: auto;
    margin-left: 0;
    top: 50%;
    margin-top: -11px
}

.tooltip-inner {
    background-color: #FAE6A4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 200px;
    min-width: 110px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    text-shadow: none
}

.tooltip-navbar {
    margin-left: -65px
}

.tooltip-navbar .tooltip-inner {
    width: 210px;
    max-width: 210px
}

.tooltip-visible {
    opacity: 1;
    display: block;
    visibility: visible
}

.buy-product {
    background: #EEE
}

.buy-product .license .step {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0px
}

.buy-product .buy-info {
    margin-bottom: 15px;
    margin-top: 25px;
    color: #FFFFFF
}

.buy-product .buy-info h2 {
    margin-top: 10px
}

.buy-product .card {
    border-radius: 6px;
    box-shadow: 0 35px 30px -25px rgba(33, 33, 33, 0.6);
    margin-bottom: 5px;
    margin-top: 20px
}

.buy-product .card .card-header {
    background: #FFFFFF;
    position: relative;
    z-index: 2;
    padding: 20px;
    border-radius: 8px 8px 0 0
}

.buy-product .card .card-body {
    background: #343434;
    position: relative;
    border-radius: 8px 8px 0 0;
    z-index: 1;
    padding: 20px;
    margin: 0 10px
}

.buy-product .card .card-body hr {
    opacity: .6;
    max-width: 100px
}

.buy-product .card .card-footer {
    background: #FFFFFF;
    border-radius: 0 0 8px 8px
}

.buy-product .card .card-footer .btn-simple {
    border-top: 1px solid #CCCCCC
}

.buy-product .card .card-footer .btn {
    width: 50%;
    float: left
}

.buy-product .card .card-footer .btn-credit {
    border-radius: 0 0 0 8px;
    padding: 18px 18px
}

.buy-product .card .card-footer .btn-paypal {
    border-radius: 0 0 7px 0;
    padding-top: 16px;
    padding-bottom: 16px
}

.buy-product .card .thumbnail {
    min-height: 0;
    max-width: 110px
}

.buy-product .card .thumbnail > img {
    border-radius: 4px;
    box-shadow: none
}

.buy-product .label {
    padding: 3px 5px
}

.buy-product .product-info {
    color: #444444
}

.buy-product .product-info h4 {
    margin-bottom: 3px;
    margin-top: 0px;
    font-weight: 600
}

.buy-product .product-info h6 {
    font-size: 14px;
    color: #999;
    margin-top: 0px;
    margin-bottom: 5px
}

.buy-product .product-info .label {
    visibility: hidden
}

.buy-product .product-info .active .label {
    visibility: visible
}

.buy-product .product-info .form-control {
    height: 30px;
    padding: 4px 10px;
    max-width: 160px
}

.buy-product .dropdown-menu h4 {
    margin-bottom: 10px
}

.buy-product .dropdown-menu li:last-child {
    border-top: 1px solid #dddddd
}

.buy-product .dropdown-menu li:last-child > a:hover {
    background: transparent
}

.buy-product .dropdown-menu > li > a {
    opacity: .50;
    transition: all .14s;
    -webkit-transition: all .14s;
    -moz-transition: all .14s
}

.buy-product .dropdown-menu > li > a:hover, .buy-product .dropdown-menu > li > a:focus {
    background: transparent;
    opacity: 1
}

.buy-product .dropdown-menu p {
    line-height: 18px
}

.buy-product .dropdown-menu .active > a, .buy-product .dropdown-menu .active > a p {
    color: #333333;
    opacity: 1
}

.buy-product .dropdown-menu:before, .buy-product .dropdown-menu:after {
    right: auto;
    left: 30px
}

.buy-product .btn-license {
    font-size: 12px;
    padding: 0;
    font-weight: 600;
    text-transform: uppercase
}

.buy-product .btn-license:hover, .buy-product .btn-license:focus {
    background: transparent !important
}

.buy-product .dropdown-menu > li > a {
    padding: 11px 20px;
    width: 300px;
    white-space: normal
}

.buy-product .product-price {
    margin-top: 15px;
    text-align: right
}

.buy-product .product-price h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 5px
}

.buy-product .product-price h4 {
    font-size: 28px;
    font-weight: 200;
    margin-top: 5px
}

.buy-product .product-price .free-icon {
    font-size: 32px;
    margin-top: 5px;
    margin-right: 15px;
    color: #F33707
}

.buy-product .choose-package .choice, .buy-product .choose-package .bundle-choice {
    cursor: pointer;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    color: #CCCCCC
}

.buy-product .choose-package .choice h6, .buy-product .choose-package .bundle-choice h6 {
    font-size: 12px;
    margin-bottom: 17px;
    font-weight: 600;
    text-transform: uppercase
}

.buy-product .choose-package .choice h2, .buy-product .choose-package .bundle-choice h2 {
    font-size: 28px;
    font-weight: 200
}

.buy-product .choose-package .choice p, .buy-product .choose-package .bundle-choice p {
    margin-top: 25px
}

.buy-product .choose-package .choice.active, .buy-product .choose-package .bundle-choice.active {
    border: 2px solid #00bbff;
    opacity: 1;
    color: #FFFFFF;
    background: #222222
}

.buy-product .choose-package .choice.active .image-thumb, .buy-product .choose-package .bundle-choice.active .image-thumb {
    opacity: 1
}

.buy-product .image-thumb {
    max-width: 75px;
    margin: 0 auto;
    min-height: 75px;
    padding: 10px
}

.buy-product .image-thumb i {
    font-size: 54px;
    top: 6px;
    position: relative
}

.buy-product .image-thumb img {
    width: 100%;
    border-radius: 50%
}

.buy-product .or-text {
    text-align: center;
    margin: 14px 0 0;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase
}

.buy-product .multiple-image-thumbs .image-thumb {
    display: inline-block;
    position: relative
}

.buy-product .multiple-image-thumbs .image-thumb:first-child:after {
    content: "+";
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    right: -26px;
    top: 15px;
    font-size: 26px;
    z-index: 2
}

.buy-product input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: -9999px
}

.download-product .parallax-product {
    height: 510px;
    padding-top: 150px
}

.account-photo {
    position: relative;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid rgba(0, 158, 255, 0.65);
    border-color: #ccc
}

.product-gift-info .caret {
    display: none
}

.account-photo img {
    width: 100%
}

.account-photo .mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    border-radius: 50%
}

.account-photo .account-type {
    position: absolute;
    bottom: -7px;
    color: #FFFFFF;
    right: -10px;
    width: 30px;
    background-color: #999999;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    font-size: 13px;
    z-index: 3
}

.account-photo.account-early-adopter {
    border-color: rgba(23, 152, 30, 0.55)
}

.account-photo.account-admin, .account-photo.account-product-owner {
    border-color: rgba(255, 149, 0, 0.55)
}

.account-early-adopter .account-type {
    background-color: #05ae0e
}

.account-admin .account-type, .account-product-owner .account-type {
    background-color: #ffcd02
}

@media (min-width: 992px) and (max-width: 1200px) {
    .card .title {
        margin-top: 15px;
        min-height: 95px
    }

    .card .description {
        margin-top: 10px
    }

    .card .thumbnail {
        min-height: 220px
    }

    #mix-container .card {
        min-height: 460px
    }
}

@media (min-width: 400px) and (max-width: 992px) {
    #mix-container .card {
        min-height: 460px
    }
}

@media (max-width: 400px) {
    .card .details {
        padding: 15px 10px
    }

    .card .title {
        margin-top: 10px;
        min-height: 85px
    }

    .card a .title h3 {
        font-size: 18px
    }

    .section-gallery .parallax-background img {
        width: auto;
        height: 100%;
        position: relative
    }
}

.buy-layout h4 {
    line-height: 26px
}

.buy-layout .space {
    height: 100px;
    display: block
}

.buy-layout .btn-danger .strike {
    color: #FFFFFF
}

.buy-layout .btn-danger .discount-price {
    color: #FFFFFF
}

.product-buy-line h3 {
    line-height: 46px;
    text-align: right
}

.buy-product p.info {
    font-size: 16px;
    line-height: 21px
}

.modal .account-icon {
    text-align: center
}

.modal .account-icon i {
    font-size: 52px;
    color: #666
}

.already-purchased {
    margin-top: -40px
}

.already-purchased p, .already-purchased ul {
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    margin-bottom: 5px
}

.purchase-flow, .download-page-flow {
    position: relative;
    z-index: 3
}

.download-page-flow {
    height: 60px;
    display: block;
    background-color: #FFFFFF
}

.navbar-toggle .icon-bar {
    background-color: white
}

.filled .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

#htmlCss, #bundle {
    padding: 15px
}

#bundle {
    position: relative
}

.most-popular {
    position: absolute;
    background-color: #00bbff;
    padding: 4px 15px;
    color: white;
    border-radius: 3px;
    text-transform: uppercase;
    margin-left: -70px;
    left: 50%;
    font-weight: 600;
    top: -14px
}

.card .filter {
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.68);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0)
}

.card .filter .btn {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.card .filter {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear
}

.card:hover .filter {
    opacity: 1;
    filter: alpha(opacity=100)
}

.card-plain {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0
}

.product .license .package-margin {
    margin-top: 50px !important
}

.authors-container {
    display: block;
    width: auto
}

.authors-container[data-collaborators="1"] {
    width: 60px
}

.authors-container[data-collaborators="2"] {
    width: 90px
}

.authors-container[data-collaborators="3"] {
    width: 125px
}

.authors-container[data-collaborators="4"] {
    width: 130px
}

.section-header .authors-container {
    width: 410px;
    margin: 10px auto 0
}

.section-header .creators-title {
    margin-top: 60px;
    z-index: 1;
    position: relative;
    color: #FFFFFF
}

.section-header .authors-container .account-photo {
    background: url("../images/anonymous_thumb.png") repeat scroll 0 0/100% auto
}

.section-header .action-buttons [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 15px
}

.card .authors-container {
    width: 38px
}

.card .authors-container[data-collaborators="2"] {
    width: 60px
}

.card .authors-container[data-collaborators="3"] {
    width: 80px
}

.card .authors-container[data-collaborators="4"] {
    width: 100px
}

.authors-container .author {
    float: left;
    position: relative;
    transition: opacity 0.25s;
    -webkit-transition: opacity 0.25s;
    z-index: 3
}

.authors-container .author:nth-child(1) {
    z-index: 100
}

.authors-container .author:nth-child(2) {
    z-index: 99;
    margin-left: -20px
}

.authors-container .author:nth-child(3) {
    z-index: 98;
    margin-left: -20px
}

.authors-container .author:nth-child(4) {
    z-index: 97;
    margin-left: -20px
}

.authors-container .author:nth-child(5) {
    z-index: 96;
    margin-left: -20px
}

.authors-container .author:nth-child(6) {
    z-index: 95;
    margin-left: -20px
}

.authors-container .author:nth-child(7) {
    z-index: 94;
    margin-left: -20px
}

.authors-container .author:nth-child(8) {
    z-index: 93;
    margin-left: -20px
}

.authors-container .author:nth-child(9) {
    z-index: 92;
    margin-left: -20px
}

.authors-container .author:nth-child(10) {
    z-index: 91;
    margin-left: -20px
}

.authors-container .author:nth-child(11) {
    z-index: 90;
    margin-left: -20px
}

.card .authors-container .author:nth-child(2) {
    margin-left: -14px
}

.card .authors-container .author:nth-child(3) {
    margin-left: -14px
}

.card .authors-container .author:nth-child(4) {
    margin-left: -14px
}

.authors-container:hover .author {
    opacity: .30
}

.authors-container .author:hover {
    opacity: 1;
    z-index: 101
}

.authors-container > .author > .account-photo {
    width: 55px;
    height: 55px;
    border-width: 2px
}

.card .authors-container {
    display: inline-block
}

.card .authors-container > .author > .account-photo {
    width: 36px;
    height: 36px
}

.card .author > .account-photo.account-product-owner {
    border-color: #ff9500
}

.header-summary .author:after, .authors-container:after {
    clear: both;
    content: " ";
    display: table
}

.popover .account-photo {
    height: 100px;
    width: 100px;
    float: none !important
}

.popover .account-photo .account-type {
    right: 0
}

.popover p {
    border-top: 1px solid #eee;
    padding-top: 15px
}

.popover .account-name {
    margin-top: 25px;
    text-align: center;
    color: #333333;
    margin-bottom: 15px
}

.popover-content {
    padding: 5px 15px 20px;
    width: 230px;
    text-align: center;
    min-height: 280px
}

.popover-content h6 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #666
}

.popover .share-area .social {
    text-align: center;
    margin: 10px 10px 0;
    font-size: 22px;
    display: inline-block
}

.share-area-container {
    padding: 10px;
    width: 100%
}

.share-area-container .btn-social {
    margin: 0 5px
}

.float {
    position: fixed;
    top: 0
}

.is-bottom {
    position: relative
}

textarea.form-control {
    min-height: 128px !important
}

.dropdown-menu-container {
    position: relative
}

.alert-celebrating {
    background-size: 140% 140%;
    border: 0;
    border-radius: 0;
    color: #FFF;
    padding: 8px 24px;
    position: relative;
    top: 0px;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    margin: 0;
    text-align: center
}

.alert-celebrating .btn {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.alert-purple {
    background: #e079fc;
    background: -moz-linear-gradient(-45deg, #e079fc 0%, #7c44ff 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #e079fc), color-stop(100%, #7c44ff));
    background: -webkit-linear-gradient(-45deg, #e079fc 0%, #7c44ff 100%);
    background: -o-linear-gradient(-45deg, #e079fc 0%, #7c44ff 100%);
    background: -ms-linear-gradient(-45deg, #e079fc 0%, #7c44ff 100%);
    background: linear-gradient(135deg, #e079fc 0%, #7c44ff 100%)
}

.alert-christmas, .alert-red {
    background-size: 120% 120%;
    margin-top: 98px;
    position: absolute;
    z-index: 1;
    background: #f96359
}

.alert-black {
    background: #4c4c4c;
    background: -moz-linear-gradient(left, #4c4c4c 0%, #666 0%, #595959 0%, #474747 0%, #2c2c2c 100%, #111 100%, #2b2b2b 100%, #1c1c1c 100%, #131313 100%);
    background: -webkit-linear-gradient(left, #4c4c4c 0%, #666 0%, #595959 0%, #474747 0%, #2c2c2c 100%, #111 100%, #2b2b2b 100%, #1c1c1c 100%, #131313 100%);
    background: linear-gradient(to right, #4c4c4c 0%, #666 0%, #595959 0%, #474747 0%, #2c2c2c 100%, #111 100%, #2b2b2b 100%, #1c1c1c 100%, #131313 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1)
}

.alert-absolute {
    position: absolute;
    margin-top: 98px;
    z-index: 1
}

.alert-black-friday {
    background: #45484d;
    background: -moz-linear-gradient(-45deg, #555 0%, #222 100%);
    background: -webkit-linear-gradient(-45deg, #555 0%, #222 100%);
    background: linear-gradient(135deg, #45484d 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=1);
    background-size: 120% 120%
}

.alert-green {
    background: #159c18;
    background: -moz-linear-gradient(-45deg, #159c18 0%, #006402 100%);
    background: -webkit-linear-gradient(-45deg, #006402 0%, #222 100%);
    background: linear-gradient(135deg, #159c18 0%, #006402 100%)
}

.alert-orange {
    background: #159c18;
    background: -moz-linear-gradient(-45deg, #FF9500 0%, #f37227 100%);
    background: -webkit-linear-gradient(-45deg, #FF9500 0%, #f37227 100%);
    background: linear-gradient(135deg, #FF9500 0%, #f37227 100%)
}

.alert-gold {
    background: rgba(189, 152, 108, 0.87);
    background: -moz-linear-gradient(-45deg, rgba(189, 152, 108, 0.87) 0%, #bd986c 100%);
    background: -webkit-linear-gradient(-45deg, rgba(189, 152, 108, 0.87) 0%, #bd986c 100%);
    background: linear-gradient(135deg, rgba(189, 152, 108, 0.87) 0%, #bd986c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.alert-cart {
    padding: 0;
    position: relative;
    width: 100%;
    margin: 0;
    border: none;
    border-radius: 0;
    color: white;
    padding-bottom: 10px
}

.alert-cart .container {
    width: 100%
}

.section-header.black-friday .filter.filter-gold {
    background: -moz-linear-gradient(-45deg, rgba(31, 31, 31, 0.87) 0%, #151515 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(31, 31, 31, 0.87)), color-stop(100%, #151515));
    background: -webkit-linear-gradient(-45deg, rgba(31, 31, 31, 0.87) 0%, #151515 100%);
    background: -o-linear-gradient(-45deg, rgba(31, 31, 31, 0.87) 0%, #151515 100%);
    background: -ms-linear-gradient(-45deg, rgba(31, 31, 31, 0.87) 0%, #151515 100%);
    background: linear-gradient(135deg, rgba(31, 31, 31, 0.87) 0%, #151515 100%);
    background-size: 120% 120%;
    background: rgba(189, 152, 108, 0.87);
    background: -moz-linear-gradient(-45deg, rgba(189, 152, 108, 0.87) 0%, #bd986c 100%);
    background: -webkit-linear-gradient(-45deg, rgba(189, 152, 108, 0.87) 0%, #bd986c 100%);
    background: linear-gradient(135deg, rgba(189, 152, 108, 0.87) 0%, #bd986c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$ top-color, endColorstr=$ bottom-color, GradientType=1)
}

.section-header#big-bundle {
    min-height: 700px;
    height: auto
}

.section-header#big-bundle .bf-old-price {
    font-weight: 300;
    text-decoration: line-through
}

.section-header#big-bundle .bf-new-price {
    color: #FF3721;
    color: #E62A15;
    font-weight: 500;
    padding-left: 3px;
    font-size: 26px
}

.section-header#big-bundle .bf-description {
    font-size: 16px;
    max-width: 780px;
    margin: 15px auto 0
}

.section-header#big-bundle .license-line {
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 0;
    max-width: 480px;
    margin: 0 auto
}

.section-header#big-bundle .license-line:first-child {
    margin-top: 10px
}

.section-header#big-bundle .license-line:last-child {
    border-bottom: none
}

.section-header#big-bundle .license-line a, .section-header#big-bundle .license-line a:hover, .section-header#big-bundle .license-line a:focus {
    color: #FFFFFF;
    cursor: pointer
}

.section-header#big-bundle .btn-new {
    padding-left: 30px;
    padding-right: 30px
}

.big-bundle-details {
    margin-top: 25px;
    margin-bottom: 15px
}

.big-bundle-details i {
    font-size: 45px
}

.section-header.section-header-buy {
    height: auto;
    min-height: 80px
}

.section-header .black-friday {
    margin-bottom: 15px
}

.section-header .black-friday span {
    background-color: white;
    color: #333;
    display: inline-block;
    padding: 14px 14px;
    font-size: 50px;
    font-weight: 100;
    margin: 30px 2px 0;
    border-radius: 10px
}

.section-header #blackFriday, #blackFridayBundleCard {
    display: inline-block;
    margin-right: 40px
}

.section-header .black-friday #blackFridayBundleCard span, #blackFridayBundleCard + span {
    padding: 12px 12px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px
}

.section-header .black-friday .small-text {
    font-size: 20px;
    font-weight: 300
}

.section-header-buy .small-text {
    font-size: 14px !important;
    font-weight: 300
}

.section-header .black-friday div {
    font-size: 14px;
    font-weight: 400;
    color: #999999
}

.section-header.black-friday .info {
    margin-top: 130px;
    margin-bottom: 30px
}

.section-header.black-friday h1 {
    font-weight: 200;
    font-size: 46px;
    margin-bottom: 10px
}

.alert-celebrating .text-left {
    padding: 8px 0
}

.alert-celebrating a {
    color: #FFFFFF
}

.alert-celebrating a:hover {
    opacity: .9
}

.top-moving-bar {
    width: 100%;
    position: fixed;
    display: block;
    background: #FFFFFF;
    top: 0;
    left: 0;
    padding: 15px 0;
    transform: translateY(-100%);
    transition: all .25s ease;
    box-shadow: 0 0 0 transparent;
    z-index: 1040
}

.top-moving-bar .btn {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase
}

.top-moving-bar .middot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #AAAAAA;
    margin: 4px 5px 4px 10px
}

.top-moving-bar .navbar-brand {
    padding: 0px 10px 0px 0px;
    height: auto
}

.top-moving-bar .logo {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #333333;
    overflow: hidden;
    margin-top: -6px
}

.top-moving-bar .logo img {
    width: 45px;
    height: 45px
}

.top-moving-bar h4 {
    margin: 0;
    line-height: 36px
}

.top-moving-bar .mask {
    width: 35px;
    height: 35px;
    display: inline-block
}

.top-moving-bar .mask img {
    width: 100%;
    margin-top: -3px
}

.top-moving-bar.visible {
    transform: translateY(0);
    box-shadow: 0 14px 20px -12px rgba(0, 0, 0, 0.2)
}

.footer .footer-brand {
    color: #FFFFFF;
    display: inline-block
}

.footer .footer-brand .logo {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #333333;
    overflow: hidden;
    margin: 0 auto
}

.footer .footer-brand .logo img {
    width: 45px;
    height: 45px
}

.footer .footer-brand span {
    font-size: 16px;
    margin: 5px 0 25px;
    color: #FFFFFF;
    display: block
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.uil-ring-css {
    background: none;
    position: relative;
    width: 200px;
    height: 250px;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    transform: scale(0.3)
}

.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #59ebff;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite
}

#comments_product_page > .uil-ring-css {
    margin: 0 auto;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4)
}

.filters {
    display: inline-block;
    position: relative
}

.filters i {
    margin-right: 3px
}

.filters .btn.reset-filter {
    position: absolute;
    right: -80px;
    top: 3px;
    opacity: 0;
    transition: all .2s ease;
    padding-left: 12px;
    padding-right: 12px
}

.filters .btn.reset-filter.visible {
    opacity: 1
}

.filters h6 {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    padding: 8px 5px;
    line-height: 22px;
    margin: 0
}

.filters fieldset {
    float: right;
    margin: 0 20px
}

.filters fieldset .btn-default {
    padding: 5px 16px;
    margin: 2px 0;
    color: #333333
}

.filters fieldset .btn-default.active {
    background-color: rgba(0, 0, 0, 0.13)
}

.filters .btn-types {
    margin-right: 0
}

.hidden-message {
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 100%;
    margin: 0 auto;
    top: 80px;
    padding: 80px 0;
    position: absolute;
    color: #777777
}

.hidden-message h2 {
    max-width: 700px;
    margin: 0 auto;
    display: block
}

.hidden-message.visible {
    opacity: 1;
    position: relative;
    top: 0
}

.main > .container {
    min-height: 450px
}

.breadcrumb {
    margin-bottom: 0
}

@media (max-width: 1200px) {
    .cover img {
        width: 100%
    }

    .theme .cover {
        height: 312px
    }

    .freebie .cover {
        height: 285px
    }

    .footer-title .container .form-inline .form-control {
        width: 100%
    }
}

@media (min-width: 1200px) {
    .freebie .cover {
        height: 345px
    }

    .section-header h1 {
        font-size: 28px
    }

    .section-header p {
        font-size: 16px
    }

    .section-header .modal-offer p {
        font-size: 15px
    }

    .section-thank-you-page p {
        font-size: 23px
    }

    .section-header .parallax-background img {
        margin-top: -120px
    }

    .section-thank-you-page .parallax-background img {
        margin-top: 0px
    }
}

@media (min-width: 678px) {
    .freebie .title {
        padding: 10px 0 0
    }

    .freebie .cover-cover {
        bottom: -120px
    }

    .navbar-nav > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu-container > .dropdown-menu, .dropdown-menu {
        display: block;
        margin: 0;
        padding: 0;
        z-index: 9000;
        position: absolute;
        -webkit-border-radius: 10px;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.125);
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -ms-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        -ms-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
        transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1)
    }

    .navbar-nav > li.open > .dropdown-menu, .navbar-nav > li.open > .dropdown-menu-container > .dropdown-menu, .open .dropdown-menu {
        -webkit-transform-origin: 140px -50px;
        -moz-transform-origin: 140px -50px;
        -o-transform-origin: 140px -50px;
        -ms-transform-origin: 140px -50px;
        transform-origin: 140px -50px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: none;
        -webkit-filter: none;
        -moz-filter: none;
        -ms-filter: none;
        -o-filter: none;
        filter: none
    }

    .dropdown-menu:before, .dropdown-menu-containe:before {
        border-bottom: 11px solid rgba(0, 0, 0, 0.2);
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        right: 30px;
        top: -11px
    }

    .dropdown-menu:after, .dropdown-menu-container:after {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
        right: 30px;
        top: -10px
    }
    .dropup .dropdown-menu {
        margin-bottom: 10px
    }
    .dropup .dropdown-menu:after {
        border-top: 11px solid #FFFFFF;
        border-bottom: 0;
        top: auto;
        bottom: -10px
    }
    .dropup .dropdown-menu:before {
        border-top: 11px solid rgba(0, 0, 0, 0.2);
        border-bottom: 0;
        top: auto;
        bottom: -11px
    }

    .dropdown-menu-container .dropdown-menu:after, .dropdown-menu-container .dropdown-menu:before {
        border: 0 !important
    }

    .share-area-container {
        margin-bottom: 60px
    }
}
@media (max-width: 991px) {
    .freebie .cover-cover, .theme .cover-cover {
        display: none
    }

    .alert-celebrating .btn {
        margin-top: 15px
    }

    .freebie .over, .theme .over {
        position: inherit;
        bottom: 0
    }

    .freebie .title .downloads {
        float: right
    }

    .theme .info .actions .btn-default {
        color: #666666
    }

    .parallax-product {
        height: auto
    }

    .pay-area {
        margin-top: 40px
    }

    .section-header .parallax-background img {
        min-width: 100%;
        width: auto;
        min-height: 100%;
        height: auto;
        left: -250px;
        margin-top: -50px
    }
}

@media (max-width: 768px) {
    .freebie .info .actions .btn-default {
        margin-bottom: 0
    }

    .theme .info .extra-info, .freebie h3.title {
        height: auto
    }

    .theme {
        margin-bottom: 13px
    }

    .filter-bar .logo {
        height: 40px;
        width: 40px;
        margin-left: 5px
    }

    .filter-bar .navbar-brand {
        padding: 0;
        margin-top: 5px
    }

    .filter-bar .navbar-brand p {
        margin-top: 0
    }

    .filter-bar.filled .dropdown-menu > li > a {
        color: #454545
    }

    .filter-bar .dropdown-menu > li > a, .filter-bar .scroll-area > li > a {
        color: #454545
    }

    .filter-bar .dropdown-notifications .dropdown-menu {
        width: 100%
    }

    .filter-bar .dropdown-categories .dropdown-menu {
        width: 90%;
        margin-left: 5%
    }

    .filter-bar .dropdown-categories .dropdown-menu li > a {
        text-align: center
    }

    .navbar-search-form .search {
        width: 80% !important;
        margin-left: 10%
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .scroll-area > li > a:hover, .scroll-area > li > a:focus {
        background-color: rgba(238, 238, 238, 0.34)
    }

    .section-header .btn {
        margin-bottom: 10px
    }

    .section-header {
        height: auto !important
    }

    .section-header .info {
        margin-bottom: 125px
    }

    .section-header .parallax-background img {
        width: auto;
        height: 150%;
        left: 0px;
        top: 0px
    }

    .product-page .pay-area {
        margin-bottom: 130px
    }

    .section-scaled {
        margin-left: 15px;
        margin-right: 15px
    }

    .section-header .black-friday span, #blackFridayBundleCard + span, #blackFriday + span {
        padding: 12px 8px;
        font-size: 18px;
        text-align: center;
        border-radius: 4px
    }

    .section-header #blackFriday {
        margin-right: 0px
    }

    .section-header .black-friday .small-text {
        font-size: 12px;
        font-weight: 300
    }

    .footer-title .container .form-control {
        margin-bottom: 10px
    }
}

@media (max-width: 660px) {
    .section-gallery .parallax-background img {
        width: auto;
        height: 100%
    }
}

@media (max-width: 550px) {
    .product-image {
        width: 100%
    }

    .theme {
        margin-bottom: 30px
    }

    .parallax-small {
        padding-top: 100px
    }

    .parallax-product {
        padding-top: 145px
    }

    .footer-title .social {
        text-align: left;
        margin-top: 20px
    }

    .filters .btn-types {
        float: left;
        margin-left: 0
    }

    .filters h6 {
        float: none;
        padding-left: 0
    }

    .filters fieldset {
        float: left;
        margin-left: 0
    }

    .section-header .authors-container {
        width: 220px
    }
}

@-moz-keyframes bounces {
    0% {
        top: -10px
    }
    8% {
        top: -77px
    }
    26% {
        top: -65px
    }
    38% {
        top: -73px
    }
    65% {
        top: -70px
    }
    75% {
        top: -70px
    }
    100% {
        top: -70px
    }
}

@-moz-keyframes miniBounce {
    0% {
        top: 0px
    }
    15% {
        top: -5px
    }
    30% {
        top: 3px
    }
    45% {
        top: -2px
    }
    60% {
        top: 0px
    }
    100% {
        top: 0px
    }
}

@-moz-keyframes returnBounce {
    0% {
        top: -70px
    }
    17% {
        top: 0px
    }
    100% {
        top: 0px
    }
}

@-webkit-keyframes bounces {
    0% {
        top: -10px
    }
    8% {
        top: -77px
    }
    26% {
        top: -65px
    }
    38% {
        top: -73px
    }
    65% {
        top: -70px
    }
    75% {
        top: -70px
    }
    100% {
        top: -70px
    }
}

@-webkit-keyframes miniBounce {
    0% {
        top: 0px
    }
    15% {
        top: -5px
    }
    30% {
        top: 3px
    }
    45% {
        top: -2px
    }
    60% {
        top: 0px
    }
    100% {
        top: 0px
    }
}

@-webkit-keyframes returnBounce {
    0% {
        top: -70px
    }
    17% {
        top: 0px
    }
    100% {
        top: 0px
    }
}

@-o-keyframes bounces {
    0% {
        top: -10px
    }
    8% {
        top: -77px
    }
    26% {
        top: -65px
    }
    38% {
        top: -73px
    }
    65% {
        top: -70px
    }
    75% {
        top: -70px
    }
    100% {
        top: -70px
    }
}

@-o-keyframes miniBounce {
    0% {
        top: 0px
    }
    15% {
        top: -5px
    }
    30% {
        top: 3px
    }
    45% {
        top: -2px
    }
    60% {
        top: 0px
    }
    100% {
        top: 0px
    }
}

@-o-keyframes returnBounce {
    0% {
        top: -70px
    }
    17% {
        top: 0px
    }
    100% {
        top: 0px
    }
}

@-ms-keyframes bounces {
    0% {
        top: -10px
    }
    8% {
        top: -77px
    }
    26% {
        top: -65px
    }
    38% {
        top: -73px
    }
    65% {
        top: -70px
    }
    75% {
        top: -70px
    }
    100% {
        top: -70px
    }
}

@-ms-keyframes miniBounce {
    0% {
        top: 0px
    }
    15% {
        top: -5px
    }
    30% {
        top: 3px
    }
    45% {
        top: -2px
    }
    60% {
        top: 0px
    }
    100% {
        top: 0px
    }
}

@-ms-keyframes returnBounce {
    0% {
        top: -70px
    }
    17% {
        top: 0px
    }
    100% {
        top: 0px
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes uil-ring-anim {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.uil-ring-css {
    background: none;
    position: relative;
    width: 200px;
    height: 250px
}

.uil-ring-css > div {
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #59ebff;
    -ms-animation: uil-ring-anim 1s linear infinite;
    -moz-animation: uil-ring-anim 1s linear infinite;
    -webkit-animation: uil-ring-anim 1s linear infinite;
    -o-animation: uil-ring-anim 1s linear infinite;
    animation: uil-ring-anim 1s linear infinite
}

#comments_product_page > .uil-ring-css {
    margin: 0 auto;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4)
}

#mix-container .mix {
    display: none
}

.controls button {
    font-family: 'Helvetica Neue', arial, sans-serif;
    color: white
}

.controls h4 {
    font-weight: 700;
    margin-bottom: .5em
}

.controls label {
    font-weight: 300
}

.controls button {
    display: inline-block;
    padding: .4em .8em;
    background: #666;
    border: 0;
    margin: 0 .2em;
    color: #ddd;
    font-size: 16px;
    font-weight: 300;
    border-radius: .25em;
    cursor: pointer
}

.controls button.active {
    background: #68b8c4
}

.controls button:focus {
    outline: 0 none
}

.controls button:first-of-type {
    margin-left: 0
}

.controls button:last-of-type {
    margin-right: 0
}

.controls button:focus {
    outline: 0 none
}

.controls {
    background: #333;
    padding: 2%
}

.controls fieldset {
    display: inline-block;
    vertical-align: top;
    margin: 0 1em 0 0;
    background: #444;
    padding: .5em;
    border-radius: 3px
}

.controls .checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px
}

.controls .checkbox input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1
}

.controls .checkbox label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 1.5em
}

.controls .checkbox label:before, .controls .checkbox label:after {
    content: '';
    display: block;
    position: absolute
}

.controls .checkbox label:before {
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    background: #ddd;
    border-radius: 3px
}

.controls .checkbox label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #68b8c4;
    opacity: 0;
    pointer-events: none
}

.controls .checkbox input:checked ~ label:after {
    opacity: 1
}

.controls .checkbox input:focus ~ label:before {
    background: #eee
}

.modal-gift .product-gift {
    padding: 5px 0;
    border-bottom: 1px solid #EEEEEE
}

.modal-gift .product-gift .product-link {
    color: #333333
}

.modal-gift .product-gift .product-link small {
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    color: #AAAAAA;
    margin-bottom: 10px
}

.modal-gift .product-gift .product-link .price {
    color: #FF3B30;
    font-size: 12px;
    font-weight: 600
}

.modal-gift .product-gift .product-link .price strike {
    color: #333333;
    padding-right: 4px
}

.modal-gift .product-gift:first-child {
    margin-top: 30px
}

.modal-gift .product-gift:last-child {
    border-bottom: 0;
    margin-bottom: 30px
}

.modal-gift .product-gift img {
    max-width: 200px
}

.modal-gift .product-gift h5 {
    color: #343434;
    margin-bottom: 2px
}

.modal-gift img {
    border-radius: 4px;
    width: 100%
}

.modal-gift textarea {
    resize: vertical
}

.modal-gift input[type="radio"] {
    margin-top: 20px
}

.modal-gift .modal-content {
    border-radius: 10px
}

#contactUsModal .modal-dialog {
    margin-top: 80px
}

.modal-medium a:not(.btn) {
    color: #565656
}

.modal-medium a:not(.btn):hover {
    color: #333
}

.alert-modal {
    color: #FFF;
    border: 0;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px
}

.alert-modal.alert-danger {
    background: #FF3B30
}

.popover-parent {
    text-align: center
}

.popover-parent .license-switch .btn {
    border-width: 1px
}

.popover-parent .license-switch .btn:nth-child(2) {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important
}

.popover-parent .popover-title {
    text-align: center
}

.popover-parent .popover-content {
    width: 245px;
    min-height: auto
}

.popover-parent .popover-content p {
    border: 0
}

.fake-class {
    background-color: #ffff
}

.navbar-search-form .search {
    background-color: rgba(0, 0, 0, 0.3);
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    line-height: 1.42857;
    padding: 6px 12px;
    vertical-align: middle;
    width: 300px
}

.checkbox-list label {
    margin-left: 2%;
    width: 85%
}

.checkbox-list input {
    margin-left: 8%;
    display: inline-block
}

.btn-round-big-bundle {
    border-radius: 30px
}

li.big-bundle a {
    position: relative
}

li.big-bundle .bundle-name {
    font-size: 18px;
    font-weight: 300
}

li.big-bundle .bundle-name small {
    display: block;
    font-size: 11px;
    font-weight: bold;
    color: #999
}

li.big-bundle .bundle-price {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 20px;
    font-weight: 300
}

.coupon-page {
    padding-bottom: 80px
}

.coupon-page .container-cards {
    position: relative;
    z-index: 1;
    margin-top: -40px
}

.coupon-page .container-cards p {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-top: 30px
}

.coupon-page .modal-dialog {
    text-align: center
}

.coupon-page .card {
    background: #FFFFFF;
    border-radius: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -ms-transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    margin-bottom: 10px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3)
}

.coupon-page .card a {
    text-decoration: none;
    color: #333333;
    padding: 30px 15px;
    display: block
}

.coupon-page .card i {
    color: #777777
}

.coupon-page .card h4 {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #333333
}

.coupon-page .card:hover {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.coupon-page .card .card-icon {
    font-size: 60px
}

.coupon-page .card-icon {
    color: #777777
}

.coupon-page .card-credit .card {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
    margin-top: 25px
}

.coupon-page .card-credit .card:hover {
    transform: none
}

.coupon-page .card-credit .card-header {
    padding-top: 20px;
    color: #5c96f0;
    font-weight: bold;
    font-size: 10px
}

.coupon-page .card-credit .card-body .card-body-icon {
    width: 90px;
    height: 90px;
    margin-left: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center
}

.coupon-page .card-credit .card-body .card-text-icon {
    position: absolute;
    font-size: 30px;
    font-weight: 500;
    left: 0;
    right: 0
}

.coupon-page .card-credit .card-body .card-description {
    padding: 10px;
    font-size: 10px;
    color: #999999;
    padding-bottom: 20px
}

.coupon-page .card-credit .card-subheader {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px
}

.coupon-page .modal-footer {
    text-align: center
}

.coupon-page .modal-footer .btn-footer {
    background-color: #5c96f0;
    border-color: #5c96f0
}

.coupon-page #coupon10 .modal-body h3 {
    margin-top: 10px
}

#product-cart-modal .card.card-cart {
    min-height: 50px;
    width: 100%;
    background: #FFFFFF;
    margin-top: 40px;
    border-radius: 6px;
    -webkit-transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -ms-transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    transition: all 300ms cubic-bezier(0.34, 2, 0.6, 1);
    margin-bottom: 10px;
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.3)
}

#product-cart-modal .card.card-cart .btn {
    margin-top: 0px
}

#product-cart-modal .card.card-cart .emoji {
    font-size: 35px;
    display: flex;
    align-items: center;
    margin-top: 6px
}

#product-cart-modal .card.card-cart .btn-round.btn-sm {
    padding: 0
}

#product-cart-modal .card.card-cart .kitty-line {
    font-size: 15px;
    margin: 0;
    margin-top: 17px
}

#product-cart-modal .card:hover {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

#galleryParallax {
    height: auto;
    padding-bottom: 20px
}

#my-cart .line-through.discount-price {
    font-size: 28px;
    font-weight: 300;
    line-height: 38px
}

#my-cart .alert {
    margin-left: 20px;
    margin-right: 20px;
    padding: 5px
}

.table-subscription .label-success, .table-subscription .label-warning, .table-subscription .label-primary, .table-subscription .label-info {
    color: #fff
}

.section-support {
    padding: 0 15px
}

.section-support .btn.btn-round {
    margin: 5px 5px 5px 7px;
    padding: 3px;
    min-width: 25px
}

.section-support .btn-neutral {
    border-color: #999999;
    color: #999999
}

.section-support label {
    font-weight: 400
}

.section-support hr {
    margin-top: 5px;
    margin-bottom: 0
}

.section-support .price {
    padding-top: 8px
}

.account-subscription {
    position: absolute;
    bottom: -7px;
    color: #FFFFFF;
    right: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    font-size: 13px;
    z-index: 3
}

.account-subscription.paid {
    background-color: #05AE0E
}

.account-subscription.unpaid {
    background-color: #AAAAAA
}

.card.card-bundle .mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .65;
    border-radius: 8px
}

.bg-react {
    background-color: #80e1fb
}

.bg-angular {
    background-color: #c50627
}

.bg-html {
    background-color: #e44b23
}

.bg-vue {
    background-color: #28d388
}

.bg-default {
    background: #511D80
}

.bg-material {
    background: linear-gradient(135deg, #e079fc 0%, #7c44ff 100%)
}

.card.card-bundle .details {
    text-align: center;
    height: auto;
    color: #FFF;
    height: 100%
}

.card.card-bundle .details .bundle-details {
    position: absolute;
    width: 100%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    margin-right: auto;
    margin-left: auto
}

.card.card-bundle .details .bundle-details i {
    font-size: 30px
}

.card.card-bundle .details .bundle-details span {
    display: block;
    font-size: 35px;
    font-weight: 300
}

.card.card-bundle .details .bundle-details p {
    font-size: 12px;
    font-weight: 500
}

.card.card-bundle .details .framework-logo {
    position: absolute;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 40px;
    left: 0;
    right: 0;
    top: 0;
    margin-right: auto;
    margin-left: auto
}

.card.card-bundle .details .framework-logo img {
    width: 70px;
    height: 70px;
    border-radius: 50%
}

.card.card-bundle .details .framework-logo img.default, .card.card-bundle .details .framework-logo img.material {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

.card.card-bundle .details .framework-logo p {
    padding-top: 20px;
    font-size: 30px;
    font-weight: 400
}

@media (max-width: 800px) {
    .card.card-bundle .thumbnail {
        min-height: 150px
    }

    .card.card-bundle .details .framework-logo {
        padding-top: 20px
    }

    .card.card-bundle .details .framework-logo img {
        width: 40px;
        height: 40px
    }

    .card.card-bundle .details .framework-logo img.default, .card.card-bundle .details .framework-logo img.material {
        width: 30px;
        height: 30px
    }

    .card.card-bundle .details .framework-logo p {
        padding-top: 5px;
        font-size: 20px
    }
}

@media (max-width: 1100px) {
    .card.card-bundle .details .bundle-details {
        padding: 10px
    }

    .card.card-bundle .details .bundle-details i {
        font-size: 20px
    }

    .card.card-bundle .details .bundle-details span {
        font-size: 20px
    }
}

@media (min-width: 801px) and (max-width: 1100px) {
    .card.card-bundle .details .framework-logo {
        padding-top: 25px
    }

    .card.card-bundle .details .framework-logo img {
        width: 50px;
        height: 50px
    }

    .card.card-bundle .details .framework-logo img.default, .card.card-bundle .details .framework-logo img.material {
        width: 40px;
        height: 40px
    }
}

.products-container .card.card-bundle .details .bundle-details {
    padding: 25px 25px 10px 24px
}

.products-container .card.card-bundle .details .bundle-details i {
    font-size: 25px
}

.products-container .card.card-bundle .details .bundle-details span {
    font-size: 30px
}

.products-container .card.card-bundle .details .framework-logo {
    padding-top: 20px
}

.products-container .card.card-bundle .details .framework-logo img {
    width: 50px;
    height: 50px
}

.products-container .card.card-bundle .details .framework-logo p {
    padding-top: 3px
}

.table.table-support {
    text-align: center
}

.table.table-support thead th {
    text-align: center
}

.table.table-support tbody tr td:first-child {
    text-align: left
}

.dark-theme {
    background: #414141
}

.dark-theme .main {
    background-color: #414141
}

.dark-theme .main .page-title .container .sub-title {
    margin-bottom: 20px
}

.dark-theme .footer-title, .dark-theme .page-title {
    background-color: #414141
}

.dark-theme .section-header .black-friday {
    margin-bottom: 30px
}

.dark-theme .title {
    color: #FFFFFF
}

.dark-theme .filters fieldset .btn-default {
    color: #fff
}

.dark-theme .card-info a:not(.btn) {
    color: #FFFFFF
}

.dark-theme .card-info p {
    color: #888888
}

.dark-theme .card .time.premium-product {
    color: #FFFFFF
}

.dark-theme .main-white {
    background: #414141;
    border-top: 0
}

.dark-theme .breadcrumb {
    margin-bottom: 0;
    background: #333;
    color: #fff
}

.dark-theme .categories-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.dark-theme .section-header.black-friday {
    min-height: 500px
}

.dark-theme .section-header .info h1 {
    font-weight: 400
}

.dark-theme .section-header .info h1 span {
    color: red
}

.dark-theme .section-header .info h3 {
    font-weight: 300
}

.dark-theme.bundles-layout .section-header.black-friday {
    min-height: 440px
}

.dark-theme .line-through.discount-price {
    font-size: 22px
}

.dark-theme .media-logos .logo {
    background-image: url("../images/media-logos-dark.jpg")
}

.section-header.black-friday {
    min-height: 500px
}

.section-header .info h1 {
    font-weight: 400
}

.section-header .info h1 span {
    color: red
}

.section-header .info h3 {
    font-weight: 400
}

.bundles-layout .section-header.black-friday {
    min-height: 440px
}

@font-face {
    font-family: 'ios7-style-font-icons';
    src: url(/assets/fonts/ios7-style-font-icons-54c62a80a2e0b7c20ab14eece1ced832aa14db1c8edbe4be37acdf25a87d27f5.eot);
    src: url(../fonts/ios7-style-font-icons-54c62a80a2e0b7c20ab14eece1ced832aa14db1c8edbe4be37acdf25a87d27f5.eot) format("embedded-opentype"), url(../fonts/ios7-style-font-icons-464002754cc52af8a4d700e6ac5075ea66fe3f3b426aae7f9f292f2b6a034f5b.ttf) format("truetype"), url(../fonts/ios7-style-font-icons-95530d70d09a46a6b2b8ae45bbe5634907cc14ed318aa93883955cd7cb041bc7.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

.icon-stack {
    position: relative;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    line-height: 1.7em !important;
    vertical-align: -30%;
    text-align: center
}

.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: inherit;
    font-size: 1em;
    *line-height: 1.3em
}

.icon-stack .icon-stack-base {
    font-size: 1.6em;
    *line-height: 1.3em
}

.icon-large {
    font-size: 1.333em
}

.icon-2x {
    font-size: 1.8em
}

.icon-3x {
    font-size: 3em
}

.icon-4x {
    font-size: 4em
}

.icon-5x {
    font-size: 5em
}

.icons-ul li {
    list-style: none
}

.icons-ul li i {
    margin-right: 5px
}

.icon-light {
    color: #fff
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'ios7-style-font-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-zoom-out:before {
    content: "\e600"
}

.icon-zoom-in:before {
    content: "\e601"
}

.icon-youtube:before {
    content: "\e602"
}

.icon-youtube-sign:before {
    content: "\e603"
}

.icon-xing:before {
    content: "\e604"
}

.icon-xing-sign:before {
    content: "\e605"
}

.icon-wrench:before {
    content: "\e606"
}

.icon-windows:before {
    content: "\e607"
}

.icon-windows-alt:before {
    content: "\e608"
}

.icon-warning-sign:before {
    content: "\e609"
}

.icon-volume-up:before {
    content: "\e60a"
}

.icon-volume-off:before {
    content: "\e60b"
}

.icon-volume-down:before {
    content: "\e60c"
}

.icon-vimeo:before {
    content: "\e60d"
}

.icon-vimeo-alt:before {
    content: "\e60e"
}

.icon-user:before {
    content: "\e60f"
}

.icon-user-alt:before {
    content: "\e610"
}

.icon-usd:before, .icon-dollar:before {
    content: "\e611"
}

.icon-upload:before {
    content: "\e612"
}

.icon-upload-alt:before {
    content: "\e613"
}

.icon-unlock:before {
    content: "\e614"
}

.icon-unlock-alt:before {
    content: "\e615"
}

.icon-unlink:before {
    content: "\e616"
}

.icon-undo:before, .icon-rotate-left:before {
    content: "\e617"
}

.icon-underline:before {
    content: "\e618"
}

.icon-umbrella:before {
    content: "\e619"
}

.icon-twitter:before {
    content: "\e61a"
}

.icon-twitter-sign:before {
    content: "\e61b"
}

.icon-twitter-alt:before {
    content: "\e61c"
}

.icon-tumblr:before {
    content: "\e61d"
}

.icon-tumblr-sign:before {
    content: "\e61e"
}

.icon-tumblr-alt:before {
    content: "\e61f"
}

.icon-truck:before {
    content: "\e620"
}

.icon-trello:before {
    content: "\e621"
}

.icon-trash:before {
    content: "\e622"
}

.icon-tint:before {
    content: "\e623"
}

.icon-tint-alt:before {
    content: "\e624"
}

.icon-time:before {
    content: "\e625"
}

.icon-ticket:before {
    content: "\e626"
}

.icon-thumbs-up:before {
    content: "\e627"
}

.icon-thumbs-up-alt:before {
    content: "\e628"
}

.icon-thumbs-down:before {
    content: "\e629"
}

.icon-thumbs-down-alt:before {
    content: "\e62a"
}

.icon-th:before {
    content: "\e62b"
}

.icon-th-list:before {
    content: "\e62c"
}

.icon-th-large:before {
    content: "\e62d"
}

.icon-text-width:before {
    content: "\e62e"
}

.icon-text-height:before {
    content: "\e62f"
}

.icon-terminal:before {
    content: "\e630"
}

.icon-tasks:before {
    content: "\e631"
}

.icon-tags:before {
    content: "\e632"
}

.icon-tag:before {
    content: "\e633"
}

.icon-tablet:before {
    content: "\e634"
}

.icon-table:before {
    content: "\e635"
}

.icon-superscript:before {
    content: "\e636"
}

.icon-sun:before {
    content: "\e637"
}

.icon-suitcase:before {
    content: "\e638"
}

.icon-suitcase-alt:before {
    content: "\e639"
}

.icon-subscript:before {
    content: "\e63a"
}

.icon-strikethrough:before {
    content: "\e63b"
}

.icon-stop:before {
    content: "\e63c"
}

.icon-stop-alt:before {
    content: "\e63d"
}

.icon-step-forward:before {
    content: "\e63e"
}

.icon-step-forward-alt:before {
    content: "\e63f"
}

.icon-step-backward:before {
    content: "\e640"
}

.icon-step-backward-alt:before {
    content: "\e641"
}

.icon-star:before {
    content: "\e642"
}

.icon-star-half:before {
    content: "\e643"
}

.icon-star-half-empty:before, .icon-star-half-full:before {
    content: "\e644"
}

.icon-star-empty:before {
    content: "\e645"
}

.icon-stackexchange:before {
    content: "\e646"
}

.icon-spinner:before {
    content: "\e647"
}

.icon-soundcloud:before {
    content: "\e648"
}

.icon-soundcloud-alt:before {
    content: "\e649"
}

.icon-sort:before {
    content: "\e64a"
}

.icon-sort-up:before {
    content: "\e64b"
}

.icon-sort-down:before {
    content: "\e64c"
}

.icon-sort-by-order:before {
    content: "\e64d"
}

.icon-sort-by-order-alt:before {
    content: "\e64e"
}

.icon-sort-by-attributes:before {
    content: "\e64f"
}

.icon-sort-by-attributes-alt:before {
    content: "\e650"
}

.icon-sort-by-alphabet:before {
    content: "\e651"
}

.icon-sort-by-alphabet-alt:before {
    content: "\e652"
}

.icon-smile:before {
    content: "\e653"
}

.icon-skype:before {
    content: "\e654"
}

.icon-skype-sign:before {
    content: "\e655"
}

.icon-skype-alt:before {
    content: "\e656"
}

.icon-sitemap:before {
    content: "\e657"
}

.icon-signout:before {
    content: "\e658"
}

.icon-signin:before {
    content: "\e659"
}

.icon-signal:before {
    content: "\e65a"
}

.icon-sign-blank:before {
    content: "\e65b"
}

.icon-sign-blank-alt:before {
    content: "\e65c"
}

.icon-shopping-cart:before {
    content: "\e65d"
}

.icon-shield:before {
    content: "\e65e"
}

.icon-share:before {
    content: "\e65f"
}

.icon-share-sign:before {
    content: "\e660"
}

.icon-share-alt:before, .icon-mail-forward:before {
    content: "\e661"
}

.icon-search:before {
    content: "\e662"
}

.icon-screenshot:before {
    content: "\e663"
}

.icon-save:before {
    content: "\e664"
}

.icon-rss:before {
    content: "\e665"
}

.icon-rss-sign:before {
    content: "\e666"
}

.icon-rocket:before {
    content: "\e667"
}

.icon-retweet:before {
    content: "\e668"
}

.icon-resize-vertical:before {
    content: "\e669"
}

.icon-resize-small:before {
    content: "\e66a"
}

.icon-resize-horizontal:before {
    content: "\e66b"
}

.icon-resize-full:before {
    content: "\e66c"
}

.icon-reply:before, .icon-mail-reply:before {
    content: "\e66d"
}

.icon-reply-all:before {
    content: "\e66e"
}

.icon-reply-all-alt:before {
    content: "\e66f"
}

.icon-repeat:before, .icon-rotate-right:before {
    content: "\e670"
}

.icon-reorder:before {
    content: "\e671"
}

.icon-remove:before {
    content: "\e672"
}

.icon-remove-sign:before {
    content: "\e673"
}

.icon-remove-circle:before {
    content: "\e674"
}

.icon-refresh:before {
    content: "\e675"
}

.icon-random:before {
    content: "\e676"
}

.icon-quote-right:before {
    content: "\e677"
}

.icon-quote-right-alt:before {
    content: "\e678"
}

.icon-quote-left:before {
    content: "\e679"
}

.icon-quote-left-alt:before {
    content: "\e67a"
}

.icon-question:before {
    content: "\e67b"
}

.icon-question-sign:before {
    content: "\e67c"
}

.icon-qrcode:before {
    content: "\e67d"
}

.icon-puzzle-piece:before {
    content: "\e67e"
}

.icon-pushpin:before {
    content: "\e67f"
}

.icon-print:before {
    content: "\e680"
}

.icon-plus:before {
    content: "\e681"
}

.icon-plus-sign:before {
    content: "\e682"
}

.icon-plus-sign-alt:before {
    content: "\e683"
}

.icon-play:before {
    content: "\e684"
}

.icon-play-circle:before {
    content: "\e685"
}

.icon-play-alt:before {
    content: "\e686"
}

.icon-plane:before {
    content: "\e687"
}

.icon-pinterest:before {
    content: "\e688"
}

.icon-pinterest-sign:before {
    content: "\e689"
}

.icon-picture:before {
    content: "\e68a"
}

.icon-phone:before {
    content: "\e68b"
}

.icon-phone-sign:before {
    content: "\e68c"
}

.icon-phone-sign-alt:before {
    content: "\e68d"
}

.icon-phone-alt:before {
    content: "\e68e"
}

.icon-pencil:before {
    content: "\e68f"
}

.icon-pause:before {
    content: "\e690"
}

.icon-pause-alt:before {
    content: "\e691"
}

.icon-paste:before {
    content: "\e692"
}

.icon-paper-clip:before, .icon-paperclip:before {
    content: "\e693"
}

.icon-ok:before {
    content: "\e694"
}

.icon-ok-circle:before {
    content: "\e695"
}

.icon-off:before, .icon-power-off:before {
    content: "\e696"
}

.icon-music:before {
    content: "\e697"
}

.icon-move:before {
    content: "\e698"
}

.icon-moon:before {
    content: "\e699"
}

.icon-money:before {
    content: "\e69a"
}

.icon-mobile-phone:before {
    content: "\e69b"
}

.icon-minus:before {
    content: "\e69c"
}

.icon-minus-sign:before {
    content: "\e69d"
}

.icon-minus-sign-alt:before {
    content: "\e69e"
}

.icon-microphone:before {
    content: "\e69f"
}

.icon-microphone-off:before {
    content: "\e6a0"
}

.icon-meh:before {
    content: "\e6a1"
}

.icon-medkit:before {
    content: "\e6a2"
}

.icon-maxcdn:before {
    content: "\e6a3"
}

.icon-map-marker:before {
    content: "\e6a4"
}

.icon-male:before {
    content: "\e6a5"
}

.icon-male-sign:before {
    content: "\e6a6"
}

.icon-male-sign-alt:before {
    content: "\e6a7"
}

.icon-male-alt:before {
    content: "\e6a8"
}

.icon-mail-reply-all:before {
    content: "\e6a9"
}

.icon-magnet:before {
    content: "\e6aa"
}

.icon-magic:before {
    content: "\e6ab"
}

.icon-long-arrow-up:before {
    content: "\e6ac"
}

.icon-long-arrow-right:before {
    content: "\e6ad"
}

.icon-long-arrow-left:before {
    content: "\e6ae"
}

.icon-long-arrow-down:before {
    content: "\e6af"
}

.icon-lock:before {
    content: "\e6b0"
}

.icon-location-arrow:before {
    content: "\e6b1"
}

.icon-list-ul:before, .icon-list:before {
    content: "\e6b2"
}

.icon-list-ol:before {
    content: "\e6b3"
}

.icon-list-alt:before {
    content: "\e6b4"
}

.icon-linux:before {
    content: "\e6b5"
}

.icon-linkedin:before {
    content: "\e6b6"
}

.icon-linkedin-sign:before {
    content: "\e6b7"
}

.icon-linkedin-alt:before {
    content: "\e6b8"
}

.icon-link:before {
    content: "\e6b9"
}

.icon-lightbulb:before {
    content: "\e6ba"
}

.icon-level-up:before {
    content: "\e6bb"
}

.icon-level-down:before {
    content: "\e6bc"
}

.icon-lemon:before {
    content: "\e6bd"
}

.icon-legal:before {
    content: "\e6be"
}

.icon-leaf:before {
    content: "\e6bf"
}

.icon-laptop:before {
    content: "\e6c0"
}

.icon-krw:before, .icon-won:before {
    content: "\e6c1"
}

.icon-keyboard:before {
    content: "\e6c2"
}

.icon-key:before {
    content: "\e6c3"
}

.icon-jpy:before, .icon-yen:before {
    content: "\e6c4"
}

.icon-italic:before {
    content: "\e6c5"
}

.icon-instagram:before {
    content: "\e6c6"
}

.icon-instagram-sign:before {
    content: "\e6c7"
}

.icon-info:before {
    content: "\e6c8"
}

.icon-info-sign:before {
    content: "\e6c9"
}

.icon-indent-right:before {
    content: "\e6ca"
}

.icon-indent-left:before {
    content: "\e6cb"
}

.icon-inbox:before {
    content: "\e6cc"
}

.icon-html5:before {
    content: "\e6cd"
}

.icon-hospital:before {
    content: "\e6ce"
}

.icon-home:before {
    content: "\e6cf"
}

.icon-heart:before {
    content: "\e6d0"
}

.icon-heart-empty:before {
    content: "\e6d1"
}

.icon-headphones:before {
    content: "\e6d2"
}

.icon-hdd:before {
    content: "\e6d3"
}

.icon-hand-up:before {
    content: "\e6d4"
}

.icon-hand-right:before {
    content: "\e6d5"
}

.icon-hand-left:before {
    content: "\e6d6"
}

.icon-hand-down:before {
    content: "\e6d7"
}

.icon-h-sign:before {
    content: "\e6d8"
}

.icon-group:before {
    content: "\e6d9"
}

.icon-google-plus:before {
    content: "\e6da"
}

.icon-google-plus-sign:before {
    content: "\e6db"
}

.icon-google-plus-alt:before {
    content: "\e6dc"
}

.icon-globe:before {
    content: "\e6dd"
}

.icon-glasses:before {
    content: "\e6de"
}

.icon-glass:before {
    content: "\e6df"
}

.icon-gittip:before {
    content: "\e6e0"
}

.icon-github:before {
    content: "\e6e1"
}

.icon-gift:before {
    content: "\e6e2"
}

.icon-gbp:before {
    content: "\e6e3"
}

.icon-gamepad:before {
    content: "\e6e4"
}

.icon-frown:before {
    content: "\e6e5"
}

.icon-foursquare:before {
    content: "\e6e6"
}

.icon-forward:before {
    content: "\e6e7"
}

.icon-forward-alt:before {
    content: "\e6e8"
}

.icon-food:before {
    content: "\e6e9"
}

.icon-font:before {
    content: "\e6ea"
}

.icon-folder-open:before {
    content: "\e6eb"
}

.icon-folder-open-alt:before {
    content: "\e6ec"
}

.icon-folder-close:before {
    content: "\e6ed"
}

.icon-folder-close-alt:before {
    content: "\e6ee"
}

.icon-flickr:before {
    content: "\e6ef"
}

.icon-flickr-alt:before {
    content: "\e6f0"
}

.icon-flag:before {
    content: "\e6f1"
}

.icon-flag-checkered:before {
    content: "\e6f2"
}

.icon-flag-alt:before {
    content: "\e6f3"
}

.icon-fire:before {
    content: "\e6f4"
}

.icon-filter:before {
    content: "\e6f5"
}

.icon-film:before {
    content: "\e6f6"
}

.icon-file:before {
    content: "\e6f7"
}

.icon-file-text:before {
    content: "\e6f8"
}

.icon-file-text-alt:before {
    content: "\e6f9"
}

.icon-file-alt:before {
    content: "\e6fa"
}

.icon-fighter-jet:before {
    content: "\e6fb"
}

.icon-female:before {
    content: "\e6fc"
}

.icon-female-sign:before {
    content: "\e6fd"
}

.icon-female-sign-alt:before {
    content: "\e6fe"
}

.icon-female-alt:before {
    content: "\e6ff"
}

.icon-fast-forward:before {
    content: "\e700"
}

.icon-fast-forward-alt:before {
    content: "\e701"
}

.icon-fast-backward:before {
    content: "\e702"
}

.icon-fast-backward-alt:before {
    content: "\e703"
}

.icon-facetime-video:before {
    content: "\e704"
}

.icon-facebook:before {
    content: "\e705"
}

.icon-facebook-sign:before {
    content: "\e706"
}

.icon-facebook-alt:before {
    content: "\e707"
}

.icon-eye-open:before {
    content: "\e708"
}

.icon-eye-close:before {
    content: "\e709"
}

.icon-external-link:before {
    content: "\e70a"
}

.icon-expand:before, .icon-fullscreen:before {
    content: "\e70b"
}

.icon-expand-alt:before {
    content: "\e70c"
}

.icon-exclamation:before {
    content: "\e70d"
}

.icon-exclamation-sign:before {
    content: "\e70e"
}

.icon-exchange:before {
    content: "\e70f"
}

.icon-eur:before, .icon-euro:before {
    content: "\e710"
}

.icon-eraser:before {
    content: "\e711"
}

.icon-envelope:before {
    content: "\e712"
}

.icon-envelope-alt:before {
    content: "\e713"
}

.icon-ellipsis-vertical:before {
    content: "\e714"
}

.icon-ellipsis-horizontal:before {
    content: "\e715"
}

.icon-eject:before {
    content: "\e716"
}

.icon-eject-alt:before {
    content: "\e717"
}

.icon-edit:before {
    content: "\e718"
}

.icon-edit-sign:before {
    content: "\e719"
}

.icon-dropbox:before {
    content: "\e71a"
}

.icon-dribbble:before {
    content: "\e71b"
}

.icon-download:before {
    content: "\e71c"
}

.icon-download-alt:before {
    content: "\e71d"
}

.icon-double-angle-up:before {
    content: "\e71e"
}

.icon-double-angle-right:before {
    content: "\e71f"
}

.icon-double-angle-left:before {
    content: "\e720"
}

.icon-double-angle-down:before {
    content: "\e721"
}

.icon-desktop:before {
    content: "\e722"
}

.icon-dashboard:before {
    content: "\e723"
}

.icon-cut:before {
    content: "\e724"
}

.icon-css3:before {
    content: "\e725"
}

.icon-crop:before {
    content: "\e726"
}

.icon-credit-card:before {
    content: "\e727"
}

.icon-copy:before {
    content: "\e728"
}

.icon-compass:before {
    content: "\e729"
}

.icon-comments:before {
    content: "\e72a"
}

.icon-comments-alt:before {
    content: "\e72b"
}

.icon-comment:before {
    content: "\e72c"
}

.icon-comment-alt:before {
    content: "\e72d"
}

.icon-columns:before {
    content: "\e72e"
}

.icon-collapse:before {
    content: "\e72f"
}

.icon-collapse-top:before {
    content: "\e730"
}

.icon-collapse-alt:before {
    content: "\e731"
}

.icon-cogs:before, .icon-gears:before {
    content: "\e732"
}

.icon-cog:before, .icon-gear:before {
    content: "\e733"
}

.icon-coffee:before {
    content: "\e734"
}

.icon-code:before {
    content: "\e735"
}

.icon-code-fork:before {
    content: "\e736"
}

.icon-cloud:before {
    content: "\e737"
}

.icon-cloud-upload:before {
    content: "\e738"
}

.icon-cloud-download:before {
    content: "\e739"
}

.icon-cloud-alt:before {
    content: "\e73a"
}

.icon-circle:before {
    content: "\e73b"
}

.icon-circle-blank:before {
    content: "\e73c"
}

.icon-circle-arrow-up:before {
    content: "\e73d"
}

.icon-circle-arrow-right:before {
    content: "\e73e"
}

.icon-circle-arrow-left:before {
    content: "\e73f"
}

.icon-circle-arrow-down:before {
    content: "\e740"
}

.icon-chevron-up:before {
    content: "\e741"
}

.icon-chevron-right:before {
    content: "\e742"
}

.icon-chevron-left:before {
    content: "\e743"
}

.icon-chevron-down:before {
    content: "\e744"
}

.icon-check:before {
    content: "\e745"
}

.icon-check-sign:before {
    content: "\e746"
}

.icon-check-sign-alt:before {
    content: "\e747"
}

.icon-check-minus:before {
    content: "\e748"
}

.icon-check-empty:before, .icon-unchecked:before {
    content: "\e749"
}

.icon-certificate:before {
    content: "\e74a"
}

.icon-caret-up:before {
    content: "\e74b"
}

.icon-caret-right:before {
    content: "\e74c"
}

.icon-caret-left:before {
    content: "\e74d"
}

.icon-caret-down:before {
    content: "\e74e"
}

.icon-camera:before {
    content: "\e74f"
}

.icon-camera-retro:before {
    content: "\e750"
}

.icon-calendar:before {
    content: "\e751"
}

.icon-calendar-empty:before {
    content: "\e752"
}

.icon-calculator:before {
    content: "\e753"
}

.icon-bullseye:before {
    content: "\e754"
}

.icon-bullhorn:before {
    content: "\e755"
}

.icon-building:before {
    content: "\e756"
}

.icon-bug:before {
    content: "\e757"
}

.icon-btc:before, .icon-bitcoin:before {
    content: "\e758"
}

.icon-briefcase:before {
    content: "\e759"
}

.icon-bookmark:before {
    content: "\e75a"
}

.icon-bookmark-empty:before {
    content: "\e75b"
}

.icon-book:before {
    content: "\e75c"
}

.icon-bolt:before {
    content: "\e75d"
}

.icon-bold:before {
    content: "\e75e"
}

.icon-bitbucket:before {
    content: "\e75f"
}

.icon-bitbucket-sign:before {
    content: "\e760"
}

.icon-bell:before {
    content: "\e761"
}

.icon-bell-alt:before {
    content: "\e762"
}

.icon-beer:before {
    content: "\e763"
}

.icon-beaker:before {
    content: "\e764"
}

.icon-barcode:before {
    content: "\e765"
}

.icon-bar-chart:before {
    content: "\e766"
}

.icon-ban-circle:before {
    content: "\e767"
}

.icon-backward:before {
    content: "\e768"
}

.icon-backward-alt:before {
    content: "\e769"
}

.icon-asterisk:before {
    content: "\e76a"
}

.icon-arrow-up:before {
    content: "\e76b"
}

.icon-arrow-right:before {
    content: "\e76c"
}

.icon-arrow-left:before {
    content: "\e76d"
}

.icon-arrow-down:before {
    content: "\e76e"
}

.icon-apple:before {
    content: "\e76f"
}

.icon-apple-sign:before {
    content: "\e770"
}

.icon-apple-alt:before {
    content: "\e771"
}

.icon-angle-up:before {
    content: "\e772"
}

.icon-angle-right:before {
    content: "\e773"
}

.icon-angle-left:before {
    content: "\e774"
}

.icon-angle-down:before {
    content: "\e775"
}

.icon-android:before {
    content: "\e776"
}

.icon-anchor:before {
    content: "\e777"
}

.icon-ambulance:before {
    content: "\e778"
}

.icon-adjust:before {
    content: "\e779"
}

.icon-align-center:before {
    content: "\e77a"
}

.icon-align-justify:before {
    content: "\e77b"
}

.icon-align-left:before {
    content: "\e77c"
}

.icon-align-right:before {
    content: "\e77d"
}

.classPhone, .classTablet, .classMonitor {
    height: 100%;
    height: calc(100vh - 55px);
    margin-bottom: 55px
}

.classPhone {
    width: 340px
}

.classTablet {
    width: 768px
}

.classMonitor {
    width: 100%
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.hinges {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animated.slow {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s
}

.animated.snail {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px)
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -moz-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -moz-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -moz-transform: translateX(10px)
    }
}

@-o-keyframes shake {
    0%, 100% {
        -o-transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -o-transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        -o-transform: translateX(10px)
    }
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-10px)
    }
    20%, 40%, 60%, 80% {
        transform: translateX(10px)
    }
}

.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

.text-primary, .text-primary:hover {
    color: #1D62F0
}

.text-info, .text-info:hover {
    color: #1084FF
}

.text-success, .text-success:hover {
    color: #0C9C14
}

.text-warning, .text-warning:hover {
    color: #ED8D00
}

.text-danger, .text-danger:hover {
    color: #EE2D20
}

.btn-social {
    opacity: 0.85;
    padding: 8px 9px
}

.btn-social .fa {
    font-size: 18px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer
}

.btn-social.btn-round {
    padding: 9px 11px
}

.btn-social.btn-simple {
    padding: 9px 5px;
    font-size: 16px
}

.btn-social.btn-simple .fa {
    font-size: 20px;
    position: relative;
    top: -2px;
    width: 24px
}

.btn-simple:active:focus {
    background: transparent
}

.btn-facebook {
    border-color: #3b5998;
    color: #3b5998
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .btn-facebook.dropdown-toggle {
    background-color: transparent;
    color: #3b5998;
    border-color: #3b5998;
    opacity: 1
}

.btn-facebook:disabled, .btn-facebook[disabled], .btn-facebook.disabled {
    background-color: transparent;
    border-color: #3b5998
}

.btn-facebook.btn-fill {
    color: #ffffff;
    background-color: #3b5998;
    opacity: 0.9
}

.btn-facebook.btn-fill:hover, .btn-facebook.btn-fill:focus, .btn-facebook.btn-fill:active, .btn-facebook.btn-fill.active, .open > .btn-facebook.btn-fill.dropdown-toggle {
    background-color: #3b5998;
    color: #ffffff;
    opacity: 1
}

.btn-twitter {
    border-color: #55acee;
    color: #55acee
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .btn-twitter.dropdown-toggle {
    background-color: transparent;
    color: #55acee;
    border-color: #55acee;
    opacity: 1
}

.btn-twitter:disabled, .btn-twitter[disabled], .btn-twitter.disabled {
    background-color: transparent;
    border-color: #55acee
}

.btn-twitter.btn-fill {
    color: #ffffff;
    background-color: #55acee;
    opacity: 0.9
}

.btn-twitter.btn-fill:hover, .btn-twitter.btn-fill:focus, .btn-twitter.btn-fill:active, .btn-twitter.btn-fill.active, .open > .btn-twitter.btn-fill.dropdown-toggle {
    background-color: #55acee;
    color: #ffffff;
    opacity: 1
}

.btn-pinterest {
    border-color: #cc2127;
    color: #cc2127
}

.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .btn-pinterest.dropdown-toggle {
    background-color: transparent;
    color: #cc2127;
    border-color: #cc2127;
    opacity: 1
}

.btn-pinterest:disabled, .btn-pinterest[disabled], .btn-pinterest.disabled {
    background-color: transparent;
    border-color: #cc2127
}

.btn-pinterest.btn-fill {
    color: #ffffff;
    background-color: #cc2127;
    opacity: 0.9
}

.btn-pinterest.btn-fill:hover, .btn-pinterest.btn-fill:focus, .btn-pinterest.btn-fill:active, .btn-pinterest.btn-fill.active, .open > .btn-pinterest.btn-fill.dropdown-toggle {
    background-color: #cc2127;
    color: #ffffff;
    opacity: 1
}

.btn-google {
    border-color: #dd4b39;
    color: #dd4b39
}

.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .btn-google.dropdown-toggle {
    background-color: transparent;
    color: #dd4b39;
    border-color: #dd4b39;
    opacity: 1
}

.btn-google:disabled, .btn-google[disabled], .btn-google.disabled {
    background-color: transparent;
    border-color: #dd4b39
}

.btn-google.btn-fill {
    color: #ffffff;
    background-color: #dd4b39;
    opacity: 0.9
}

.btn-google.btn-fill:hover, .btn-google.btn-fill:focus, .btn-google.btn-fill:active, .btn-google.btn-fill.active, .open > .btn-google.btn-fill.dropdown-toggle {
    background-color: #dd4b39;
    color: #ffffff;
    opacity: 1
}

.btn-linkedin {
    border-color: #0976b4;
    color: #0976b4
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .btn-linkedin.dropdown-toggle {
    background-color: transparent;
    color: #0976b4;
    border-color: #0976b4;
    opacity: 1
}

.btn-linkedin:disabled, .btn-linkedin[disabled], .btn-linkedin.disabled {
    background-color: transparent;
    border-color: #0976b4
}

.btn-linkedin.btn-fill {
    color: #ffffff;
    background-color: #0976b4;
    opacity: 0.9
}

.btn-linkedin.btn-fill:hover, .btn-linkedin.btn-fill:focus, .btn-linkedin.btn-fill:active, .btn-linkedin.btn-fill.active, .open > .btn-linkedin.btn-fill.dropdown-toggle {
    background-color: #0976b4;
    color: #ffffff;
    opacity: 1
}

.btn-dribbble {
    border-color: #ea4c89;
    color: #ea4c89
}

.btn-dribbble:hover, .btn-dribbble:focus, .btn-dribbble:active, .btn-dribbble.active, .open > .btn-dribbble.dropdown-toggle {
    background-color: transparent;
    color: #ea4c89;
    border-color: #ea4c89;
    opacity: 1
}

.btn-dribbble:disabled, .btn-dribbble[disabled], .btn-dribbble.disabled {
    background-color: transparent;
    border-color: #ea4c89
}

.btn-dribbble.btn-fill {
    color: #ffffff;
    background-color: #ea4c89;
    opacity: 0.9
}

.btn-dribbble.btn-fill:hover, .btn-dribbble.btn-fill:focus, .btn-dribbble.btn-fill:active, .btn-dribbble.btn-fill.active, .open > .btn-dribbble.btn-fill.dropdown-toggle {
    background-color: #ea4c89;
    color: #ffffff;
    opacity: 1
}

.btn-github {
    border-color: #333333;
    color: #333333
}

.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open > .btn-github.dropdown-toggle {
    background-color: transparent;
    color: #333333;
    border-color: #333333;
    opacity: 1
}

.btn-github:disabled, .btn-github[disabled], .btn-github.disabled {
    background-color: transparent;
    border-color: #333333
}

.btn-github.btn-fill {
    color: #ffffff;
    background-color: #333333;
    opacity: 0.9
}

.btn-github.btn-fill:hover, .btn-github.btn-fill:focus, .btn-github.btn-fill:active, .btn-github.btn-fill.active, .open > .btn-github.btn-fill.dropdown-toggle {
    background-color: #333333;
    color: #ffffff;
    opacity: 1
}

.btn-youtube {
    border-color: #e52d27;
    color: #e52d27
}

.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open > .btn-youtube.dropdown-toggle {
    background-color: transparent;
    color: #e52d27;
    border-color: #e52d27;
    opacity: 1
}

.btn-youtube:disabled, .btn-youtube[disabled], .btn-youtube.disabled {
    background-color: transparent;
    border-color: #e52d27
}

.btn-youtube.btn-fill {
    color: #ffffff;
    background-color: #e52d27;
    opacity: 0.9
}

.btn-youtube.btn-fill:hover, .btn-youtube.btn-fill:focus, .btn-youtube.btn-fill:active, .btn-youtube.btn-fill.active, .open > .btn-youtube.btn-fill.dropdown-toggle {
    background-color: #e52d27;
    color: #ffffff;
    opacity: 1
}

.btn-stumbleupon {
    border-color: #eb4924;
    color: #eb4924
}

.btn-stumbleupon:hover, .btn-stumbleupon:focus, .btn-stumbleupon:active, .btn-stumbleupon.active, .open > .btn-stumbleupon.dropdown-toggle {
    background-color: transparent;
    color: #eb4924;
    border-color: #eb4924;
    opacity: 1
}

.btn-stumbleupon:disabled, .btn-stumbleupon[disabled], .btn-stumbleupon.disabled {
    background-color: transparent;
    border-color: #eb4924
}

.btn-stumbleupon.btn-fill {
    color: #ffffff;
    background-color: #eb4924;
    opacity: 0.9
}

.btn-stumbleupon.btn-fill:hover, .btn-stumbleupon.btn-fill:focus, .btn-stumbleupon.btn-fill:active, .btn-stumbleupon.btn-fill.active, .open > .btn-stumbleupon.btn-fill.dropdown-toggle {
    background-color: #eb4924;
    color: #ffffff;
    opacity: 1
}

.btn-reddit {
    border-color: #ff4500;
    color: #ff4500
}

.btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active, .open > .btn-reddit.dropdown-toggle {
    background-color: transparent;
    color: #ff4500;
    border-color: #ff4500;
    opacity: 1
}

.btn-reddit:disabled, .btn-reddit[disabled], .btn-reddit.disabled {
    background-color: transparent;
    border-color: #ff4500
}

.btn-reddit.btn-fill {
    color: #ffffff;
    background-color: #ff4500;
    opacity: 0.9
}

.btn-reddit.btn-fill:hover, .btn-reddit.btn-fill:focus, .btn-reddit.btn-fill:active, .btn-reddit.btn-fill.active, .open > .btn-reddit.btn-fill.dropdown-toggle {
    background-color: #ff4500;
    color: #ffffff;
    opacity: 1
}

.btn-tumblr {
    border-color: #35465c;
    color: #35465c
}

.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .btn-tumblr.dropdown-toggle {
    background-color: transparent;
    color: #35465c;
    border-color: #35465c;
    opacity: 1
}

.btn-tumblr:disabled, .btn-tumblr[disabled], .btn-tumblr.disabled {
    background-color: transparent;
    border-color: #35465c
}

.btn-tumblr.btn-fill {
    color: #ffffff;
    background-color: #35465c;
    opacity: 0.9
}

.btn-tumblr.btn-fill:hover, .btn-tumblr.btn-fill:focus, .btn-tumblr.btn-fill:active, .btn-tumblr.btn-fill.active, .open > .btn-tumblr.btn-fill.dropdown-toggle {
    background-color: #35465c;
    color: #ffffff;
    opacity: 1
}

.btn-behance {
    border-color: #1769ff;
    color: #1769ff
}

.btn-behance:hover, .btn-behance:focus, .btn-behance:active, .btn-behance.active, .open > .btn-behance.dropdown-toggle {
    background-color: transparent;
    color: #1769ff;
    border-color: #1769ff;
    opacity: 1
}

.btn-behance:disabled, .btn-behance[disabled], .btn-behance.disabled {
    background-color: transparent;
    border-color: #1769ff
}

.btn-behance.btn-fill {
    color: #ffffff;
    background-color: #1769ff;
    opacity: 0.9
}

.btn-behance.btn-fill:hover, .btn-behance.btn-fill:focus, .btn-behance.btn-fill:active, .btn-behance.btn-fill.active, .open > .btn-behance.btn-fill.dropdown-toggle {
    background-color: #1769ff;
    color: #ffffff;
    opacity: 1
}

.pagination.pagination-no-border > li > a, .pagination.pagination-no-border > a, .pagination.pagination-no-border > span {
    border: 0
}

.pagination > a, .pagination > em, .pagination > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    font-style: normal;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > a, .pagination > em, .pagination > span {
    border-radius: 20px;
    margin: 0 2px;
    color: #777777
}

.pagination > a:hover, .pagination > a:focus, .pagination > em:focus, .pagination > em:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination > li.active > a, .pagination > li.active > span, .pagination > li.active > a:hover, .pagination > li.active > span:hover, .pagination > li.active > a:focus, .pagination > li.active > span:focus, .pagination > em, .pagination > em:hover, .pagination > em:focus {
    background-color: #2ca8ff;
    border: 0;
    color: #FFFFFF;
    padding: 7px 13px
}

.nav-pills-blue > li.active > a, .nav-pills-blue > li.active > a:hover, .nav-pills-blue > li.active > a:focus, .pagination-blue > li.active > a, .pagination-blue > li.active > span, .pagination-blue > li.active > a:hover, .pagination-blue > li.active > span:hover, .pagination-blue > li.active > a:focus, .pagination-blue > li.active > span:focus {
    background-color: #3472f7
}

.nav-pills-azure > li.active > a, .nav-pills-azure > li.active > a:hover, .nav-pills-azure > li.active > a:focus, .pagination-azure > li.active > a, .pagination-azure > li.active > span, .pagination-azure > li.active > a:hover, .pagination-azure > li.active > span:hover, .pagination-azure > li.active > a:focus, .pagination-azure > li.active > span:focus {
    background-color: #2ca8ff
}

.nav-pills-green > li.active > a, .nav-pills-green > li.active > a:hover, .nav-pills-green > li.active > a:focus, .pagination-green > li.active > a, .pagination-green > li.active > span, .pagination-green > li.active > a:hover, .pagination-green > li.active > span:hover, .pagination-green > li.active > a:focus, .pagination-green > li.active > span:focus {
    background-color: #05ae0e
}

.nav-pills-orange > li.active > a, .nav-pills-orange > li.active > a:hover, .nav-pills-orange > li.active > a:focus, .pagination-orange > li.active > a, .pagination-orange > li.active > span, .pagination-orange > li.active > a:hover, .pagination-orange > li.active > span:hover, .pagination-orange > li.active > a:focus, .pagination-orange > li.active > span:focus {
    background-color: #ff9500
}

.nav-pills-red > li.active > a, .nav-pills-red > li.active > a:hover, .nav-pills-red > li.active > a:focus, .pagination-red > li.active > a, .pagination-red > li.active > span, .pagination-red > li.active > a:hover, .pagination-red > li.active > span:hover, .pagination-red > li.active > a:focus, .pagination-red > li.active > span:focus {
    background-color: #ff3b30
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 12px 8px;
    vertical-align: middle
}

.table .th-description {
    max-width: 150px
}

.table .td-price {
    font-size: 26px;
    font-weight: 300;
    margin-top: 5px;
    text-align: right
}

.table .td-total {
    font-weight: 600;
    font-size: 18px;
    padding-top: 20px;
    text-align: right
}

.table .td-actions .btn {
    opacity: 0.36;
    filter: alpha(opacity=36)
}

.table .td-actions .btn.btn-xs {
    padding-left: 3px;
    padding-right: 3px
}

.table > tbody > tr {
    position: relative
}

.table > tbody > tr:hover .td-actions .btn {
    opacity: 1;
    filter: alpha(opacity=100)
}

.table-shopping > thead > tr > th {
    font-size: 14px;
    text-transform: uppercase;
    color: #9a9a9a;
    font-weight: 400
}

.table-shopping > tbody > tr > td {
    font-size: 16px
}

.table-shopping > tbody > tr > td b {
    display: block;
    margin-bottom: 5px
}

.table-shopping .td-name, .table-shopping .td-number {
    font-weight: 300;
    font-size: 22px
}

.table-shopping .td-name {
    min-width: 200px
}

.table-shopping .td-number {
    text-align: right;
    min-width: 70px
}

.table-shopping .td-number small {
    margin-right: 3px
}

.table-shopping .img-container {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: block;
    border-radius: 6px
}

.table-shopping .img-container img {
    width: 100%
}

.checkbox, .radio {
    margin-bottom: 12px;
    padding-left: 25px;
    position: relative;
    -webkit-transition: color 0.25s linear;
    transition: color 0.25s linear;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #333333
}

.checkbox input, .radio input {
    outline: none !important;
    display: none
}

.checkbox .icons, .radio .icons {
    color: #D9D9D9;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
    text-align: center;
    line-height: 21px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.checkbox .icons .first-icon, .radio .icons .first-icon, .checkbox .icons .second-icon, .radio .icons .second-icon {
    display: inline-table;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

.checkbox .icons .second-icon, .radio .icons .second-icon {
    opacity: 0;
    filter: alpha(opacity=0)
}

.checkbox:hover, .radio:hover {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.checkbox:hover .first-icon, .radio:hover .first-icon {
    opacity: 0;
    filter: alpha(opacity=0)
}

.checkbox:hover .second-icon, .radio:hover .second-icon {
    opacity: 1;
    filter: alpha(opacity=100)
}

.checkbox.checked, .radio.checked {
    color: #2C93FF
}

.checkbox.checked .first-icon, .radio.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0)
}

.checkbox.checked .second-icon, .radio.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #2C93FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear
}

.checkbox.disabled, .radio.disabled {
    cursor: default;
    color: #D9D9D9 !important
}

.checkbox.disabled .icons, .radio.disabled .icons {
    color: #D9D9D9 !important
}

.checkbox.disabled .first-icon, .radio.disabled .first-icon {
    opacity: 1;
    filter: alpha(opacity=100)
}

.checkbox.disabled .second-icon, .radio.disabled .second-icon {
    opacity: 0;
    filter: alpha(opacity=0)
}

.checkbox.disabled.checked .icons, .radio.disabled.checked .icons {
    color: #D9D9D9
}

.checkbox.disabled.checked .first-icon, .radio.disabled.checked .first-icon {
    opacity: 0;
    filter: alpha(opacity=0)
}

.checkbox.disabled.checked .second-icon, .radio.disabled.checked .second-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #D9D9D9
}

.has-switch {
    border-radius: 30px;
    cursor: pointer;
    display: inline-block;
    line-height: 1.72222;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-mask: url("https://s3.amazonaws.com/creativetim_bucket/tim_static_images/mask.png") 0 0 no-repeat;
    -webkit-mask-size: 60px 24px;
    mask: url("https://s3.amazonaws.com/creativetim_bucket/tim_static_images/mask.png") 0 0 no-repeat;
    background: #fad73f;
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #fad73f), color(48px, #fad73f), color-stop(49px, #821067));
    background: -webkit-radial-gradient(center, ellipse cover, #fad73f 0, #fad73f 48px, #821067 49px)
}

.has-switch.deactivate {
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default !important
}

.has-switch.deactivate label, .has-switch.deactivate span {
    cursor: default !important
}

.has-switch > div {
    position: relative;
    top: 0;
    width: 100px
}

.has-switch > div.switch-animate {
    -webkit-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out
}

.has-switch > div.switch-off {
    left: -35px
}

.has-switch > div.switch-on {
    left: 0
}

.has-switch > div label {
    background-color: #FFFFFF;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f1f1f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f1f1f2));
    background: -webkit-linear-gradient(top, #fff 0%, #f1f1f2 100%);
    background: -o-linear-gradient(top, #fff 0%, #f1f1f2 100%);
    background: -ms-linear-gradient(top, #fff 0%, #f1f1f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f1f1f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f2', GradientType=0);
    box-shadow: 0 1px 1px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer
}

.has-switch input[type=checkbox] {
    display: none
}

.has-switch span {
    cursor: pointer;
    float: left;
    font-size: 11px;
    font-weight: 400;
    height: 24px;
    line-height: 15px;
    margin: 0;
    padding-bottom: 6px;
    padding-top: 5px;
    position: relative;
    text-align: center;
    text-indent: -10px;
    width: 50%;
    z-index: 1;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.has-switch span.switch-left {
    background-color: #2C93FF;
    border-left: 1px solid transparent;
    border-radius: 30px 0 0 30px;
    color: #FFFFFF
}

.has-switch .switch-off span.switch-left {
    background-color: #D9D9D9
}

.has-switch span.switch-right {
    border-radius: 0 30px 30px 0;
    background-color: #2C93FF;
    color: #ffffff;
    text-indent: 1px
}

.has-switch .switch-off span.switch-right {
    background-color: #D9D9D9
}

.has-switch span.switch-right [class*="fui-"] {
    text-indent: 0
}

.has-switch label {
    border-radius: 12px;
    float: left;
    height: 22px;
    margin: 1px -13px;
    padding: 0;
    position: relative;
    transition: all 0.25s ease-out 0s;
    vertical-align: middle;
    width: 22px;
    z-index: 100;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out
}

.has-switch .switch-on .fa-check:before {
    margin-left: 10px
}

.has-switch:hover .switch-on label {
    margin: 1px -17px;
    width: 26px
}

.has-switch:hover .switch-off label {
    margin: 1px -13px;
    width: 26px
}

.dashboard {
    background: #222;
    min-height: 100vh;
    position: relative
}

.dashboard .container {
    width: auto
}

.dashboard .navbar .container {
    width: auto
}

.dashboard .logo-container p {
    line-height: 20px
}

.dashboard .over-layer {
    background: rgba(0, 0, 0, 0.2)
}

.dashboard .sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 260px;
    display: block;
    z-index: 1;
    color: #fff;
    top: 0;
    background-color: #222;
    background: url("../images/sidebar.jpg");
    background-size: 100% 100%
}

.dashboard .sidebar .wrapper {
    position: relative;
    max-height: none;
    min-height: 100%;
    overflow: hidden;
    width: 260px
}

.dashboard .sidebar hr {
    margin-top: 0
}

.dashboard .sidebar .nav {
    height: calc(100vh - 100px);
    overflow-y: scroll
}

.dashboard .label-new {
    position: relative;
    top: -10px
}

.dashboard .main-panel {
    background: #FFFFFF;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding-top: 80px
}

.dashboard .main-panel > .container {
    margin-bottom: 100px
}

.dashboard .main-panel > .container .deactivate {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px
}

.dashboard .main-panel .info-split .title {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: bold;
    color: #888888;
    text-transform: uppercase
}

.dashboard .main-panel .info-split .title + .info-area {
    margin-top: 20px
}

.dashboard .main-panel .info-area {
    margin-top: 30px;
    display: block;
    float: left
}

.dashboard .main-panel .info-area i {
    font-size: 35px;
    color: #00bbff;
    display: block;
    float: left;
    margin-right: 20px
}

.dashboard .main-panel .info-area p {
    display: block;
    flex: left
}

.dashboard .main-panel .explanation {
    color: #888;
    margin: 30px 10px;
    font-size: 16px
}

.dashboard .menu hr {
    opacity: .2
}

.dashboard .menu li > a {
    color: #FFFFFF;
    margin: 5px 15px;
    opacity: .6;
    border-radius: 4px
}

.dashboard .menu li > a:hover, .dashboard .menu li > a:focus {
    opacity: 1;
    background: transparent
}

.dashboard .menu li > a p {
    margin: 0;
    line-height: 30px;
    font-size: 16px
}

.dashboard .menu li.active > a {
    color: #FFFFFF;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2)
}

.dashboard .menu i {
    font-size: 28px;
    float: left;
    margin-right: 15px;
    line-height: 30px
}

.dashboard .menu .details {
    text-align: center;
    padding: 20px 15px 0;
    color: #FFFFFF
}

.dashboard .menu .details img {
    border: 3px solid rgba(255, 255, 255, 0.3)
}

.dashboard .menu .details h5 {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding: 3px 12px;
    line-height: 17px;
    word-break: break-word;
    float: left;
    max-width: 169px
}

.dashboard .photo.avatar {
    width: 60px;
    height: 60px;
    float: left
}

.dashboard .fileupload {
    text-align: center
}

.dashboard .photo-label {
    margin-top: 40px
}

.dashboard .fileupload .account-photo {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    border-width: 4px
}

.dashboard .fileupload .photo.avatar {
    width: 100%;
    height: 100%;
    float: none
}

.dashboard .account-photo .account-type {
    width: 38px;
    height: 38px;
    line-height: 32px;
    border: 3px solid #FFFFFF;
    font-size: 14px
}

.dashboard legend {
    margin-top: 50px;
    font-size: 26px;
    line-height: 50px;
    font-weight: 200;
    text-align: center
}

.dashboard legend.admin {
    text-align: left
}

.dashboard .product-list p {
    float: left
}

.dashboard .product-list h4 {
    font-size: 20px
}

.dashboard .product-list h4 a {
    color: #555555
}

.dashboard .product-list h4 a:hover {
    color: #444444
}

.dashboard .product-list .rating-stars {
    pointer-events: none
}

.dashboard .product-list .separator-line {
    height: 1px;
    background: #EEEEEE;
    max-width: 250px;
    margin: 10px 0
}

.dashboard .product-list .label {
    color: #fff;
    padding: 4px 8px
}

.dashboard .product-list .label-warning {
    background-color: #FF9500;
    border-color: #FF9500;
    font-size: 13px
}

.dashboard .product-list h5 {
    color: #888
}

.dashboard .product-list h5 i {
    margin-right: 3px
}

.dashboard .product-list .btn-download {
    margin-top: 8px
}

.dashboard .product-list .picture {
    max-width: 100%
}

.dashboard .product-list .dropdown-menu {
    margin-top: 10px
}

.dashboard .product-list:last-child {
    border-bottom: 0
}

.dashboard .product-list .useful-links {
    margin-top: 30px
}

.dashboard .product-list .review-section {
    margin-top: 30px
}

.dashboard .product-list .product-list-right-side {
    margin-top: 10px
}

.dashboard .info-text {
    max-width: 600px;
    margin: 70px auto;
    text-align: center
}

.dashboard .info-text .btn {
    margin-top: 20px
}

.dashboard .form-group p {
    line-height: 19px;
    padding-top: 7px;
    margin: 0
}

.dashboard .footer-light {
    width: 100%;
    bottom: 0;
    background-color: #FFF;
    border-top: 1px solid #eee;
    padding: 20px 0
}

.dashboard .footer-light a {
    color: #777777;
    margin-right: 20px;
    opacity: .75
}

.dashboard .footer-light a:hover, .dashboard .footer-light a:focus {
    opacity: 1
}

.dashboard .footer-light .copyright {
    color: #777777
}

.dashboard .form-group input[type="checkbox"] {
    margin-right: 5px
}

.dashboard .page-subheader {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #999;
    margin-bottom: -5px
}

.dashboard .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative
}

.dashboard .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px
}

.dashboard .timeline > li {
    margin-bottom: 20px;
    position: relative
}

.dashboard .timeline > li:before, .dashboard .timeline > li:after {
    content: " ";
    display: table
}

.dashboard .timeline > li:after {
    clear: both
}

.dashboard .timeline > li:before, .dashboard .timeline > li:after {
    content: " ";
    display: table
}

.dashboard .timeline > li:after {
    clear: both
}

.dashboard .timeline > li > .timeline-panel {
    width: 30%;
    margin-left: 16%;
    float: left;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    padding: 10px;
    position: relative
}

.dashboard .timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: " "
}

.dashboard .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " "
}

.dashboard .timeline > li > .timeline-badge {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    text-align: center;
    position: absolute;
    top: 21px;
    left: 50%;
    margin-left: -20px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%
}

.dashboard .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    margin-right: 16%
}

.dashboard .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto
}

.dashboard .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto
}

.dashboard .timeline-badge.primary {
    background-color: #2e6da4 !important
}

.dashboard .timeline-badge.success {
    background-color: #05AE0E !important
}

.dashboard .timeline-badge.warning {
    background-color: #f0ad4e !important
}

.dashboard .timeline-badge.danger {
    background-color: #FF3B30 !important
}

.dashboard .timeline-badge.info {
    background-color: #5bc0de !important
}

.dashboard .timeline-title {
    margin-top: 0;
    color: inherit;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 300
}

.dashboard .timeline-body > p, .dashboard .timeline-body > ul {
    margin-bottom: 0
}

.dashboard .timeline-body > p + p {
    margin-top: 5px
}

.dashboard .timeline-panel .timeline-icon {
    font-size: 32px;
    font-weight: 200;
    padding: 0 0 10px
}

.dashboard .timeline-panel .timeline-icon b {
    font-weight: 200;
    font-size: 18px;
    padding: 0 4px
}

.dashboard .timeline-panel .timeline-icon i {
    font-size: 22px;
    color: #999
}

.dashboard .timeline-panel p {
    font-weight: 600;
    font-size: 12px;
    color: #AAA;
    text-transform: uppercase
}

.dashboard .credit-line {
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE
}

.dashboard .credit-line h4 {
    font-size: 20px;
    font-weight: 300
}

.dashboard .credit-line .btn {
    margin-top: 12px;
    padding: 9px 11px;
    position: relative
}

.dashboard .credit-line .btn .fa {
    margin: 0 4px;
    font-size: 16px;
    position: relative;
    top: 1px
}

.dashboard .field-rating-dashboard .rating-input span {
    margin-top: 4px
}

.dashboard .field-rating-dashboard label {
    margin-right: 8px;
    float: left
}

.dashboard .modal-product-review .field select {
    margin-top: 7px
}

.dashboard .filter-bar .navbar-brand {
    height: auto
}

@media (min-width: 992px) {
    .dashboard .main-panel {
        float: right;
        width: calc(100% - 260px);
        min-height: 100vh;
        position: relative
    }

    .dashboard .navbar-brand {
        display: none !important;
        opacity: 0 !important
    }

    .navbar.navbar-dashboard {
        width: calc(100% - 260px);
        right: 0;
        left: auto;
        border-radius: 0
    }
}

.container.subscriptions {
    padding: 0 50px
}

.container.subscriptions .btn-info.pull-right {
    margin-top: 20px
}

.product-page .product-image {
    box-shadow: 0 29px 32px -20px rgba(0, 0, 0, 0.5);
    margin: 9vh auto 30px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 20px
}

.product-page .header-summary {
    overflow: visible
}

.product-page .header-summary .authors-container {
    margin: -10px auto 0
}

.product-page .header-summary .product-makers {
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    display: block;
    float: left;
    width: 100%;
    margin-top: 16px;
    text-align: center
}

.product-page .header-summary .account-photo .account-type {
    bottom: -7px;
    right: -7px;
    width: 25px;
    height: 25px;
    line-height: 21px
}

.product-page .authors-container {
    margin: 0 auto
}

.product-page .authors-container > .author > .account-photo {
    width: 70px;
    height: 70px;
    border-width: 3px
}

.product-page .tagline {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0
}

.product-page h5.tagline {
    font-size: 16px
}

.product-page .rating-stars a {
    color: #FFFFFF
}

.product-page .rating-stars input {
    opacity: 0
}

.product-page .rating-stars .rating-input {
    display: inline-block
}

.product-page .rating-stars .aggregate-rating {
    display: inline-block
}

.product-page .parallax-reviews .rating-stars, .product-page .parallax-product .rating-stars {
    max-width: 420px;
    margin: 0px auto 30px;
    text-align: center
}

.product-page .parallax-reviews .rating-stars .rating-input .fa-full, .product-page .parallax-product .rating-stars .rating-input .fa-full {
    color: #FFFFFF
}

.product-page .parallax-reviews .rating-stars .aggregate-rating, .product-page .parallax-product .rating-stars .aggregate-rating {
    color: #FFFFFF
}

.product-page .pay-area {
    margin-top: 15vh
}

.product-page .pay-area .product-name {
    margin-bottom: 0px;
    padding-bottom: 15px;
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 300
}

.product-page .pay-area .choose-license, .product-page .pay-area .tab-content {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto
}

.product-page .pay-area .btn b {
    font-size: 14px
}

.product-page .pay-area .btn b .discount-price {
    color: #FF3300;
    display: inline-block
}

.product-page .pay-area .btn b strike {
    color: #666666
}

.product-page .pay-area .btn-new {
    padding: 8px 18px
}

.product-page .pay-area .btn-wd {
    min-width: 160px;
    width: 49%
}

.product-page .pay-area form {
    display: inline-block;
    width: 49%
}

.product-page .pay-area form .btn-wd {
    width: 100%
}

.product-page .sharing-area .btn-social .fa {
    margin-right: 5px
}

.product-page .summary .category {
    text-align: center;
    min-height: 160px;
    margin-bottom: 15px
}

.product-page .summary .category i {
    font-size: 55px;
    display: block;
    margin-bottom: 15px
}

.product-page .summary .category p {
    font-size: 16px
}

.product-page .swipe-gallery {
    margin-top: 20px
}

.product-page .swipe-gallery .legend {
    position: relative
}

.product-page .swipe-gallery .gallery-controller {
    position: absolute;
    right: 0;
    top: 0
}

.product-page .choose-license {
    margin-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.product-page .choose-license p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
    margin-bottom: 0
}

.product-page .choose-license .price {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 300
}

.product-page .choose-license .nav::before, .product-page .choose-license .nav::after {
    display: inline
}

.product-page .choose-license .nav > li {
    width: 50%
}

.product-page .choose-license .nav > li + li {
    margin-left: -1px
}

.product-page .choose-license .nav > li:first-child a {
    border-radius: 30px 0 0 30px
}

.product-page .choose-license .nav > li:last-child a {
    border-radius: 0 30px 30px 0
}

.product-page .choose-license .nav > li a {
    color: #FFFFFF;
    padding: 0px 19px;
    line-height: 34px;
    font-size: 12px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: .7
}

.product-page .choose-license .nav > li a:hover, .product-page .choose-license .nav > li a:focus {
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 1
}

.product-page .choose-license .nav > li.active a, .product-page .choose-license .nav > li.active a:hover, .product-page .choose-license .nav > li.active a:focus {
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1
}

.product-page .choose-license .btn.btn-round {
    margin: 5px 5px 5px 7px;
    padding: 3px;
    min-width: 25px
}

.product-page .sharing-area .legend {
    margin-top: 30px;
    margin-bottom: 45px
}

.product-page .sharing-area .btn {
    margin: 0 3px 10px
}

.product-page .authors-container[data-collaborators="2"] {
    width: 130px
}

.product-page .authors-container[data-collaborators="3"] {
    width: 175px
}

.product-page .authors-container[data-collaborators="4"] {
    width: 230px
}

.product-page .section-check-free-pro {
    overflow: hidden;
    border: 0;
    padding-top: 40px;
    padding-bottom: 130px
}

.product-page .section-check-free-pro .image {
    margin: 60px auto 0;
    max-width: 520px
}

.product-page .section-check-free-pro .image img {
    width: 100%;
    box-shadow: 0 29px 32px -20px rgba(0, 0, 0, 0.5);
    border-radius: 20px
}

.product-page .section-check-free-pro .legend {
    padding-top: 10px
}

.product-page .section-check-free-pro .description {
    font-size: 18px
}

.product-page .section-check-free-pro .subtitle {
    margin-top: 50px;
    font-weight: 600;
    font-size: 16px
}

.product-page .section-check-free-pro .btn {
    margin: 30px 0
}

.product-page .section-creators {
    padding-bottom: 60px
}

.product-page .big-icon {
    height: 160px;
    overflow: hidden;
    opacity: .5;
    text-align: center;
    width: 100%
}

.product-page .big-icon i {
    font-size: 280px;
    margin-top: -125px;
    display: block;
    width: 100%
}

.product-page .collaborators-card {
    background-color: #FFFFFF;
    box-shadow: 0 29px 32px -20px rgba(0, 0, 0, 0.5), 0 4px 11px -3px rgba(0, 0, 0, 0.25);
    padding: 20px;
    border-radius: 10px;
    margin-top: -50px;
    position: relative;
    z-index: 4;
    transition: all 0.3s ease
}

.product-page .collaborators-card .legend, .product-page .collaborators-card .commented {
    color: #666666
}

.product-page .collaborators-card .commented {
    margin-bottom: 30px
}

.product-page .collaborators-card .btn-area {
    margin-top: 60px
}

.product-page .collaborators-card .legend {
    margin-bottom: 50px;
    margin-top: 15px
}

.product-page .parallax-product {
    min-height: 650px;
    height: 100vh;
    max-height: 930px
}

.product-page .parallax-product.section-feedback {
    height: 60vh;
    max-height: 500px
}

.product-page .product .description {
    height: 260px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #999;
    padding: 0 10px
}

.product-page .product .description.in {
    height: auto;
    border-bottom-color: transparent
}

.product-page .product .view-more {
    padding: 10px 0
}

.product-page .product .summary {
    padding-top: 60px
}

.small-info, .technologies {
    color: #666666;
    position: relative
}

.small-info .numbers, .technologies .numbers {
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    padding-left: 30px;
    line-height: 22px
}

.small-info .big-number, .technologies .big-number {
    font-size: 28px;
    font-weight: 300;
    line-height: 34px
}

.small-info i, .technologies i {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0
}

.small-info .fa, .technologies .fa {
    font-size: 28px
}

.technologies {
    display: inline-block;
    margin: 0 auto;
    text-align: center
}

.technologies .numbers {
    margin-top: 10px
}

.technologies .mask {
    display: inline-block;
    width: 47px;
    height: 47px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 10px
}

.technologies .mask img {
    width: 100%
}

.parallax-product .title {
    padding-bottom: 15px
}

@media (max-width: 768px) {
    .product-page .small-info {
        display: inline-block
    }

    .product-page .header-summary .col-md-3 {
        text-align: center
    }

    .product-page .parallax-product {
        height: auto;
        max-height: none
    }
}

.products-bundle {
    padding: 40px 0px;
    border-bottom: 1px solid #eee
}

.products-bundle:last-child {
    border-bottom: 0;
    padding-bottom: 80px
}

.products-bundle .product-details h3 {
    margin-top: 10px
}

.products-bundle .product-details h3 small {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

.products-bundle .product-details .description {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 100px;
    font-size: 16px
}

.products-bundle .product-details .technologies {
    display: block;
    margin-top: 20px
}

.products-bundle .picture {
    display: block
}

.products-bundle .picture img {
    border-radius: 12px;
    box-shadow: 0 25px 20px -21px rgba(0, 0, 0, 0.57);
    width: 100%
}

.products-bundle .category {
    padding: 15px 0px
}

.products-bundle .category i {
    font-size: 25px
}

.purchase-bundle .bundle-card {
    background-color: #FFFFFF;
    box-shadow: 0 29px 32px -20px rgba(0, 0, 0, 0.5), 0 4px 11px -3px rgba(0, 0, 0, 0.25);
    color: #333;
    border-radius: 10px;
    margin-top: -80px;
    min-height: 300px;
    position: relative;
    z-index: 4;
    transition: all 0.3s ease
}

.purchase-bundle .bundle-card .summary {
    padding: 30px 20px
}

.purchase-bundle .bundle-card .license {
    padding: 20px
}

.purchase-bundle .bundle-card .license .choose-package .bundle-choice {
    border: 2px solid transparent;
    color: #999;
    border-radius: 6px;
    padding: 10px
}

.purchase-bundle .bundle-card .license .choose-package .bundle-choice.active {
    background-color: #fff;
    border: 2px solid #00bbff;
    color: #333
}

.purchase-bundle .bundle-card .card-footer .btn-simple {
    border-top: 1px solid #CCCCCC
}

.purchase-bundle .bundle-card .card-footer .btn-credit {
    border-radius: 0 0 0 8px;
    padding: 18px 18px
}

.purchase-bundle .bundle-card .card-footer .btn-paypal {
    border-radius: 0 0 7px 0;
    padding-top: 16px;
    padding-bottom: 16px
}

.purchase-bundle .bundle-card .alert.alert-info {
    padding: 5px;
    margin: 0
}

.purchase-bundle .payment-info {
    margin-top: 40px;
    margin-bottom: 40px
}

.direct-download {
    padding-bottom: 50px
}

.direct-download .register {
    margin-top: 80px;
    padding-left: 40px;
    text-align: center
}

.direct-download .register p {
    padding-top: 10px
}

.direct-download .buttons {
    margin-top: 20px
}

.direct-download .loader {
    padding-top: 100px
}

.products-bundle .technologies .mask {
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.27);
    margin: 3px;
    margin-top: 20px
}

.products-bundle .product-details {
    margin-top: 25px
}

.products-bundle .product-details .category i {
    font-size: 35px
}

.products-bundle .product-details .category p {
    margin: 12px 0 10px;
    font-size: 14px;
    font-weight: 500
}

.products-bundle .picture {
    position: relative
}

.products-bundle .picture img {
    display: block
}

.products-bundle .picture .actions {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .5s ease;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 8px
}

.products-bundle .picture .actions a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.products-bundle .picture:hover .actions {
    opacity: 1
}

/*! jQuery UI - v1.10.4 - 2015-07-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal
}

.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px
}

.ui-menu .ui-state-disabled {
    font-weight: normal;
    margin: .4em 0 .2em;
    line-height: 1.5
}

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item a {
    position: relative;
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: .2em;
    left: .2em
}

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #fff url("../images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
    color: #222222
}

.ui-widget-content a {
    color: #222222
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #ccc url("../images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222222
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("../images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada url("../images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #fff url("../images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("../images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("../images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png")
}

.ui-state-default .ui-icon {
    background-image: url("../images/ui-icons_888888_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url("../images/ui-icons_454545_256x240.png")
}

.ui-state-active .ui-icon {
    background-image: url("../images/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon {
    background-image: url("../images/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cd0a0a_256x240.png")
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px
}

.mentions-input-box {
    position: relative;
    background: #fff
}

.mentions-input-box textarea {
    width: 100%;
    display: block;
    padding: 9px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    overflow: hidden;
    background: transparent;
    position: relative;
    outline: 0;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mentions-input-box .mentions-autocomplete-list {
    display: none;
    background: #fff;
    border: 1px solid #CCCCCC;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10000;
    margin-top: -2px;
    border-radius: 0 0 3px 3px
}

.mentions-input-box .mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
    width: 100%
}

.mentions-input-box .mentions-autocomplete-list li {
    background-color: #fff;
    padding: 5px 5px;
    margin: 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
    list-style: none;
    white-space: nowrap;
    width: 100%;
    line-height: 40px;
    color: #888888
}

.mentions-input-box .mentions-autocomplete-list li:last-child {
    border-radius: 0 0 5px 5px
}

.mentions-input-box .mentions-autocomplete-list li > .avatar-container, .mentions-input-box .mentions-autocomplete-list li > div.icon {
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden
}

.mentions-input-box .mentions-autocomplete-list li > .avatar-container img {
    width: 100%;
    height: auto;
    vertical-align: top
}

.mentions-input-box .mentions-autocomplete-list li em {
    font-weight: bold;
    font-style: none
}

.mentions-input-box .mentions-autocomplete-list li:hover, .mentions-input-box .mentions-autocomplete-list li.active {
    background-color: #f2f2f2
}

.mentions-input-box .mentions-autocomplete-list li b {
    font-weight: bold;
    color: #444444
}

.mentions-input-box .mentions {
    position: absolute;
    left: 1px;
    right: 0;
    top: 1px;
    bottom: 0;
    padding: 9px;
    color: #fff;
    overflow: hidden;
    white-space: pre-wrap;
    word-wrap: break-word
}

.mentions-input-box .mentions > div {
    color: #fff;
    white-space: pre-wrap;
    width: 100%
}

.mentions-input-box .mentions > div > strong {
    font-weight: normal;
    background: #d8dfea
}

.mentions-input-box .mentions > div > strong > span {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0)
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus, .pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url("../images/default-skin.png") 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
        background-image: url("../images/default-skin.svg")
    }

    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url("../images/preloader.gif") 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}
.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}
.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}
.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}
.pswp__top-bar, .pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}
.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none
}
.pswp__element--disabled {
    display: none !important
}
.pswp--minimal--dark .pswp__top-bar {
    background: none
}
 @media screen and (max-width: 800px){
     body{
         padding-top: 70px !important;
     }
     .filter-bar .navbar-nav > li > a i,.filter-bar .navbar-nav > li > a img{
         display: none;
     }
     .loginout{
         text-align: center;
     }
     .filter-bar .navbar-nav p{
         margin: 0;font-weight: bold;
     }
     .filter-bar .navbar-nav span{
         float: right;margin-top: 8px;
     }
     .filter-bar .navbar-nav > li > a{
         padding: 9px 15px;
         border-bottom: 1px solid #fff;
         text-align: left;
     }
     .filter-bar .notification-bubble.notification-inverted{
         display: none;
     }
     .filter-bar .dropdown-menu > li > a, .filter-bar .scroll-area > li > a{
         border-bottom: none;text-align: left !important;
     }
     .navbar-nav .open .dropdown-menu > li > a{
         line-height: 30px;
     }
     .filter-bar .nav > li:last-child > a{
         border-bottom: none;
     }
 }