/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
article, aside, details, figcaption, figure, footer, header, 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
}

b, strong {
    font-weight: 700
}

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
}

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
}

textarea {
    overflow: auto
}

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

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

    a[href]:after {
        content: none !important
    }

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

    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
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    background: #fff;
    padding: 20px;
}

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

a {
    color: #004495;
    text-decoration: none;
    background-color: transparent
}

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

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

figure {
    margin: 0
}

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

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

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #e6e6e6;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-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 {
    box-sizing: content-box;
    height: 0;
    margin-top: 18px;
    margin-bottom: 18px;
    border: 0;
    border-top: 1px solid #e6e6e6
}

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

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

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #004495;
    display: block
}

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

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

h1, .h1 {
    font-size: 28px;
    margin-top: 0
}

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

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

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

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

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

p {
    margin: 0 0 9px
}

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

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

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

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

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

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

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

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding-left: 30px;
        padding-right: 30px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}

th {
    text-align: left;
    padding: 0
}

td {
    padding: 0
}

.table, .tabulka, .airsoft-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px
}

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

.table > thead > tr > th, .tabulka > thead > tr > th, .airsoft-table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #cdcdcd
}

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

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

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

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

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .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 > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

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

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

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

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

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

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

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

input[type=number]::-webkit-inner-spin-button, .quantity::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, .quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

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: 13px;
    line-height: 1.42857143;
    color: #333333
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #b3b3b3;
    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 .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #0069e6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 105, 230, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 105, 230, 0.6)
}

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

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

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

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

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

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

textarea.form-control {
    height: auto
}

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

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
    font-weight: normal;
    cursor: pointer;
    padding-left: 25px
}

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

.radio .i, .checkbox .i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    outline: none;
    border: 1px solid #b3b3b3;
    background: #FFF;
    color: #333333
}

.checkbox .i {
    top: 2px
}

.radio .i {
    top: 1px;
    border-radius: 50%
}

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

.radio input[type="radio"] + .i:after, .checkbox input[type="checkbox"] + .i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s
}

.radio input[type="radio"] + .i:after {
    content: '\f111';
    top: -2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    font: normal 10px/17px FontAwesome
}

.checkbox input[type="checkbox"] + .i:after {
    content: '\f00c';
    top: -2px;
    left: 0;
    width: 15px;
    height: 15px;
    font: normal 10px/17px FontAwesome;
    text-align: center
}

.radio input[type="radio"]:checked + .i:after, .checkbox input[type="checkbox"]:checked + .i:after {
    opacity: 1
}

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

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

.input-sm {
    height: 26px;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 4px
}

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

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

.input-lg {
    height: 40px;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.3333333;
    border-radius: 4px
}

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

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

.input-lg2 {
    height: 52px;
    padding: 14px 10px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 4px
}

select.input-lg2 {
    height: 52px;
    line-height: 52px
}

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

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

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

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

.btn:active {
    outline: 0;
    background-image: none;
    -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-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #d1d1d1
}

.btn-default:focus, .btn-default:hover, .btn-default:active {
    color: #333333;
    background-color: #ffffff;
    border-color: #d1d1d1;
    background-image: none
}

.btn-info {
    color: #ffffff;
    background-color: #0069e6;
    border-color: #0069e6
}

.btn-info:focus, .btn-info:hover, .btn-info:active {
    color: #ffffff;
    background-color: #0069e6;
    border-color: #0069e6;
    background-image: none
}

.btn-danger {
    color: #ffffff;
    background-color: #e2061a;
    border-top: none;
    border-color: #e2061a;
    border-bottom: 2px solid #c02626
}

.btn-danger:focus, .btn-danger:hover, .btn-danger:active {
    color: #ffffff;
    background-color: #e2061a;
    border-color: #e2061a;
    border-bottom: 2px solid #c02626;
    background-image: none
}

.btn-transparent {
    color: #333333;
    background-color: transparent;
    border-color: #d1d1d1
}

.btn-transparent:focus, .btn-transparent:hover, .btn-transparent:active {
    color: #333333;
    background-color: transparent;
    border-color: #d1d1d1;
    background-image: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 11px 25px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 4px
}

.btn-lg2 {
    padding: 14px 25px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 4px
}

.btn-lg-fa {
    padding: 10px 25px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 4px
}

.btn-sm-fa {
    padding: 5px 30px;
    font-size: 12px;
    line-height: 1.3333333;
    border-radius: 4px
}

.btn-lg-fa .fa {
    font-size: 16px;
    margin-right: 5px
}

.btn-sm, .btn-group-sm > .btn {
    padding: 4px 22px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-cc {
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 0
}

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

.btn-xs-top {
    padding: 3px 5px;
    font-size: 9px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-shopping {
    font-size: 10px
}

.btn-shopping strong {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px
}

@media screen and (max-width: 991px) {
    .btn-shopping {
        padding-left: 0;
        padding-right: 0;
        width: 40px;
        text-align: center
    }

    .btn-shopping .sep-text {
        display: none
    }

    .btn-shopping .fa {
        padding-right: 0;
        margin-right: 0
    }
}

@media (max-width: 1199px) {
    .btn-shopping strong {
        display: none
    }

    .btn-shopping .sep {
        display: none
    }
}

.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;
    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: 10000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 3px 0;
    margin: -3px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom-left-radius: 4px;
    border-bottom-right-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);
    background-clip: padding-box
}

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

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

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

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

.dropdown-lang {
    padding: 3px 5px;
    min-width: 46px
}

.dropdown-currency {
    padding: 3px 0 0;
    min-width: 42px
}

.dropdown-currency > li > a {
    padding: 3px;
    font-size: 10px
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #0069e6
}

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

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

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

.open > a {
    outline: 0
}

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

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

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

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

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

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

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

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

    .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-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .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 .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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

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

.btn-group > .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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

.btn-group-vertical > .btn-group > .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-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

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

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

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

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

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

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [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-left: 0;
    padding-right: 0
}

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

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

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 40px;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.3333333;
    border-radius: 4px
}

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

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

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 26px;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 4px
}

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

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

.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: 13px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: #cdcdcd;
    border: 1px solid #b3b3b3;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 4px 10px;
    font-size: 11px;
    border-radius: 4px
}

.input-group-addon.input-lg {
    padding: 8px 16px;
    font-size: 16px;
    border-radius: 4px
}

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

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

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn: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-bottom-left-radius: 0;
    border-top-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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

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

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

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

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #1a1a1a;
    border-color: #004495
}

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

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

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

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

.nav-tabs > li > a {
    margin-right: 30px;
    line-height: 1.42857143;
    border: 1px solid #313131;
    font-size: 11px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9a9a9a;
    background: transparent;
    padding: 13px 50px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

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

@media screen and (max-width: 767px) {
    .nav-tabs > li > a {
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 5px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-tabs > li > a {
        padding-left: 25px;
        padding-right: 25px
    }
}

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

.tab-content > .tab-pane {
    display: none;
    padding: 20px 20px 0 20px
}

@media screen and (max-width: 767px) {
    .tab-content > .tab-pane {
        padding: 20px 0
    }
}

.tab-content > .tab-pane-article {
    padding: 20px 0
}

@media screen and (max-width: 767px) {
    .tab-content > .tab-pane-article {
        padding: 20px 0
    }
}

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

.breadcrumb {
    padding: 10px 30px;
    margin-bottom: 10px;
    margin-top: -16px;
    list-style: none;
    font-size: 10px;
    color: #666666;
    margin-right: -15px;
    margin-left: -30px
}

@media (min-width: 1200px) {
    .breadcrumb {
        margin-right: -30px
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        font-size: 11px
    }
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "Â»\00a0";
    padding: 0 5px;
    color: #666666
}

.breadcrumb > li:first-child + li:before {
    content: ' ';
    padding: 0 5px 0 10px
}

.breadcrumb > .active {
    color: #666666
}

.breadcrumb a {
    color: #666666
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.5;
    text-decoration: none;
    color: #666666;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    margin-left: 5px;
    border-radius: 3px
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #4491ed;
    background-color: #ffffff;
    border: 1px solid #ffffff
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #4476b1;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #d1d1d1;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    cursor: not-allowed
}

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

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

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

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

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

.alert-info {
    background-color: #f2f7fe;
    border-color: #f2f7fe;
    color: #333333
}

.alert-warning {
    background-color: #e2061a;
    border-color: #e2061a;
    color: #ffffff
}

.alert-danger {
    background-color: #e2061a;
    border-color: #e2061a;
    color: #ffffff
}

.cart-body .alert-shoppingcart {
    margin-top: 10px
}

.alert-shoppingcart {
    border-color: #f2f7fe;
    background-color: #f2f7fe;
    color: #333333;
    position: relative
}

.alert-shoppingcart .h4 {
    margin-top: 0;
    color: #333333
}

.alert-shoppingcart .col-ion {
    margin-right: 15px
}

.alert-shoppingcart .col-ion-abs {
    position: absolute;
    margin-right: 0
}

.alert-shoppingcart .col-desc {
    padding-left: 50px
}

.alert-shoppingcart .fa {
    font-size: 40px
}

.alert-shoppingcart .btn {
    padding: 7px 12px
}

@media screen and (max-width: 767px) {
    .alert-shoppingcart .col-desc {
        padding-left: 0
    }
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

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

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

.modal-open {
    overflow: hidden
}

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

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

.modal.in .modal-dialog {
    -webkit-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: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

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

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

.modal-backdrop.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.modal-header {
    padding: 30px
}

@media screen and (max-width: 767px) {
    .modal-header {
        padding: 10px
    }
}

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

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

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

@media screen and (max-width: 767px) {
    .modal-body {
        padding: 10px
    }
}

.modal-footer {
    padding: 30px;
    padding-top: 0
}

@media screen and (max-width: 767px) {
    .modal-footer {
        padding: 10px
    }
}

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

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

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

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

@media (min-width: 768px) {
    .modal-dialog {
        width: 630px;
        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: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .modal-header:after, .modal-footer:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    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 (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: 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: 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 (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
    }
}

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

select.bs-select-hidden, select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \0
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999999
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

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

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right, .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right
}

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 5px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 6px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000
}

@media screen and (max-width: 767px) {
    .header {
        position: fixed
    }
}

@media (min-width: 768px) {
    .header {
        height: 115px
    }
}

@media print {
    .header {
        display: none !important
    }
}

@media screen and (max-width: 320px) {
    .row-mobile .col-xs-8 {
        width: 60%
    }

    .row-mobile .col-xs-4 {
        width: 40%
    }
}

.header-info {
    font-size: 10px;
    letter-spacing: 0.025em;
    color: #fff;
    position: relative;
    z-index: 2
}

.header-info .container {
    height: 35px;
    background: url('../images/page/svk-slices/top-bg.png') #004495 repeat-x center center;
    text-align: center;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
}

.header-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.header-info ul li {
    display: inline-block
}

.header-info ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.025em;
    display: block;
    margin: 0 15px;
    line-height: 35px;
    text-transform: uppercase
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-info ul li a {
        font-size: 10px;
        letter-spacing: 0;
        margin: 0 5px
    }
}

.header-main {
    background: #fff;
    height: 90px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    padding-top: 15px
}

@media screen and (max-width: 767px) {
    .header-main {
        height: 71px
    }
}

.header-main .logo {
    display: block;
    height: 60px;
    width: auto
}

@media screen and (max-width: 767px) {
    .header-main .logo {
        height: 40px
    }
}

.header-main .col-intro {
    margin-top: 10px;
    font-size: 14px;
    color: #004495;
    margin-left: -30px
}

.header-main .shopping-icon {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #b3b3b3;
    margin-left: 30px;
    letter-spacing: 0.05em
}

@media screen and (max-width: 767px) {
    .header-main .shopping-icon {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 25px
    }
}

.header-main .shopping-icon img {
    height: 30px;
    margin-bottom: 10px
}

.header-main .shopping-icon .counter {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    background: #e2061a;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -10px;
    font-weight: 700
}

.header-main .shopping-icon:hover, .header-main .shopping-icon:active, .header-main .shopping-icon:focus {
    text-decoration: none
}

.header-main .user-icon {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #b3b3b3;
    letter-spacing: 0.05em
}

@media screen and (max-width: 767px) {
    .header-main .user-icon {
        margin-right: 15px
    }
}

.header-main .user-icon img {
    height: 30px;
    margin-bottom: 10px
}

.header-main .user-icon:hover, .header-main .user-icon:active, .header-main .user-icon:focus {
    text-decoration: none
}

.nav-menu-icon {
    position: relative;
    top: -7px;
    width: 40px;
    height: 40px;
    z-index: 600;
    text-align: center;
    padding: 0;
    padding-top: 6px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    background-color: #004495;
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #004495
}

@media (min-width: 768px) {
    .nav-menu-icon {
        display: none
    }
}

.nav-menu-icon span {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    width: 20px;
    height: 1px;
    color: #fff;
    font: bold 14px/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #fff;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out
}

.nav-menu-icon span:before, .nav-menu-icon span:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out
}

.nav-menu-icon span:before {
    top: -7px
}

.nav-menu-icon span:after {
    bottom: -7px
}

.nav-menu-icon.active span {
    background: none
}

.nav-menu-icon.active span:before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.nav-menu-icon.active span:after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .mobile-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        padding-top: 60px;
        background: #fff;
        left: 0;
        top: 0;
        z-index: 500;
        text-align: left;
        overflow-y: auto;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
        transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
        font-size: 13px;
        letter-spacing: 0
    }

    .mobile-menu .search-form-mobile {
        position: relative;
        margin-bottom: 15px
    }

    .mobile-menu .search-form-mobile .btn {
        background: none;
        position: absolute;
        right: 5px;
        top: 5px
    }

    .mobile-menu .container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .mobile-menu .nav-first {
        margin-top: 30px
    }

    .mobile-menu .nav-top {
        font-weight: 700;
        text-transform: uppercase
    }

    .mobile-menu .sub-menu {
        background-color: #f3f3f3
    }

    .mobile-menu .sub-menu a:hover, .mobile-menu .sub-menu a:active, .mobile-menu .sub-menu a:focus {
        background-color: #e5f3ff
    }

    .slide-menu {
        transform: translateY(0%);
        -webkit-transform: translateY(0%)
    }
}

.search-form {
    position: absolute;
    width: 30px;
    top: -5px;
    right: 190px
}

.search-form .intro {
    font-size: 10px;
    text-transform: uppercase;
    color: #b3b3b3
}

.search-form .modal-search {
    width: 100%;
    background: #fff;
    position: absolute;
    z-index: 1004;
    top: 30px;
    display: none;
    padding: 20px 10px;
    border: 1px solid #fff
}

.search-form .form-control {
    position: relative;
    z-index: 1005;
    letter-spacing: 0.05em;
    font-size: 16px;
    background: url(../images/page/svk-slices/search.svg) no-repeat 0 5px;
    background-size: 30px 30px;
    color: #333333;
    border-color: transparent;
    padding-left: 60px;
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 2px
}

.search-form .form-control::-moz-placeholder {
    color: #cdcdcd;
    text-transform: uppercase;
    font-size: 12px
}

.search-form .form-control:-ms-input-placeholder {
    color: #cdcdcd;
    text-transform: uppercase;
    font-size: 12px
}

.search-form .form-control::-webkit-input-placeholder {
    color: #cdcdcd;
    text-transform: uppercase;
    font-size: 12px
}

.search-form .bg-white {
    background: url(../images/page/svk-slices/search.svg) #ffffff no-repeat 10px 5px
}

.search-form .btn-search {
    background: none;
    border: none;
    position: absolute;
    margin: 0;
    left: 10px;
    top: 8px;
    font-size: 16px;
    padding: 0;
    color: #cdcdcd;
    z-index: 1006
}

.fix-toolbar .search-form {
    top: 15px
}

.search-form-top .form-control, .search-form-top .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.search-form-focus {
    width: 380px
}

#search-backdrop {
    position: fixed;
    z-index: 1003;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #e6e6e6;
    top: 0;
    left: 0;
    display: none
}

.modal-search-content .search-item {
    position: relative;
    min-height: 83px
}

.modal-search-content h2 {
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 700
}

.modal-search-content h2 a {
    color: #333333
}

.modal-search-content .col-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px
}

.modal-search-content .col-desc {
    padding-left: 75px
}

.modal-search-content .price-default {
    font-size: 16px !important
}

.modal-search-content .price-action {
    font-size: 13px !important
}

.modal-search-content .col-price {
    margin-bottom: 10px
}

.modal-search-content .bottom-box {
    margin-top: 20px
}

.modal-search-content .btn {
    font-size: 11px;
    letter-spacing: 0.1em
}

.alert-sale-order {
    padding: 10px 15px 10px 40px;
    position: relative;
    color: #e2061a;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #e2061a
}

.alert-sale-order a {
    color: #e2061a;
    text-decoration: underline
}

.alert-sale-order .fa {
    position: absolute;
    top: 12px;
    left: 15px
}

.alert-sale-order p:last-child {
    margin-bottom: 0
}

.g-recaptcha {
    transform: scale(0.82);
    -webkit-transform: scale(0.82);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

a.btn {
    text-decoration: none !important
}

.col-back {
    padding-top: 10px
}

.btn-bold {
    font-weight: bold
}

.btn-next {
    font-size: 14px
}

.btn-next .fa {
    margin-left: 20px
}

@media (min-width: 1200px) {
    .btn-block-lg {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .btn-block-xs {
        width: 100%
    }

    .mb15-xs {
        margin-bottom: 15px
    }
}

.content {
    margin-top: 115px
}

@media screen and (max-width: 767px) {
    .content {
        margin-top: 71px
    }
}

@media print {
    .content {
        margin-top: 0
    }
}

.content .container {
    background-color: #fff
}

.content #content-right {
    padding-top: 30px;
    padding-bottom: 30px
}

.content .page-slider {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -15px;
    margin-bottom: 30px
}

@media (min-width: 1200px) {
    .content .page-slider {
        margin-right: -30px
    }
}

@media (min-width: 1200px) {
    .content .content-in {
        padding-left: 15px;
        padding-right: 15px
    }
}

.content .content-left {
    margin-left: -15px;
    background-color: #fff;
    border-right: 1px solid #e6e6e6;
    padding-top: 15px
}

.content .content-left .left-banners {
    margin-left: 15px
}

@media (min-width: 1200px) {
    .content .content-left .left-banners {
        margin-left: 30px
    }
}

.files-upload li {
    margin-bottom: 5px
}

.files-upload li a {
    color: #fff
}

.row-intro-category {
    text-align: center
}

.row-intro-category h2 {
    font-size: 13px;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase
}

.row-intro-category img {
    margin-bottom: 10px;
    border-radius: 4px
}

.row-gallery img {
    border-radius: 4px
}

.eu-cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    padding: 5px;
    font-size: 12px;
    text-align: center
}

.eu-cookies .btn {
    margin-left: 10px
}

.eu-cookies a {
    color: #e2061a
}

.colorselect {
    cursor: pointer;
    font-size: 13px;
    color: #b4b5b5;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    position: relative
}

.colorselect span {
    border: 1px solid #b4b5b5;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%
}

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

.colorselect input[type="checkbox"]:checked + span, .colorselect input[type="radio"]:checked + span {
    border: 2px solid #0069e6
}

.color-detail .colorselect {
    width: 30px;
    height: 30px
}

.color-detail .colorselect input[type="checkbox"]:checked + span, .color-detail .colorselect input[type="radio"]:checked + span {
    width: 34px;
    height: 34px;
    border: 2px solid #0069e6;
    margin-top: -2px
}

.filter .colorselect {
    margin-top: 8px
}

.row-intro div {
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .row-intro div {
        margin-bottom: 30px
    }
}

.row-intro p {
    font-weight: 700;
    font-size: 14px
}

.row-article-blog h2 {
    color: #0b4ea2;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 10px
}

@media screen and (max-width: 767px) {
    .row-article-blog h2 {
        height: 45px
    }
}

.row-article-blog h2 a:hover, .row-article-blog h2 a:active, .row-article-blog h2 a:focus {
    text-decoration: none
}

.row-article-blog .article-short {
    font-size: 11px;
    color: #666666;
    line-height: 15px;
    height: 60px;
    overflow: hidden;
    margin-bottom: 0
}

.row-article-blog .col {
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .row-article-blog .col {
        margin-bottom: 30px
    }
}

.row-article-blog .col-img {
    margin-bottom: 10px
}

.row-article-blog .col-img img {
    border-radius: 4px
}

@media print {
    .footer {
        display: none !important
    }
}

.footer-main .container {
    background: url('../images/page/svk-slices/footer-bg.png') #e9eff4 repeat-x center top;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    color: #004495
}

.footer-main .container a {
    color: #004495
}

@media screen and (max-width: 767px) {
    .footer-main .container {
        padding-bottom: 0
    }
}

@media (min-width: 1200px) {
    .footer-main .container {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .footer-main .container .footer-in {
        padding: 0 160px
    }
}

.footer-main .h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 14px
}

@media (min-width: 1200px) {
    .footer-main .h4 {
        padding: 0 20px
    }
}

@media screen and (max-width: 767px) {
    .footer-main .col-xs-6 {
        margin-bottom: 30px
    }

    .footer-main .h4 {
        font-size: 13px;
        letter-spacing: -0.05em
    }

    .footer-main p {
        min-height: 60px
    }
}

.footer-main a:hover, .footer-main a:active, .footer-main a:focus {
    text-decoration: none
}

.footer-menu .container {
    background: url('../images/page/svk-slices/footer2-bg.png') #004495 repeat-x center top;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    .footer-menu .container {
        padding-top: 0;
        padding-bottom: 20px;
        background-image: none
    }
}

@media (min-width: 1200px) {
    .footer-menu .container .footer-in {
        padding: 0 60px
    }
}

.footer-menu .h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .footer-menu .footer-menu {
        display: none
    }
}

.footer-menu ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.footer-menu ul li {
    color: #fff;
    display: block;
    margin-bottom: 10px
}

.footer-menu ul a {
    color: #fff;
    font-size: 13px
}

.footer-menu ul a:hover, .footer-menu ul a:active, .footer-menu ul a:focus {
    text-decoration: underline
}

.footer-menu .contact-footer {
    font-size: 14px
}

.footer-menu .contact-footer .fa {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #80a2ca;
    color: #004495;
    text-align: center;
    line-height: 20px;
    font-size: 12px
}

.toggle-links-footer {
    background: #004495;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 8px 0;
    cursor: pointer
}

.toggle-links-footer .fa {
    display: inline-block;
    float: right;
    font-size: 20px
}

@media screen and (max-width: 767px) {
    .footer-menu {
        display: none
    }

    .footer-menu .min-menu {
        margin-top: 30px
    }
}

.footer-copy {
    font-size: 12px;
    color: #9a9a9a;
    padding-top: 15px;
    padding-bottom: 50px
}

.footer-copy a {
    color: #9a9a9a
}

.newsletter {
    font-size: 12px
}

.newsletter .conditions {
    font-weight: normal;
    color: #fff;
    text-decoration: underline
}

.newsletter-form {
    position: relative;
    margin-top: 20px
}

.newsletter-form .form-control {
    padding-right: 65px;
    font-size: 12px
}

.newsletter-form .btn {
    position: absolute;
    right: -4px;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 10px;
    padding-right: 10px
}

.left-menu {
    border-bottom: 1px solid #e6e6e6;
    padding-left: 15px;
    margin-left: -15px
}

.left-menu .h4 {
    color: #e2061a;
    font-weight: 700;
    padding-left: 30px;
    padding-top: 15px;
    text-transform: uppercase
}

.treeview {
    padding: 10px 0;
    list-style: none outside none;
    overflow: hidden;
    position: relative;
    margin-bottom: 0
}

.treeview ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
    overflow: hidden;
    position: relative
}

.treeview ul ul {
    margin-bottom: 4px
}

.treeview li {
    position: relative;
    margin: 0;
    padding: 0
}

.treeview li a {
    color: #004495;
    font-weight: 700;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
    padding-left: 30px;
    text-decoration: none;
    display: block;
    text-transform: uppercase
}

.treeview li li {
    border-bottom: none
}

.treeview li li a {
    color: #666666;
    height: 25px;
    line-height: 25px;
    font-weight: 400;
    text-transform: none;
    font-size: 13px
}

.treeview .newmenu {
    text-transform: uppercase
}

.treeview .hitarea:hover {
    cursor: pointer
}

.treeview li a:hover {
    color: #e2061a
}

.treeview li li a:hover {
    color: #e2061a;
    text-decoration: none
}

.treeview li.collapsable > a {
    color: #0069e6
}

.treeview li a.selected {
    color: #0069e6;
    font-weight: 700
}

.treeview li a.selected:hover {
    color: #e2061a
}

.treeview li li a {
    padding-left: 53px
}

.treeview li li li a {
    padding-left: 73px
}

.treeview li li li li a {
    padding-left: 93px
}

.treeview li li li li li a {
    padding-left: 113px
}

.treeview li li li li li li a {
    padding-left: 133px
}

.treeview .hitarea, .treeview .expandable-hitarea {
    position: absolute;
    width: 25px;
    height: 35px;
    line-height: 35px;
    left: 5px;
    top: 0;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #c2c2c2;
    cursor: pointer
}

.treeview .hitarea:before {
    content: '\f106';
    color: #0069e6
}

.treeview .expandable-hitarea:before {
    content: '\f107';
    color: #c2c2c2
}

.treeview li:hover .hitarea:before {
    color: #0069e6
}

.treeview li li .hitarea, .treeview li li .expandable-hitarea {
    left: 23px;
    height: 25px;
    line-height: 25px
}

.treeview li li li .hitarea, .treeview li li li .expandable-hitarea {
    left: 43px
}

.treeview li li li li .hitarea, .treeview li li li li .expandable-hitarea {
    left: 63px
}

.treeview li li li li li .hitarea, .treeview li li li li li .expandable-hitarea {
    left: 83px
}

.treeview li li li li li li .hitarea, .treeview li li li li li li .expandable-hitarea {
    left: 103px
}

.price-default {
    color: #333333;
    font-weight: 700
}

.price-from {
    font-size: 11px
}

.price-default-action {
    color: #004495
}

.product-list .price-default {
    font-size: 16px;
    display: inline-block
}

.product-list .price-action {
    padding-left: 5px
}

.modal-search-content .price-default {
    font-size: 14px
}

.price-detail .price-default {
    font-size: 24px;
    display: inline-block
}

.price-action {
    color: #b3b3b3;
    font-size: 13px;
    text-decoration: line-through;
    display: inline-block
}

.price-detail .price-action {
    font-size: 16px;
    padding-left: 10px
}

.row-prefix .price-detail .price-action {
    font-size: 13px;
    padding-left: 0
}

.popular-remove {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 30px;
    color: #fff;
    background-color: #9a9a9a;
    bottom: -13px;
    right: -13px;
    z-index: 100;
    font-size: 16px;
    text-align: center
}

.badge {
    position: absolute;
    top: 5px;
    left: 5px
}

.badge-action, .badge-new {
    display: inline-block;
    width: 62px;
    height: 52px;
    line-height: 44px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: url("../images/page/svk-slices/badge-new.png") no-repeat;
    position: relative;
    z-index: 2;
    font-weight: bold
}

.badge-action {
    background: url("../images/page/svk-slices/badge-action.png") no-repeat;
    font-size: 14px
}

.badge-secent {
    position: relative;
    z-index: 1;
    left: -15px
}

.filter {
    margin-bottom: 30px;
    border-bottom: 1px solid #dfe2e5
}

@media screen and (max-width: 767px) {
    .filter {
        margin-bottom: 30px
    }
}

.filter .filter-size-box {
    background: #f2f7fe;
    display: none;
    font-size: 11px
}

.filter .filter-size-box .heading {
    margin-top: 10px;
    margin-bottom: 5px;
    display: block
}

.filter .filter-size-box .filter-group {
    padding: 5px 15px;
    border-bottom: 1px solid #dfe2e5
}

.filter .filter-size-box .filter-group:last-child {
    border-bottom: none
}

.filter .filter-size-box.opened {
    display: block
}

.filter .filter-size-box label {
    font-size: 12px;
    font-weight: 700
}

.filter .filter-other-box {
    padding: 5px 15px;
    background: #f2f7fe
}

.filter .btn {
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    color: #4d4d4d
}

.filter .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

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

.filter .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.filter .btn-size {
    padding: 13px 15px;
    color: #4d4d4d;
    background: #fff;
    border-radius: 0;
    border: none
}

.filter .btn-size:hover, .filter .btn-size.active {
    color: #4d4d4d;
    background: #f2f7fe
}

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

.filter .filter-limit {
    float: right;
    width: 60px;
    padding: 10px 15px 5px 0
}

@media screen and (max-width: 767px) {
    .filter .filter-limit {
        display: none
    }
}

.filter .filter-sort {
    float: right;
    width: 200px;
    padding: 10px 15px 5px 0
}

.filter .dropdown-menu {
    margin-top: 0
}

.filter .dropdown-menu > li > a {
    padding: 3px 10px
}

.product-list {
    padding-bottom: 20px;
    text-align: center
}

.product-list .col-item {
    margin-bottom: 20px
}

.product-list h2 {
    color: #333333;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 5px
}

@media screen and (max-width: 767px) {
    .product-list h2 {
        height: 30px
    }
}

.product-list h2 a {
    color: #333333
}

.product-list h2 a:hover, .product-list h2 a:active, .product-list h2 a:focus {
    text-decoration: none
}

.product-list .col-img {
    position: relative;
    margin-bottom: 10px
}

.product-list .col-price {
    line-height: 18px;
    height: 36px;
    overflow: hidden
}

.product-list .col-size {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    font-size: 11px;
    color: #333333;
    background: rgba(255, 255, 255, 0.8);
    display: none
}

.product-list .color-indicator {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    border: 1px solid #000;
    border-radius: 20px
}

@media (min-width: 768px) {
    .product-list .col-in {
        margin-right: -15px;
        margin-left: -15px;
        padding: 15px
    }

    .product-list .col-in:hover {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2)
    }

    .product-list .col-in:hover .col-size {
        display: block
    }
}

.cursor-zoom-in {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.product-detail .col-img {
    position: relative;
    margin-bottom: 10px
}

.product-detail .product-detail-short {
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .product-detail .product-detail-short {
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) {
    .detail-foto {
        padding-right: 15px
    }
}

.price-detail {
    margin-bottom: 40px
}

@media screen and (max-width: 767px) {
    .price-detail {
        margin-bottom: 20px
    }
}

.row5 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 5px
}

.row5 [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px
}

.row-stock {
    margin-bottom: 20px;
    line-height: 21px
}

.row-stock .info {
    font-size: 14px
}

.row-stock .intro {
    font-size: 11px;
    color: #b3b3b3
}

.row-stock .intro .fa {
    color: #666666;
    font-size: 14px
}

.param-box {
    font-size: 11px;
    color: #666666;
    line-height: 21px;
    margin-top: 10px;
    margin-bottom: 20px
}

.param-box a {
    color: #666666
}

.param-box .row5 {
    margin-bottom: 0
}

.quantity-box {
    display: inline-block;
    width: 60px
}

.row-select {
    margin-bottom: 10px
}

.row-select label {
    font-weight: normal;
    font-size: 14px
}

.row-select .btn-default {
    border-radius: 0;
    border-color: #b3b3b3;
    font-size: 16px;
    height: 52px !important;
    padding: 14px 10px
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage :after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #9a9a9a;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-'] :hover {
    background: #9a9a9a;
    color: #FFF;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #9a9a9a;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #9a9a9a
}

.main-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center
}

.main-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.main-slider .owl-dots .owl-dot span {
    background-color: transparent;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.main-slider .owl-dots .owl-dot:hover span, .main-slider .owl-dots .owl-dot.active span {
    background-color: #fff
}

.foto-slider {
    padding: 0 30px;
    position: relative;
    margin-bottom: 10px
}

.foto-slider .owl-prev, .foto-slider .owl-next {
    position: absolute;
    top: 50%;
    color: #9a9a9a;
    font-size: 32px;
    margin-top: -20px
}

.foto-slider .owl-prev {
    left: -30px
}

.foto-slider .owl-next {
    right: -30px
}

.foto-slider .col-foto img {
    border: 1px solid #cbcbcb
}

.popup-cart .modal-header {
    padding-bottom: 0
}

.popup-cart .modal-popu-close {
    font-size: 20px;
    color: #b2b2b2;
    font-weight: normal;
    position: relative;
    top: -5px
}

.popup-cart .col-close {
    padding-top: 10px
}

.shopping-footer .btn-default {
    font-size: 12px;
    letter-spacing: 0.025em;
    text-transform: none;
    min-width: 220px
}

.shopping-footer .btn-default .fa {
    margin-right: 20px
}

.shopping-footer .btn-danger {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.025em;
    text-transform: none;
    padding: 10px 25px;
    min-width: 220px
}

.shopping-footer .btn-danger .fa {
    margin-left: 20px
}

@media screen and (max-width: 767px) {
    .cart-body .col-left {
        width: 190px
    }
}

.cart-body .media {
    padding: 5px 0;
    overflow: hidden;
    margin-bottom: 10px
}

.cart-body hr {
    border-color: #e6e6e6;
    margin-top: 0;
    margin-bottom: 10px
}

.cart-body .media-border {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 14px
}

.cart-body .item-image {
    margin-right: 20px;
    width: 90px;
    min-height: 90px;
    float: left
}

@media screen and (max-width: 767px) {
    .cart-body .item-image {
        width: 50px;
        min-height: 50px;
        margin-right: 10px
    }
}

.cart-body .item-image img {
    width: 90px;
    height: auto
}

@media screen and (max-width: 767px) {
    .cart-body .item-image img {
        width: 50px
    }
}

.cart-body .item-body {
    width: 230px;
    float: left
}

@media screen and (max-width: 767px) {
    .cart-body .item-body {
        width: 130px
    }
}

.cart-body .item-title {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 1.1em;
    font-weight: normal
}

.cart-body .item-title .name {
    font-size: 14px;
    color: #333333;
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 1.42857143
}

.cart-body .item-title .name:hover, .cart-body .item-title .name:active, .cart-body .item-title .name:focus {
    text-decoration: none
}

.cart-body .item-title .code {
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
    color: #333333;
    font-weight: normal
}

.cart-body .item-title .item-delete {
    font-size: 11px;
    color: #b3b3b3;
    text-decoration: underline
}

.cart-body .item-title .item-delete :hover, .cart-body .item-title .item-delete :active, .cart-body .item-title .item-delete :focus {
    text-decoration: underline
}

.cart-body .item-title .item-delete .fa {
    font-size: 12px
}

.cart-body .item-price {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #0b4ea2;
    width: 130px;
    float: right;
    text-align: right
}

@media screen and (max-width: 767px) {
    .cart-body .item-price {
        width: 80px
    }
}

.cart-body .item-price span {
    font-size: 12px;
    color: #b3b3b3;
    font-weight: normal
}

.cart-body .item-qty {
    width: 90px;
    font-size: 13px;
    float: left;
    text-align: right
}

.cart-body .media-total {
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
    font-size: 16px;
    color: #333333
}

.cart-body .media-total .title-price {
    float: right;
    text-align: right;
    padding-top: 2px
}

.cart-body .media-total .summary {
    font-size: 18px;
    font-weight: 700;
    color: #0b4ea2
}

.cart-body .media-gift a {
    font-size: 11px
}

.confirm-label {
    margin-top: 20px
}

.confirm-label .checkbox {
    margin-bottom: 15px
}

.info-row {
    margin-top: 30px
}

.info-row .col {
    margin-bottom: 10px
}

.shopping-action {
    color: #9a9a9a;
    font-size: 12px;
    text-decoration: line-through
}

.coupon-div {
    background-color: #f2f7fe;
    color: #333333;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .coupon-div .col {
        margin-bottom: 5px
    }

    .coupon-div .text-right {
        text-align: center
    }

    .coupon-div .btn-info {
        width: 100%
    }
}

.coupon-div label {
    line-height: 44px
}

.coupon-div .form-control {
    text-align: center;
    border-color: #f2f7fe
}

.qty-row {
    margin-top: 10px;
    margin-bottom: 10px
}

.qty-row .col-info {
    line-height: 40px
}

.quantity {
    text-align: center;
    background: transparent
}

.quantity-control {
    width: 40px !important;
    text-align: center;
    font-size: 14px !important
}

.quantity-control[readonly] {
    background-color: #fff
}

.table-shopping > thead > tr > th {
    padding: 15px 20px;
    border-bottom: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase
}

.table-shopping > tbody > tr > td {
    padding: 20px 20px;
    border-bottom: 1px solid #cdcdcd;
    font-size: 16px;
    color: #333333
}

.table-shopping .first-td {
    padding-left: 0
}

.table-shopping .img-cell {
    width: 90px;
    padding-left: 0
}

.table-shopping .img-cell img {
    width: 90px;
    height: auto
}

.table-shopping .img {
    width: 90px
}

.table-shopping .img img {
    width: 90px;
    height: auto
}

.table-shopping .quantity-cell {
    width: 120px
}

.table-shopping .sub-total, .table-shopping .sub-total-total {
    font-weight: bold
}

.table-shopping .cancel-cell {
    width: 20px;
    vertical-align: middle
}

.table-shopping .cancel-cell .fa {
    font-size: 20px;
    color: #9a9a9a
}

.table-shopping a {
    color: #333333
}

.table-shopping a :hover, .table-shopping a :active, .table-shopping a :focus {
    text-decoration: none
}

.table-shopping .product-name {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    display: block
}

.table-shopping .product-name:hover, .table-shopping .product-name:active, .table-shopping .product-name:focus {
    text-decoration: none
}

.table-shopping .product-name .code {
    font-size: 12px;
    color: #333333;
    display: block;
    margin-bottom: 10px;
    font-weight: normal
}

.table-shopping .item-delete {
    font-size: 11px;
    color: #b3b3b3
}

.table-shopping > tbody > tr > td.cart-total-info, .table-shopping > tbody > tr > td.cart-total {
    font-size: 16px
}

.table-shopping > tbody > tr > td.cart-total {
    color: #0b4ea2;
    font-weight: 700;
    font-size: 20px
}

.table-shopping > tbody > tr.cart-summary > td {
    border-bottom: none
}

.table-shopping .item-label {
    font-size: 10px;
    color: #9a9a9a
}

.shopping-col h2 {
    margin-bottom: 30px;
    font-size: 16px;
    color: #333333
}

.row-shipping {
    margin-bottom: 15px
}

.row-shipping .col-label label {
    margin-bottom: 10px !important;
    font-weight: 700;
    font-size: 14px
}

.row-shipping .col-price {
    font-size: 14px;
    padding-top: 10px;
    font-weight: 700
}

.row-shipping .col-desc {
    font-size: 11px;
    padding-left: 24px;
    font-weight: 400
}

.end-shopping-cart {
    margin-top: 50px;
    margin-bottom: 30px
}

.end-shopping-cart .fa {
    font-size: 60px;
    color: #0b4ea2
}

.end-shopping-cart-error .fa {
    color: #e2061a
}

.home-heading {
    color: #004495;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 0.05em
}

.category-detail-heading {
    letter-spacing: 0.025em
}

.auth-heading {
    margin-bottom: 10px
}

.error {
    list-style: none;
    margin: 0;
    padding: 0
}

.error li {
    margin-bottom: 10px;
    display: block;
    padding: 10px 15px;
    color: #fff;
    background-color: #e2061a
}

.error-heading, .info-heading, .alert-margin, .box-margin {
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .error-heading, .info-heading, .alert-margin, .box-margin {
        margin-bottom: 30px
    }
}

.article-heading {
    font-weight: 700;
    color: #004495;
    margin-bottom: 25px
}

.category-heading {
    font-weight: 700;
    text-align: center;
    color: #004495;
    margin-bottom: 20px
}

.text-error p {
    margin-bottom: 60px
}

@media screen and (max-width: 767px) {
    .text-error p {
        margin-bottom: 30px
    }
}

.text-intro {
    color: #666666;
    font-size: 12px;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .text-intro {
        margin-bottom: 10px
    }
}

.conditions {
    color: #004495;
    text-decoration: underline;
    font-weight: 700
}

.conditions :hover, .conditions :active, .conditions :focus {
    color: #004495;
    text-decoration: none
}

.end-order {
    padding: 30px;
    background-color: #ffffff;
    margin-top: 30px
}

.end-order .h2 {
    margin-top: 0
}

.end-order .hpayment {
    margin-top: 30px
}

hr.separation {
    margin-top: 30px;
    margin-bottom: 30px
}

.page-form .form-control {
    margin-bottom: 30px
}

.page-form h2 {
    margin-bottom: 30px;
    margin-top: 30px
}

.margin-top {
    margin-top: 30px
}

.margin-bottom {
    margin-bottom: 30px
}

.row-print {
    margin-bottom: 30px
}

.row-address .col-sm-4 {
    margin-bottom: 30px
}

.position-relative {
    position: relative
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .text-left-xs {
        text-align: left
    }

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

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

.wysing p {
    margin-bottom: 15px
}

.wysing a {
    text-decoration: underline
}

.wysing ul, .wysing ol {
    margin-bottom: 20px
}

.wysing p + h2, .wysing p + h3, .wysing p + h4, .wysing p + h5, .wysing p + h6, .wysing ul + h2, .wysing ul + h3, .wysing ul + h4, .wysing ul + h5, .wysing ul + h6, .wysing ol + h2, .wysing ol + h3, .wysing ol + h4, .wysing ol + h5, .wysing ol + h6 {
    margin-top: 30px
}

.wysing img {
    max-width: 100%;
    height: auto !important
}

.wysing .orbitvu-viewer {
    margin: 20px 0
}

.wysing img[align="left"], .wysing img[style="float:left"] {
    margin-right: 10px;
    margin-bottom: 15px
}

.wysing img[align="right"], .wysing img[style="float:right"] {
    margin-left: 10px;
    margin-bottom: 15px
}

.wysing-intro {
    margin-bottom: 30px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .wysing-intro {
        margin-bottom: 10px
    }
}

.wysing-intro-article {
    margin-bottom: 30px;
    font-size: 16px;
    color: #b3b3b3
}

@media screen and (max-width: 767px) {
    .wysing-intro-article {
        margin-bottom: 10px
    }
}

.wysing-article {
    margin-bottom: 30px
}

.wysing-product {
    margin-bottom: 10px;
    font-size: 14px
}

#ajax-spinner {
    background: url("../images/page/progress.gif") no-repeat scroll center center #0d0d0d;
    border-radius: 5px;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    position: fixed;
    text-indent: -999em;
    top: 50%;
    width: 60px;
    z-index: 100000;
    margin-bottom: 20px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px
}

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

#fb-container {
    width: 100%;
    overflow: hidden
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    min-width: 100% !important;
    width: 100% !important
}

.bootstrap-touchspin.input-group-lg > .input-group-btn > .btn {
    border-radius: 0;
    border-color: #b3b3b3;
    color: #b3b3b3;
    font-size: 14px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0
}

.bootstrap-touchspin.input-group-lg > .input-group-btn > .btn:focus, .bootstrap-touchspin.input-group-lg > .input-group-btn > .btn:hover, .bootstrap-touchspin.input-group-lg > .input-group-btn > .btn:active {
    color: #0069e6;
    background-color: #f2f7fe;
    border-color: #b3b3b3
}

.row-add-to-cart .bootstrap-touchspin.input-group > .input-group-btn > .btn {
    border-radius: 0;
    border-color: #b3b3b3;
    color: #b3b3b3;
    font-size: 14px;
    width: 52px;
    height: 52px !important;
    padding: 16px 10px;
    text-align: center
}

.row-add-to-cart .bootstrap-touchspin.input-group > .input-group-btn > .btn:focus, .row-add-to-cart .bootstrap-touchspin.input-group > .input-group-btn > .btn:hover, .row-add-to-cart .bootstrap-touchspin.input-group > .input-group-btn > .btn:active {
    color: #0069e6;
    background-color: #f2f7fe;
    border-color: #b3b3b3
}

.row-add-to-cart .input-lg2 {
    font-size: 16px;
    color: #333333;
    font-weight: bold
}

.quantity-cell .input-lg {
    font-size: 16px;
    color: #333333;
    font-weight: bold
}

.quantity-xs {
    width: 118px
}

.quantity-xs .input-lg {
    font-size: 16px;
    color: #333333;
    font-weight: bold
}

@media print {
    .col-print-1, .col-print-2, .col-print-3, .col-print-4, .col-print-5, .col-print-6, .col-print-7, .col-print-8, .col-print-9, .col-print-10, .col-print-11, .col-print-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }

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

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

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

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

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    height: 100%;
    left: 0;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992
}

.fancybox-container * {
    box-sizing: border-box
}

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s, visibility 0s linear .25s;
    visibility: hidden;
    z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s, visibility 0s;
    visibility: visible
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-toolbar {
    right: 0;
    top: 0
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -.25em;
    vertical-align: middle;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next {
    display: block
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--html {
    padding: 6px 6px 0 6px
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-container [data-selectable='true'] {
    cursor: text
}

.fancybox-image, .fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%
}

.fancybox-slide--video .fancybox-content {
    background: #000
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: calc(100% - 44px);
    margin-bottom: 44px
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.fancybox-iframe {
    vertical-align: top
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: none;
    padding: 10px;
    transition: color .2s;
    vertical-align: top;
    width: 44px
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default
}

.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--pause svg path:nth-child(1) {
    display: none
}

.fancybox-button--play svg path, .fancybox-button--share svg path, .fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
    content: '';
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10
}

.fancybox-close-small svg {
    fill: transparent;
    opacity: .8;
    stroke: currentColor;
    stroke-width: 1.5;
    transition: stroke .1s
}

.fancybox-close-small:focus {
    outline: none
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--image .fancybox-close-small, .fancybox-slide--video .fancybox-close-small, .fancybox-slide--iframe .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px
}

.fancybox-slide--image .fancybox-close-small:hover svg, .fancybox-slide--video .fancybox-close-small:hover svg, .fancybox-slide--iframe .fancybox-close-small:hover svg {
    background: transparent;
    color: #fff
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px 25px 44px;
    right: 0
}

.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -25px;
    z-index: -1
}

.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    display: block;
    left: 44px;
    position: absolute;
    right: 44px;
    top: 0
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline
}

.fancybox-loading {
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    border: 6px solid rgba(100, 100, 100, 0.5);
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: .6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0
}

.fancybox-share p {
    margin: 0;
    padding: 0
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    width: 212px;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%
}

.fancybox-thumbs-x > ul {
    overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1)
}

.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.fancybox-thumbs > ul > li:before {
    border: 4px solid #0b4ea2;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width: 800px) {
    .fancybox-thumbs {
        width: 110px;
        display: none
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs > ul > li {
        max-width: calc(100% - 10px)
    }
}

@media all and (min-width: 800px) {
    .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 0;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.3)
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px
    }
}

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

.typeahead__container optgroup {
    font-weight: 700
}

.typeahead__container button, .typeahead__container input {
    overflow: visible
}

.typeahead__container button, .typeahead__container select {
    text-transform: none
}

.typeahead__container button, .typeahead__container html [type="button"], .typeahead__container [type="reset"], .typeahead__container [type="submit"] {
    -webkit-appearance: button
}

.typeahead__container button::-moz-focus-inner, .typeahead__container [type="button"]::-moz-focus-inner, .typeahead__container [type="reset"]::-moz-focus-inner, .typeahead__container [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.typeahead__container button:-moz-focusring, .typeahead__container [type="button"]:-moz-focusring, .typeahead__container [type="reset"]:-moz-focusring, .typeahead__container [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

.typeahead__container legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

.typeahead__container textarea {
    overflow: auto
}

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

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

.typeahead__container [type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

.typeahead__container ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

.typeahead__container ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.typeahead__container {
    position: relative;
    font: 1rem Lato, "Helvetica Neue", Arial, Helvetica, sans-serif
}

.typeahead__container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

.typeahead__query {
    position: relative;
    z-index: 2;
    width: 100%
}

.typeahead__filter {
    position: relative
}

.typeahead__filter button {
    min-width: 100%;
    white-space: nowrap
}

.typeahead__filter button:after {
    display: inline-block;
    margin-left: 4px;
    width: 0;
    height: 0;
    vertical-align: -2px;
    content: "";
    border: 4px solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.typeahead__field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.typeahead__button button {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.typeahead__field {
    color: #555
}

.typeahead__field input, .typeahead__field textarea, .typeahead__field [contenteditable], .typeahead__field .typeahead__hint {
    display: block;
    width: 100%;
    line-height: 1.25;
    min-height: calc(0.5rem * 2 + 1.25rem + 2px);
    padding: 0.5rem 0.75rem;
    background: #cdcdcd;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #343434;
    font-size: 13px
}

.typeahead__field input:focus, .typeahead__field input:active, .typeahead__field textarea:focus, .typeahead__field textarea:active, .typeahead__field [contenteditable]:focus, .typeahead__field [contenteditable]:active, .typeahead__field .typeahead__hint:focus, .typeahead__field .typeahead__hint:active {
    border-color: #66afe9
}

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

.typeahead__field input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

.typeahead__container.hint .typeahead__field input, .typeahead__container.hint .typeahead__field textarea, .typeahead__container.hint .typeahead__field [contenteditable] {
    background: transparent
}

.typeahead__container.hint .typeahead__query > :last-child, .typeahead__hint {
    background: #fff
}

.typeahead__container button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555
}

.typeahead__container button:hover, .typeahead__container button:focus {
    color: #3c3c3c;
    background-color: #f5f5f5;
    border-color: #b3b3b3
}

.typeahead__container button:active, .typeahead__container button.active {
    background-image: none
}

.typeahead__container button:focus, .typeahead__container button:active {
    border-color: #66afe9
}

.typeahead__container input.disabled, .typeahead__container input[disabled], .typeahead__container button.disabled, .typeahead__container button[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    border-color: #ccc
}

.typeahead__container .typeahead__field input, .typeahead__container .typeahead__field textarea, .typeahead__container .typeahead__field [contenteditable], .typeahead__container .typeahead__field .typeahead__hint, .typeahead__container .typeahead__field .typeahead__label-container {
    padding-right: 32px
}

.typeahead__filter, .typeahead__button {
    z-index: 1
}

.typeahead__filter button, .typeahead__button button {
    margin-left: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.typeahead__filter:hover, .typeahead__filter:active, .typeahead__filter:focus, .typeahead__button:hover, .typeahead__button:active, .typeahead__button:focus {
    z-index: 1001
}

.typeahead__filter:hover button:focus, .typeahead__filter:hover button:active, .typeahead__filter:active button:focus, .typeahead__filter:active button:active, .typeahead__filter:focus button:focus, .typeahead__filter:focus button:active, .typeahead__button:hover button:focus, .typeahead__button:hover button:active, .typeahead__button:active button:focus, .typeahead__button:active button:active, .typeahead__button:focus button:focus, .typeahead__button:focus button:active {
    z-index: 1001
}

.typeahead__filter + .typeahead__button button {
    margin-left: -2px
}

.typeahead__container.filter .typeahead__filter {
    z-index: 1001
}

.typeahead__list, .typeahead__dropdown {
    position: absolute;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-clip: padding-box
}

.typeahead__result.detached .typeahead__list {
    position: relative;
    z-index: 1041;
    top: initial;
    left: initial
}

.typeahead__dropdown {
    right: 0;
    left: initial;
    z-index: 1001
}

.typeahead__list > li {
    position: relative;
    border-top: solid 1px #ccc
}

.typeahead__list > li:first-child {
    border-top: none
}

.typeahead__list .typeahead__item[disabled] > a, .typeahead__dropdown .typeahead__dropdown-item[disabled] > a {
    cursor: not-allowed;
    color: #bababa;
    background-color: #fafafa
}

.typeahead__list .typeahead__item > a, .typeahead__dropdown .typeahead__dropdown-item > a {
    display: block;
    padding: 0.5rem 0.75rem;
    clear: both;
    color: #333;
    text-decoration: none
}

.typeahead__list .typeahead__item:not([disabled]) > a:hover, .typeahead__list .typeahead__item:not([disabled]) > a:focus, .typeahead__list .typeahead__item:not([disabled]).active > a, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:hover, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]) > a:focus, .typeahead__dropdown .typeahead__dropdown-item:not([disabled]).active > a {
    background-color: #f5f5f5;
    color: #3c3c3c
}

.typeahead__list.empty > li {
    padding: 0.5rem 0.75rem;
    color: #333
}

.typeahead__list > .typeahead__group {
    border-color: #bfdef6;
    font-weight: 700
}

.typeahead__list > .typeahead__group:first-child {
    border-top: solid 1px #bfdef6
}

.typeahead__list > .typeahead__group > a, .typeahead__list > .typeahead__group > a:hover, .typeahead__list > .typeahead__group > a:focus, .typeahead__list > .typeahead__group.active > a {
    cursor: default;
    color: #17639f;
    background: #ecf5fc;
    display: block;
    padding: 0.5rem 0.75rem;
    clear: both;
    text-decoration: none
}

.typeahead__list > li.typeahead__group + li.typeahead__item {
    border-color: #bfdef6
}

.typeahead__container.result .typeahead__list, .typeahead__container.filter .typeahead__dropdown, .typeahead__container.hint .typeahead__hint, .typeahead__container.backdrop + .typeahead__backdrop {
    display: block !important
}

.typeahead__container .typeahead__list, .typeahead__container .typeahead__dropdown, .typeahead__container .typeahead__hint, .typeahead__container + .typeahead__backdrop {
    display: none !important
}

.typeahead__dropdown li:last-child {
    margin-top: 5px;
    padding-top: 5px;
    border-top: solid 1px #ccc
}

.typeahead__cancel-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    visibility: hidden
}

.typeahead__label .typeahead__cancel-button {
    visibility: visible;
    right: 4px
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button, .typeahead__label .typeahead__cancel-button {
    visibility: visible
}

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover, .typeahead__label .typeahead__cancel-button:hover {
    color: #d0021b
}

.typeahead__search-icon {
    padding: 0 1.25rem;
    width: 16px;
    height: 16px;
    background: url(data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI1MC4zMTMgMjUwLjMxMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjUwLjMxMyAyNTAuMzEzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CjxnIGlkPSJTZWFyY2giPgoJPHBhdGggc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkOyIgZD0iTTI0NC4xODYsMjE0LjYwNGwtNTQuMzc5LTU0LjM3OGMtMC4yODktMC4yODktMC42MjgtMC40OTEtMC45My0wLjc2ICAgYzEwLjctMTYuMjMxLDE2Ljk0NS0zNS42NiwxNi45NDUtNTYuNTU0QzIwNS44MjIsNDYuMDc1LDE1OS43NDcsMCwxMDIuOTExLDBTMCw0Ni4wNzUsMCwxMDIuOTExICAgYzAsNTYuODM1LDQ2LjA3NCwxMDIuOTExLDEwMi45MSwxMDIuOTExYzIwLjg5NSwwLDQwLjMyMy02LjI0NSw1Ni41NTQtMTYuOTQ1YzAuMjY5LDAuMzAxLDAuNDcsMC42NCwwLjc1OSwwLjkyOWw1NC4zOCw1NC4zOCAgIGM4LjE2OSw4LjE2OCwyMS40MTMsOC4xNjgsMjkuNTgzLDBDMjUyLjM1NCwyMzYuMDE3LDI1Mi4zNTQsMjIyLjc3MywyNDQuMTg2LDIxNC42MDR6IE0xMDIuOTExLDE3MC4xNDYgICBjLTM3LjEzNCwwLTY3LjIzNi0zMC4xMDItNjcuMjM2LTY3LjIzNWMwLTM3LjEzNCwzMC4xMDMtNjcuMjM2LDY3LjIzNi02Ny4yMzZjMzcuMTMyLDAsNjcuMjM1LDMwLjEwMyw2Ny4yMzUsNjcuMjM2ICAgQzE3MC4xNDYsMTQwLjA0NCwxNDAuMDQzLDE3MC4xNDYsMTAyLjkxMSwxNzAuMTQ2eiIgZmlsbD0iIzU1NTU1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat scroll center center transparent
}

.typeahead__container.loading .typeahead__query:before, .typeahead__container.loading .typeahead__query:after {
    -webkit-transition: all 0s linear, opacity 0.2s ease;
    -o-transition: all 0s linear, opacity 0.2s ease;
    transition: all 0s linear, opacity 0.2s ease;
    position: absolute;
    z-index: 3;
    content: "";
    top: 50%;
    right: 0.55em;
    margin-top: -0.675rem;
    width: 1.35rem;
    height: 1.35rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 500rem;
    border-style: solid;
    border-width: 0.1em
}

.typeahead__container.loading .typeahead__query:before {
    border-color: rgba(0, 0, 0, 0.35)
}

.typeahead__container.loading .typeahead__query:after {
    -webkit-animation: button-spin 0.6s linear;
    animation: button-spin 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-color: #fff transparent transparent;
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent
}

@-webkit-keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes button-spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.typeahead__label-container {
    list-style: none;
    position: absolute;
    padding-top: calc(1rem * 0.375);
    padding-left: 6px;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.typeahead__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: calc(1rem * 0.875);
    position: relative;
    background: #ecf5fc;
    border: solid 1px #c2e0ff;
    padding-left: 4px;
    border-radius: 2px;
    margin-right: 4px;
    margin-bottom: calc(1rem * 0.375)
}

.typeahead__label > * {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.typeahead__label .typeahead__cancel-button {
    line-height: normal;
    height: auto;
    position: static;
    padding-top: calc(1rem * 0.25 - 1px);
    padding-bottom: calc(1rem * 0.25 + 1px);
    padding-left: 6px;
    padding-right: 6px;
    margin-left: 4px;
    font-size: calc(1rem * 0.875);
    border-left: solid 1px #c2e0ff
}

.typeahead__label .typeahead__cancel-button:hover {
    background-color: #d5e9f9
}

.typeahead__result .typeahead__name {
    font-size: 14px
}

.typeahead__result .typeahead__ico {
    color: #99999f;
    font-size: 13px
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before, .fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-genderless:before, .fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}