@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Sintony:400,700");

html {
    font-family: "Times New Roman";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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

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

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

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

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

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

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

input {
    line-height: normal;
}

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

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

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

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

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

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

@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: " (" attr(href) ")";
    }

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

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

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

    thead {
        display: table-header-group;
    }

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

    img {
        max-width: 100% !important;
    }

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

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

    .navbar {
        display: none;
    }

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

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

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

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

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

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

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

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

body {
    font-family: Sintony, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #1a1a1a;
    background-color: #fff;
}

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

a {
    color: #a20f28;
    text-decoration: none;
}

a:hover, a:focus {
    color: #ea1b3e;
    text-decoration: none;
}

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

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

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

.img-rounded {
    border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

h1, .h1 {
    font-size: 34px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 15px;
}

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

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

p {
    margin: 0 0 10px;
}

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

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

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

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

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

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #a0a0a0;
}

.text-primary {
    color: #c0122f;
}

a.text-primary:hover, a.text-primary:focus {
    color: #910e24;
}

.text-success {
    color: #149432;
}

a.text-success:hover, a.text-success:focus {
    color: #0e6723;
}

.text-info {
    color: #3498db;
}

a.text-info:hover, a.text-info:focus {
    color: #217dbb;
}

.text-warning {
    color: #df691a;
}

a.text-warning:hover, a.text-warning:focus {
    color: #b15315;
}

.text-danger {
    color: #bd0000;
}

a.text-danger:hover, a.text-danger:focus {
    color: #8a0000;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #c0122f;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #910e24;
}

.bg-success {
    background-color: #149432;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #0e6723;
}

.bg-info {
    background-color: #3498db;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #217dbb;
}

.bg-warning {
    background-color: #df691a;
}

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

.bg-danger {
    background-color: #bd0000;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #8a0000;
}

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

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

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

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

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

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

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

dt, dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

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

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

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

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

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

.initialism {
    font-size: 90%;
}

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

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

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

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '— ';
}

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

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

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: ' —';
}

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

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

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

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

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

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #3a3a3a;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
}

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

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

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

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

.container:after {
    clear: both;
}

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

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

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

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

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

.container-fluid:after {
    clear: both;
}

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

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

.row:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-1 {
        width: 8.33333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        width: 8.33333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-1 {
        width: 8.33333%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent;
}

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

th {
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #5f5f5f;
}

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

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

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

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

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

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

textarea.form-control {
    height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback {
    position: relative;
}

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

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

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

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

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

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

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

.has-success .input-group-addon {
    color: #149432;
    border-color: #149432;
    background-color: #149432;
}

.has-success .form-control-feedback {
    color: #149432;
}

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

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

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

.has-warning .input-group-addon {
    color: #df691a;
    border-color: #df691a;
    background-color: #df691a;
}

.has-warning .form-control-feedback {
    color: #df691a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-default {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

.btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #010101;
    border-color: #000;
}

.btn-default:hover {
    color: #fff;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #fff;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #fff;
}

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

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

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

.btn-primary {
    color: #fff;
    background-color: #c0122f;
    border-color: #c0122f;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #910e24;
    border-color: #4b0712;
}

.btn-primary:hover {
    color: #fff;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #fff;
}

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

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #c0122f;
    border-color: #c0122f;
}

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

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

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0e6723;
    border-color: #05240c;
}

.btn-success:hover {
    color: #fff;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
}

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

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

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #149432;
    border-color: #149432;
}

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

.btn-info {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #217dbb;
    border-color: #16527a;
}

.btn-info:hover {
    color: #fff;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
}

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

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #3498db;
    border-color: #3498db;
}

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

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

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #b15315;
    border-color: #6d330d;
}

.btn-warning:hover {
    color: #fff;
}

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

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
}

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

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

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

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

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #8a0000;
    border-color: #3e0000;
}

.btn-danger:hover {
    color: #fff;
}

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

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
}

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

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

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

.btn-link {
    color: #a20f28;
    font-weight: normal;
    border-radius: 0;
}

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

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

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

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

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

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

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

.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 .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

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

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

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

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

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

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

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

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

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

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

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

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

.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: 12px;
    line-height: 1.42857;
    color: #a0a0a0;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-toolbar:after {
    clear: both;
}

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

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

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

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

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

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

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

.btn .caret {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.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-pages: fixed;
    border-collapse: separate;
}

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

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

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

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

.input-group {
    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-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

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

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

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #5f5f5f;
    text-align: center;
    background-color: #f5f5f5;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
}

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

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

.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:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

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

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

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

.nav > li.disabled > a {
    color: #a0a0a0;
}

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

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #f5f5f5;
    border-color: #a20f28;
}

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

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

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

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

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

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

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

.nav-pills > li {
    float: left;
}

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

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

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

.nav-stacked > li {
    float: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar:after {
    clear: both;
}

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

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

.navbar-header:after {
    clear: both;
}

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

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

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

.navbar-collapse:after {
    clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand > img {
    display: block;
}

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

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

.navbar-toggle:focus {
    outline: 0;
}

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

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

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

.navbar-nav {
    margin: 6px -15px;
}

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

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

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

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

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

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

    .navbar-nav > li {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default {
    background-color: #c0122f;
    border-color: #a20f28;
}

.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, .75);
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: rgba(230, 230, 230, .75);
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: rgba(255, 255, 255, .75);
}

.navbar-default .navbar-nav > li > a {
    color: rgba(255, 255, 255, .75);
}

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

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

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: rgba(255, 255, 255, .65);
    background-color: transparent;
}

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

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

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

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

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

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: rgba(255, 255, 255, .75);
    }

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

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

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: rgba(255, 255, 255, .65);
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: rgba(255, 255, 255, .75);
}

.navbar-default .navbar-link:hover {
    color: #fff;
}

.navbar-default .btn-link {
    color: rgba(255, 255, 255, .75);
}

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

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: rgba(255, 255, 255, .65);
}

.navbar-inverse {
    background-color: #ad102a;
    border-color: #960e25;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

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

.navbar-inverse .navbar-text {
    color: #fff;
}

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

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

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

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: rgba(255, 255, 255, .65);
    background-color: transparent;
}

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

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

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

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #8d0d22;
}

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

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #960e25;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #960e25;
    }

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

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

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

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: rgba(255, 255, 255, .65);
        background-color: transparent;
    }
}

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

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

.navbar-inverse .btn-link {
    color: #fff;
}

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

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: rgba(255, 255, 255, .65);
}

.breadcrumb {
    padding: 10px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 5px;
}

.breadcrumb > li {
    display: inline-block;
}

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

.breadcrumb > .active {
    color: #a0a0a0;
}

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

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #3a3a3a;
    background-color: transparent;
    border: 1px solid transparent;
    margin-left: -1px;
}

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

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

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 3;
    color: #ea1b3e;
    background-color: transparent;
    border-color: transparent;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #a20f28;
    background-color: transparent;
    border-color: transparent;
    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: #a0a0a0;
    background-color: transparent;
    border-color: transparent;
    cursor: not-allowed;
}

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

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

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

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

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

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

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

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

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

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

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

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

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

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

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

.label:empty {
    display: none;
}

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

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

.label-default {
    background-color: #a0a0a0;
}

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

.label-primary {
    background-color: #c0122f;
}

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

.label-success {
    background-color: #149432;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #0e6723;
}

.label-info {
    background-color: #3498db;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #217dbb;
}

.label-warning {
    background-color: #df691a;
}

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

.label-danger {
    background-color: #bd0000;
}

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

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

.badge:empty {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 10px;
}

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

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

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

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

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

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

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

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #a20f28;
}

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

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

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

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

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

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

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

.alert-success {
    background-color: #149432;
    border-color: #149432;
    color: #fff;
}

.alert-success hr {
    border-top-color: #117e2a;
}

.alert-success .alert-link {
    color: #e6e6e6;
}

.alert-info {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}

.alert-info hr {
    border-top-color: #258cd1;
}

.alert-info .alert-link {
    color: #e6e6e6;
}

.alert-warning {
    background-color: #df691a;
    border-color: #df691a;
    color: #fff;
}

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

.alert-warning .alert-link {
    color: #e6e6e6;
}

.alert-danger {
    background-color: #bd0000;
    border-color: #bd0000;
    color: #fff;
}

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

.alert-danger .alert-link {
    color: #e6e6e6;
}

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

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

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

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

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

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

.progress-bar-success {
    background-color: #149432;
}

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

.progress-bar-info {
    background-color: #3498db;
}

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

.progress-bar-warning {
    background-color: #df691a;
}

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

.progress-bar-danger {
    background-color: #bd0000;
}

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

.media {
    margin-top: 15px;
}

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

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

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

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

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

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

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

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item-success {
    color: #149432;
    background-color: #149432;
}

a.list-group-item-success, button.list-group-item-success {
    color: #149432;
}

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

a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
    color: #149432;
    background-color: #117e2a;
}

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

.list-group-item-info {
    color: #3498db;
    background-color: #3498db;
}

a.list-group-item-info, button.list-group-item-info {
    color: #3498db;
}

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

a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
    color: #3498db;
    background-color: #258cd1;
}

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

.list-group-item-warning {
    color: #df691a;
    background-color: #df691a;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #df691a;
}

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

a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
    color: #df691a;
    background-color: #c85e17;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .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%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

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

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

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(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: #000;
}

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

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

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

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

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

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

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

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

.modal-footer:after {
    clear: both;
}

.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: 600px;
        margin: 30px auto;
    }

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

    .modal-sm {
        width: 300px;
    }
}

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

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Sintony, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Sintony, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel-control .icon-prev:before {
    content: '‹';
}

.carousel-control .icon-next:before {
    content: '›';
}

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

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

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

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

.carousel-caption .btn {
    text-shadow: none;
}

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

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

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

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

    .carousel-indicators {
        bottom: 20px;
    }
}

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

.clearfix:after {
    clear: both;
}

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

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

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

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) 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: 1024px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

*:focus {
    outline: none !important;
}

.img-responsive {
    max-height: 100%;
    display: inline;
}

.display-inline {
    display: inline;
}

.text-white {
    color: #fff;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.required label:after {
    content: "*";
    padding-left: 2.5px;
    color: #bd0000;
}

label.error {
    color: #bd0000;
    font-weight: normal;
    font-size: 12px;
}

.bg-info, .bg-primary, .bg-success, .bg-warning, .bg-danger {
    color: rgba(255, 255, 255, .75);
}

.alert a {
    color: #fff;
    text-decoration: underline;
}

.table-block > tbody > tr > td {
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .table-block, .table-block thead, .table-block tbody, .table-block tr, .table-block th, .table-block td {
        display: block;
        width: 100%;
    }

    .table-block:before, .table-block:after, .table-block thead:before, .table-block thead:after, .table-block tbody:before, .table-block tbody:after, .table-block tr:before, .table-block tr:after, .table-block th:before, .table-block th:after, .table-block td:before, .table-block td:after {
        content: " ";
        display: table;
    }

    .table-block:after, .table-block thead:after, .table-block tbody:after, .table-block tr:after, .table-block th:after, .table-block td:after {
        clear: both;
    }

    .table-block > tbody > tr > td {
        border-top-style: dotted;
        text-align: right;
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .table-block > tbody > tr > td:first-child {
        border-top-style: solid;
        border-top-width: 2px;
    }

    .table-block td:before {
        content: attr(data-label);
        float: none;
        font-weight: normal;
        font-size: 90%;
        font-weight: bold;
        padding-right: 2.5px;
        float: left;
    }

    .table.table-block thead {
        display: none;
    }

    .table-block {
        border-bottom: 2px solid #e4e4e4;
    }
}

@media (min-width: 768px) {
    .btn-toggle {
        display: none;
    }
}

.btn-light {
    color: #1a1a1a;
    background-color: #fff;
    border-color: #e4e4e4;
}

.btn-light:focus, .btn-light.focus {
    color: #1a1a1a;
    background-color: #e6e6e6;
    border-color: #a4a4a4;
}

.btn-light:hover {
    color: #1a1a1a;
}

.btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
    color: #1a1a1a;
}

.btn-light:active:hover, .btn-light:active:focus, .btn-light:active.focus, .btn-light.active:hover, .btn-light.active:focus, .btn-light.active.focus, .open > .btn-light.dropdown-toggle:hover, .open > .btn-light.dropdown-toggle:focus, .open > .btn-light.dropdown-toggle.focus {
    color: #1a1a1a;
}

.btn-light:active, .btn-light.active, .open > .btn-light.dropdown-toggle {
    background-image: none;
}

.btn-light.disabled, .btn-light.disabled:hover, .btn-light.disabled:focus, .btn-light.disabled.focus, .btn-light.disabled:active, .btn-light.disabled.active, .btn-light[disabled], .btn-light[disabled]:hover, .btn-light[disabled]:focus, .btn-light[disabled].focus, .btn-light[disabled]:active, .btn-light[disabled].active, fieldset[disabled] .btn-light, fieldset[disabled] .btn-light:hover, fieldset[disabled] .btn-light:focus, fieldset[disabled] .btn-light.focus, fieldset[disabled] .btn-light:active, fieldset[disabled] .btn-light.active {
    background-color: #fff;
    border-color: #e4e4e4;
}

.btn-light .badge {
    color: #fff;
    background-color: #1a1a1a;
}

.btn-clean {
    padding: 0;
    height: auto;
    color: #a20f28;
    background-color: transparent;
}

.btn-clean:hover, .btn-clean:focus {
    color: #ea1b3e;
    background-color: transparent !important;
}

.btn-action {
    color: #fff;
    background-color: #c0122f;
    border-color: #c0122f;
}

.btn-action:focus, .btn-action.focus {
    color: #fff;
    background-color: #910e24;
    border-color: #4b0712;
}

.btn-action:hover {
    color: #fff;
}

.btn-action:active, .btn-action.active, .open > .btn-action.dropdown-toggle {
    color: #fff;
}

.btn-action:active:hover, .btn-action:active:focus, .btn-action:active.focus, .btn-action.active:hover, .btn-action.active:focus, .btn-action.active.focus, .open > .btn-action.dropdown-toggle:hover, .open > .btn-action.dropdown-toggle:focus, .open > .btn-action.dropdown-toggle.focus {
    color: #fff;
}

.btn-action:active, .btn-action.active, .open > .btn-action.dropdown-toggle {
    background-image: none;
}

.btn-action.disabled, .btn-action.disabled:hover, .btn-action.disabled:focus, .btn-action.disabled.focus, .btn-action.disabled:active, .btn-action.disabled.active, .btn-action[disabled], .btn-action[disabled]:hover, .btn-action[disabled]:focus, .btn-action[disabled].focus, .btn-action[disabled]:active, .btn-action[disabled].active, fieldset[disabled] .btn-action, fieldset[disabled] .btn-action:hover, fieldset[disabled] .btn-action:focus, fieldset[disabled] .btn-action.focus, fieldset[disabled] .btn-action:active, fieldset[disabled] .btn-action.active {
    background-color: #c0122f;
    border-color: #c0122f;
}

.btn-action .badge {
    color: #c0122f;
    background-color: #fff;
}

.btn-none {
    display: none;
}

.btn-group > .btn, .btn-group > .btn.active {
    z-index: 0 !important;
}

.btn-link {
    padding: 0;
    font-weight: bold;
    color: #3a3a3a;
}

.btn-link:hover {
    text-decoration: none;
}

.small-text {
    font-size: 12px;
}

.medium-text {
    font-size: 15px;
}

.large-text {
    font-size: 18px;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: fa-accelerator !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.icon-2x {
    font-size: 2em;
}

.icon-3x {
    font-size: 3em;
}

.icon-4x {
    font-size: 4em;
}

.icon-5x {
    font-size: 5em;
}

@font-face {
    font-family: fa-accelerator;
    src: url("../fonts/fa-accelerator.eot");
    src: url("../fonts/fa-accelerator.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-accelerator.ttf") format("truetype"), url("../fonts/fa-accelerator.woff") format("woff"), url("../fonts/fa-accelerator.svg?#fa-accelerator") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-green {
    color: #228b22;
}

.icon-yellow {
    color: #ffa500;
}

.icon-red {
    color: #b22222;
}

.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.icon-pulse {
    -webkit-animation: spin 1s infinite steps(8);
    animation: spin 1s infinite steps(8);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.icon-async:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-mail:before {
    content: "";
}

.icon-favorite-added:before {
    content: "";
}

.icon-grid:before {
    content: "";
}

.icon-list:before {
    content: "";
}

.icon-added:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-zoom:before {
    content: "";
}

.icon-trash:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-print:before {
    content: "";
}

.icon-chevron-left:before {
    content: "";
}

.icon-chevron-right:before {
    content: "";
}

.icon-warning:before {
    content: "";
}

.icon-calendar:before {
    content: "";
}

.icon-chevron-up:before {
    content: "";
}

.icon-chevron-down:before {
    content: "";
}

.icon-favorite:before {
    content: "";
}

.icon-phone:before {
    content: "";
}

.icon-filter:before {
    content: "";
}

.icon-hamburger:before {
    content: "";
}

.icon-angle-left:before {
    content: "";
}

.icon-angle-right:before {
    content: "";
}

.icon-angle-up:before {
    content: "";
}

.icon-angle-down:before {
    content: "";
}

.icon-stock:before {
    content: "";
}

.icon-keyboard:before {
    content: "";
}

.icon-youtube-play:before {
    content: "";
}

.icon-minicart:before {
    content: "";
}

.icon-user:before {
    content: "";
}

/*! Modified from font-awesome helper CSS classes - PIXEDEN
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (CSS: MIT License)
 */
.pe-lg {
    font-size: 1.3333333333333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.pe-2x {
    font-size: 2em;
}

.pe-3x {
    font-size: 3em;
}

.pe-4x {
    font-size: 4em;
}

.pe-5x {
    font-size: 5em;
}

.pe-fw {
    width: 1.2857142857142858em;
    text-align: center;
}

.pe-ul {
    padding-left: 0;
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

.pe-ul > li {
    position: relative;
}

.pe-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    top: .14285714285714285em;
    text-align: center;
}

.pe-li.pe-lg {
    left: -1.8571428571428572em;
}

.pe-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.pe.pull-left {
    margin-right: .3em;
}

.pe.pull-right {
    margin-left: .3em;
}

.pe-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.pe-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.pe-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pe-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.pe-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.pe-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.pe-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.pe-stack-1x, .pe-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.pe-stack-1x {
    line-height: inherit;
}

.pe-stack-2x {
    font-size: 2em;
}

.pe-inverse {
    color: #fff;
}

.pe-va {
    vertical-align: middle;
}

.pe-border {
    border: solid .08em #eaeaea;
}

.pe-fw-h {
    width: 1.2857142857142858em;
    text-align: center;
    display: inline-block;
}

@font-face {
    font-family: 'pe-icon-set-e-commerce';
    src: url("../fonts/pe-icon-set-e-commerce.eot?-d6hpag");
    src: url("../fonts/pe-icon-set-e-commerce.eot?#iefix-d6hpag") format("embedded-opentype"), url("../fonts/pe-icon-set-e-commerce.ttf?-d6hpag") format("truetype"), url("../fonts/pe-icon-set-e-commerce.woff?-d6hpag") format("woff"), url("../fonts/pe-icon-set-e-commerce.svg?-d6hpag#pe-icon-set-e-commerce") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-is-ec-"], [class*=" pe-is-ec-"], .pe-ecom {
    display: inline-block;
    font-family: 'pe-icon-set-e-commerce';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-is-ec-atm-1-f:before {
    content: "";
}

.pe-is-ec-atm-1:before {
    content: "";
}

.pe-is-ec-atm-2-f:before {
    content: "";
}

.pe-is-ec-atm-2:before {
    content: "";
}

.pe-is-ec-bag-1-f:before {
    content: "";
}

.pe-is-ec-bag-1:before {
    content: "";
}

.pe-is-ec-bag-2-f:before {
    content: "";
}

.pe-is-ec-bag-2:before {
    content: "";
}

.pe-is-ec-bag-3-f:before {
    content: "";
}

.pe-is-ec-bag-3:before {
    content: "";
}

.pe-is-ec-bag-4-f:before {
    content: "";
}

.pe-is-ec-bag-4:before {
    content: "";
}

.pe-is-ec-bag-5-f:before {
    content: "";
}

.pe-is-ec-bag-5:before {
    content: "";
}

.pe-is-ec-bag-6-f:before {
    content: "";
}

.pe-is-ec-bag-6:before {
    content: "";
}

.pe-is-ec-banck-check-f:before {
    content: "";
}

.pe-is-ec-banck-check:before {
    content: "";
}

.pe-is-ec-bank-f:before {
    content: "";
}

.pe-is-ec-bank:before {
    content: "";
}

.pe-is-ec-bar-chart-1-f:before {
    content: "";
}

.pe-is-ec-bar-chart-1:before {
    content: "";
}

.pe-is-ec-bar-chart-2-f:before {
    content: "";
}

.pe-is-ec-bar-chart-2:before {
    content: "";
}

.pe-is-ec-bar-chart-3-f:before {
    content: "";
}

.pe-is-ec-bar-chart-3:before {
    content: "";
}

.pe-is-ec-bar-chart-4-f:before {
    content: "";
}

.pe-is-ec-bar-chart-4:before {
    content: "";
}

.pe-is-ec-bar-chart-5-f:before {
    content: "";
}

.pe-is-ec-bar-chart-5:before {
    content: "";
}

.pe-is-ec-bar-chart-6-f:before {
    content: "";
}

.pe-is-ec-bar-chart-6:before {
    content: "";
}

.pe-is-ec-basket-1-f:before {
    content: "";
}

.pe-is-ec-basket-1:before {
    content: "";
}

.pe-is-ec-basket-2-f:before {
    content: "";
}

.pe-is-ec-basket-2:before {
    content: "";
}

.pe-is-ec-basket-3-f:before {
    content: "";
}

.pe-is-ec-basket-3:before {
    content: "";
}

.pe-is-ec-basket-4-f:before {
    content: "";
}

.pe-is-ec-basket-4:before {
    content: "";
}

.pe-is-ec-basket-5-f:before {
    content: "";
}

.pe-is-ec-basket-5:before {
    content: "";
}

.pe-is-ec-basket-24-f:before {
    content: "";
}

.pe-is-ec-basket-24:before {
    content: "";
}

.pe-is-ec-basket-advice-f:before {
    content: "";
}

.pe-is-ec-basket-advice:before {
    content: "";
}

.pe-is-ec-basket-ban-f:before {
    content: "";
}

.pe-is-ec-basket-ban:before {
    content: "";
}

.pe-is-ec-basket-check-f:before {
    content: "";
}

.pe-is-ec-basket-check:before {
    content: "";
}

.pe-is-ec-basket-circle-f:before {
    content: "";
}

.pe-is-ec-basket-circle:before {
    content: "";
}

.pe-is-ec-basket-cog-f:before {
    content: "";
}

.pe-is-ec-basket-cog:before {
    content: "";
}

.pe-is-ec-basket-dollar-f:before {
    content: "";
}

.pe-is-ec-basket-dollar:before {
    content: "";
}

.pe-is-ec-basket-down-f:before {
    content: "";
}

.pe-is-ec-basket-down:before {
    content: "";
}

.pe-is-ec-basket-lock-f:before {
    content: "";
}

.pe-is-ec-basket-lock:before {
    content: "";
}

.pe-is-ec-basket-map-pin-f:before {
    content: "";
}

.pe-is-ec-basket-map-pin:before {
    content: "";
}

.pe-is-ec-basket-minus-f:before {
    content: "";
}

.pe-is-ec-basket-minus:before {
    content: "";
}

.pe-is-ec-basket-money-f:before {
    content: "";
}

.pe-is-ec-basket-money:before {
    content: "";
}

.pe-is-ec-basket-phone-f:before {
    content: "";
}

.pe-is-ec-basket-phone:before {
    content: "";
}

.pe-is-ec-basket-plus-f:before {
    content: "";
}

.pe-is-ec-basket-plus:before {
    content: "";
}

.pe-is-ec-basket-refresh-f:before {
    content: "";
}

.pe-is-ec-basket-refresh:before {
    content: "";
}

.pe-is-ec-basket-reload-f:before {
    content: "";
}

.pe-is-ec-basket-reload:before {
    content: "";
}

.pe-is-ec-basket-remove-f:before {
    content: "";
}

.pe-is-ec-basket-remove:before {
    content: "";
}

.pe-is-ec-basket-search-f:before {
    content: "";
}

.pe-is-ec-basket-search:before {
    content: "";
}

.pe-is-ec-basket-shield-f:before {
    content: "";
}

.pe-is-ec-basket-shield:before {
    content: "";
}

.pe-is-ec-basket-star-f:before {
    content: "";
}

.pe-is-ec-basket-star:before {
    content: "";
}

.pe-is-ec-basket-time-f:before {
    content: "";
}

.pe-is-ec-basket-time:before {
    content: "";
}

.pe-is-ec-basket-up-f:before {
    content: "";
}

.pe-is-ec-basket-up:before {
    content: "";
}

.pe-is-ec-bill-1-f:before {
    content: "";
}

.pe-is-ec-bill-1:before {
    content: "";
}

.pe-is-ec-bill-2-f:before {
    content: "";
}

.pe-is-ec-bill-2:before {
    content: "";
}

.pe-is-ec-bills-1-f:before {
    content: "";
}

.pe-is-ec-bills-1:before {
    content: "";
}

.pe-is-ec-bills-2-f:before {
    content: "";
}

.pe-is-ec-bills-2:before {
    content: "";
}

.pe-is-ec-bitcoin-bill-f:before {
    content: "";
}

.pe-is-ec-bitcoin-bill:before {
    content: "";
}

.pe-is-ec-bitcoin-coin-f:before {
    content: "";
}

.pe-is-ec-bitcoin-coin:before {
    content: "";
}

.pe-is-ec-bitcoin-stamp-f:before {
    content: "";
}

.pe-is-ec-bitcoin-stamp:before {
    content: "";
}

.pe-is-ec-bitcoin:before {
    content: "";
}

.pe-is-ec-board-f:before {
    content: "";
}

.pe-is-ec-board-stats-f:before {
    content: "";
}

.pe-is-ec-board-stats:before {
    content: "";
}

.pe-is-ec-board:before {
    content: "";
}

.pe-is-ec-box-1-f:before {
    content: "";
}

.pe-is-ec-box-1:before {
    content: "";
}

.pe-is-ec-box-2-f:before {
    content: "";
}

.pe-is-ec-box-2:before {
    content: "";
}

.pe-is-ec-box-3-f:before {
    content: "";
}

.pe-is-ec-box-3:before {
    content: "";
}

.pe-is-ec-box-4-f:before {
    content: "";
}

.pe-is-ec-box-4:before {
    content: "";
}

.pe-is-ec-box-down-f:before {
    content: "";
}

.pe-is-ec-box-down:before {
    content: "";
}

.pe-is-ec-box-trolley-1-f:before {
    content: "";
}

.pe-is-ec-box-trolley-1:before {
    content: "";
}

.pe-is-ec-box-trolley-2-f:before {
    content: "";
}

.pe-is-ec-box-trolley-2:before {
    content: "";
}

.pe-is-ec-box-up:before {
    content: "";
}

.pe-is-ec-box-check:before {
    content: "";
}

.pe-is-ec-box-up-f:before {
    content: "";
}

.pe-is-ec-box-check-f:before {
    content: "";
}

.pe-is-ec-box-upside-f:before {
    content: "";
}

.pe-is-ec-box-upside:before {
    content: "";
}

.pe-is-ec-briefcase-1-f:before {
    content: "";
}

.pe-is-ec-briefcase-1:before {
    content: "";
}

.pe-is-ec-briefcase-2-f:before {
    content: "";
}

.pe-is-ec-briefcase-2:before {
    content: "";
}

.pe-is-ec-calc-1-f:before {
    content: "";
}

.pe-is-ec-calc-1:before {
    content: "";
}

.pe-is-ec-calc-2-f:before {
    content: "";
}

.pe-is-ec-calc-2:before {
    content: "";
}

.pe-is-ec-calc-3-f:before {
    content: "";
}

.pe-is-ec-calc-3:before {
    content: "";
}

.pe-is-ec-card-f:before {
    content: "";
}

.pe-is-ec-card-fast-f:before {
    content: "";
}

.pe-is-ec-card-fast:before {
    content: "";
}

.pe-is-ec-card-hand-f:before {
    content: "";
}

.pe-is-ec-card-hand:before {
    content: "";
}

.pe-is-ec-card-lock-f:before {
    content: "";
}

.pe-is-ec-card-lock:before {
    content: "";
}

.pe-is-ec-card:before {
    content: "";
}

.pe-is-ec-cart-1-f:before {
    content: "";
}

.pe-is-ec-cart-1:before {
    content: "";
}

.pe-is-ec-cart-2:before {
    content: "";
}

.pe-is-ec-cart-3:before {
    content: "";
}

.pe-is-ec-cart-4:before {
    content: "";
}

.pe-is-ec-cart-5-f:before {
    content: "";
}

.pe-is-ec-cart-5:before {
    content: "";
}

.pe-is-ec-cart-24-f:before {
    content: "";
}

.pe-is-ec-cart-24:before {
    content: "";
}

.pe-is-ec-cart-advice-f:before {
    content: "";
}

.pe-is-ec-cart-advice:before {
    content: "";
}

.pe-is-ec-cart-ban-f:before {
    content: "";
}

.pe-is-ec-cart-ban:before {
    content: "";
}

.pe-is-ec-cart-check-f:before {
    content: "";
}

.pe-is-ec-cart-check:before {
    content: "";
}

.pe-is-ec-cart-circle-f:before {
    content: "";
}

.pe-is-ec-cart-circle:before {
    content: "";
}

.pe-is-ec-cart-cog-f:before {
    content: "";
}

.pe-is-ec-cart-cog:before {
    content: "";
}

.pe-is-ec-cart-dollar-f:before {
    content: "";
}

.pe-is-ec-cart-dollar:before {
    content: "";
}

.pe-is-ec-cart-down-1-f:before {
    content: "";
}

.pe-is-ec-cart-down-1:before {
    content: "";
}

.pe-is-ec-cart-down-f:before {
    content: "";
}

.pe-is-ec-cart-down:before {
    content: "";
}

.pe-is-ec-cart-lock-f:before {
    content: "";
}

.pe-is-ec-cart-lock:before {
    content: "";
}

.pe-is-ec-cart-map-pin-f:before {
    content: "";
}

.pe-is-ec-cart-map-pin:before {
    content: "";
}

.pe-is-ec-cart-minus-f:before {
    content: "";
}

.pe-is-ec-cart-minus:before {
    content: "";
}

.pe-is-ec-cart-phone-f:before {
    content: "";
}

.pe-is-ec-cart-phone:before {
    content: "";
}

.pe-is-ec-cart-plus-f:before {
    content: "";
}

.pe-is-ec-cart-plus:before {
    content: "";
}

.pe-is-ec-cart-refresh-f:before {
    content: "";
}

.pe-is-ec-cart-refresh:before {
    content: "";
}

.pe-is-ec-cart-reload-f:before {
    content: "";
}

.pe-is-ec-cart-reload:before {
    content: "";
}

.pe-is-ec-cart-remove-f:before {
    content: "";
}

.pe-is-ec-cart-remove:before {
    content: "";
}

.pe-is-ec-cart-search-f:before {
    content: "";
}

.pe-is-ec-cart-search:before {
    content: "";
}

.pe-is-ec-cart-shield-f:before {
    content: "";
}

.pe-is-ec-cart-shield:before {
    content: "";
}

.pe-is-ec-cart-star-f:before {
    content: "";
}

.pe-is-ec-cart-star:before {
    content: "";
}

.pe-is-ec-cart-time-f:before {
    content: "";
}

.pe-is-ec-cart-time:before {
    content: "";
}

.pe-is-ec-cart-up-1-f:before {
    content: "";
}

.pe-is-ec-cart-up-1:before {
    content: "";
}

.pe-is-ec-cart-up-f:before {
    content: "";
}

.pe-is-ec-cart-up:before {
    content: "";
}

.pe-is-ec-coin-piggy-f:before {
    content: "";
}

.pe-is-ec-coin-piggy:before {
    content: "";
}

.pe-is-ec-coins-1-f:before {
    content: "";
}

.pe-is-ec-coins-1:before {
    content: "";
}

.pe-is-ec-coins-2:before {
    content: "";
}

.pe-is-ec-coins-3-f:before {
    content: "";
}

.pe-is-ec-coins-3:before {
    content: "";
}

.pe-is-ec-coins-hand:before {
    content: "";
}

.pe-is-ec-credit-cards-f:before {
    content: "";
}

.pe-is-ec-credit-cards:before {
    content: "";
}

.pe-is-ec-design-f:before {
    content: "";
}

.pe-is-ec-design:before {
    content: "";
}

.pe-is-ec-dollar-bill-f:before {
    content: "";
}

.pe-is-ec-dollar-bill:before {
    content: "";
}

.pe-is-ec-dollar-coin-f:before {
    content: "";
}

.pe-is-ec-dollar-coin:before {
    content: "";
}

.pe-is-ec-dollar-stamp-f:before {
    content: "";
}

.pe-is-ec-dollar-stamp:before {
    content: "";
}

.pe-is-ec-dollar:before {
    content: "";
}

.pe-is-ec-dropbox-f:before {
    content: "";
}

.pe-is-ec-dropbox:before {
    content: "";
}

.pe-is-ec-euro-bill-f:before {
    content: "";
}

.pe-is-ec-euro-bill:before {
    content: "";
}

.pe-is-ec-euro-coin-f:before {
    content: "";
}

.pe-is-ec-euro-coin:before {
    content: "";
}

.pe-is-ec-euro-stamp-f:before {
    content: "";
}

.pe-is-ec-euro-stamp:before {
    content: "";
}

.pe-is-ec-euro:before {
    content: "";
}

.pe-is-ec-forklift-f:before {
    content: "";
}

.pe-is-ec-forklift:before {
    content: "";
}

.pe-is-ec-fragile-f:before {
    content: "";
}

.pe-is-ec-fragile:before {
    content: "";
}

.pe-is-ec-gift-f:before {
    content: "";
}

.pe-is-ec-gift-ribbon-f:before {
    content: "";
}

.pe-is-ec-gift-ribbon:before {
    content: "";
}

.pe-is-ec-gift:before {
    content: "";
}

.pe-is-ec-justice-1-f:before {
    content: "";
}

.pe-is-ec-justice-1:before {
    content: "";
}

.pe-is-ec-justice-2-f:before {
    content: "";
}

.pe-is-ec-justice-2:before {
    content: "";
}

.pe-is-ec-label-1-f:before {
    content: "";
}

.pe-is-ec-label-1:before {
    content: "";
}

.pe-is-ec-label-2-f:before {
    content: "";
}

.pe-is-ec-label-2:before {
    content: "";
}

.pe-is-ec-label-3-f:before {
    content: "";
}

.pe-is-ec-label-3:before {
    content: "";
}

.pe-is-ec-label-4-f:before {
    content: "";
}

.pe-is-ec-label-4:before {
    content: "";
}

.pe-is-ec-money:before {
    content: "";
}

.pe-is-ec-money-bitcoin-f:before {
    content: "";
}

.pe-is-ec-money-bitcoin:before {
    content: "";
}

.pe-is-ec-money-dollar-f:before {
    content: "";
}

.pe-is-ec-money-dollar:before {
    content: "";
}

.pe-is-ec-money-euro-f:before {
    content: "";
}

.pe-is-ec-money-euro:before {
    content: "";
}

.pe-is-ec-money-f:before {
    content: "";
}

.pe-is-ec-money-pound-f:before {
    content: "";
}

.pe-is-ec-money-pound:before {
    content: "";
}

.pe-is-ec-money-yen-f:before {
    content: "";
}

.pe-is-ec-money-yen:before {
    content: "";
}

.pe-is-ec-money2:before {
    content: "";
}

.pe-is-ec-new-coin-f:before {
    content: "";
}

.pe-is-ec-new-coin:before {
    content: "";
}

.pe-is-ec-new-stamp-f:before {
    content: "";
}

.pe-is-ec-new-stamp:before {
    content: "";
}

.pe-is-ec-new-sticker-f:before {
    content: "";
}

.pe-is-ec-new-sticker:before {
    content: "";
}

.pe-is-ec-percent-coin-f:before {
    content: "";
}

.pe-is-ec-percent-coin:before {
    content: "";
}

.pe-is-ec-percent-stamp-f:before {
    content: "";
}

.pe-is-ec-percent-stamp:before {
    content: "";
}

.pe-is-ec-percent-sticker-f:before {
    content: "";
}

.pe-is-ec-percent-sticker:before {
    content: "";
}

.pe-is-ec-percent:before {
    content: "";
}

.pe-is-ec-pie-chart-1-f:before {
    content: "";
}

.pe-is-ec-pie-chart-1:before {
    content: "";
}

.pe-is-ec-pie-chart-2-f:before {
    content: "";
}

.pe-is-ec-pie-chart-2:before {
    content: "";
}

.pe-is-ec-pie-chart-3d-f:before {
    content: "";
}

.pe-is-ec-pie-chart-3d:before {
    content: "";
}

.pe-is-ec-pos-1-f:before {
    content: "";
}

.pe-is-ec-pos-1:before {
    content: "";
}

.pe-is-ec-pos-2-f:before {
    content: "";
}

.pe-is-ec-pos-2:before {
    content: "";
}

.pe-is-ec-pos-3-f:before {
    content: "";
}

.pe-is-ec-pos-3:before {
    content: "";
}

.pe-is-ec-pos-4-f:before {
    content: "";
}

.pe-is-ec-pos-4:before {
    content: "";
}

.pe-is-ec-pound-bill-f:before {
    content: "";
}

.pe-is-ec-pound-bill:before {
    content: "";
}

.pe-is-ec-pound-coin-f:before {
    content: "";
}

.pe-is-ec-pound-coin:before {
    content: "";
}

.pe-is-ec-pound-stamp-f:before {
    content: "";
}

.pe-is-ec-pound-stamp:before {
    content: "";
}

.pe-is-ec-pound:before {
    content: "";
}

.pe-is-ec-purse-1-f:before {
    content: "";
}

.pe-is-ec-purse-1:before {
    content: "";
}

.pe-is-ec-purse-2-f:before {
    content: "";
}

.pe-is-ec-purse-2:before {
    content: "";
}

.pe-is-ec-purse-3-f:before {
    content: "";
}

.pe-is-ec-purse-3:before {
    content: "";
}

.pe-is-ec-purse-4-f:before {
    content: "";
}

.pe-is-ec-purse-4:before {
    content: "";
}

.pe-is-ec-purse-5-f:before {
    content: "";
}

.pe-is-ec-purse-5:before {
    content: "";
}

.pe-is-ec-purse-6-f:before {
    content: "";
}

.pe-is-ec-purse-6:before {
    content: "";
}

.pe-is-ec-qr-code:before {
    content: "";
}

.pe-is-ec-receipt-1-f:before {
    content: "";
}

.pe-is-ec-receipt-1:before {
    content: "";
}

.pe-is-ec-receipt-2-f:before {
    content: "";
}

.pe-is-ec-receipt-2:before {
    content: "";
}

.pe-is-ec-receipt-3-f:before {
    content: "";
}

.pe-is-ec-receipt-3:before {
    content: "";
}

.pe-is-ec-receipt-4-f:before {
    content: "";
}

.pe-is-ec-receipt-4:before {
    content: "";
}

.pe-is-ec-safe-box-1-f:before {
    content: "";
}

.pe-is-ec-safe-box-1:before {
    content: "";
}

.pe-is-ec-safe-box-2-f:before {
    content: "";
}

.pe-is-ec-safe-box-2:before {
    content: "";
}

.pe-is-ec-safe-box-3-f:before {
    content: "";
}

.pe-is-ec-safe-box-3:before {
    content: "";
}

.pe-is-ec-shipping-fast:before {
    content: "";
}

.pe-is-ec-shipping-time-f:before {
    content: "";
}

.pe-is-ec-shipping-time:before {
    content: "";
}

.pe-is-ec-shop-f:before {
    content: "";
}

.pe-is-ec-shop:before {
    content: "";
}

.pe-is-ec-sign-1-f:before {
    content: "";
}

.pe-is-ec-sign-1:before {
    content: "";
}

.pe-is-ec-sign-2-f:before {
    content: "";
}

.pe-is-ec-sign-2:before {
    content: "";
}

.pe-is-ec-ticket-1-f:before {
    content: "";
}

.pe-is-ec-ticket-1:before {
    content: "";
}

.pe-is-ec-ticket-2-f:before {
    content: "";
}

.pe-is-ec-ticket-2:before {
    content: "";
}

.pe-is-ec-ticket-3-f:before {
    content: "";
}

.pe-is-ec-ticket-3:before {
    content: "";
}

.pe-is-ec-trolley-boxes-f:before {
    content: "";
}

.pe-is-ec-trolley-boxes:before {
    content: "";
}

.pe-is-ec-trolley-case-f:before {
    content: "";
}

.pe-is-ec-trolley-case:before {
    content: "";
}

.pe-is-ec-trolley-down:before {
    content: "";
}

.pe-is-ec-trolley:before {
    content: "";
}

.pe-is-ec-truck-1-f:before {
    content: "";
}

.pe-is-ec-truck-1:before {
    content: "";
}

.pe-is-ec-truck-2-f:before {
    content: "";
}

.pe-is-ec-truck-2:before {
    content: "";
}

.pe-is-ec-truck-3-f:before {
    content: "";
}

.pe-is-ec-truck-3:before {
    content: "";
}

.pe-is-ec-wallet-1-f:before {
    content: "";
}

.pe-is-ec-wallet-1:before {
    content: "";
}

.pe-is-ec-wallet-2-f:before {
    content: "";
}

.pe-is-ec-wallet-2:before {
    content: "";
}

.pe-is-ec-wallet-3-f:before {
    content: "";
}

.pe-is-ec-wallet-3:before {
    content: "";
}

.pe-is-ec-yen-bill-f:before {
    content: "";
}

.pe-is-ec-yen-bill:before {
    content: "";
}

.pe-is-ec-yen-coin-f:before {
    content: "";
}

.pe-is-ec-yen-coin:before {
    content: "";
}

.pe-is-ec-yen-stamp-f:before {
    content: "";
}

.pe-is-ec-yen-stamp:before {
    content: "";
}

.pe-is-ec-yen:before {
    content: "";
}

@font-face {
    font-family: 'Pe-icon-set-interface';
    src: url("../fonts/Pe-icon-set-interface.eot?-srh7v0");
    src: url("../fonts/Pe-icon-set-interface.eot?#iefix-srh7v0") format("embedded-opentype"), url("../fonts/Pe-icon-set-interface.woff?-srh7v0") format("woff"), url("../fonts/Pe-icon-set-interface.ttf?-srh7v0") format("truetype"), url("../fonts/Pe-icon-set-interface.svg?-srh7v0#Pe-icon-set-interface") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-is-i-"], [class*=" pe-is-i-"] {
    display: inline-block;
    font-family: 'Pe-icon-set-interface';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-is-i-align-bottom:before {
    content: "";
}

.pe-is-i-align-left:before {
    content: "";
}

.pe-is-i-align-right:before {
    content: "";
}

.pe-is-i-align-top:before {
    content: "";
}

.pe-is-i-angle-circle-down:before {
    content: "";
}

.pe-is-i-angle-circle-down-f:before {
    content: "";
}

.pe-is-i-angle-circle-left:before {
    content: "";
}

.pe-is-i-angle-circle-left-f:before {
    content: "";
}

.pe-is-i-angle-circle-right:before {
    content: "";
}

.pe-is-i-angle-circle-right-f:before {
    content: "";
}

.pe-is-i-angle-circle-up:before {
    content: "";
}

.pe-is-i-angle-circle-up-f:before {
    content: "";
}

.pe-is-i-angle-down:before {
    content: "";
}

.pe-is-i-angle-left:before {
    content: "";
}

.pe-is-i-angle-right:before {
    content: "";
}

.pe-is-i-angle-up:before {
    content: "";
}

.pe-is-i-arrow-circle-down:before {
    content: "";
}

.pe-is-i-arrow-circle-down-f:before {
    content: "";
}

.pe-is-i-arrow-circle-left:before {
    content: "";
}

.pe-is-i-arrow-circle-left-f:before {
    content: "";
}

.pe-is-i-arrow-circle-right:before {
    content: "";
}

.pe-is-i-arrow-circle-right-f:before {
    content: "";
}

.pe-is-i-arrow-circle-up:before {
    content: "";
}

.pe-is-i-arrow-circle-up-f:before {
    content: "";
}

.pe-is-i-arrow-down:before {
    content: "";
}

.pe-is-i-arrow-left:before {
    content: "";
}

.pe-is-i-arrow-right:before {
    content: "";
}

.pe-is-i-arrow-square-down:before {
    content: "";
}

.pe-is-i-arrow-square-down-f:before {
    content: "";
}

.pe-is-i-arrow-square-left:before {
    content: "";
}

.pe-is-i-arrow-square-left-f:before {
    content: "";
}

.pe-is-i-arrow-square-right:before {
    content: "";
}

.pe-is-i-arrow-square-right-f:before {
    content: "";
}

.pe-is-i-arrow-square-up:before {
    content: "";
}

.pe-is-i-arrow-square-up-f:before {
    content: "";
}

.pe-is-i-arrow-up:before {
    content: "";
}

.pe-is-i-arrows-d-1:before {
    content: "";
}

.pe-is-i-arrows-d-2:before {
    content: "";
}

.pe-is-i-arrows-h:before {
    content: "";
}

.pe-is-i-arrows-v:before {
    content: "";
}

.pe-is-i-back-1:before {
    content: "";
}

.pe-is-i-back-1-f:before {
    content: "";
}

.pe-is-i-back-2:before {
    content: "";
}

.pe-is-i-back-2-f:before {
    content: "";
}

.pe-is-i-back-circle:before {
    content: "";
}

.pe-is-i-back-circle-f:before {
    content: "";
}

.pe-is-i-back:before {
    content: "";
}

.pe-is-i-ban-square:before {
    content: "";
}

.pe-is-i-ban:before {
    content: "";
}

.pe-is-i-bars-menu:before {
    content: "";
}

.pe-is-i-check-circle-1:before {
    content: "";
}

.pe-is-i-check-circle-f:before {
    content: "";
}

.pe-is-i-check-circle-2:before {
    content: "";
}

.pe-is-i-check-square-1:before {
    content: "";
}

.pe-is-i-check-square-f:before {
    content: "";
}

.pe-is-i-check-square-2:before {
    content: "";
}

.pe-is-i-close-circle:before {
    content: "";
}

.pe-is-i-close-circle-f:before {
    content: "";
}

.pe-is-i-close-square:before {
    content: "";
}

.pe-is-i-close-square-f:before {
    content: "";
}

.pe-is-i-compress-d-1:before {
    content: "";
}

.pe-is-i-compress-d-2:before {
    content: "";
}

.pe-is-i-compress-full:before {
    content: "";
}

.pe-is-i-compress-h:before {
    content: "";
}

.pe-is-i-compress-margin:before {
    content: "";
}

.pe-is-i-compress-margin-f:before {
    content: "";
}

.pe-is-i-compress-v:before {
    content: "";
}

.pe-is-i-cursor-square:before {
    content: "";
}

.pe-is-i-cursor-square-f:before {
    content: "";
}

.pe-is-i-distribute-h:before {
    content: "";
}

.pe-is-i-distribute-v:before {
    content: "";
}

.pe-is-i-double-side:before {
    content: "";
}

.pe-is-i-download-circle:before {
    content: "";
}

.pe-is-i-download-square:before {
    content: "";
}

.pe-is-i-ellipsis:before {
    content: "";
}

.pe-is-i-ellipsis-f:before {
    content: "";
}

.pe-is-i-expand-d-1:before {
    content: "";
}

.pe-is-i-expand-d-2:before {
    content: "";
}

.pe-is-i-expand-full-1:before {
    content: "";
}

.pe-is-i-expand-full-2:before {
    content: "";
}

.pe-is-i-expand-h:before {
    content: "";
}

.pe-is-i-expand-margin:before {
    content: "";
}

.pe-is-i-expand-margin-f:before {
    content: "";
}

.pe-is-i-expand-v:before {
    content: "";
}

.pe-is-i-fork:before {
    content: "";
}

.pe-is-i-infinite-loop:before {
    content: "";
}

.pe-is-i-infinite:before {
    content: "";
}

.pe-is-i-info-circle:before {
    content: "";
}

.pe-is-i-info-circle-f:before {
    content: "";
}

.pe-is-i-inside:before {
    content: "";
}

.pe-is-i-layers:before {
    content: "";
}

.pe-is-i-layers-f:before {
    content: "";
}

.pe-is-i-list-circle:before {
    content: "";
}

.pe-is-i-list-circle-f:before {
    content: "";
}

.pe-is-i-list-side:before {
    content: "";
}

.pe-is-i-list-side-f:before {
    content: "";
}

.pe-is-i-list-square:before {
    content: "";
}

.pe-is-i-list-square-f:before {
    content: "";
}

.pe-is-i-list-th:before {
    content: "";
}

.pe-is-i-list-th-f:before {
    content: "";
}

.pe-is-i-loop-1:before {
    content: "";
}

.pe-is-i-loop-2:before {
    content: "";
}

.pe-is-i-loop-3:before {
    content: "";
}

.pe-is-i-loop-4:before {
    content: "";
}

.pe-is-i-loop-5:before {
    content: "";
}

.pe-is-i-ltr:before {
    content: "";
}

.pe-is-i-maximize-left:before {
    content: "";
}

.pe-is-i-maximize-left-f:before {
    content: "";
}

.pe-is-i-maximize-right:before {
    content: "";
}

.pe-is-i-maximize-right-f:before {
    content: "";
}

.pe-is-i-maximize:before {
    content: "";
}

.pe-is-i-maximize-f:before {
    content: "";
}

.pe-is-i-minimize:before {
    content: "";
}

.pe-is-i-minimize-f:before {
    content: "";
}

.pe-is-i-minus-circle:before {
    content: "";
}

.pe-is-i-minus-circle-f:before {
    content: "";
}

.pe-is-i-minus-square:before {
    content: "";
}

.pe-is-i-minus-square-f:before {
    content: "";
}

.pe-is-i-next-1:before {
    content: "";
}

.pe-is-i-next-1-f:before {
    content: "";
}

.pe-is-i-next-2:before {
    content: "";
}

.pe-is-i-next-2-f:before {
    content: "";
}

.pe-is-i-next-circle:before {
    content: "";
}

.pe-is-i-next-circle-f:before {
    content: "";
}

.pe-is-i-next:before {
    content: "";
}

.pe-is-i-outside:before {
    content: "";
}

.pe-is-i-plus-circle:before {
    content: "";
}

.pe-is-i-plus-circle-f:before {
    content: "";
}

.pe-is-i-plus-square:before {
    content: "";
}

.pe-is-i-plus-square-f:before {
    content: "";
}

.pe-is-i-power:before {
    content: "";
}

.pe-is-i-question-circle:before {
    content: "";
}

.pe-is-i-question-circle-f:before {
    content: "";
}

.pe-is-i-recycle:before {
    content: "";
}

.pe-is-i-refresh-1:before {
    content: "";
}

.pe-is-i-refresh-point:before {
    content: "";
}

.pe-is-i-reload-1:before {
    content: "";
}

.pe-is-i-reload-2:before {
    content: "";
}

.pe-is-i-reload-time:before {
    content: "";
}

.pe-is-i-rtl:before {
    content: "";
}

.pe-is-i-search:before {
    content: "";
}

.pe-is-i-shield-nope:before {
    content: "";
}

.pe-is-i-shield-nope-f:before {
    content: "";
}

.pe-is-i-shield-ok:before {
    content: "";
}

.pe-is-i-shield-ok-f:before {
    content: "";
}

.pe-is-i-shuffle:before {
    content: "";
}

.pe-is-i-sliders-circle:before {
    content: "";
}

.pe-is-i-sliders-circle-f:before {
    content: "";
}

.pe-is-i-sliders-flat:before {
    content: "";
}

.pe-is-i-slideshow:before {
    content: "";
}

.pe-is-i-slideshow-f:before {
    content: "";
}

.pe-is-i-splitter-h-1:before {
    content: "";
}

.pe-is-i-splitter-h-2:before {
    content: "";
}

.pe-is-i-splitter-v-1:before {
    content: "";
}

.pe-is-i-splitter-v-2:before {
    content: "";
}

.pe-is-i-star:before {
    content: "";
}

.pe-is-i-star-f:before {
    content: "";
}

.pe-is-i-th-big:before {
    content: "";
}

.pe-is-i-th-big-f:before {
    content: "";
}

.pe-is-i-th-circle:before {
    content: "";
}

.pe-is-i-th-circle-f:before {
    content: "";
}

.pe-is-i-th-small:before {
    content: "";
}

.pe-is-i-th-small-f:before {
    content: "";
}

.pe-is-i-timer:before {
    content: "";
}

.pe-is-i-upload-circle:before {
    content: "";
}

.pe-is-i-upload-square:before {
    content: "";
}

.pe-is-i-warning-circle:before {
    content: "";
}

.pe-is-i-warning-circle-f:before {
    content: "";
}

.pe-is-i-warning-hexa:before {
    content: "";
}

.pe-is-i-warning-hexa-f:before {
    content: "";
}

.pe-is-i-warning-triangle:before {
    content: "";
}

.pe-is-i-warning-triangle-f:before {
    content: "";
}

@font-face {
    font-family: 'pe-icon-set-edition';
    src: url("../fonts/pe-icon-set-edition.eot?-grgxmd");
    src: url("../fonts/pe-icon-set-edition.eot?#iefix-grgxmd") format("embedded-opentype"), url("../fonts/pe-icon-set-edition.woff?-grgxmd") format("woff"), url("../fonts/pe-icon-set-edition.ttf?-grgxmd") format("truetype"), url("../fonts/pe-icon-set-edition.svg?-grgxmd#pe-icon-set-edition") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-is-e-"], [class*=" pe-is-e-"] {
    display: inline-block;
    font-family: 'pe-icon-set-edition';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-is-e-add-layer:before {
    content: "";
}

.pe-is-e-add-layer-f:before {
    content: "";
}

.pe-is-e-arrow-1:before {
    content: "";
}

.pe-is-e-arrow-1-f:before {
    content: "";
}

.pe-is-e-arrow-2:before {
    content: "";
}

.pe-is-e-arrow-2-f:before {
    content: "";
}

.pe-is-e-arrow-copy:before {
    content: "";
}

.pe-is-e-arrow-copy-f:before {
    content: "";
}

.pe-is-e-arrow-move:before {
    content: "";
}

.pe-is-e-arrow-move-f:before {
    content: "";
}

.pe-is-e-binoculars:before {
    content: "";
}

.pe-is-e-binoculars-f:before {
    content: "";
}

.pe-is-e-broken-link-1:before {
    content: "";
}

.pe-is-e-broken-link-2:before {
    content: "";
}

.pe-is-e-bucket:before {
    content: "";
}

.pe-is-e-bucket-f:before {
    content: "";
}

.pe-is-e-clip-1:before {
    content: "";
}

.pe-is-e-clip-2:before {
    content: "";
}

.pe-is-e-crop-f:before {
    content: "";
}

.pe-is-e-crop:before {
    content: "";
}

.pe-is-e-crop-marks:before {
    content: "";
}

.pe-is-e-cut-layer:before {
    content: "";
}

.pe-is-e-cutter:before {
    content: "";
}

.pe-is-e-cutter-f:before {
    content: "";
}

.pe-is-e-download:before {
    content: "";
}

.pe-is-e-edit:before {
    content: "";
}

.pe-is-e-edit-f:before {
    content: "";
}

.pe-is-e-eye-1:before {
    content: "";
}

.pe-is-e-eye-1-f:before {
    content: "";
}

.pe-is-e-eye-2:before {
    content: "";
}

.pe-is-e-eye-2-f:before {
    content: "";
}

.pe-is-e-eye-3:before {
    content: "";
}

.pe-is-e-eye-3-f:before {
    content: "";
}

.pe-is-e-eye-4:before {
    content: "";
}

.pe-is-e-eye-4-f:before {
    content: "";
}

.pe-is-e-eye-dropper:before {
    content: "";
}

.pe-is-e-eye-dropper-f:before {
    content: "";
}

.pe-is-e-eye-slashed:before {
    content: "";
}

.pe-is-e-eye-slashed-f:before {
    content: "";
}

.pe-is-e-free-transform:before {
    content: "";
}

.pe-is-e-free-transform-f:before {
    content: "";
}

.pe-is-e-hand-click:before {
    content: "";
}

.pe-is-e-hand-click-f:before {
    content: "";
}

.pe-is-e-hand-move:before {
    content: "";
}

.pe-is-e-hand-move-f:before {
    content: "";
}

.pe-is-e-hand-pointer:before {
    content: "";
}

.pe-is-e-hand-pointer-f:before {
    content: "";
}

.pe-is-e-highlighter:before {
    content: "";
}

.pe-is-e-highlighter-f:before {
    content: "";
}

.pe-is-e-key-1:before {
    content: "";
}

.pe-is-e-key-1-f:before {
    content: "";
}

.pe-is-e-key-2:before {
    content: "";
}

.pe-is-e-key-2-f:before {
    content: "";
}

.pe-is-e-key-3:before {
    content: "";
}

.pe-is-e-keyhole-1:before {
    content: "";
}

.pe-is-e-keyhole-1-f:before {
    content: "";
}

.pe-is-e-keyhole-2:before {
    content: "";
}

.pe-is-e-keyhole-2-f:before {
    content: "";
}

.pe-is-e-keyhole-3:before {
    content: "";
}

.pe-is-e-keyhole-3-f:before {
    content: "";
}

.pe-is-e-layers-1:before {
    content: "";
}

.pe-is-e-layers-1-f:before {
    content: "";
}

.pe-is-e-layers-2:before {
    content: "";
}

.pe-is-e-layers-2-f:before {
    content: "";
}

.pe-is-e-layers-3:before {
    content: "";
}

.pe-is-e-layers-3-f:before {
    content: "";
}

.pe-is-e-lightning-1:before {
    content: "";
}

.pe-is-e-lightning-1-f:before {
    content: "";
}

.pe-is-e-lightning-2:before {
    content: "";
}

.pe-is-e-lightning-2-f:before {
    content: "";
}

.pe-is-e-link-1:before {
    content: "";
}

.pe-is-e-link-2:before {
    content: "";
}

.pe-is-e-link-3:before {
    content: "";
}

.pe-is-e-link-4:before {
    content: "";
}

.pe-is-e-lock-1:before {
    content: "";
}

.pe-is-e-lock-1-f:before {
    content: "";
}

.pe-is-e-lock-2:before {
    content: "";
}

.pe-is-e-lock-2-f:before {
    content: "";
}

.pe-is-e-lock-3:before {
    content: "";
}

.pe-is-e-lock-3-f:before {
    content: "";
}

.pe-is-e-lock-4:before {
    content: "";
}

.pe-is-e-lock-4-f:before {
    content: "";
}

.pe-is-e-maximize:before {
    content: "";
}

.pe-is-e-maximize-f:before {
    content: "";
}

.pe-is-e-minimize:before {
    content: "";
}

.pe-is-e-minimize-f:before {
    content: "";
}

.pe-is-e-move:before {
    content: "";
}

.pe-is-e-note:before {
    content: "";
}

.pe-is-e-note-f:before {
    content: "";
}

.pe-is-e-palette:before {
    content: "";
}

.pe-is-e-palette-f:before {
    content: "";
}

.pe-is-e-pen-1:before {
    content: "";
}

.pe-is-e-pen-1-f:before {
    content: "";
}

.pe-is-e-pen-2:before {
    content: "";
}

.pe-is-e-pen-2-f:before {
    content: "";
}

.pe-is-e-pen-3:before {
    content: "";
}

.pe-is-e-pen-3-f:before {
    content: "";
}

.pe-is-e-pen-4:before {
    content: "";
}

.pe-is-e-pen-4-f:before {
    content: "";
}

.pe-is-e-pencil-1:before {
    content: "";
}

.pe-is-e-pencil-1-f:before {
    content: "";
}

.pe-is-e-pencil-2:before {
    content: "";
}

.pe-is-e-pencil-2-f:before {
    content: "";
}

.pe-is-e-pencil-3:before {
    content: "";
}

.pe-is-e-pencil-3-f:before {
    content: "";
}

.pe-is-e-pencil-4:before {
    content: "";
}

.pe-is-e-pencil-4-f:before {
    content: "";
}

.pe-is-e-pin-1:before {
    content: "";
}

.pe-is-e-pin-1-f:before {
    content: "";
}

.pe-is-e-pin-2:before {
    content: "";
}

.pe-is-e-pin-2-f:before {
    content: "";
}

.pe-is-e-quill:before {
    content: "";
}

.pe-is-e-quill-f:before {
    content: "";
}

.pe-is-e-reflect:before {
    content: "";
}

.pe-is-e-reflect-f:before {
    content: "";
}

.pe-is-e-rgb:before {
    content: "";
}

.pe-is-e-rgb-f:before {
    content: "";
}

.pe-is-e-ruler-1:before {
    content: "";
}

.pe-is-e-ruler-1-f:before {
    content: "";
}

.pe-is-e-ruler-2:before {
    content: "";
}

.pe-is-e-ruler-2-f:before {
    content: "";
}

.pe-is-e-scissors-1:before {
    content: "";
}

.pe-is-e-scissors-1-f:before {
    content: "";
}

.pe-is-e-scissors-2:before {
    content: "";
}

.pe-is-e-scissors-2-f:before {
    content: "";
}

.pe-is-e-scissors-3:before {
    content: "";
}

.pe-is-e-scissors-3-f:before {
    content: "";
}

.pe-is-e-shear:before {
    content: "";
}

.pe-is-e-shear-f:before {
    content: "";
}

.pe-is-e-target-1:before {
    content: "";
}

.pe-is-e-target-2:before {
    content: "";
}

.pe-is-e-target-3:before {
    content: "";
}

.pe-is-e-target-3-f:before {
    content: "";
}

.pe-is-e-target-4:before {
    content: "";
}

.pe-is-e-target-5:before {
    content: "";
}

.pe-is-e-target-6:before {
    content: "";
}

.pe-is-e-text-area:before {
    content: "";
}

.pe-is-e-text-edit:before {
    content: "";
}

.pe-is-e-tools:before {
    content: "";
}

.pe-is-e-tools-f:before {
    content: "";
}

.pe-is-e-trash-1:before {
    content: "";
}

.pe-is-e-trash-1-f:before {
    content: "";
}

.pe-is-e-trash-2:before {
    content: "";
}

.pe-is-e-trash-2-f:before {
    content: "";
}

.pe-is-e-trash-3:before {
    content: "";
}

.pe-is-e-unlock-1:before {
    content: "";
}

.pe-is-e-unlock-1-f:before {
    content: "";
}

.pe-is-e-unlock-2:before {
    content: "";
}

.pe-is-e-unlock-2-f:before {
    content: "";
}

.pe-is-e-unlock-3:before {
    content: "";
}

.pe-is-e-unlock-3-f:before {
    content: "";
}

.pe-is-e-upload:before {
    content: "";
}

.pe-is-e-zoom-in:before {
    content: "";
}

.pe-is-e-zoom-in-f:before {
    content: "";
}

.pe-is-e-zoom-out:before {
    content: "";
}

.pe-is-e-zoom-out-f:before {
    content: "";
}

.pe-is-e-zoom:before {
    content: "";
}

@font-face {
    font-family: 'pe-icon-set-books-text';
    src: url("../fonts/pe-icon-set-books-text.eot?4mw721");
    src: url("../fonts/pe-icon-set-books-text.eot?#iefix4mw721") format("embedded-opentype"), url("../fonts/pe-icon-set-books-text.ttf?4mw721") format("truetype"), url("../fonts/pe-icon-set-books-text.woff?4mw721") format("woff"), url("../fonts/pe-icon-set-books-text.svg?4mw721#pe-icon-set-books-text") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-is-bt-"], [class*=" pe-is-bt-"] {
    font-family: 'pe-icon-set-books-text';
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-is-bt-align-center:before {
    content: "";
}

.pe-is-bt-align-left:before {
    content: "";
}

.pe-is-bt-align-right:before {
    content: "";
}

.pe-is-bt-alt-f:before {
    content: "";
}

.pe-is-bt-alt:before {
    content: "";
}

.pe-is-bt-arrow-down-f:before {
    content: "";
}

.pe-is-bt-arrow-down:before {
    content: "";
}

.pe-is-bt-arrow-left-f:before {
    content: "";
}

.pe-is-bt-arrow-left:before {
    content: "";
}

.pe-is-bt-arrow-right-f:before {
    content: "";
}

.pe-is-bt-arrow-right:before {
    content: "";
}

.pe-is-bt-arrow-up-f:before {
    content: "";
}

.pe-is-bt-arrow-up:before {
    content: "";
}

.pe-is-bt-backspace-f:before {
    content: "";
}

.pe-is-bt-backspace:before {
    content: "";
}

.pe-is-bt-book-1-f:before {
    content: "";
}

.pe-is-bt-book-1:before {
    content: "";
}

.pe-is-bt-book-audio-f:before {
    content: "";
}

.pe-is-bt-book-audio:before {
    content: "";
}

.pe-is-bt-book-author-f:before {
    content: "";
}

.pe-is-bt-book-author:before {
    content: "";
}

.pe-is-bt-book-bookmark-f:before {
    content: "";
}

.pe-is-bt-book-bookmark:before {
    content: "";
}

.pe-is-bt-book-check-f:before {
    content: "";
}

.pe-is-bt-book-check:before {
    content: "";
}

.pe-is-bt-book-cover-f:before {
    content: "";
}

.pe-is-bt-book-cover:before {
    content: "";
}

.pe-is-bt-book-down-circle-f:before {
    content: "";
}

.pe-is-bt-book-down-circle:before {
    content: "";
}

.pe-is-bt-book-down-f:before {
    content: "";
}

.pe-is-bt-book-down:before {
    content: "";
}

.pe-is-bt-book-edit-f:before {
    content: "";
}

.pe-is-bt-book-edit:before {
    content: "";
}

.pe-is-bt-book-iso-1-f:before {
    content: "";
}

.pe-is-bt-book-iso-1:before {
    content: "";
}

.pe-is-bt-book-iso-2-f:before {
    content: "";
}

.pe-is-bt-book-iso-2:before {
    content: "";
}

.pe-is-bt-book-iso-3-f:before {
    content: "";
}

.pe-is-bt-book-iso-3:before {
    content: "";
}

.pe-is-bt-book-open-1-f:before {
    content: "";
}

.pe-is-bt-book-open-1:before {
    content: "";
}

.pe-is-bt-book-open-2-f:before {
    content: "";
}

.pe-is-bt-book-open-2:before {
    content: "";
}

.pe-is-bt-book-open-3-f:before {
    content: "";
}

.pe-is-bt-book-open-3:before {
    content: "";
}

.pe-is-bt-book-open-4-f:before {
    content: "";
}

.pe-is-bt-book-open-4:before {
    content: "";
}

.pe-is-bt-book-open-5-f:before {
    content: "";
}

.pe-is-bt-book-open-5:before {
    content: "";
}

.pe-is-bt-book-open-6-f:before {
    content: "";
}

.pe-is-bt-book-open-6:before {
    content: "";
}

.pe-is-bt-book-open-7-f:before {
    content: "";
}

.pe-is-bt-book-open-7:before {
    content: "";
}

.pe-is-bt-book-phones-f:before {
    content: "";
}

.pe-is-bt-book-phones:before {
    content: "";
}

.pe-is-bt-book-star-1-f:before {
    content: "";
}

.pe-is-bt-book-star-1:before {
    content: "";
}

.pe-is-bt-book-star-2-f:before {
    content: "";
}

.pe-is-bt-book-star-2:before {
    content: "";
}

.pe-is-bt-bookmark-open-1-f:before {
    content: "";
}

.pe-is-bt-bookmark-open-1:before {
    content: "";
}

.pe-is-bt-bookmark-open-2-f:before {
    content: "";
}

.pe-is-bt-bookmark-open-2:before {
    content: "";
}

.pe-is-bt-bookmark-open-3-f:before {
    content: "";
}

.pe-is-bt-bookmark-open-3:before {
    content: "";
}

.pe-is-bt-bookmark-open-4-f:before {
    content: "";
}

.pe-is-bt-bookmark-open-4:before {
    content: "";
}

.pe-is-bt-books-1-f:before {
    content: "";
}

.pe-is-bt-books-1:before {
    content: "";
}

.pe-is-bt-books-2-f:before {
    content: "";
}

.pe-is-bt-books-2:before {
    content: "";
}

.pe-is-bt-books-3:before {
    content: "";
}

.pe-is-bt-books-4:before {
    content: "";
}

.pe-is-bt-books-5-f:before {
    content: "";
}

.pe-is-bt-books-5:before {
    content: "";
}

.pe-is-bt-books-iso-1:before {
    content: "";
}

.pe-is-bt-books-iso-2:before {
    content: "";
}

.pe-is-bt-box-f:before {
    content: "";
}

.pe-is-bt-box:before {
    content: "";
}

.pe-is-bt-boxes-f:before {
    content: "";
}

.pe-is-bt-boxes:before {
    content: "";
}

.pe-is-bt-bullets-1:before {
    content: "";
}

.pe-is-bt-bullets-2:before {
    content: "";
}

.pe-is-bt-bullets-3:before {
    content: "";
}

.pe-is-bt-bullets-4:before {
    content: "";
}

.pe-is-bt-calendar-f:before {
    content: "";
}

.pe-is-bt-calendar:before {
    content: "";
}

.pe-is-bt-caps-f:before {
    content: "";
}

.pe-is-bt-caps:before {
    content: "";
}

.pe-is-bt-code:before {
    content: "";
}

.pe-is-bt-contacts-f:before {
    content: "";
}

.pe-is-bt-contacts:before {
    content: "";
}

.pe-is-bt-copyright-f:before {
    content: "";
}

.pe-is-bt-copyright:before {
    content: "";
}

.pe-is-bt-creative-commons-f:before {
    content: "";
}

.pe-is-bt-creative-commons:before {
    content: "";
}

.pe-is-bt-ctrl-f:before {
    content: "";
}

.pe-is-bt-ctrl:before {
    content: "";
}

.pe-is-bt-cube-f:before {
    content: "";
}

.pe-is-bt-cube:before {
    content: "";
}

.pe-is-bt-cubes-f:before {
    content: "";
}

.pe-is-bt-cubes:before {
    content: "";
}

.pe-is-bt-diary-1-f:before {
    content: "";
}

.pe-is-bt-diary-1:before {
    content: "";
}

.pe-is-bt-diary-2-f:before {
    content: "";
}

.pe-is-bt-diary-2:before {
    content: "";
}

.pe-is-bt-drawers-1-f:before {
    content: "";
}

.pe-is-bt-drawers-1:before {
    content: "";
}

.pe-is-bt-drawers-2-f:before {
    content: "";
}

.pe-is-bt-drawers-2:before {
    content: "";
}

.pe-is-bt-drawers-3-f:before {
    content: "";
}

.pe-is-bt-drawers-3:before {
    content: "";
}

.pe-is-bt-envelope-f:before {
    content: "";
}

.pe-is-bt-envelope:before {
    content: "";
}

.pe-is-bt-erase-f:before {
    content: "";
}

.pe-is-bt-erase:before {
    content: "";
}

.pe-is-bt-file-f:before {
    content: "";
}

.pe-is-bt-file-filter-f:before {
    content: "";
}

.pe-is-bt-file-filter:before {
    content: "";
}

.pe-is-bt-file:before {
    content: "";
}

.pe-is-bt-filter-1-f:before {
    content: "";
}

.pe-is-bt-filter-1:before {
    content: "";
}

.pe-is-bt-filter-2-f:before {
    content: "";
}

.pe-is-bt-filter-2:before {
    content: "";
}

.pe-is-bt-folders-f:before {
    content: "";
}

.pe-is-bt-folders:before {
    content: "";
}

.pe-is-bt-id-f:before {
    content: "";
}

.pe-is-bt-id:before {
    content: "";
}

.pe-is-bt-image-left-f:before {
    content: "";
}

.pe-is-bt-image-left:before {
    content: "";
}

.pe-is-bt-image-top-f:before {
    content: "";
}

.pe-is-bt-image-top:before {
    content: "";
}

.pe-is-bt-justify:before {
    content: "";
}

.pe-is-bt-layout-2-cols-f:before {
    content: "";
}

.pe-is-bt-layout-2-cols:before {
    content: "";
}

.pe-is-bt-layout-3-cols-f:before {
    content: "";
}

.pe-is-bt-layout-3-cols:before {
    content: "";
}

.pe-is-bt-layout-complete-f:before {
    content: "";
}

.pe-is-bt-layout-complete:before {
    content: "";
}

.pe-is-bt-layout-content-f:before {
    content: "";
}

.pe-is-bt-layout-content:before {
    content: "";
}

.pe-is-bt-layout-empty-f:before {
    content: "";
}

.pe-is-bt-layout-empty:before {
    content: "";
}

.pe-is-bt-layout-grid-f:before {
    content: "";
}

.pe-is-bt-layout-grid:before {
    content: "";
}

.pe-is-bt-layout-header-2-cols-f:before {
    content: "";
}

.pe-is-bt-layout-header-2-cols:before {
    content: "";
}

.pe-is-bt-layout-header-3-cols-f:before {
    content: "";
}

.pe-is-bt-layout-header-3-cols:before {
    content: "";
}

.pe-is-bt-layout-header-f:before {
    content: "";
}

.pe-is-bt-layout-header-grid-f:before {
    content: "";
}

.pe-is-bt-layout-header-grid:before {
    content: "";
}

.pe-is-bt-layout-header-sidebar-left-f:before {
    content: "";
}

.pe-is-bt-layout-header-sidebar-left:before {
    content: "";
}

.pe-is-bt-layout-header-sidebar-right-f:before {
    content: "";
}

.pe-is-bt-layout-header-sidebar-right:before {
    content: "";
}

.pe-is-bt-layout-header:before {
    content: "";
}

.pe-is-bt-layout-media-f:before {
    content: "";
}

.pe-is-bt-layout-media:before {
    content: "";
}

.pe-is-bt-layout-sidebar-left-f:before {
    content: "";
}

.pe-is-bt-layout-sidebar-left:before {
    content: "";
}

.pe-is-bt-layout-sidebar-right-f:before {
    content: "";
}

.pe-is-bt-layout-sidebar-right:before {
    content: "";
}

.pe-is-bt-layout-text-cols-f:before {
    content: "";
}

.pe-is-bt-layout-text-cols:before {
    content: "";
}

.pe-is-bt-layout-text-f:before {
    content: "";
}

.pe-is-bt-layout-text-wrap-f:before {
    content: "";
}

.pe-is-bt-layout-text-wrap:before {
    content: "";
}

.pe-is-bt-layout-text:before {
    content: "";
}

.pe-is-bt-left-indent-1:before {
    content: "";
}

.pe-is-bt-left-indent-2:before {
    content: "";
}

.pe-is-bt-left-indent-3:before {
    content: "";
}

.pe-is-bt-library-f:before {
    content: "";
}

.pe-is-bt-library:before {
    content: "";
}

.pe-is-bt-list-f:before {
    content: "";
}

.pe-is-bt-list:before {
    content: "";
}

.pe-is-bt-menu-f:before {
    content: "";
}

.pe-is-bt-menu:before {
    content: "";
}

.pe-is-bt-newspaper-1-f:before {
    content: "";
}

.pe-is-bt-newspaper-1:before {
    content: "";
}

.pe-is-bt-newspaper-2-f:before {
    content: "";
}

.pe-is-bt-newspaper-2:before {
    content: "";
}

.pe-is-bt-newspaper-3-f:before {
    content: "";
}

.pe-is-bt-newspaper-3:before {
    content: "";
}

.pe-is-bt-number-f:before {
    content: "";
}

.pe-is-bt-number:before {
    content: "";
}

.pe-is-bt-organizer-1-f:before {
    content: "";
}

.pe-is-bt-organizer-1:before {
    content: "";
}

.pe-is-bt-organizer-2-f:before {
    content: "";
}

.pe-is-bt-organizer-2:before {
    content: "";
}

.pe-is-bt-page-down-f:before {
    content: "";
}

.pe-is-bt-page-down:before {
    content: "";
}

.pe-is-bt-paragraphs-space:before {
    content: "";
}

.pe-is-bt-return-f:before {
    content: "";
}

.pe-is-bt-return:before {
    content: "";
}

.pe-is-bt-right-indent-1:before {
    content: "";
}

.pe-is-bt-right-indent-2:before {
    content: "";
}

.pe-is-bt-right-indent-3:before {
    content: "";
}

.pe-is-bt-rotate-left:before {
    content: "";
}

.pe-is-bt-rotate-right:before {
    content: "";
}

.pe-is-bt-sheets-1-f:before {
    content: "";
}

.pe-is-bt-sheets-1:before {
    content: "";
}

.pe-is-bt-sheets-2-f:before {
    content: "";
}

.pe-is-bt-sheets-2:before {
    content: "";
}

.pe-is-bt-shield-f:before {
    content: "";
}

.pe-is-bt-shield-plus-f:before {
    content: "";
}

.pe-is-bt-shield-plus:before {
    content: "";
}

.pe-is-bt-shield:before {
    content: "";
}

.pe-is-bt-shift-f:before {
    content: "";
}

.pe-is-bt-shift:before {
    content: "";
}

.pe-is-bt-space-f:before {
    content: "";
}

.pe-is-bt-space:before {
    content: "";
}

.pe-is-bt-tabs-f:before {
    content: "";
}

.pe-is-bt-tabs:before {
    content: "";
}

.pe-is-bt-text-all-caps:before {
    content: "";
}

.pe-is-bt-text-bold:before {
    content: "";
}

.pe-is-bt-text-horizontal-scale:before {
    content: "";
}

.pe-is-bt-text-icon:before {
    content: "";
}

.pe-is-bt-text-italic:before {
    content: "";
}

.pe-is-bt-text-kerning:before {
    content: "";
}

.pe-is-bt-text-leading:before {
    content: "";
}

.pe-is-bt-text-new-line:before {
    content: "";
}

.pe-is-bt-text-rotate:before {
    content: "";
}

.pe-is-bt-text-small-caps:before {
    content: "";
}

.pe-is-bt-text-strikethrough-1:before {
    content: "";
}

.pe-is-bt-text-strikethrough-2:before {
    content: "";
}

.pe-is-bt-text-tracking:before {
    content: "";
}

.pe-is-bt-text-underline-1:before {
    content: "";
}

.pe-is-bt-text-underline-2:before {
    content: "";
}

.pe-is-bt-text-vertical-scale:before {
    content: "";
}

.pe-is-bt-text:before {
    content: "";
}

.pe-is-bt-th-f:before {
    content: "";
}

.pe-is-bt-th:before {
    content: "";
}

@font-face {
    font-family: 'pe-icon-set-social-people';
    src: url("../fonts/pe-icon-set-social-people.eot?brupec");
    src: url("../fonts/pe-icon-set-social-people.eot?#iefixbrupec") format("embedded-opentype"), url("../fonts/pe-icon-set-social-people.ttf?brupec") format("truetype"), url("../fonts/pe-icon-set-social-people.woff?brupec") format("woff"), url("../fonts/pe-icon-set-social-people.svg?brupec#pe-icon-set-social-people") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-is-sp-"], [class*=" pe-is-sp-"] {
    display: inline-block;
    font-family: 'pe-icon-set-social-people';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-is-sp-angry-f:before {
    content: "";
}

.pe-is-sp-angry:before {
    content: "";
}

.pe-is-sp-attendant-f:before {
    content: "";
}

.pe-is-sp-attendant:before {
    content: "";
}

.pe-is-sp-badge-1-f:before {
    content: "";
}

.pe-is-sp-badge-1:before {
    content: "";
}

.pe-is-sp-badge-2-f:before {
    content: "";
}

.pe-is-sp-badge-2:before {
    content: "";
}

.pe-is-sp-best-prizes-f:before {
    content: "";
}

.pe-is-sp-best-prizes:before {
    content: "";
}

.pe-is-sp-boy-f:before {
    content: "";
}

.pe-is-sp-boy:before {
    content: "";
}

.pe-is-sp-business-f:before {
    content: "";
}

.pe-is-sp-business:before {
    content: "";
}

.pe-is-sp-certified-1-f:before {
    content: "";
}

.pe-is-sp-certified-1:before {
    content: "";
}

.pe-is-sp-certified-2-f:before {
    content: "";
}

.pe-is-sp-certified-2:before {
    content: "";
}

.pe-is-sp-chef-f:before {
    content: "";
}

.pe-is-sp-chef:before {
    content: "";
}

.pe-is-sp-contacts-f:before {
    content: "";
}

.pe-is-sp-contacts:before {
    content: "";
}

.pe-is-sp-couple:before {
    content: "";
}

.pe-is-sp-crown-1-f:before {
    content: "";
}

.pe-is-sp-crown-1:before {
    content: "";
}

.pe-is-sp-crown-2-f:before {
    content: "";
}

.pe-is-sp-crown-2:before {
    content: "";
}

.pe-is-sp-crown-3-f:before {
    content: "";
}

.pe-is-sp-crown-3:before {
    content: "";
}

.pe-is-sp-crown-4-f:before {
    content: "";
}

.pe-is-sp-crown-4:before {
    content: "";
}

.pe-is-sp-cup-1-f:before {
    content: "";
}

.pe-is-sp-cup-1:before {
    content: "";
}

.pe-is-sp-cup-2-f:before {
    content: "";
}

.pe-is-sp-cup-2:before {
    content: "";
}

.pe-is-sp-cup-3-f:before {
    content: "";
}

.pe-is-sp-cup-3:before {
    content: "";
}

.pe-is-sp-detective-f:before {
    content: "";
}

.pe-is-sp-detective:before {
    content: "";
}

.pe-is-sp-diamond-f:before {
    content: "";
}

.pe-is-sp-diamond:before {
    content: "";
}

.pe-is-sp-dislike-2-f:before {
    content: "";
}

.pe-is-sp-dislike-2:before {
    content: "";
}

.pe-is-sp-dislike-f:before {
    content: "";
}

.pe-is-sp-dislike:before {
    content: "";
}

.pe-is-sp-doctor-1-f:before {
    content: "";
}

.pe-is-sp-doctor-1:before {
    content: "";
}

.pe-is-sp-doctor-2-f:before {
    content: "";
}

.pe-is-sp-doctor-2:before {
    content: "";
}

.pe-is-sp-doctor-3-f:before {
    content: "";
}

.pe-is-sp-doctor-3:before {
    content: "";
}

.pe-is-sp-fast-thinking-f:before {
    content: "";
}

.pe-is-sp-fast-thinking:before {
    content: "";
}

.pe-is-sp-female:before {
    content: "";
}

.pe-is-sp-fire-f:before {
    content: "";
}

.pe-is-sp-fire:before {
    content: "";
}

.pe-is-sp-flag-1-f:before {
    content: "";
}

.pe-is-sp-flag-1:before {
    content: "";
}

.pe-is-sp-flag-2-f:before {
    content: "";
}

.pe-is-sp-flag-2:before {
    content: "";
}

.pe-is-sp-flag-3-f:before {
    content: "";
}

.pe-is-sp-flag-3:before {
    content: "";
}

.pe-is-sp-flag-4-f:before {
    content: "";
}

.pe-is-sp-flag-4:before {
    content: "";
}

.pe-is-sp-flag-5-f:before {
    content: "";
}

.pe-is-sp-flag-5:before {
    content: "";
}

.pe-is-sp-flag-6-f:before {
    content: "";
}

.pe-is-sp-flag-6:before {
    content: "";
}

.pe-is-sp-flag-7-f:before {
    content: "";
}

.pe-is-sp-flag-7:before {
    content: "";
}

.pe-is-sp-flag-8-f:before {
    content: "";
}

.pe-is-sp-flag-8:before {
    content: "";
}

.pe-is-sp-flag-9-f:before {
    content: "";
}

.pe-is-sp-flag-9:before {
    content: "";
}

.pe-is-sp-flag-10-f:before {
    content: "";
}

.pe-is-sp-flag-10:before {
    content: "";
}

.pe-is-sp-g-plus-f:before {
    content: "";
}

.pe-is-sp-g-plus-one-f:before {
    content: "";
}

.pe-is-sp-g-plus-one:before {
    content: "";
}

.pe-is-sp-g-plus:before {
    content: "";
}

.pe-is-sp-graduated-f:before {
    content: "";
}

.pe-is-sp-graduated:before {
    content: "";
}

.pe-is-sp-group-1-f:before {
    content: "";
}

.pe-is-sp-group-1:before {
    content: "";
}

.pe-is-sp-group-2-f:before {
    content: "";
}

.pe-is-sp-group-2:before {
    content: "";
}

.pe-is-sp-handshake:before {
    content: "";
}

.pe-is-sp-heart-circle-f:before {
    content: "";
}

.pe-is-sp-heart-circle:before {
    content: "";
}

.pe-is-sp-heart-f:before {
    content: "";
}

.pe-is-sp-heart-minus-f:before {
    content: "";
}

.pe-is-sp-heart-minus:before {
    content: "";
}

.pe-is-sp-heart-plus-f:before {
    content: "";
}

.pe-is-sp-heart-plus:before {
    content: "";
}

.pe-is-sp-heart:before {
    content: "";
}

.pe-is-sp-id-1-f:before {
    content: "";
}

.pe-is-sp-id-1:before {
    content: "";
}

.pe-is-sp-id-2-f:before {
    content: "";
}

.pe-is-sp-id-2:before {
    content: "";
}

.pe-is-sp-id-3-f:before {
    content: "";
}

.pe-is-sp-id-3:before {
    content: "";
}

.pe-is-sp-id-4-f:before {
    content: "";
}

.pe-is-sp-id-4:before {
    content: "";
}

.pe-is-sp-king-f:before {
    content: "";
}

.pe-is-sp-king:before {
    content: "";
}

.pe-is-sp-laugh-1-f:before {
    content: "";
}

.pe-is-sp-laugh-1:before {
    content: "";
}

.pe-is-sp-laugh-2-f:before {
    content: "";
}

.pe-is-sp-laugh-2:before {
    content: "";
}

.pe-is-sp-learning-f:before {
    content: "";
}

.pe-is-sp-learning:before {
    content: "";
}

.pe-is-sp-like-2-f:before {
    content: "";
}

.pe-is-sp-like-2:before {
    content: "";
}

.pe-is-sp-like-f:before {
    content: "";
}

.pe-is-sp-like:before {
    content: "";
}

.pe-is-sp-love-1:before {
    content: "";
}

.pe-is-sp-love-2-f:before {
    content: "";
}

.pe-is-sp-love-2:before {
    content: "";
}

.pe-is-sp-love-3-f:before {
    content: "";
}

.pe-is-sp-love-3:before {
    content: "";
}

.pe-is-sp-male:before {
    content: "";
}

.pe-is-sp-medal-1-f:before {
    content: "";
}

.pe-is-sp-medal-1:before {
    content: "";
}

.pe-is-sp-medal-2-f:before {
    content: "";
}

.pe-is-sp-medal-2:before {
    content: "";
}

.pe-is-sp-medal-star-1-f:before {
    content: "";
}

.pe-is-sp-medal-star-1:before {
    content: "";
}

.pe-is-sp-medal-star-2-f:before {
    content: "";
}

.pe-is-sp-medal-star-2:before {
    content: "";
}

.pe-is-sp-mr-f:before {
    content: "";
}

.pe-is-sp-mr:before {
    content: "";
}

.pe-is-sp-mrs-f:before {
    content: "";
}

.pe-is-sp-mrs:before {
    content: "";
}

.pe-is-sp-network-f:before {
    content: "";
}

.pe-is-sp-network:before {
    content: "";
}

.pe-is-sp-nurse-f:before {
    content: "";
}

.pe-is-sp-nurse:before {
    content: "";
}

.pe-is-sp-photo-f:before {
    content: "";
}

.pe-is-sp-photo:before {
    content: "";
}

.pe-is-sp-policeman-f:before {
    content: "";
}

.pe-is-sp-policeman:before {
    content: "";
}

.pe-is-sp-prisoner-f:before {
    content: "";
}

.pe-is-sp-prisoner:before {
    content: "";
}

.pe-is-sp-sad-1-f:before {
    content: "";
}

.pe-is-sp-sad-1:before {
    content: "";
}

.pe-is-sp-sad-2-f:before {
    content: "";
}

.pe-is-sp-sad-2:before {
    content: "";
}

.pe-is-sp-sheriff-f:before {
    content: "";
}

.pe-is-sp-sheriff:before {
    content: "";
}

.pe-is-sp-skull-f:before {
    content: "";
}

.pe-is-sp-skull:before {
    content: "";
}

.pe-is-sp-sleeve-level-1-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-1:before {
    content: "";
}

.pe-is-sp-sleeve-level-2-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-2:before {
    content: "";
}

.pe-is-sp-sleeve-level-3-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-3:before {
    content: "";
}

.pe-is-sp-sleeve-level-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-star-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-star:before {
    content: "";
}

.pe-is-sp-sleeve-level-up-1-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-up-1:before {
    content: "";
}

.pe-is-sp-sleeve-level-up-2-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-up-2:before {
    content: "";
}

.pe-is-sp-sleeve-level-up-3-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-up-3:before {
    content: "";
}

.pe-is-sp-sleeve-level-up-f:before {
    content: "";
}

.pe-is-sp-sleeve-level-up:before {
    content: "";
}

.pe-is-sp-sleeve-level:before {
    content: "";
}

.pe-is-sp-smile-1-f:before {
    content: "";
}

.pe-is-sp-smile-1:before {
    content: "";
}

.pe-is-sp-smile-2-f:before {
    content: "";
}

.pe-is-sp-smile-2:before {
    content: "";
}

.pe-is-sp-smile-3-f:before {
    content: "";
}

.pe-is-sp-smile-3:before {
    content: "";
}

.pe-is-sp-speechless-f:before {
    content: "";
}

.pe-is-sp-speechless:before {
    content: "";
}

.pe-is-sp-star-1-f:before {
    content: "";
}

.pe-is-sp-star-1:before {
    content: "";
}

.pe-is-sp-star-2-f:before {
    content: "";
}

.pe-is-sp-star-2:before {
    content: "";
}

.pe-is-sp-star-3-f:before {
    content: "";
}

.pe-is-sp-star-3:before {
    content: "";
}

.pe-is-sp-star-4-f:before {
    content: "";
}

.pe-is-sp-star-4:before {
    content: "";
}

.pe-is-sp-star-5-f:before {
    content: "";
}

.pe-is-sp-star-5:before {
    content: "";
}

.pe-is-sp-stars-f:before {
    content: "";
}

.pe-is-sp-stars:before {
    content: "";
}

.pe-is-sp-surprised-1-f:before {
    content: "";
}

.pe-is-sp-surprised-1:before {
    content: "";
}

.pe-is-sp-surprised-2-f:before {
    content: "";
}

.pe-is-sp-surprised-2:before {
    content: "";
}

.pe-is-sp-thief-f:before {
    content: "";
}

.pe-is-sp-toilet-man-2-f:before {
    content: "";
}

.pe-is-sp-toilet-man-2:before {
    content: "";
}

.pe-is-sp-thief:before {
    content: "";
}

.pe-is-sp-toilet-man-f:before {
    content: "";
}

.pe-is-sp-toilet-man:before {
    content: "";
}

.pe-is-sp-toilet-woman-f:before {
    content: "";
}

.pe-is-sp-toilet-woman:before {
    content: "";
}

.pe-is-sp-user-1-f:before {
    content: "";
}

.pe-is-sp-user-1:before {
    content: "";
}

.pe-is-sp-user-2-f:before {
    content: "";
}

.pe-is-sp-user-2:before {
    content: "";
}

.pe-is-sp-user-3-f:before {
    content: "";
}

.pe-is-sp-user-3:before {
    content: "";
}

.pe-is-sp-user-4-f:before {
    content: "";
}

.pe-is-sp-user-4:before {
    content: "";
}

.pe-is-sp-user-5-f:before {
    content: "";
}

.pe-is-sp-user-5:before {
    content: "";
}

.pe-is-sp-user-6-f:before {
    content: "";
}

.pe-is-sp-user-6:before {
    content: "";
}

.pe-is-sp-user-circle-1-f:before {
    content: "";
}

.pe-is-sp-user-circle-1:before {
    content: "";
}

.pe-is-sp-user-circle-2-f:before {
    content: "";
}

.pe-is-sp-user-circle-2:before {
    content: "";
}

.pe-is-sp-user-female-advice-f:before {
    content: "";
}

.pe-is-sp-user-female-advice:before {
    content: "";
}

.pe-is-sp-user-female-ban-2-f:before {
    content: "";
}

.pe-is-sp-user-female-ban-2:before {
    content: "";
}

.pe-is-sp-user-female-ban-f:before {
    content: "";
}

.pe-is-sp-user-female-ban:before {
    content: "";
}

.pe-is-sp-user-female-check-2-f:before {
    content: "";
}

.pe-is-sp-user-female-check-2:before {
    content: "";
}

.pe-is-sp-user-female-check-f:before {
    content: "";
}

.pe-is-sp-user-female-check:before {
    content: "";
}

.pe-is-sp-user-female-cog-f:before {
    content: "";
}

.pe-is-sp-user-female-cog:before {
    content: "";
}

.pe-is-sp-user-female-edit-f:before {
    content: "";
}

.pe-is-sp-user-female-edit:before {
    content: "";
}

.pe-is-sp-user-female-lock-f:before {
    content: "";
}

.pe-is-sp-user-female-lock:before {
    content: "";
}

.pe-is-sp-user-female-love-f:before {
    content: "";
}

.pe-is-sp-user-female-love:before {
    content: "";
}

.pe-is-sp-user-female-map-f:before {
    content: "";
}

.pe-is-sp-user-female-map:before {
    content: "";
}

.pe-is-sp-user-female-menu-f:before {
    content: "";
}

.pe-is-sp-user-female-menu:before {
    content: "";
}

.pe-is-sp-user-female-minus-2-f:before {
    content: "";
}

.pe-is-sp-user-female-minus-2:before {
    content: "";
}

.pe-is-sp-user-female-minus-f:before {
    content: "";
}

.pe-is-sp-user-female-minus:before {
    content: "";
}

.pe-is-sp-user-female-phone-f:before {
    content: "";
}

.pe-is-sp-user-female-phone:before {
    content: "";
}

.pe-is-sp-user-female-plus-2-f:before {
    content: "";
}

.pe-is-sp-user-female-plus-2:before {
    content: "";
}

.pe-is-sp-user-female-plus-f:before {
    content: "";
}

.pe-is-sp-user-female-plus:before {
    content: "";
}

.pe-is-sp-user-female-remove-2-f:before {
    content: "";
}

.pe-is-sp-user-female-remove-2:before {
    content: "";
}

.pe-is-sp-user-female-remove-f:before {
    content: "";
}

.pe-is-sp-user-female-remove:before {
    content: "";
}

.pe-is-sp-user-female-search-f:before {
    content: "";
}

.pe-is-sp-user-female-search:before {
    content: "";
}

.pe-is-sp-user-female-star-f:before {
    content: "";
}

.pe-is-sp-user-female-star:before {
    content: "";
}

.pe-is-sp-user-male-advice-f:before {
    content: "";
}

.pe-is-sp-user-male-advice:before {
    content: "";
}

.pe-is-sp-user-male-ban-2-f:before {
    content: "";
}

.pe-is-sp-user-male-ban-2:before {
    content: "";
}

.pe-is-sp-user-male-ban-f:before {
    content: "";
}

.pe-is-sp-user-male-ban:before {
    content: "";
}

.pe-is-sp-user-male-check-2-f:before {
    content: "";
}

.pe-is-sp-user-male-check-2:before {
    content: "";
}

.pe-is-sp-user-male-check-f:before {
    content: "";
}

.pe-is-sp-user-male-check:before {
    content: "";
}

.pe-is-sp-user-male-cog-f:before {
    content: "";
}

.pe-is-sp-user-male-cog:before {
    content: "";
}

.pe-is-sp-user-male-edit-f:before {
    content: "";
}

.pe-is-sp-user-male-edit:before {
    content: "";
}

.pe-is-sp-user-male-lock-f:before {
    content: "";
}

.pe-is-sp-user-male-lock:before {
    content: "";
}

.pe-is-sp-user-male-love-f:before {
    content: "";
}

.pe-is-sp-user-male-love:before {
    content: "";
}

.pe-is-sp-user-male-map-f:before {
    content: "";
}

.pe-is-sp-user-male-map:before {
    content: "";
}

.pe-is-sp-user-male-menu-f:before {
    content: "";
}

.pe-is-sp-user-male-menu:before {
    content: "";
}

.pe-is-sp-user-male-minus-2-f:before {
    content: "";
}

.pe-is-sp-user-male-minus-2:before {
    content: "";
}

.pe-is-sp-user-male-minus-f:before {
    content: "";
}

.pe-is-sp-user-male-minus:before {
    content: "";
}

.pe-is-sp-user-male-phone-f:before {
    content: "";
}

.pe-is-sp-user-male-phone:before {
    content: "";
}

.pe-is-sp-user-male-plus-2-f:before {
    content: "";
}

.pe-is-sp-user-male-plus-2:before {
    content: "";
}

.pe-is-sp-user-male-plus-f:before {
    content: "";
}

.pe-is-sp-user-male-plus:before {
    content: "";
}

.pe-is-sp-user-male-remove-2-f:before {
    content: "";
}

.pe-is-sp-user-male-remove-2:before {
    content: "";
}

.pe-is-sp-user-male-remove-f:before {
    content: "";
}

.pe-is-sp-user-male-remove:before {
    content: "";
}

.pe-is-sp-user-male-search-f:before {
    content: "";
}

.pe-is-sp-user-male-search:before {
    content: "";
}

.pe-is-sp-user-male-star-f:before {
    content: "";
}

.pe-is-sp-user-male-star:before {
    content: "";
}

.pe-is-sp-users-1-f:before {
    content: "";
}

.pe-is-sp-users-1:before {
    content: "";
}

.pe-is-sp-users-2-f:before {
    content: "";
}

.pe-is-sp-users-2:before {
    content: "";
}

.pe-is-sp-waiter-f:before {
    content: "";
}

.pe-is-sp-waiter:before {
    content: "";
}

.pe-is-sp-wink-f:before {
    content: "";
}

.pe-is-sp-wink:before {
    content: "";
}

@font-face {
    font-family: 'pe-icon-set-communication';
    src: url("../fonts/pe-icon-set-communication.eot?oqtygi");
    src: url("../fonts/pe-icon-set-communication.eot?#iefixoqtygi") format("embedded-opentype"), url("../fonts/pe-icon-set-communication.woff?oqtygi") format("woff"), url("../fonts/pe-icon-set-communication.ttf?oqtygi") format("truetype"), url("../fonts/pe-icon-set-communication.svg?oqtygi#pe-icon-set-communication") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-is-c-"], [class*=" pe-is-c-"] {
    display: inline-block;
    font-family: 'pe-icon-set-communication';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-is-c-antenna-1:before {
    content: "";
}

.pe-is-c-antenna-2-f:before {
    content: "";
}

.pe-is-c-antenna-2:before {
    content: "";
}

.pe-is-c-at:before {
    content: "";
}

.pe-is-c-bullhorn-1-f:before {
    content: "";
}

.pe-is-c-bullhorn-1:before {
    content: "";
}

.pe-is-c-bullhorn-2-f:before {
    content: "";
}

.pe-is-c-bullhorn-2:before {
    content: "";
}

.pe-is-c-call-24h-f:before {
    content: "";
}

.pe-is-c-call-24h:before {
    content: "";
}

.pe-is-c-call-advice-f:before {
    content: "";
}

.pe-is-c-call-advice:before {
    content: "";
}

.pe-is-c-call-message-f:before {
    content: "";
}

.pe-is-c-call-message:before {
    content: "";
}

.pe-is-c-contacts-f:before {
    content: "";
}

.pe-is-c-contacts:before {
    content: "";
}

.pe-is-c-email-1-f:before {
    content: "";
}

.pe-is-c-email-1:before {
    content: "";
}

.pe-is-c-email-2-f:before {
    content: "";
}

.pe-is-c-email-2:before {
    content: "";
}

.pe-is-c-email-block-f:before {
    content: "";
}

.pe-is-c-email-block:before {
    content: "";
}

.pe-is-c-email-check-f:before {
    content: "";
}

.pe-is-c-email-check:before {
    content: "";
}

.pe-is-c-email-delete-f:before {
    content: "";
}

.pe-is-c-email-delete:before {
    content: "";
}

.pe-is-c-email-down-f:before {
    content: "";
}

.pe-is-c-email-down:before {
    content: "";
}

.pe-is-c-email-in:before {
    content: "";
}

.pe-is-c-email-locked-f:before {
    content: "";
}

.pe-is-c-email-locked:before {
    content: "";
}

.pe-is-c-email-minus-f:before {
    content: "";
}

.pe-is-c-email-minus:before {
    content: "";
}

.pe-is-c-email-open-1-f:before {
    content: "";
}

.pe-is-c-email-open-1:before {
    content: "";
}

.pe-is-c-email-open-2-f:before {
    content: "";
}

.pe-is-c-email-open-2:before {
    content: "";
}

.pe-is-c-email-out:before {
    content: "";
}

.pe-is-c-email-plus-f:before {
    content: "";
}

.pe-is-c-email-plus:before {
    content: "";
}

.pe-is-c-email-refresh-f:before {
    content: "";
}

.pe-is-c-email-refresh:before {
    content: "";
}

.pe-is-c-email-search-1-f:before {
    content: "";
}

.pe-is-c-email-search-1:before {
    content: "";
}

.pe-is-c-email-search-2-f:before {
    content: "";
}

.pe-is-c-email-search-2:before {
    content: "";
}

.pe-is-c-email-sent-f:before {
    content: "";
}

.pe-is-c-email-sent:before {
    content: "";
}

.pe-is-c-email-shield-f:before {
    content: "";
}

.pe-is-c-email-shield:before {
    content: "";
}

.pe-is-c-email-time-f:before {
    content: "";
}

.pe-is-c-email-time:before {
    content: "";
}

.pe-is-c-email-up-f:before {
    content: "";
}

.pe-is-c-email-up:before {
    content: "";
}

.pe-is-c-email-write-f:before {
    content: "";
}

.pe-is-c-email-write:before {
    content: "";
}

.pe-is-c-fax-income-f:before {
    content: "";
}

.pe-is-c-fax-income:before {
    content: "";
}

.pe-is-c-fax-phone-f:before {
    content: "";
}

.pe-is-c-fax-phone:before {
    content: "";
}

.pe-is-c-forbidden-phone-f:before {
    content: "";
}

.pe-is-c-forbidden-phone:before {
    content: "";
}

.pe-is-c-headphones-24h:before {
    content: "";
}

.pe-is-c-headphones-f:before {
    content: "";
}

.pe-is-c-headphones:before {
    content: "";
}

.pe-is-c-income-call-1-f:before {
    content: "";
}

.pe-is-c-income-call-1:before {
    content: "";
}

.pe-is-c-income-call-2-f:before {
    content: "";
}

.pe-is-c-income-call-2:before {
    content: "";
}

.pe-is-c-mailbox-1-f:before {
    content: "";
}

.pe-is-c-mailbox-1:before {
    content: "";
}

.pe-is-c-mailbox-2:before {
    content: "";
}

.pe-is-c-mailbox-3-f:before {
    content: "";
}

.pe-is-c-mailbox-3:before {
    content: "";
}

.pe-is-c-mailbox-4:before {
    content: "";
}

.pe-is-c-mailbox-5:before {
    content: "";
}

.pe-is-c-message-user-1-f:before {
    content: "";
}

.pe-is-c-message-user-1:before {
    content: "";
}

.pe-is-c-message-user-2-f:before {
    content: "";
}

.pe-is-c-message-user-2:before {
    content: "";
}

.pe-is-c-message-user-3-f:before {
    content: "";
}

.pe-is-c-message-user-3:before {
    content: "";
}

.pe-is-c-messages-1-f:before {
    content: "";
}

.pe-is-c-messages-1:before {
    content: "";
}

.pe-is-c-messages-2-f:before {
    content: "";
}

.pe-is-c-messages-2:before {
    content: "";
}

.pe-is-c-messages-3-f:before {
    content: "";
}

.pe-is-c-messages-3:before {
    content: "";
}

.pe-is-c-microphone-f:before {
    content: "";
}

.pe-is-c-microphone-slash-f:before {
    content: "";
}

.pe-is-c-microphone-slash:before {
    content: "";
}

.pe-is-c-microphone:before {
    content: "";
}

.pe-is-c-mobile-phone-f:before {
    content: "";
}

.pe-is-c-mobile-phone-ring-f:before {
    content: "";
}

.pe-is-c-mobile-phone-ring:before {
    content: "";
}

.pe-is-c-mobile-phone:before {
    content: "";
}

.pe-is-c-msg-1-f:before {
    content: "";
}

.pe-is-c-msg-1:before {
    content: "";
}

.pe-is-c-msg-2-f:before {
    content: "";
}

.pe-is-c-msg-2:before {
    content: "";
}

.pe-is-c-msg-3-f:before {
    content: "";
}

.pe-is-c-msg-3:before {
    content: "";
}

.pe-is-c-msg-advice-1-f:before {
    content: "";
}

.pe-is-c-msg-advice-1:before {
    content: "";
}

.pe-is-c-msg-advice-2-f:before {
    content: "";
}

.pe-is-c-msg-advice-2:before {
    content: "";
}

.pe-is-c-msg-advice-3-f:before {
    content: "";
}

.pe-is-c-msg-advice-3:before {
    content: "";
}

.pe-is-c-msg-block-1-f:before {
    content: "";
}

.pe-is-c-msg-block-1:before {
    content: "";
}

.pe-is-c-msg-block-2-f:before {
    content: "";
}

.pe-is-c-msg-block-2:before {
    content: "";
}

.pe-is-c-msg-check-1-f:before {
    content: "";
}

.pe-is-c-msg-check-1:before {
    content: "";
}

.pe-is-c-msg-check-2-f:before {
    content: "";
}

.pe-is-c-msg-check-2:before {
    content: "";
}

.pe-is-c-msg-delete-1-f:before {
    content: "";
}

.pe-is-c-msg-delete-1:before {
    content: "";
}

.pe-is-c-msg-delete-2-f:before {
    content: "";
}

.pe-is-c-msg-delete-2:before {
    content: "";
}

.pe-is-c-msg-minus-1-f:before {
    content: "";
}

.pe-is-c-msg-minus-1:before {
    content: "";
}

.pe-is-c-msg-minus-2-f:before {
    content: "";
}

.pe-is-c-msg-minus-2:before {
    content: "";
}

.pe-is-c-msg-plus-1-f:before {
    content: "";
}

.pe-is-c-msg-plus-1:before {
    content: "";
}

.pe-is-c-msg-plus-2-f:before {
    content: "";
}

.pe-is-c-msg-plus-2:before {
    content: "";
}

.pe-is-c-msg-read-1-f:before {
    content: "";
}

.pe-is-c-msg-read-1:before {
    content: "";
}

.pe-is-c-msg-read-2-f:before {
    content: "";
}

.pe-is-c-msg-read-2:before {
    content: "";
}

.pe-is-c-msg-read-3-f:before {
    content: "";
}

.pe-is-c-msg-read-3:before {
    content: "";
}

.pe-is-c-msg-write-1:before {
    content: "";
}

.pe-is-c-msg-write-4:before {
    content: "";
}

.pe-is-c-msg-write-1-f:before {
    content: "";
}

.pe-is-c-msg-write-4-f:before {
    content: "";
}

.pe-is-c-msg-write-2:before {
    content: "";
}

.pe-is-c-msg-write-5:before {
    content: "";
}

.pe-is-c-msg-write-2-f:before {
    content: "";
}

.pe-is-c-msg-write-5-f:before {
    content: "";
}

.pe-is-c-msg-write-3-f:before {
    content: "";
}

.pe-is-c-msg-write-3:before {
    content: "";
}

.pe-is-c-old-phone-1:before {
    content: "";
}

.pe-is-c-old-phone-2-f:before {
    content: "";
}

.pe-is-c-old-phone-2:before {
    content: "";
}

.pe-is-c-old-phone-3-f:before {
    content: "";
}

.pe-is-c-old-phone-3:before {
    content: "";
}

.pe-is-c-old-phone-4-f:before {
    content: "";
}

.pe-is-c-old-phone-4:before {
    content: "";
}

.pe-is-c-outgoing-call-1:before {
    content: "";
}

.pe-is-c-outgoing-call-2:before {
    content: "";
}

.pe-is-c-outgoing-call-1-f:before {
    content: "";
}

.pe-is-c-outgoing-call-2-f:before {
    content: "";
}

.pe-is-c-paper-plane-1-f:before {
    content: "";
}

.pe-is-c-paper-plane-1:before {
    content: "";
}

.pe-is-c-paper-plane-2-f:before {
    content: "";
}

.pe-is-c-paper-plane-2:before {
    content: "";
}

.pe-is-c-phone-cancel-c-f:before {
    content: "";
}

.pe-is-c-phone-cancel-c:before {
    content: "";
}

.pe-is-c-phone-cancel-f:before {
    content: "";
}

.pe-is-c-phone-cancel:before {
    content: "";
}

.pe-is-c-phone-f:before {
    content: "";
}

.pe-is-c-phone-minus-c-f:before {
    content: "";
}

.pe-is-c-phone-minus-c:before {
    content: "";
}

.pe-is-c-phone-minus-f:before {
    content: "";
}

.pe-is-c-phone-minus:before {
    content: "";
}

.pe-is-c-phone-plus-c-f:before {
    content: "";
}

.pe-is-c-phone-plus-c:before {
    content: "";
}

.pe-is-c-phone-plus-f:before {
    content: "";
}

.pe-is-c-phone-plus:before {
    content: "";
}

.pe-is-c-phone-ring-f:before {
    content: "";
}

.pe-is-c-phone-ring:before {
    content: "";
}

.pe-is-c-phone-slash-f:before {
    content: "";
}

.pe-is-c-phone-slash:before {
    content: "";
}

.pe-is-c-phone:before {
    content: "";
}

.pe-is-c-reception-1-f:before {
    content: "";
}

.pe-is-c-reception-1:before {
    content: "";
}

.pe-is-c-reception-2-f:before {
    content: "";
}

.pe-is-c-reception-2:before {
    content: "";
}

.pe-is-c-reception-3-f:before {
    content: "";
}

.pe-is-c-reception-3:before {
    content: "";
}

.pe-is-c-reception-4-f:before {
    content: "";
}

.pe-is-c-reception-4:before {
    content: "";
}

.pe-is-c-reception-5-f:before {
    content: "";
}

.pe-is-c-reception-5:before {
    content: "";
}

.pe-is-c-satelite-f:before {
    content: "";
}

.pe-is-c-satelite:before {
    content: "";
}

.pe-is-c-share-f:before {
    content: "";
}

.pe-is-c-share:before {
    content: "";
}

.pe-is-c-signal-1-f:before {
    content: "";
}

.pe-is-c-signal-1:before {
    content: "";
}

.pe-is-c-signal-2-f:before {
    content: "";
}

.pe-is-c-signal-2:before {
    content: "";
}

.pe-is-c-signal-3-f:before {
    content: "";
}

.pe-is-c-signal-3:before {
    content: "";
}

.pe-is-c-signal-4-f:before {
    content: "";
}

.pe-is-c-signal-4:before {
    content: "";
}

.pe-is-c-signal-5:before {
    content: "";
}

.pe-is-c-signal-6-f:before {
    content: "";
}

.pe-is-c-signal-6:before {
    content: "";
}

.pe-is-c-smartphone-24h-f:before {
    content: "";
}

.pe-is-c-smartphone-24h:before {
    content: "";
}

.pe-is-c-smartphone-email-f:before {
    content: "";
}

.pe-is-c-smartphone-email:before {
    content: "";
}

.pe-is-c-smartphone-f:before {
    content: "";
}

.pe-is-c-smartphone-message-f:before {
    content: "";
}

.pe-is-c-smartphone-message:before {
    content: "";
}

.pe-is-c-smartphone-ring-f:before {
    content: "";
}

.pe-is-c-smartphone-ring:before {
    content: "";
}

.pe-is-c-smartphone-transfer-f:before {
    content: "";
}

.pe-is-c-smartphone-transfer:before {
    content: "";
}

.pe-is-c-smartphone:before {
    content: "";
}

.pe-is-c-support-1-f:before {
    content: "";
}

.pe-is-c-support-1:before {
    content: "";
}

.pe-is-c-support-2-f:before {
    content: "";
}

.pe-is-c-support-2:before {
    content: "";
}

.pe-is-c-telephone-f:before {
    content: "";
}

.pe-is-c-telephone:before {
    content: "";
}

.pe-is-c-video-1-f:before {
    content: "";
}

.pe-is-c-video-1:before {
    content: "";
}

.pe-is-c-video-2-f:before {
    content: "";
}

.pe-is-c-video-2:before {
    content: "";
}

.pe-is-c-video-3-f:before {
    content: "";
}

.pe-is-c-video-3:before {
    content: "";
}

.pe-is-c-voicemail:before {
    content: "";
}

.pe-is-c-whatsapp-f:before {
    content: "";
}

.pe-is-c-whatsapp:before {
    content: "";
}

@font-face {
    font-family: 'pe-icon-set-hardware-software';
    src: url("../fonts/pe-icon-set-hardware-software.eot?-3hz0zj");
    src: url("../fonts/pe-icon-set-hardware-software.eot?#iefix-3hz0zj") format("embedded-opentype"), url("../fonts/pe-icon-set-hardware-software.ttf?-3hz0zj") format("truetype"), url("../fonts/pe-icon-set-hardware-software.woff?-3hz0zj") format("woff"), url("../fonts/pe-icon-set-hardware-software.svg?-3hz0zj#pe-icon-set-hardware-software") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-is-hs-"], [class*=" pe-is-hs-"] {
    font-family: 'pe-icon-set-hardware-software';
    display: inline-block;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-is-hs-battery-ban-f:before {
    content: "";
}

.pe-is-hs-battery-ban:before {
    content: "";
}

.pe-is-hs-battery-charge-f:before {
    content: "";
}

.pe-is-hs-battery-charge:before {
    content: "";
}

.pe-is-hs-battery-empty-f:before {
    content: "";
}

.pe-is-hs-battery-empty:before {
    content: "";
}

.pe-is-hs-battery-full-f:before {
    content: "";
}

.pe-is-hs-battery-full:before {
    content: "";
}

.pe-is-hs-battery-low-f:before {
    content: "";
}

.pe-is-hs-battery-low:before {
    content: "";
}

.pe-is-hs-battery-medium-f:before {
    content: "";
}

.pe-is-hs-battery-medium:before {
    content: "";
}

.pe-is-hs-bluetooth-logo:before {
    content: "";
}

.pe-is-hs-browser-advice-f:before {
    content: "";
}

.pe-is-hs-browser-advice:before {
    content: "";
}

.pe-is-hs-browser-analytics-f:before {
    content: "";
}

.pe-is-hs-browser-analytics:before {
    content: "";
}

.pe-is-hs-browser-apps-f:before {
    content: "";
}

.pe-is-hs-browser-apps:before {
    content: "";
}

.pe-is-hs-browser-ban-f:before {
    content: "";
}

.pe-is-hs-browser-ban:before {
    content: "";
}

.pe-is-hs-browser-check-2-f:before {
    content: "";
}

.pe-is-hs-browser-check-2:before {
    content: "";
}

.pe-is-hs-browser-check-f:before {
    content: "";
}

.pe-is-hs-browser-check:before {
    content: "";
}

.pe-is-hs-browser-code-1-f:before {
    content: "";
}

.pe-is-hs-browser-code-1:before {
    content: "";
}

.pe-is-hs-browser-code-2-f:before {
    content: "";
}

.pe-is-hs-browser-code-2:before {
    content: "";
}

.pe-is-hs-browser-command-f:before {
    content: "";
}

.pe-is-hs-browser-command:before {
    content: "";
}

.pe-is-hs-browser-download-1-f:before {
    content: "";
}

.pe-is-hs-browser-download-1:before {
    content: "";
}

.pe-is-hs-browser-download-2-f:before {
    content: "";
}

.pe-is-hs-browser-download-2:before {
    content: "";
}

.pe-is-hs-browser-edit-f:before {
    content: "";
}

.pe-is-hs-browser-edit:before {
    content: "";
}

.pe-is-hs-browser-f:before {
    content: "";
}

.pe-is-hs-browser-fav-f:before {
    content: "";
}

.pe-is-hs-browser-fav:before {
    content: "";
}

.pe-is-hs-browser-home-f:before {
    content: "";
}

.pe-is-hs-browser-home:before {
    content: "";
}

.pe-is-hs-browser-pages-f:before {
    content: "";
}

.pe-is-hs-browser-pages:before {
    content: "";
}

.pe-is-hs-browser-list-f:before {
    content: "";
}

.pe-is-hs-browser-list:before {
    content: "";
}

.pe-is-hs-browser-loading-f:before {
    content: "";
}

.pe-is-hs-browser-loading:before {
    content: "";
}

.pe-is-hs-browser-lock-f:before {
    content: "";
}

.pe-is-hs-browser-lock:before {
    content: "";
}

.pe-is-hs-browser-minus-1-f:before {
    content: "";
}

.pe-is-hs-browser-minus-1:before {
    content: "";
}

.pe-is-hs-browser-minus-2-f:before {
    content: "";
}

.pe-is-hs-browser-minus-2:before {
    content: "";
}

.pe-is-hs-browser-modules-f:before {
    content: "";
}

.pe-is-hs-browser-modules:before {
    content: "";
}

.pe-is-hs-browser-plus-1-f:before {
    content: "";
}

.pe-is-hs-browser-plus-1:before {
    content: "";
}

.pe-is-hs-browser-plus-2-f:before {
    content: "";
}

.pe-is-hs-browser-plus-2:before {
    content: "";
}

.pe-is-hs-browser-refresh-1-f:before {
    content: "";
}

.pe-is-hs-browser-refresh-1:before {
    content: "";
}

.pe-is-hs-browser-refresh-2-f:before {
    content: "";
}

.pe-is-hs-browser-refresh-2:before {
    content: "";
}

.pe-is-hs-browser-refresh-3-f:before {
    content: "";
}

.pe-is-hs-browser-refresh-3:before {
    content: "";
}

.pe-is-hs-browser-remove-1-f:before {
    content: "";
}

.pe-is-hs-browser-remove-1:before {
    content: "";
}

.pe-is-hs-browser-remove-2-f:before {
    content: "";
}

.pe-is-hs-browser-remove-2:before {
    content: "";
}

.pe-is-hs-browser-search-f:before {
    content: "";
}

.pe-is-hs-browser-search:before {
    content: "";
}

.pe-is-hs-browser-settings-f:before {
    content: "";
}

.pe-is-hs-browser-settings:before {
    content: "";
}

.pe-is-hs-browser-share-f:before {
    content: "";
}

.pe-is-hs-browser-share:before {
    content: "";
}

.pe-is-hs-browser-table-f:before {
    content: "";
}

.pe-is-hs-browser-table:before {
    content: "";
}

.pe-is-hs-browser-text-f:before {
    content: "";
}

.pe-is-hs-browser-text:before {
    content: "";
}

.pe-is-hs-browser-time-f:before {
    content: "";
}

.pe-is-hs-browser-time:before {
    content: "";
}

.pe-is-hs-browser-upload-1-f:before {
    content: "";
}

.pe-is-hs-browser-upload-1:before {
    content: "";
}

.pe-is-hs-browser-upload-2-f:before {
    content: "";
}

.pe-is-hs-browser-upload-2:before {
    content: "";
}

.pe-is-hs-browser:before {
    content: "";
}

.pe-is-hs-browsers-windows-1-f:before {
    content: "";
}

.pe-is-hs-browsers-windows-1:before {
    content: "";
}

.pe-is-hs-browsers-windows-2-f:before {
    content: "";
}

.pe-is-hs-browsers-windows-2:before {
    content: "";
}

.pe-is-hs-browsers-windows-3-f:before {
    content: "";
}

.pe-is-hs-browsers-windows-3:before {
    content: "";
}

.pe-is-hs-bug-1-f:before {
    content: "";
}

.pe-is-hs-bug-1:before {
    content: "";
}

.pe-is-hs-bug-2-f:before {
    content: "";
}

.pe-is-hs-bug-2:before {
    content: "";
}

.pe-is-hs-bug-3-f:before {
    content: "";
}

.pe-is-hs-bug-3:before {
    content: "";
}

.pe-is-hs-chip-f:before {
    content: "";
}

.pe-is-hs-chip:before {
    content: "";
}

.pe-is-hs-css3-f:before {
    content: "";
}

.pe-is-hs-css3:before {
    content: "";
}

.pe-is-hs-database-advice-f:before {
    content: "";
}

.pe-is-hs-database-advice:before {
    content: "";
}

.pe-is-hs-database-ban-f:before {
    content: "";
}

.pe-is-hs-database-ban:before {
    content: "";
}

.pe-is-hs-database-check-f:before {
    content: "";
}

.pe-is-hs-database-check:before {
    content: "";
}

.pe-is-hs-database-download-f:before {
    content: "";
}

.pe-is-hs-database-download:before {
    content: "";
}

.pe-is-hs-database-edit-f:before {
    content: "";
}

.pe-is-hs-database-edit:before {
    content: "";
}

.pe-is-hs-database-f:before {
    content: "";
}

.pe-is-hs-database-lock-f:before {
    content: "";
}

.pe-is-hs-database-lock:before {
    content: "";
}

.pe-is-hs-database-minus-f:before {
    content: "";
}

.pe-is-hs-database-minus:before {
    content: "";
}

.pe-is-hs-database-network-f:before {
    content: "";
}

.pe-is-hs-database-network:before {
    content: "";
}

.pe-is-hs-database-plus-f:before {
    content: "";
}

.pe-is-hs-database-plus:before {
    content: "";
}

.pe-is-hs-database-refresh-1-f:before {
    content: "";
}

.pe-is-hs-database-refresh-1:before {
    content: "";
}

.pe-is-hs-database-refresh-2-f:before {
    content: "";
}

.pe-is-hs-database-refresh-2:before {
    content: "";
}

.pe-is-hs-database-remove-f:before {
    content: "";
}

.pe-is-hs-database-remove:before {
    content: "";
}

.pe-is-hs-database-search-f:before {
    content: "";
}

.pe-is-hs-database-search:before {
    content: "";
}

.pe-is-hs-database-settings-f:before {
    content: "";
}

.pe-is-hs-database-settings:before {
    content: "";
}

.pe-is-hs-database-time-f:before {
    content: "";
}

.pe-is-hs-database-time:before {
    content: "";
}

.pe-is-hs-database-upload-f:before {
    content: "";
}

.pe-is-hs-database-upload:before {
    content: "";
}

.pe-is-hs-database:before {
    content: "";
}

.pe-is-hs-dvd-1-f:before {
    content: "";
}

.pe-is-hs-dvd-1:before {
    content: "";
}

.pe-is-hs-dvd-2-f:before {
    content: "";
}

.pe-is-hs-dvd-2:before {
    content: "";
}

.pe-is-hs-dvd-3-f:before {
    content: "";
}

.pe-is-hs-dvd-3:before {
    content: "";
}

.pe-is-hs-e-reader-f:before {
    content: "";
}

.pe-is-hs-e-reader:before {
    content: "";
}

.pe-is-hs-filter-f:before {
    content: "";
}

.pe-is-hs-filter:before {
    content: "";
}

.pe-is-hs-firewall-1-f:before {
    content: "";
}

.pe-is-hs-firewall-1:before {
    content: "";
}

.pe-is-hs-gameboy-f:before {
    content: "";
}

.pe-is-hs-gameboy:before {
    content: "";
}

.pe-is-hs-hard-disk-1-f:before {
    content: "";
}

.pe-is-hs-hard-disk-1:before {
    content: "";
}

.pe-is-hs-hard-disk-2-f:before {
    content: "";
}

.pe-is-hs-hard-disk-2:before {
    content: "";
}

.pe-is-hs-hotspot-f:before {
    content: "";
}

.pe-is-hs-hotspot:before {
    content: "";
}

.pe-is-hs-html5-f:before {
    content: "";
}

.pe-is-hs-html5:before {
    content: "";
}

.pe-is-hs-ipod-f:before {
    content: "";
}

.pe-is-hs-ipod:before {
    content: "";
}

.pe-is-hs-joystick-1-f:before {
    content: "";
}

.pe-is-hs-joystick-1:before {
    content: "";
}

.pe-is-hs-joystick-2-f:before {
    content: "";
}

.pe-is-hs-joystick-2:before {
    content: "";
}

.pe-is-hs-joystick-3-f:before {
    content: "";
}

.pe-is-hs-joystick-3:before {
    content: "";
}

.pe-is-hs-joystick-4-f:before {
    content: "";
}

.pe-is-hs-joystick-4:before {
    content: "";
}

.pe-is-hs-joystick-5-f:before {
    content: "";
}

.pe-is-hs-joystick-5:before {
    content: "";
}

.pe-is-hs-keyboard-1-f:before {
    content: "";
}

.pe-is-hs-keyboard-1:before {
    content: "";
}

.pe-is-hs-keyboard-2-f:before {
    content: "";
}

.pe-is-hs-keyboard-2:before {
    content: "";
}

.pe-is-hs-laptop-1:before {
    content: "";
}

.pe-is-hs-laptop-2-f:before {
    content: "";
}

.pe-is-hs-laptop-2:before {
    content: "";
}

.pe-is-hs-laptop-3-f:before {
    content: "";
}

.pe-is-hs-laptop-3:before {
    content: "";
}

.pe-is-hs-macintosh-f:before {
    content: "";
}

.pe-is-hs-macintosh:before {
    content: "";
}

.pe-is-hs-memory-f:before {
    content: "";
}

.pe-is-hs-memory:before {
    content: "";
}

.pe-is-hs-monitor-2-f:before {
    content: "";
}

.pe-is-hs-monitor-1:before {
    content: "";
}

.pe-is-hs-monitor-2:before {
    content: "";
}

.pe-is-hs-monitor-3-f:before {
    content: "";
}

.pe-is-hs-monitor-3:before {
    content: "";
}

.pe-is-hs-monitor-4:before {
    content: "";
}

.pe-is-hs-monitor-5-f:before {
    content: "";
}

.pe-is-hs-monitor-5:before {
    content: "";
}

.pe-is-hs-monitor-6-f:before {
    content: "";
}

.pe-is-hs-monitor-6:before {
    content: "";
}

.pe-is-hs-mouse-1-f:before {
    content: "";
}

.pe-is-hs-mouse-1:before {
    content: "";
}

.pe-is-hs-mouse-2-f:before {
    content: "";
}

.pe-is-hs-mouse-2:before {
    content: "";
}

.pe-is-hs-mouse-3-f:before {
    content: "";
}

.pe-is-hs-mouse-3:before {
    content: "";
}

.pe-is-hs-network-1:before {
    content: "";
}

.pe-is-hs-network-2:before {
    content: "";
}

.pe-is-hs-plug-1-f:before {
    content: "";
}

.pe-is-hs-plug-1:before {
    content: "";
}

.pe-is-hs-plug-2-f:before {
    content: "";
}

.pe-is-hs-plug-2:before {
    content: "";
}

.pe-is-hs-plugin-lego-f:before {
    content: "";
}

.pe-is-hs-plugin-lego:before {
    content: "";
}

.pe-is-hs-plugin-puzzle-1-f:before {
    content: "";
}

.pe-is-hs-plugin-puzzle-1:before {
    content: "";
}

.pe-is-hs-plugin-puzzle-2-f:before {
    content: "";
}

.pe-is-hs-plugin-puzzle-2:before {
    content: "";
}

.pe-is-hs-printer-f:before {
    content: "";
}

.pe-is-hs-printer:before {
    content: "";
}

.pe-is-hs-record-f:before {
    content: "";
}

.pe-is-hs-record:before {
    content: "";
}

.pe-is-hs-sd-card-f:before {
    content: "";
}

.pe-is-hs-sd-card:before {
    content: "";
}

.pe-is-hs-servers-advice-f:before {
    content: "";
}

.pe-is-hs-servers-advice:before {
    content: "";
}

.pe-is-hs-servers-ban-f:before {
    content: "";
}

.pe-is-hs-servers-ban:before {
    content: "";
}

.pe-is-hs-servers-check-f:before {
    content: "";
}

.pe-is-hs-servers-check:before {
    content: "";
}

.pe-is-hs-servers-download-f:before {
    content: "";
}

.pe-is-hs-servers-download:before {
    content: "";
}

.pe-is-hs-servers-edit-f:before {
    content: "";
}

.pe-is-hs-servers-edit:before {
    content: "";
}

.pe-is-hs-servers-f:before {
    content: "";
}

.pe-is-hs-servers-lock-f:before {
    content: "";
}

.pe-is-hs-servers-lock:before {
    content: "";
}

.pe-is-hs-servers-minus-f:before {
    content: "";
}

.pe-is-hs-servers-minus:before {
    content: "";
}

.pe-is-hs-servers-network-f:before {
    content: "";
}

.pe-is-hs-servers-network:before {
    content: "";
}

.pe-is-hs-servers-plus-f:before {
    content: "";
}

.pe-is-hs-servers-plus:before {
    content: "";
}

.pe-is-hs-servers-refresh-1-f:before {
    content: "";
}

.pe-is-hs-servers-refresh-1:before {
    content: "";
}

.pe-is-hs-servers-refresh-2-f:before {
    content: "";
}

.pe-is-hs-servers-refresh-2:before {
    content: "";
}

.pe-is-hs-servers-remove-f:before {
    content: "";
}

.pe-is-hs-servers-remove:before {
    content: "";
}

.pe-is-hs-servers-search-f:before {
    content: "";
}

.pe-is-hs-servers-search:before {
    content: "";
}

.pe-is-hs-servers-settings-f:before {
    content: "";
}

.pe-is-hs-servers-settings:before {
    content: "";
}

.pe-is-hs-servers-time-f:before {
    content: "";
}

.pe-is-hs-servers-time:before {
    content: "";
}

.pe-is-hs-servers-upload-f:before {
    content: "";
}

.pe-is-hs-servers-upload:before {
    content: "";
}

.pe-is-hs-servers:before {
    content: "";
}

.pe-is-hs-sheet-1-f:before {
    content: "";
}

.pe-is-hs-sheet-1:before {
    content: "";
}

.pe-is-hs-sheet-2-f:before {
    content: "";
}

.pe-is-hs-sheet-2:before {
    content: "";
}

.pe-is-hs-shield-check-f:before {
    content: "";
}

.pe-is-hs-shield-check:before {
    content: "";
}

.pe-is-hs-shield-f:before {
    content: "";
}

.pe-is-hs-shield:before {
    content: "";
}

.pe-is-hs-smartphone-1-f:before {
    content: "";
}

.pe-is-hs-smartphone-1:before {
    content: "";
}

.pe-is-hs-smartphone-2-f:before {
    content: "";
}

.pe-is-hs-smartphone-2:before {
    content: "";
}

.pe-is-hs-smartphone-3-f:before {
    content: "";
}

.pe-is-hs-smartphone-3:before {
    content: "";
}

.pe-is-hs-tablet-1-f:before {
    content: "";
}

.pe-is-hs-tablet-1:before {
    content: "";
}

.pe-is-hs-tablet-2-f:before {
    content: "";
}

.pe-is-hs-tablet-2:before {
    content: "";
}

.pe-is-hs-usb-check-f:before {
    content: "";
}

.pe-is-hs-usb-check:before {
    content: "";
}

.pe-is-hs-usb-f:before {
    content: "";
}

.pe-is-hs-usb-logo:before {
    content: "";
}

.pe-is-hs-usb:before {
    content: "";
}

.pe-is-hs-wifi-1-f:before {
    content: "";
}

.pe-is-hs-wifi-1:before {
    content: "";
}

.pe-is-hs-wifi-2-f:before {
    content: "";
}

.pe-is-hs-wifi-2:before {
    content: "";
}

.pe-is-hs-wifi-3-f:before {
    content: "";
}

.pe-is-hs-wifi-3:before {
    content: "";
}

.pe-is-hs-wifi-4-f:before {
    content: "";
}

.pe-is-hs-wifi-4:before {
    content: "";
}

.pe-is-hs-wifi-logo:before {
    content: "";
}

@font-face {
    font-family: 'pe-icon-set-location';
    src: url("../fonts/pe-icon-set-location.eot?qq6fd9");
    src: url("../fonts/pe-icon-set-location.eot?#iefixqq6fd9") format("embedded-opentype"), url("../fonts/pe-icon-set-location.ttf?qq6fd9") format("truetype"), url("../fonts/pe-icon-set-location.woff?qq6fd9") format("woff"), url("../fonts/pe-icon-set-location.svg?qq6fd9#pe-icon-set-location") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-is-l-"], [class*=" pe-is-l-"] {
    display: inline-block;
    font-family: 'pe-icon-set-location';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-is-l-antenna-f:before {
    content: "";
}

.pe-is-l-antenna:before {
    content: "";
}

.pe-is-l-compass-1-f:before {
    content: "";
}

.pe-is-l-compass-1:before {
    content: "";
}

.pe-is-l-compass-2-f:before {
    content: "";
}

.pe-is-l-compass-2:before {
    content: "";
}

.pe-is-l-compass-3-f:before {
    content: "";
}

.pe-is-l-compass-3:before {
    content: "";
}

.pe-is-l-compass-4-f:before {
    content: "";
}

.pe-is-l-compass-4:before {
    content: "";
}

.pe-is-l-curves-arrow:before {
    content: "";
}

.pe-is-l-direction-arrow-f:before {
    content: "";
}

.pe-is-l-direction-arrow:before {
    content: "";
}

.pe-is-l-directions-f:before {
    content: "";
}

.pe-is-l-directions:before {
    content: "";
}

.pe-is-l-flag-1-f:before {
    content: "";
}

.pe-is-l-flag-1:before {
    content: "";
}

.pe-is-l-flag-2-f:before {
    content: "";
}

.pe-is-l-flag-2:before {
    content: "";
}

.pe-is-l-flag-3-f:before {
    content: "";
}

.pe-is-l-flag-3:before {
    content: "";
}

.pe-is-l-flag-4-f:before {
    content: "";
}

.pe-is-l-flag-4:before {
    content: "";
}

.pe-is-l-flag-5-f:before {
    content: "";
}

.pe-is-l-flag-5:before {
    content: "";
}

.pe-is-l-flag-6-f:before {
    content: "";
}

.pe-is-l-flag-6:before {
    content: "";
}

.pe-is-l-hotel-sign-f:before {
    content: "";
}

.pe-is-l-hotel-sign:before {
    content: "";
}

.pe-is-l-man-place-f:before {
    content: "";
}

.pe-is-l-man-place:before {
    content: "";
}

.pe-is-l-map-compass-f:before {
    content: "";
}

.pe-is-l-map-compass:before {
    content: "";
}

.pe-is-l-map-direction-f:before {
    content: "";
}

.pe-is-l-map-direction:before {
    content: "";
}

.pe-is-l-map-f:before {
    content: "";
}

.pe-is-l-map-pin-1-check-f:before {
    content: "";
}

.pe-is-l-map-pin-1-check:before {
    content: "";
}

.pe-is-l-map-pin-1-circle-f:before {
    content: "";
}

.pe-is-l-map-pin-1-circle:before {
    content: "";
}

.pe-is-l-map-pin-1-clock-2-f:before {
    content: "";
}

.pe-is-l-map-pin-1-clock-2:before {
    content: "";
}

.pe-is-l-map-pin-1-clock-f:before {
    content: "";
}

.pe-is-l-map-pin-1-clock:before {
    content: "";
}

.pe-is-l-map-pin-1-f:before {
    content: "";
}

.pe-is-l-map-pin-1-love-f:before {
    content: "";
}

.pe-is-l-map-pin-1-love:before {
    content: "";
}

.pe-is-l-map-pin-1-minus-2-f:before {
    content: "";
}

.pe-is-l-map-pin-1-minus-2:before {
    content: "";
}

.pe-is-l-map-pin-1-minus-f:before {
    content: "";
}

.pe-is-l-map-pin-1-minus:before {
    content: "";
}

.pe-is-l-map-pin-1-place-1-f:before {
    content: "";
}

.pe-is-l-map-pin-1-place-1:before {
    content: "";
}

.pe-is-l-map-pin-1-place-2-f:before {
    content: "";
}

.pe-is-l-map-pin-1-place-2:before {
    content: "";
}

.pe-is-l-map-pin-1-place-3-f:before {
    content: "";
}

.pe-is-l-map-pin-1-place-3:before {
    content: "";
}

.pe-is-l-map-pin-1-plus-2-f:before {
    content: "";
}

.pe-is-l-map-pin-1-plus-2:before {
    content: "";
}

.pe-is-l-map-pin-1-plus-f:before {
    content: "";
}

.pe-is-l-map-pin-1-plus:before {
    content: "";
}

.pe-is-l-map-pin-1-star-f:before {
    content: "";
}

.pe-is-l-map-pin-1-star:before {
    content: "";
}

.pe-is-l-map-pin-1-x-2-f:before {
    content: "";
}

.pe-is-l-map-pin-1-x-2:before {
    content: "";
}

.pe-is-l-map-pin-1-x-f:before {
    content: "";
}

.pe-is-l-map-pin-1-x:before {
    content: "";
}

.pe-is-l-map-pin-1:before {
    content: "";
}

.pe-is-l-map-pin-2-check-f:before {
    content: "";
}

.pe-is-l-map-pin-2-check:before {
    content: "";
}

.pe-is-l-map-pin-2-circle-f:before {
    content: "";
}

.pe-is-l-map-pin-2-circle:before {
    content: "";
}

.pe-is-l-map-pin-2-clock-2-f:before {
    content: "";
}

.pe-is-l-map-pin-2-clock-2:before {
    content: "";
}

.pe-is-l-map-pin-2-clock-f:before {
    content: "";
}

.pe-is-l-map-pin-2-clock:before {
    content: "";
}

.pe-is-l-map-pin-2-f:before {
    content: "";
}

.pe-is-l-map-pin-2-love-f:before {
    content: "";
}

.pe-is-l-map-pin-2-love:before {
    content: "";
}

.pe-is-l-map-pin-2-minus-2-f:before {
    content: "";
}

.pe-is-l-map-pin-2-minus-2:before {
    content: "";
}

.pe-is-l-map-pin-2-minus-f:before {
    content: "";
}

.pe-is-l-map-pin-2-minus:before {
    content: "";
}

.pe-is-l-map-pin-2-place-f:before {
    content: "";
}

.pe-is-l-map-pin-2-place:before {
    content: "";
}

.pe-is-l-map-pin-2-plus-2-f:before {
    content: "";
}

.pe-is-l-map-pin-2-plus-2:before {
    content: "";
}

.pe-is-l-map-pin-2-plus-f:before {
    content: "";
}

.pe-is-l-map-pin-2-plus:before {
    content: "";
}

.pe-is-l-map-pin-2-star-f:before {
    content: "";
}

.pe-is-l-map-pin-2-star:before {
    content: "";
}

.pe-is-l-map-pin-2-x-2-f:before {
    content: "";
}

.pe-is-l-map-pin-2-x-2:before {
    content: "";
}

.pe-is-l-map-pin-2-x-f:before {
    content: "";
}

.pe-is-l-map-pin-2-x:before {
    content: "";
}

.pe-is-l-map-pin-2:before {
    content: "";
}

.pe-is-l-map-pin-3-check-f:before {
    content: "";
}

.pe-is-l-map-pin-3-check:before {
    content: "";
}

.pe-is-l-map-pin-3-circle-f:before {
    content: "";
}

.pe-is-l-map-pin-3-circle:before {
    content: "";
}

.pe-is-l-map-pin-3-clock-2-f:before {
    content: "";
}

.pe-is-l-map-pin-3-clock-2:before {
    content: "";
}

.pe-is-l-map-pin-3-clock-f:before {
    content: "";
}

.pe-is-l-map-pin-3-clock:before {
    content: "";
}

.pe-is-l-map-pin-3-f:before {
    content: "";
}

.pe-is-l-map-pin-3-love-f:before {
    content: "";
}

.pe-is-l-map-pin-3-love:before {
    content: "";
}

.pe-is-l-map-pin-3-minus-2-f:before {
    content: "";
}

.pe-is-l-map-pin-3-minus-2:before {
    content: "";
}

.pe-is-l-map-pin-3-minus-f:before {
    content: "";
}

.pe-is-l-map-pin-3-minus:before {
    content: "";
}

.pe-is-l-map-pin-3-place-1-f:before {
    content: "";
}

.pe-is-l-map-pin-3-place-1:before {
    content: "";
}

.pe-is-l-map-pin-3-place-2-f:before {
    content: "";
}

.pe-is-l-map-pin-3-place-2:before {
    content: "";
}

.pe-is-l-map-pin-3-place-3-f:before {
    content: "";
}

.pe-is-l-map-pin-3-place-3:before {
    content: "";
}

.pe-is-l-map-pin-3-plus-2-f:before {
    content: "";
}

.pe-is-l-map-pin-3-plus-2:before {
    content: "";
}

.pe-is-l-map-pin-3-plus-f:before {
    content: "";
}

.pe-is-l-map-pin-3-plus:before {
    content: "";
}

.pe-is-l-map-pin-3-star-f:before {
    content: "";
}

.pe-is-l-map-pin-3-star:before {
    content: "";
}

.pe-is-l-map-pin-3-x-2-f:before {
    content: "";
}

.pe-is-l-map-pin-3-x-2:before {
    content: "";
}

.pe-is-l-map-pin-3-x-f:before {
    content: "";
}

.pe-is-l-map-pin-3-x:before {
    content: "";
}

.pe-is-l-map-pin-3:before {
    content: "";
}

.pe-is-l-map-pin-4-check-f:before {
    content: "";
}

.pe-is-l-map-pin-4-check:before {
    content: "";
}

.pe-is-l-map-pin-4-circle-f:before {
    content: "";
}

.pe-is-l-map-pin-4-circle:before {
    content: "";
}

.pe-is-l-map-pin-4-clock-2-f:before {
    content: "";
}

.pe-is-l-map-pin-4-clock-2:before {
    content: "";
}

.pe-is-l-map-pin-4-clock-f:before {
    content: "";
}

.pe-is-l-map-pin-4-clock:before {
    content: "";
}

.pe-is-l-map-pin-4-f:before {
    content: "";
}

.pe-is-l-map-pin-4-love-f:before {
    content: "";
}

.pe-is-l-map-pin-4-love:before {
    content: "";
}

.pe-is-l-map-pin-4-minus-2-f:before {
    content: "";
}

.pe-is-l-map-pin-4-minus-2:before {
    content: "";
}

.pe-is-l-map-pin-4-minus-f:before {
    content: "";
}

.pe-is-l-map-pin-4-minus:before {
    content: "";
}

.pe-is-l-map-pin-4-place-1-f:before {
    content: "";
}

.pe-is-l-map-pin-4-place-1:before {
    content: "";
}

.pe-is-l-map-pin-4-place-2-f:before {
    content: "";
}

.pe-is-l-map-pin-4-place-2:before {
    content: "";
}

.pe-is-l-map-pin-4-place-3-f:before {
    content: "";
}

.pe-is-l-map-pin-4-place-3:before {
    content: "";
}

.pe-is-l-map-pin-4-plus-2-f:before {
    content: "";
}

.pe-is-l-map-pin-4-plus-2:before {
    content: "";
}

.pe-is-l-map-pin-4-plus-f:before {
    content: "";
}

.pe-is-l-map-pin-4-plus:before {
    content: "";
}

.pe-is-l-map-pin-4-star-f:before {
    content: "";
}

.pe-is-l-map-pin-4-star:before {
    content: "";
}

.pe-is-l-map-pin-4-x-2-f:before {
    content: "";
}

.pe-is-l-map-pin-4-x-2:before {
    content: "";
}

.pe-is-l-map-pin-4-x-f:before {
    content: "";
}

.pe-is-l-map-pin-4-x:before {
    content: "";
}

.pe-is-l-map-pin-4:before {
    content: "";
}

.pe-is-l-map-pin-f:before {
    content: "";
}

.pe-is-l-map-pin:before {
    content: "";
}

.pe-is-l-map-pinned-1-f:before {
    content: "";
}

.pe-is-l-map-pinned-1:before {
    content: "";
}

.pe-is-l-map-pinned-2-f:before {
    content: "";
}

.pe-is-l-map-pinned-2:before {
    content: "";
}

.pe-is-l-map-pins-1-f:before {
    content: "";
}

.pe-is-l-map-pins-1:before {
    content: "";
}

.pe-is-l-map-pins-2-f:before {
    content: "";
}

.pe-is-l-map-pins-2:before {
    content: "";
}

.pe-is-l-map-route-f:before {
    content: "";
}

.pe-is-l-map-route:before {
    content: "";
}

.pe-is-l-map:before {
    content: "";
}

.pe-is-l-pin-1-f:before {
    content: "";
}

.pe-is-l-pin-1:before {
    content: "";
}

.pe-is-l-pin-2-f:before {
    content: "";
}

.pe-is-l-pin-2:before {
    content: "";
}

.pe-is-l-pin-place-1-f:before {
    content: "";
}

.pe-is-l-pin-place-1:before {
    content: "";
}

.pe-is-l-pin-place-2-f:before {
    content: "";
}

.pe-is-l-pin-place-2:before {
    content: "";
}

.pe-is-l-radar-1-f:before {
    content: "";
}

.pe-is-l-radar-1:before {
    content: "";
}

.pe-is-l-radar-2:before {
    content: "";
}

.pe-is-l-ribbon-empty-f:before {
    content: "";
}

.pe-is-l-ribbon-empty:before {
    content: "";
}

.pe-is-l-ribbon-minus-f:before {
    content: "";
}

.pe-is-l-ribbon-minus:before {
    content: "";
}

.pe-is-l-ribbon-plus-f:before {
    content: "";
}

.pe-is-l-ribbon-plus:before {
    content: "";
}

.pe-is-l-road-sign-f:before {
    content: "";
}

.pe-is-l-road-sign:before {
    content: "";
}

.pe-is-l-road:before {
    content: "";
}

.pe-is-l-satelite-f:before {
    content: "";
}

.pe-is-l-satelite:before {
    content: "";
}

.pe-is-l-world-map-1-f:before {
    content: "";
}

.pe-is-l-world-map-1:before {
    content: "";
}

.pe-is-l-world-map-2:before {
    content: "";
}

.pe-is-l-world-map-3-f:before {
    content: "";
}

.pe-is-l-world-map-3:before {
    content: "";
}

.pe-is-l-world-map-pin-f:before {
    content: "";
}

.pe-is-l-world-map-pin:before {
    content: "";
}

.pe-is-l-world-map-search:before {
    content: "";
}

@font-face {
    font-family: 'Pe-icon-7-filled';
    src: url("../fonts/Pe-icon-7-filled.eot?kinggk");
    src: url("../fonts/Pe-icon-7-filled.eot?#iefixkinggk") format("embedded-opentype"), url("../fonts/Pe-icon-7-filled.woff?kinggk") format("woff"), url("../fonts/Pe-icon-7-filled.ttf?kinggk") format("truetype"), url("../fonts/Pe-icon-7-filled.svg?kinggk#Pe-icon-7-filled") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="pe-7f-"], [class*=" pe-7f-"] {
    display: inline-block;
    font-family: 'Pe-icon-7-filled';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pe-7f-album:before {
    content: "";
}

.pe-7f-arc:before {
    content: "";
}

.pe-7f-back-2:before {
    content: "";
}

.pe-7f-bandaid:before {
    content: "";
}

.pe-7f-car:before {
    content: "";
}

.pe-7f-diamond:before {
    content: "";
}

.pe-7f-door-lock:before {
    content: "";
}

.pe-7f-eyedropper:before {
    content: "";
}

.pe-7f-female:before {
    content: "";
}

.pe-7f-gym:before {
    content: "";
}

.pe-7f-hammer:before {
    content: "";
}

.pe-7f-headphones:before {
    content: "";
}

.pe-7f-helm:before {
    content: "";
}

.pe-7f-hourglass:before {
    content: "";
}

.pe-7f-leaf:before {
    content: "";
}

.pe-7f-magic-wand:before {
    content: "";
}

.pe-7f-male:before {
    content: "";
}

.pe-7f-map-2:before {
    content: "";
}

.pe-7f-next-2:before {
    content: "";
}

.pe-7f-paint-bucket:before {
    content: "";
}

.pe-7f-pendrive:before {
    content: "";
}

.pe-7f-photo:before {
    content: "";
}

.pe-7f-piggy:before {
    content: "";
}

.pe-7f-plugin:before {
    content: "";
}

.pe-7f-refresh-2:before {
    content: "";
}

.pe-7f-rocket:before {
    content: "";
}

.pe-7f-settings:before {
    content: "";
}

.pe-7f-shield:before {
    content: "";
}

.pe-7f-smile:before {
    content: "";
}

.pe-7f-usb:before {
    content: "";
}

.pe-7f-vector:before {
    content: "";
}

.pe-7f-wine:before {
    content: "";
}

.pe-7f-cloud-upload:before {
    content: "";
}

.pe-7f-angle-up:before {
    content: "";
}

.pe-7f-cloud-download:before {
    content: "";
}

.pe-7f-angle-right:before {
    content: "";
}

.pe-7f-angle-left:before {
    content: "";
}

.pe-7f-angle-down:before {
    content: "";
}

.pe-7f-wallet:before {
    content: "";
}

.pe-7f-volume2:before {
    content: "";
}

.pe-7f-volume1:before {
    content: "";
}

.pe-7f-voicemail:before {
    content: "";
}

.pe-7f-video:before {
    content: "";
}

.pe-7f-user:before {
    content: "";
}

.pe-7f-upload:before {
    content: "";
}

.pe-7f-unlock:before {
    content: "";
}

.pe-7f-umbrella:before {
    content: "";
}

.pe-7f-trash:before {
    content: "";
}

.pe-7f-tools:before {
    content: "";
}

.pe-7f-timer:before {
    content: "";
}

.pe-7f-ticket:before {
    content: "";
}

.pe-7f-target:before {
    content: "";
}

.pe-7f-sun:before {
    content: "";
}

.pe-7f-study:before {
    content: "";
}

.pe-7f-stopwatch:before {
    content: "";
}

.pe-7f-star:before {
    content: "";
}

.pe-7f-speaker:before {
    content: "";
}

.pe-7f-signal:before {
    content: "";
}

.pe-7f-shuffle:before {
    content: "";
}

.pe-7f-shopbag:before {
    content: "";
}

.pe-7f-share:before {
    content: "";
}

.pe-7f-server:before {
    content: "";
}

.pe-7f-search:before {
    content: "";
}

.pe-7f-science:before {
    content: "";
}

.pe-7f-ribbon:before {
    content: "";
}

.pe-7f-repeat:before {
    content: "";
}

.pe-7f-refresh:before {
    content: "";
}

.pe-7f-refresh-cloud:before {
    content: "";
}

.pe-7f-radio:before {
    content: "";
}

.pe-7f-print:before {
    content: "";
}

.pe-7f-prev:before {
    content: "";
}

.pe-7f-power:before {
    content: "";
}

.pe-7f-portfolio:before {
    content: "";
}

.pe-7f-plus:before {
    content: "";
}

.pe-7f-play:before {
    content: "";
}

.pe-7f-plane:before {
    content: "";
}

.pe-7f-photo-gallery:before {
    content: "";
}

.pe-7f-phone:before {
    content: "";
}

.pe-7f-pen:before {
    content: "";
}

.pe-7f-paper-plane:before {
    content: "";
}

.pe-7f-bluetooth:before {
    content: "";
}

.pe-7f-paint:before {
    content: "";
}

.pe-7f-wristwatch:before {
    content: "";
}

.pe-7f-notebook:before {
    content: "";
}

.pe-7f-world:before {
    content: "";
}

.pe-7f-note:before {
    content: "";
}

.pe-7f-volume:before {
    content: "";
}

.pe-7f-paperclip:before {
    content: "";
}

.pe-7f-news-paper:before {
    content: "";
}

.pe-7f-note2:before {
    content: "";
}

.pe-7f-musiclist:before {
    content: "";
}

.pe-7f-network:before {
    content: "";
}

.pe-7f-music:before {
    content: "";
}

.pe-7f-mouse:before {
    content: "";
}

.pe-7f-cash:before {
    content: "";
}

.pe-7f-more:before {
    content: "";
}

.pe-7f-add-user:before {
    content: "";
}

.pe-7f-moon:before {
    content: "";
}

.pe-7f-way:before {
    content: "";
}

.pe-7f-monitor:before {
    content: "";
}

.pe-7f-bottom-arrow:before {
    content: "";
}

.pe-7f-micro:before {
    content: "";
}

.pe-7f-medal:before {
    content: "";
}

.pe-7f-menu:before {
    content: "";
}

.pe-7f-like2:before {
    content: "";
}

.pe-7f-map:before {
    content: "";
}

.pe-7f-left-arrow:before {
    content: "";
}

.pe-7f-map-marker:before {
    content: "";
}

.pe-7f-key:before {
    content: "";
}

.pe-7f-mail:before {
    content: "";
}

.pe-7f-joy:before {
    content: "";
}

.pe-7f-mail-open:before {
    content: "";
}

.pe-7f-id:before {
    content: "";
}

.pe-7f-mail-open-file:before {
    content: "";
}

.pe-7f-film:before {
    content: "";
}

.pe-7f-magnet:before {
    content: "";
}

.pe-7f-disk:before {
    content: "";
}

.pe-7f-loop:before {
    content: "";
}

.pe-7f-delete-user:before {
    content: "";
}

.pe-7f-look:before {
    content: "";
}

.pe-7f-pin:before {
    content: "";
}

.pe-7f-lock:before {
    content: "";
}

.pe-7f-users:before {
    content: "";
}

.pe-7f-lintern:before {
    content: "";
}

.pe-7f-user-female:before {
    content: "";
}

.pe-7f-link:before {
    content: "";
}

.pe-7f-up-arrow:before {
    content: "";
}

.pe-7f-like:before {
    content: "";
}

.pe-7f-switch:before {
    content: "";
}

.pe-7f-light:before {
    content: "";
}

.pe-7f-scissors:before {
    content: "";
}

.pe-7f-less:before {
    content: "";
}

.pe-7f-safe:before {
    content: "";
}

.pe-7f-keypad:before {
    content: "";
}

.pe-7f-right-arrow:before {
    content: "";
}

.pe-7f-junk:before {
    content: "";
}

.pe-7f-plug:before {
    content: "";
}

.pe-7f-info:before {
    content: "";
}

.pe-7f-mute:before {
    content: "";
}

.pe-7f-home:before {
    content: "";
}

.pe-7f-help2:before {
    content: "";
}

.pe-7f-help1:before {
    content: "";
}

.pe-7f-graph3:before {
    content: "";
}

.pe-7f-graph2:before {
    content: "";
}

.pe-7f-graph1:before {
    content: "";
}

.pe-7f-graph:before {
    content: "";
}

.pe-7f-global:before {
    content: "";
}

.pe-7f-gleam:before {
    content: "";
}

.pe-7f-glasses:before {
    content: "";
}

.pe-7f-gift:before {
    content: "";
}

.pe-7f-folder:before {
    content: "";
}

.pe-7f-flag:before {
    content: "";
}

.pe-7f-filter:before {
    content: "";
}

.pe-7f-file:before {
    content: "";
}

.pe-7f-expand:before {
    content: "";
}

.pe-7f-expand1:before {
    content: "";
}

.pe-7f-edit:before {
    content: "";
}

.pe-7f-drop:before {
    content: "";
}

.pe-7f-drawer:before {
    content: "";
}

.pe-7f-download:before {
    content: "";
}

.pe-7f-display2:before {
    content: "";
}

.pe-7f-display1:before {
    content: "";
}

.pe-7f-diskette:before {
    content: "";
}

.pe-7f-date:before {
    content: "";
}

.pe-7f-cup:before {
    content: "";
}

.pe-7f-culture:before {
    content: "";
}

.pe-7f-crop:before {
    content: "";
}

.pe-7f-credit:before {
    content: "";
}

.pe-7f-copy-file:before {
    content: "";
}

.pe-7f-config:before {
    content: "";
}

.pe-7f-compass:before {
    content: "";
}

.pe-7f-comment:before {
    content: "";
}

.pe-7f-coffee:before {
    content: "";
}

.pe-7f-cloud:before {
    content: "";
}

.pe-7f-clock:before {
    content: "";
}

.pe-7f-check:before {
    content: "";
}

.pe-7f-chat:before {
    content: "";
}

.pe-7f-cart:before {
    content: "";
}

.pe-7f-camera:before {
    content: "";
}

.pe-7f-call:before {
    content: "";
}

.pe-7f-calculator:before {
    content: "";
}

.pe-7f-browser:before {
    content: "";
}

.pe-7f-box1:before {
    content: "";
}

.pe-7f-box:before {
    content: "";
}

.pe-7f-bookmarks:before {
    content: "";
}

.pe-7f-bicycle:before {
    content: "";
}

.pe-7f-bell:before {
    content: "";
}

.pe-7f-battery:before {
    content: "";
}

.pe-7f-ball:before {
    content: "";
}

.pe-7f-back:before {
    content: "";
}

.pe-7f-attention:before {
    content: "";
}

.pe-7f-anchor:before {
    content: "";
}

.pe-7f-albums:before {
    content: "";
}

.pe-7f-alarm:before {
    content: "";
}

.pe-7f-airplay:before {
    content: "";
}

.pe-7f-close:before {
    content: "";
}

.pe-7f-next:before {
    content: "";
}

.header {
    position: relative;
    z-index: 100;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    font-size: 22px;
}

.header a {
    color: #000;
}

.header a:hover {
    color: #fff;
    background: #0066cc;
}

.header a.logo:hover, .header .instantsearch a:hover {
    background-color: transparent;
}

.header .instantsearch-collapse a {
    color: #a20f28;
}

.header .instantsearch-collapse a:hover {
    color: #ea1b3e;
}

.header .insta-table td.productlist-table-thumb a {
    width: 50px;
    overflow: hidden;
    display: inline-block;
}

.header .insta-table a span {
    font-weight: normal;
    color: #1a1a1a;
}

.header .insta-table a:hover, .header .insta-table a:hover span {
    color: #ea1b3e;
}

.header .logo img {
    margin: 15px 0px 0px;
}

@media (max-width: 1023px) {
    .header .logo img {
        max-width: 120px;
    }
}

.header .nav-topmenu .navbar-nav > li > a {
    padding: 10px;
}

.header .nav-topmenu .nav > li > a:hover, .header .nav-topmenu .nav > li > a:focus {
    background: #960e25;
}

@media (min-width: 1200px) {
    [data-is-desktop="true"] .panel-group.pgV2 {
        float: right;
        position: relative;
    }

    [data-is-desktop="true"] .panel-group.pgV2 .header-accordion-button {
        position: relative;
    }

    [data-is-desktop="true"] .panel-group.pgV2 .header-accordion-panel {
        left: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    [data-is-desktop="false"] .seaFix {
        margin-left: 33.333%;
        width: 33.333%;
    }
}

[data-is-desktop="false"] .nav-topmenu, [data-is-desktop="false"] .sea {
    display: none;
}

[data-is-desktop="false"] .nav-logo {
    width: 100%;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0;
    }
}

.userin {
    padding: 10px;
}

.userin a:hover {
    background: #960e25;
}

.header-checkout {
    padding: 20px 0 22px;
}

@media (max-width: 767px) {
    .header-checkout {
        padding-top: 0;
    }
}

.header-checkout .navbar-header {
    float: none;
    text-align: center;
}

.nav-domain > li > a {
    padding: 10px;
    line-height: 20px;
    display: inline-block;
}

.nav-domain li {
    position: relative;
}

.nav-domain .dropdown-menu > li > a {
    padding: 3px 10px;
    font-size: 12px;
}

.navbar {
    border: none;
    margin: 0;
}

.header-two-logo {
    position: relative;
    width: 30%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

@media (max-width: 1023px) {
    .header-two-logo {
        padding-top: 7px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .header-two-logo {
        height: 55px;
        padding-top: 10px;
        padding-bottom: 15px;
        width: 115px;
        position: relative;
        z-index: 2;
    }
}

.header-two-logo-link {
    display: block;
}

.header-two-top, .header-two-bottom {
    position: relative;
    width: 70%;
    float: right;
    padding-left: 30px;
    padding-right: 0;
}

@media (max-width: 1023px) {
    .header-two-bottom {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .header-two-top {
        width: 100%;
        padding-left: 0;
    }
}

.header-two-bottom {
    height: 72px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .header-two-bottom {
        height: 55px;
        padding-top: 10px;
        padding-bottom: 15px;
        padding-left: 0;
        position: absolute;
        z-index: 1;
        width: calc(100% - 30px);
        top: 30px;
    }
}

.header-two-search {
    display: block;
    float: left;
    width: 65%;
}

@media (max-width: 1023px) {
    .header-two-search {
        display: none;
    }
}

.header-two-functions {
    float: right;
    width: 35%;
}

@media (max-width: 1023px) {
    .header-two-functions {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-two-functions {
        width: 100%;
        position: absolute;
        z-index: 1;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .header-two-functions .header-accordion-panel {
        margin-right: 0;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .header-two-functions {
        max-width: 320px;
        right: 0;
    }
}

.header-two-mobile {
    display: none;
}

@media (max-width: 767px) {
    .header-two-mobile {
        width: 100%;
        height: 57px;
        position: relative;
        float: left;
        padding-bottom: 15px;
    }
}

.header-two-lang {
    float: left;
}

.header-two-user, .header-two-nav {
    float: right;
}

.header-two-nav {
    display: block;
}

@media (max-width: 767px) {
    .header-two-nav {
        display: none;
    }
}

.header-two-user {
    padding: 10px 0 10px 13px;
}

@media (max-width: 767px) {
    .header-two-user {
        padding-left: 10px;
    }

    .header-two-user:before {
        display: none;
    }
}

[data-is-desktop="true"] .header-accordion-collapse {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    float: right;
}

[data-is-desktop="true"] .header-accordion-collapse .header-close-state, [data-is-desktop="true"] .header-accordion-collapse .header-open-state {
    display: block;
    font-size: 20px;
    margin-bottom: 2px;
}

[data-is-desktop="true"] .header-accordion-touch {
    display: none;
}

[data-is-desktop="true"] .header-accordion-button {
    float: left;
    margin-left: 5px;
    text-align: center;
}

[data-is-desktop="true"] .header-accordion-button:first-child {
    margin-left: 0;
}

[data-is-desktop="true"] .header-icons {
    padding-left: 0;
}

[data-is-desktop="false"] .header-icons {
    width: 100%;
}

[data-is-desktop="false"] .header-accordion-collapse {
    padding: 0;
    margin-top: 6px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

[data-is-desktop="false"] .header-accordion-collapse .header-accordion-button {
    display: -webkit-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    text-align: center;
}

@media (min-width: 768px) {
    [data-is-desktop="false"] .header-accordion-link {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding-top: 0;
        min-height: 50px;
    }
}

.header-accordion-link {
    padding: 8px 6px 7px;
    font-size: 12px;
    display: block;
    position: relative;
}

.header-accordion-link[aria-expanded="false"] {
    color: rgba(255, 255, 255, .9);
}

.header-accordion-link[aria-expanded="true"], .header-accordion-link.pointer:hover, .header-accordion-link.focus {
    background: #960e25;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 1023px) {
    .header-accordion-link {
        padding: 6px;
    }
}

.header-accordion-label {
    display: block;
    font-size: 11px;
}

@media (max-width: 767px) {
    .header-accordion-label {
        display: none;
    }
}

.panel-group {
    position: relative;
    color: #1a1a1a;
}

[data-is-desktop="true"] .panel-group a i {
    font-size: 28px;
}

[data-is-desktop="false"] .panel-group a i {
    font-size: 24px;
}

@media (max-width: 767px) and (orientation: portrait) {
    [data-is-desktop="false"] .panel-group a i {
        font-size: 20px;
    }
}

.header-accordion-panel {
    background-color: #fff;
    position: absolute;
    z-index: 100;
    right: 0;
    left: 0;
    font-size: 14px;
}

.header-accordion-panel-collapse {
    text-align: left;
    padding: 0;
    -webkit-box-shadow: 0 8px 12px rgba(128, 128, 128, .3);
    box-shadow: 0 8px 12px rgba(128, 128, 128, .3);
}

.header-accordion-panel-collapse .panel-body {
    padding: 15px;
}

.header-accordion-panel-collapse .panel-body p:last-child {
    margin-bottom: 0;
}

.header-accordion-panel-collapse .panel-body .table-mini {
    margin: 0;
}

@media (max-width: 767px) and (orientation: portrait) {
    .header-accordion-panel-collapse.panel-navigation .panel-body {
        max-height: 440px;
        overflow-y: scroll;
    }
}

.color-hilite {
    color: #63cfff;
}

.cart-qty {
    position: absolute;
    border-radius: 11px;
    background-color: #1a1a1a;
    display: inline-block;
    bottom: calc(50% + 9px);
    left: calc(50% + 12px);
    min-width: 22px;
    height: 22px;
    line-height: 18px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 2px 6px;
    z-index: 2;
}

@media (max-width: 1023px) {
    .cart-qty {
        bottom: calc(50% + 3px);
        left: calc(50% + 8px);
    }
}

.header-accordion-panel-collapse .navbar-nav {
    float: none;
    margin: -5px 0 0;
}

.header-accordion-panel-collapse .navbar-left, .header-accordion-panel-collapse .navbar-right {
    float: none !important;
}

.header-accordion-panel-collapse .navbar-nav > li {
    float: none;
    margin-left: 0;
    border-top: 1px solid #e4e4e4;
}

.header-accordion-panel-collapse .navbar-nav > li:first-child {
    border: none;
}

.header-accordion-panel-collapse .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.header-accordion-panel-collapse .navbar-nav > li > a {
    text-align: left;
    font-weight: normal;
    color: #a20f28;
    height: auto;
    padding: 10px 0;
    line-height: 100%;
    background-color: transparent;
}

.header-accordion-panel-collapse .navbar-nav > li > a [class*="icon-"] {
    float: right;
}

.header-accordion-panel-collapse .navbar-nav > li > a .icon-angle-up {
    display: none;
}

.header-accordion-panel-collapse .navbar-nav > li > a .icon-angle-down {
    display: block;
}

.header-accordion-panel-collapse .navbar-nav > li > a[aria-expanded=true] {
    background-color: transparent;
}

.header-accordion-panel-collapse .navbar-nav > li > a[aria-expanded=true] .icon-angle-up {
    display: block;
}

.header-accordion-panel-collapse .navbar-nav > li > a[aria-expanded=true] .icon-angle-down {
    display: none;
}

.header-accordion-panel-collapse .navbar-nav > li > a:hover, .header-accordion-panel-collapse .navbar-nav > li > a:focus {
    color: #ea1b3e;
}

.header-accordion-panel-collapse .dropdown-menu {
    padding: 0;
    margin: 0;
}

.header-accordion-panel-collapse .dropdown-menu > li > a {
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}

.header-accordion-panel-collapse .dropdown-menu > .active > a {
    background-color: transparent;
    color: #c0122f;
}

.header-accordion-panel-collapse .navbar-nav .open .dropdown-menu > li > a {
    line-height: initial;
    padding: 10px;
}

.header-accordion-panel-collapse .navbar-secondary-nav {
    margin: 0;
    float: none;
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
}

.header-accordion-panel-collapse .navbar-secondary-nav > li {
    float: none;
    text-align: right;
}

.header-accordion-panel-collapse .navbar-secondary-nav > li:before {
    content: "";
    display: none;
}

.header-accordion-panel-collapse .navbar-secondary-nav > li > a {
    font-style: italic;
}

.header-accordion-panel-collapse .megamenu .mega a {
    color: #5f5f5f;
    padding: 5px 0;
    margin: 0 0 0 15px;
    border-top: 1px solid #e4e4e4;
    display: block;
    font-size: 12px;
}

.header-accordion-panel-collapse .megamenu .mega li ul {
    display: none;
}

.header-accordion-panel-collapse .megamenu .navbar-nav {
    margin: 0;
}

.header-accordion-panel-collapse .megamenu .navbar-nav.navbar-right {
    border-top: 1px solid #e4e4e4;
}

.btn-logout {
    margin-top: 10px;
}

.user-login-loading, .user-login-error {
    font-size: 12px;
}

.user-login-error {
    color: #bd0000;
}

@media (max-width: 1023px) {
    .header-accordion-panel-collapse .megamenu .mega li ul {
        display: block;
    }

    .header-accordion-panel-collapse .megamenu .mega li li a {
        margin-left: 30px;
        font-size: 50px;
    }
}

.instantsearch {
    position: relative;
}

.instantsearch .form-control, .instantsearch .btn {
    border-color: #d97082;
    background: transparent;
    color: #fff;
    height: 35px;
}

.instantsearch .form-control {
    border-right: 0;
}

.instantsearch.navbar-form {
    width: calc(100% - 40px);
    box-shadow: none;
    margin-right: 0;
}

.instantsearch.navbar-form.v2 {
    margin-top: 67px;
    width: 100%;
}

[data-is-desktop="false"] .instantsearch.navbar-form.v2 {
    margin-top: 0;
    width: auto;
    padding: unset;
    margin-left: unset;
    margin-right: 0;
}

[data-is-desktop="false"] .instantsearch.navbar-form.v2 .input-group .form-control, [data-is-desktop="false"] .instantsearch.navbar-form.v2 .input-group .btn {
    height: 34px;
    font-size: 12px;
}

[data-is-desktop="false"] .instantsearch.navbar-form.v2 .input-group .form-control i, [data-is-desktop="false"] .instantsearch.navbar-form.v2 .input-group .btn i {
    font-size: 23px;
}

.instantsearch .btn {
    background: transparent;
    color: #fff;
}

.instantsearch input.form-control, .instantsearch .input-group .input-group-btn .btn {
    border-width: 1px;
}

.instantsearch input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.instantsearch input.form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.instantsearch input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, .6);
}

.instantsearch input.form-control:-moz-placeholder {
    color: rgba(255, 255, 255, .6);
}

.instantsearch.navbar-form {
    padding-right: 0;
}

.instantsearch .input-group-btn:last-child > .btn, .instantsearch .input-group-btn:last-child > .btn-group {
    margin-left: -2px;
}

.instantsearch .input-group {
    width: 100%;
}

.instantsearch.navbar-form {
    padding: 0;
}

.instantsearch-collapse {
    width: 100%;
    position: absolute;
    z-index: 105;
}

.instantsearch-results {
    background-color: #fff;
    padding: 12px;
    border: 1px solid #e4e4e4;
    font-size: 12px;
    color: #1a1a1a;
    text-align: left;
    -webkit-box-shadow: 0 5px 10px rgba(17, 17, 17, .125);
    box-shadow: 0 5px 10px rgba(17, 17, 17, .125);
}

@media (max-width: 767px) {
    .instantsearch-results {
        padding: 10px 15px;
    }
}

.instantsearch-results .productlist-table {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 5px;
}

.product-search-label {
    margin-bottom: 0;
}

@media (min-width: 1024px) {
    .instantsearch.navbar-form {
        margin-top: 6px;
    }
}

[data-is-desktop="false"] .header-accordion-panel-collapse .instantsearch.navbar-form {
    margin-left: 0;
}

[data-is-desktop="false"] .header-accordion-panel-collapse .instantsearch .form-control {
    border-color: #e4e4e4;
    color: #222;
}

[data-is-desktop="false"] .header-accordion-panel-collapse .instantsearch .btn-transp {
    background: #c0122f;
    border-color: #c0122f;
}

[data-is-desktop="false"] .header-accordion-panel-collapse .instantsearch .instantsearch-collapse {
    right: 0;
}

.navbar-foldout-toggle {
    display: none;
}

@media (max-width: 1023px) {
    .navbar-foldout-toggle {
        display: block;
        padding: 10px 15px;
        color: #fff;
    }

    .navbar-foldout-toggle:focus, .navbar-foldout-toggle:hover, .navbar-foldout-toggle:active {
        color: #fff;
        text-decoration: none;
    }
}

.navbar-primary .navbar-nav > li > a {
    font-weight: 400;
}

.navbar-primary .navbar-nav > .hovered > a {
    background-color: #960e25;
}

.navbar-primary .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-primary .dropdown-menu > li > a {
    padding: 10px 15px;
}

.navbar-primary .dropdown-menu > .active > a {
    color: #c0122f;
    background-color: transparent;
    font-weight: 700;
}

[data-is-desktop="true"] .navbar-primary {
    display: block;
}

[data-is-desktop="true"] .navbar-primary .wide-drop .dropdown-menu {
    top: 44px;
}

[data-is-desktop="true"] .navbar-primary .navbar-nav {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
}

[data-is-desktop="true"] .navbar-primary .navbar-nav > li {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

[data-is-desktop="false"] .navbar-primary {
    display: none;
}

.navbar-primary .container {
    position: relative;
}

.navbar-primary .megamenu .navbar-right {
    margin-right: 0;
}

.navbar-primary .megamenu .navbar-right ul {
    padding: 15px;
}

.navbar-primary .megamenu .navbar-right .dropdown-menu {
    min-width: 200px;
}

.navbar-primary .megamenu .navbar-right .dropdown-menu a {
    color: #1a1a1a;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 5px;
}

.navbar-primary .megamenu .nav > .inpath > a {
    background-color: #960e25;
}

.navbar-primary .megamenu .dropdown-menu > li > a {
    padding: 5px;
}

.navbar-primary .megamenu .dropdown-menu li li {
    border-bottom: 1px solid #f5f5f5;
}

.navbar-primary .megamenu .dropdown-menu li li a {
    color: #1a1a1a;
    display: block;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 3px 3px;
}

.navbar-primary .megamenu .dropdown-menu li li li {
    border-bottom: none;
}

.navbar-primary .megamenu .dropdown-menu li li li a {
    font-size: 14px;
    font-weight: 400;
    padding: 2px 3px;
}

.navbar-primary .megamenu .dropdown-menu li li ul {
    margin: 0 0 5px;
}

.navbar-primary .megamenu .dropdown-menu a:hover, .navbar-primary .megamenu .dropdown-menu a:focus, .navbar-primary .megamenu .dropdown-menu .active > a {
    background-color: #f5f5f5;
}

.navbar-primary .wide-drop {
    position: static;
}

.navbar-primary .wide-drop.inpath > a, .navbar-primary .wide-drop.hovered > a {
    background-color: #960e25;
}

.navbar-primary .wide-drop .dropdown-menu {
    z-index: 10000;
    min-width: 270px;
    padding: 11px 15px 0;
    border-top-width: 0;
    border-radius: 0;
    top: auto;
    margin-top: 0;
    left: 15px;
    right: 15px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 400;
}

.navbar-primary .navbar-nav > li > a {
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-secondary {
    position: relative;
    z-index: 101;
    background-color: rgba(238, 238, 238, .8);
    border-bottom: 1px solid #e4e4e4;
}

.navbar-secondary-nav {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.navbar-secondary-nav > li {
    float: left;
    position: relative;
}

.navbar-secondary-nav > li:before {
    content: "|";
    float: left;
    padding-top: 9px;
    color: #e4e4e4;
}

.navbar-secondary-nav > li:first-child:before {
    content: "";
}

.navbar-secondary-nav > li .lang-select {
    margin-top: -3px;
}

.navbar-secondary-nav > li > a {
    padding: 10px 13px;
    display: inline-block;
}

.navbar-secondary-nav > li > a.social-link {
    font-size: 1.5em;
    padding-top: 6px;
    padding-bottom: 0;
}

.navbar-secondary-nav > li > a.user-logout-link {
    color: #bd0000;
}

.navbar-secondary-nav > li > a:hover, .navbar-secondary-nav > li > a:focus {
    text-decoration: none;
    color: #1a1a1a;
}

.navbar-secondary-nav .dropdown-menu {
    border-color: #e4e4e4;
    padding: 0;
    -webkit-box-shadow: 0 8px 12px rgba(128, 128, 128, .3);
    box-shadow: 0 8px 12px rgba(128, 128, 128, .3);
}

.navbar-secondary-nav .dropdown-menu > li > a {
    padding: 5px 10px;
}

@media (max-width: 767px) {
    .navbar-secondary-nav {
        margin-left: -10px;
        margin-right: -10px;
    }

    .navbar-secondary-nav > li:before {
        margin-left: -4px;
    }

    .navbar-secondary-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-secondary-nav > li > a.social-link {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.navbar-secondary-nav .navbar-secondary-info {
    display: inline-block;
    padding: 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
}

@media (max-width: 767px) {
    .navbar-secondary-nav .navbar-secondary-info {
        display: none;
    }
}

.navbar-secondary-shipping {
    padding: 10px 0;
    display: inline-block;
}

.header-language, .header-user {
    float: left;
    width: 50%;
}

.header-user {
    padding-left: 0;
}

.header-user .navbar-secondary-nav {
    float: right;
}

.header-language {
    padding-right: 0;
}

.user-login-link:hover, .user-login-link:focus, .user-logout-link:hover, .user-logout-link:focus {
    text-decoration: none;
}

.user-logout-link {
    color: #bd0000;
}

.user-logout-link:hover, .user-logout-link:focus {
    color: #1a1a1a;
}

.user-accessuser {
    display: inline-block;
}

.user-accessuser:after {
    content: " - ";
}

.lang-drop {
    left: auto;
    right: 0;
}

body {
    background-color: #1a1a1a;
    position: relative;
}

@media (max-width: 1023px) {
    body {
        font-size: 12px;
    }
}

.no-margin {
    margin: 0;
}

.popover-content table tr th, .popover-content table tr td {
    border: 1px solid #e4e4e4;
    border-width: 0 0 1px;
    padding: 4px 7px;
    font-size: 12px;
}

.miniThumb {
    width: 26px;
}

.productlist-description {
    padding-bottom: 20px;
}

.btn-i i {
    padding-left: .5em;
}

.margin-bottom {
    margin-bottom: 20px;
}

.input-group .form-unit, .input-group .form-control.form-unit:first-child {
    width: auto;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-left: 0;
}

.btn-air {
    margin-top: 15px;
}

.area {
    border: 2px solid #e4e4e4;
    padding: 20px;
    display: block;
    color: #111;
    margin: 5px 0 15px;
    font-size: 15px;
    font-weight: bold;
}

.area span {
    display: block;
}

.area i {
    padding-left: 5px;
    margin-right: -13px;
    font-size: 14px;
}

.area:hover {
    border-color: #ea1b3e;
}

.input-group-inverse .form-control {
    background-color: #1a1a1a;
    color: rgba(255, 255, 255, .4);
    border-color: rgba(255, 255, 255, .4);
}

.input-group-inverse .input-group-btn .btn {
    border-color: rgba(255, 255, 255, .4);
    color: #fff;
}

.input-group-inverse .input-group-btn .btn:hover {
    border-color: #fff;
    color: #fff;
}

main.page-content, .main {
    background: #fff;
}

.slidebg {
    background: #e9e9e9;
}

.carousel {
    margin-bottom: 30px;
}

.partial {
    margin-bottom: 30px;
}

.partial p, .shipdate p {
    font-size: 12px;
}

.breadcrumb-container {
    position: relative;
    background: #fff;
}

.breadcrumb {
    font-size: 12px;
    color: #a0a0a0;
    margin: 0;
}

.breadcrumb a {
    color: #a0a0a0;
}

[data-content-border="boxed"] {
    border: 1px solid #e4e4e4;
    padding: 15px;
}

[data-content-border="top-bottom"] {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
}

[data-content-type="paragraph"] {
    margin-bottom: 30px;
}

@media (max-width: 767px) and (orientation: landscape) {
    [data-content-type="paragraph"] .col-xs-12 {
        width: 50%;
    }
}

.btn {
    text-transform: uppercase;
    border-width: 4px;
    font-size: 15px;
}

.btn.btn-default:hover {
    background: rgba(26, 26, 26, 0);
    color: #1a1a1a;
}

.btn.btn-primary:hover {
    background: rgba(192, 18, 47, 0);
    color: #c0122f;
}

.btn.btn-lg, .btn-group-lg > .btn {
    padding: 15px 30px;
    font-size: 18px;
}

.btn i {
    font-size: 22px;
    line-height: 15px;
    vertical-align: sub;
}

.input-group .input-group-btn .btn {
    border-width: 2px;
}

.input-group .form-control.text-center {
    padding-right: 0;
    line-height: 38px;
    height: 38px;
    padding: 0;
    font-size: 16px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    margin-left: -2px;
}

.productlist-grid-footer .input-group-btn > .btn {
    height: 38px;
}

.input-group .form-control {
    height: 38px;
}

.input-group .btn {
    height: 38px;
}

[data-align="left"] {
    text-align: left;
}

[data-align="center"] {
    text-align: center;
}

[data-align="right"] {
    text-align: right;
}

[data-float="left"] {
    float: left;
}

[data-float="right"] {
    float: right;
}

h1, h2, h3, h4 {
    margin-top: 0;
}

[data-page-type="default"], [data-page-type="ecom"], [data-page-type="boxed"] {
    padding: 20px 0;
}

@media (max-width: 1023px) {
    [data-page-type="default"], [data-page-type="ecom"], [data-page-type="boxed"] {
        padding-top: 0;
    }
}

[data-page-type="cart"] {
    padding: 30px 0;
}

[data-page-type="protected"] {
    padding: 30px 0;
}

[data-page-type="frontpage"] {
    padding: 30px 0 0;
}

@media (max-width: 767px) {
    [data-page-type="frontpage"] {
        padding-top: 30px;
    }
}

.row-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

[data-display="flex"] {
    display: -webkit-flex;
    display: flex;
}

[data-display="flex"] > div {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-image-size="small"] {
    height: 200px;
}

[data-image-size="medium"] {
    height: 300px;
}

[data-image-size="large"] {
    height: 400px;
}

[data-image-offset="default"] {
    margin-bottom: 30px;
}

figcaption {
    text-align: right;
    font-style: italic;
    color: #5f5f5f;
    font-size: 12px;
}

.orientation-portrait {
    display: none;
}

@media (max-width: 767px) and (orientation: portrait) {
    .orientation-portrait {
        display: inline;
    }
}

.footer {
    padding: 45px 0 30px;
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
}

.footer a {
    color: #a0a0a0;
}

.footer a:hover {
    color: #ea1b3e;
}

.footer .copy {
    opacity: .6;
    margin: 10px 0 0;
}

.footer li a i {
    padding-right: .5em;
}

.footer label.error {
    color: #ea1b3e;
}

.footer-divider {
    height: 1px;
    background-color: #e4e4e4;
    margin-top: 30px;
    margin-bottom: 15px;
}

.footer-social {
    margin-top: 30px;
}

.social-link {
    width: 32px;
    height: 32px;
    display: inline-block;
    padding: 5px;
    border: 1px solid #e4e4e4;
}

.social-link img {
    opacity: .65;
}

.social-link:hover {
    background-color: #000;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-widget p:last-child, .footer-widget ul {
    margin-bottom: 0;
}

.newsletter-groups {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.newsletter-groups > li {
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}

.newsletter-groups .checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

[data-display="flex"] .banner {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-display="flex"] .banner > figure, [data-display="flex"] .banner > figure img {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner, .banner figure {
    position: relative;
    z-index: 1;
}

.banner[data-banner-type="default"] {
    margin-bottom: 15px;
}

.banner[data-banner-type="default"] [data-content-theme="default"] {
    color: #3a3a3a;
    background-color: rgba(255, 255, 255, .75);
}

.banner[data-banner-type="default"] [data-content-theme="inverted"] {
    color: #fff;
    background-color: rgba(58, 58, 58, .75);
}

.banner[data-banner-type="default"] [data-content-padding="top-bottom"] {
    padding: 15px 0;
}

.banner[data-banner-type="default"] [data-content-padding="boxed"] {
    padding: 15px;
}

.banner[data-banner-type="default"] [data-content-padding="none"] {
    padding: 0;
}

.banner[data-banner-type="overlay"] {
    margin-bottom: 30px;
}

.banner[data-banner-type="overlay"] .banner-content {
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.banner[data-banner-type="overlay"] [data-content-position="top-left"] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-align: flex-start;
    justify-content: flex-start;
}

.banner[data-banner-type="overlay"] [data-content-position="top-center"] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-align: flex-start;
    justify-content: center;
}

.banner[data-banner-type="overlay"] [data-content-position="top-right"] {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: flex-start;
    -moz-box-align: flex-start;
    justify-content: flex-end;
}

.banner[data-banner-type="overlay"] [data-content-position="middle"] {
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    justify-content: center;
}

.banner[data-banner-type="overlay"] [data-content-position="bottom-left"] {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: flex-end;
    justify-content: flex-start;
}

.banner[data-banner-type="overlay"] [data-content-position="bottom-center"] {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: flex-end;
    justify-content: center;
}

.banner[data-banner-type="overlay"] [data-content-position="bottom-right"] {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: flex-end;
    justify-content: flex-end;
}

.banner[data-banner-type="overlay"] [data-content-theme=default] {
    color: #3a3a3a;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .65);
}

.banner[data-banner-type="overlay"] [data-content-theme="inverted"] {
    color: #fff;
    background-color: #3a3a3a;
    background-color: rgba(58, 58, 58, .65);
}

.banner[data-banner-type="overlay"] [data-content-columns="12"] {
    width: 100%;
}

.banner[data-banner-type="overlay"] [data-content-columns="6"] {
    width: 50%;
}

@media (max-width: 1023px) {
    .banner[data-banner-type="overlay"] [data-content-columns="6"] {
        width: 100%;
    }
}

.banner[data-banner-type="overlay"] [data-content-columns="4"] {
    width: 33.3333%;
}

@media (max-width: 1023px) {
    .banner[data-banner-type="overlay"] [data-content-columns="4"] {
        width: 100%;
    }
}

.banner[data-banner-type="overlay"] [data-content-columns="3"] {
    width: 25%;
}

@media (max-width: 1023px) {
    .banner[data-banner-type="overlay"] [data-content-columns="3"] {
        width: 100%;
    }
}

.banner[data-banner-type="overlay"] [data-content-padding="default"] {
    padding: 15px;
}

.banner[data-banner-type="overlay"] [data-content-padding="extra"] {
    padding: 30px;
}

@media (max-width: 767px) {
    .banner[data-banner-type="overlay"] [data-content-padding="extra"] {
        padding: 15px;
    }
}

.banner[data-banner-type="overlay"] [data-content-padding="none"] {
    padding: 0;
}

.banner[data-banner-type="overlay"] [data-content-align="left"] {
    text-align: left;
}

.banner[data-banner-type="overlay"] [data-content-align="center"] {
    text-align: center;
}

.banner[data-banner-type="overlay"] [data-content-align="right"] {
    text-align: right;
}

a.banner figure {
    overflow: hidden;
    background-color: transparent;
}

a.banner img {
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

a.banner:hover figure {
    background-color: #c0122f;
}

a.banner:hover img {
    opacity: .8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

[data-display="block"] .banner {
    display: block;
}

.banner figure {
    object-fit: fill;
}

@media (max-width: 767px) and (orientation: portrait) {
    .banner figure {
        object-fit: cover;
    }
}

.blinking-cursor {
    opacity: 1;
    -webkit-animation: 2s blink step-end 4;
    -moz-animation: 2s blink step-end 4;
    -ms-animation: 2s blink step-end 4;
    -o-animation: 2s blink step-end 4;
    animation: 2s blink step-end 4;
}

@keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    from, to {
        color: transparent;
    }
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        opacity: 0;
    }
}

@-ms-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        opacity: 0;
    }
}

@-o-keyframes "blink" {
    from, to {
        color: transparent;
    }
    50% {
        opacity: 0;
    }
}

.navbar-devices {
    height: auto;
    width: 100%;
    padding: 0 15px;
    background-color: #f5f5f5;
    display: block;
}

@media (min-width: 1024px) {
    .navbar-devices {
        display: none;
    }
}

[data-content="sidebar"] {
    display: block;
}

@media (max-width: 1023px) {
    [data-content="sidebar"] {
        display: none;
    }
}

.nav-submenu {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.nav-submenu > li {
    border-top: 1px solid #e4e4e4;
}

.nav-submenu > li > a {
    font-weight: 700;
    font-size: 15px;
    color: #5f5f5f;
}

.nav-submenu > li > a:hover {
    color: #a20f28;
    background-color: transparent;
}

@media (max-width: 767px) {
    .nav-submenu {
        width: 100%;
        float: left;
    }
}

.nav-submenu-level-1 > li > a {
    font-size: 14px;
    border-top: 1px solid #e4e4e4;
    color: #5f5f5f;
    font-weight: 700;
}

.nav-submenu-level-2 > li > a {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #5f5f5f;
    font-weight: 700;
}

.nav-submenu-level-2 > li > a:hover {
    background-color: transparent;
    color: #a20f28;
}

.nav-submenu-level-1 > .active > a, .nav-submenu-level-2 > .active > a {
    background-color: transparent;
    color: #a20f28;
}

.nav-submenu .open > a {
    border-top-color: #e4e4e4;
    background-color: transparent;
}

.nav-submenu .open > a:hover {
    border-top-color: #e4e4e4;
}

.filter-group {
    border-top: 1px solid #e4e4e4;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.filter-group a {
    color: #1a1a1a;
}

.filter-group-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-group-sublist {
    list-style: none;
    margin: 0;
    padding-left: 15px;
    font-size: 12px;
}

.filter-group-item > div, .filter-group-item > a {
    display: block;
    padding: 10px 0 0;
    margin: 0;
    font-size: 17px;
}

.filter-group-item a:hover {
    color: blue
}

.filter-group-item > div ::first-letter, .filter-group-item > a ::first-letter {
    text-transform: uppercase;
}

[data-is-touch="true"] .filter-group-item > div, [data-is-touch="true"] .filter-group-item > a {
    padding: 5px 0;
}

.filter-group-header {
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
}

@media (min-width: 1024px) {
    .filter-collapse.collapse {
        display: block;
    }
}

.filter-group-item[data-selected="true"] > a:after {
    display: block;
    width: 2px;
    height: 23px;
    background-color: #c0122f;
    content: "";
    float: left;
    margin-top: 3px;
    margin-right: 5px;
}

.filter-tabs {
    list-style: none;
    margin: 0;
    padding: 9px 0 0;
    height: 40px;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
}

.filter-tabs > li {
    display: inline-block;
    width: auto;
    max-width: 50%;
    margin: 0 15px;
}

.filter-tabs a {
    color: #1a1a1a;
    display: block;
    font-size: 15px;
}

.filter-tabs a:hover, .filter-tabs a:focus {
    text-decoration: none;
    color: #000;
}

@media (min-width: 1024px) {
    .filter-tabs {
        display: none;
    }
}

.filter-active-option {
    font-size: 12px;
    display: inline-block;
    margin: 10px 5px 10px 0;
    padding: 5px 10px;
    border: 1px solid #ddd;
    color: #5f5f5f;
}

.filter-active-option:hover {
    color: #bd0000;
    text-decoration: none;
}

.filter-active-label {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
}

/*!
 * Animate.css -http://daneden.me/animate
 * Version - 3.4.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1);
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: none;
        transform: none;
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7% {
        -webkit-transform: skewX(.39063deg) skewY(.39063deg);
        transform: skewX(.39063deg) skewY(.39063deg);
    }
    88.8% {
        -webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.grouplist-grid-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

[data-group-display="flex"] {
    display: -webkit-flex;
    display: flex;
}

.grouplist-grid-group {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.grouplist-grid-caption {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    color: #5f5f5f;
}

.grouplist-grid-caption:hover {
    text-decoration: none;
}

.grouplist-grid-image {
    margin-bottom: 10px;
    height: 200px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: flex-end;
    justify-content: center;
}

.grouplist-grid-image img {
    display: inline !important;
}

@media (max-width: 767px) and (orientation: portrait) {
    .grouplist-grid-image {
        height: 120px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .grouplist-grid-image {
        height: 160px;
    }
}

.groups-small .grouplist-grid-image {
    height: auto;
}

.groups-small .grouplist-grid-image img {
    width: 100%;
}

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    .groups-small .grouplist-grid-image {
        height: 143px;
    }
}

.groups-small .grouplist-grid-group {
    padding: 10px;
}

.tilbud {
    position: absolute;
    z-index: 16;
    background: #fc0;
    display: inline-block;
    padding: 2px 10px 1px;
    font-size: 15px;
    font-weight: 700;
    top: 15px;
    left: 15px;
    border-radius: 5px;
    text-transform: uppercase;
}

.product-media .tilbud {
    left: unset;
    right: 30px;
}

.productlist-header {
    margin-bottom: 15px;
    width: 100%;
}

.prolist-slider .slick-arrow {
    top: calc(50% - 55px);
}

.prolist-slider .slick-arrow.slick-next {
    right: 15px;
}

.prolist-slider .slick-arrow.slick-prev {
    left: 15px;
}

.prolist-slider .slick-dots {
    bottom: 0;
}

.pagitext {
    float: left;
    padding: 6px 12px;
    display: inline-block;
}

.pagecountinfo {
    padding: 6px 0 3px;
}

.btn-grid {
    border: 1px solid #e4e4e4;
    color: #a0a0a0;
    height: 32px;
}

.btn-grid.active, .btn-grid:active {
    box-shadow: none;
    color: #1a1a1a;
}

.btn-grid:hover, .btn-grid:focus {
    color: #5f5f5f;
}

.productlist-description p:last-child {
    margin-bottom: 15px;
}

.productlist-header-info {
    font-size: 12px;
    line-height: 34px;
}

@media (max-width: 767px) and (orientation: portrait) {
    .productlist-header-info {
        line-height: normal;
        padding-bottom: 10px;
    }
}

.productlist-header-vat:before {
    content: "/";
    padding: 0 3px;
}

.form-sort .form-control-sort {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.productlist-pagination {
    float: left;
    width: 100%;
    text-align: center;
}

.productlist-pagination .pagination {
    margin: 0;
}

.productlist-pagination .pagination > .active > a {
    background-color: #f5f5f5;
}

.productlist-featured {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 30px;
    margin: 15px 0;
}

.productlist-header-image {
    margin-bottom: 15px;
}

.productlist-header-image img {
    width: 100%;
}

.productlist-box-product {
    display: block;
    float: left;
    border: 1px solid #e4e4e4;
    width: 100%;
    margin-bottom: 30px;
    padding: 8px;
}

.productlist-box-thumb {
    width: 80px;
    float: left;
}

.productlist-box-info {
    width: calc(100% - 80px);
    padding-left: 15px;
    float: left;
}

.productlist-box-caption {
    font-size: 15px;
    color: #5f5f5f;
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.productlist-box-number {
    font-size: 12px;
    color: #5f5f5f;
}

[data-box-row-display="flex"] {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

[data-box-product-display="flex"] {
    display: -webkit-flex;
    display: flex;
}

.productlist-grid-flex {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    margin-left: -15px;
    margin-right: -15px;
}

[data-product-display="flex"] {
    display: -webkit-flex;
    display: flex;
}

.productlist-grid-product {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    position: relative;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.productlist-grid-caption {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}

.productlist-grid-caption a {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
    color: #5f5f5f;
}

.productlist-grid-caption a:hover {
    text-decoration: none;
}

.productlist-grid-image {
    margin-bottom: 10px;
    height: 200px;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: flex-end;
    -moz-box-align: flex-end;
    justify-content: center;
}

.productlist-grid-image img {
    display: inline !important;
}

@media (max-width: 767px) and (orientation: portrait) {
    .productlist-grid-image {
        height: 120px;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .productlist-grid-image {
        height: 160px;
    }
}

.productlist-grid-price-info {
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    color: #5f5f5f;
}

.productlist-grid-price-price {
    color: #3a3a3a;
    font-size: 18px;
}

.productlist-grid-price-before {
    color: #a0a0a0;
    text-decoration: line-through;
    font-size: 12px;
}

.productlist-grid-buying {
    text-align: center;
}

.productlist-grid-info {
    text-align: center;
    padding-bottom: 5px;
    font-size: 12px;
}

.productlist-grid-stock {
    display: inline-block;
}

.productlist-grid-stock:before {
    content: "/";
    padding: 0 3px;
}

.productlist-grid-label {
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 2;
}

[class*="productlist-grid-label-"] {
    display: inline-block;
    color: #fff;
    padding: 1px 5px;
}

.productlist-grid-label-nyhed {
    background-color: #3498db;
}

@media (max-width: 767px) {
    .productlist-grid-flex > div:nth-child(2n+0) {
        padding-left: 7.5px;
    }

    .productlist-grid-flex > div:nth-child(2n+1) {
        padding-right: 7.5px;
    }

    .productlist-grid-product {
        margin-bottom: 15px;
    }
}

@media (min-width: 621px) and (max-width: 767px) and (orientation: landscape) {
    .productlist-grid-flex > div {
        width: 33.3333%;
    }

    .productlist-grid-flex > div:nth-child(3n+0) {
        padding-left: 5px;
        padding-right: 15px;
    }

    .productlist-grid-flex > div:nth-child(3n+1) {
        padding-right: 5px;
        padding-left: 15px;
    }

    .productlist-grid-flex > div:nth-child(3n+2) {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.productlist-grid-buttons {
    position: absolute;
    top: 0;
    right: 0;
}

.productlist-grid-buttons .productlist-grid-favorite {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(245, 245, 245, .45);
    display: block;
    font-size: 18px;
}

.list-clear {
    width: 100%;
    display: block;
    clear: both;
}

.productlist-grid-symbols {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 10;
}

.productlist-grid-symbols .productlist-grid-symbol {
    display: inline-block;
    clear: both;
    padding: 5px 10px;
    margin-bottom: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.productlist-grid-symbols .productlist-grid-sale {
    background-color: #df691a;
    color: #fff;
}

.productlist-grid-symbols .productlist-grid-new {
    background-color: #3498db;
    color: #fff;
}

.productlist-table-product a {
    font-weight: bold;
    color: #000;
}

.productlist-table-number {
    text-align: center;
}

.productlist-table-stock {
    text-align: center;
}

.productlist-table-price {
    text-align: right;
}

.productlist-table-quantity {
    width: 100px;
    text-align: right;
}

.productlist-table-quantity .form-control, .productlist-table-quantity .btn-buy, .productlist-table-quantity .btn-add {
    width: 50px;
    padding-right: 12px !important;
    float: left;
    line-height: 37px;
    text-align: center;
}

.productlist-table-variant {
    width: 100px;
    text-align: right;
}

.productlist-table-variant .btn-buy {
    width: 42px;
    height: 32px;
}

@media (max-width: 767px) {
    .table-block .productlist-table-product {
        text-align: left;
        font-size: 15px;
    }

    .table-block .productlist-table-quantity {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .productlist-table-quantity .form-control {
        float: none;
        text-align: center;
        display: inline-block;
        height: 34px;
    }

    .productlist-table-quantity .btn-buy, .productlist-table-quantity .btn-add {
        float: right;
        height: 34px;
        line-height: 34px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.productlist-list {
    border-bottom: 1px solid #e4e4e4;
}

.productlist-list > tbody > tr > td {
    padding: 5px 0;
}

.productlist-list-thumb {
    width: 70px;
    text-align: left;
}

@media (max-width: 767px) and (orientation: portrait) {
    .productlist-list-thumb {
        display: none;
    }
}

.productlist-list-details {
    float: left;
    width: 60%;
}

.productlist-list-details .productlist-list-name {
    color: #3a3a3a;
    font-weight: bold;
    font-size: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.productlist-list-details .productlist-list-name:hover {
    color: #ea1b3e;
}

@media (max-width: 767px) and (orientation: portrait) {
    .productlist-list-details .productlist-list-name {
        width: 252px;
    }
}

.productlist-list-details .productlist-list-number {
    font-size: 12px;
}

.productlist-list-details .productlist-list-stock {
    font-size: 12px;
}

.productlist-list-details .productlist-list-stock:before {
    content: "/";
    padding: 0 3px;
}

.productlist-list-details .productlist-list-favorite {
    display: block;
    font-size: 12px;
}

@media (max-width: 767px) {
    .productlist-list-details .productlist-list-favorite {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        font-size: 15px;
    }

    .productlist-list-details .productlist-list-favorite .productlist-list-label {
        display: none;
    }
}

@media (max-width: 767px) {
    .productlist-list-details {
        width: 100%;
        position: relative;
    }
}

.productlist-list-buying {
    float: left;
    width: 40%;
    padding-top: 14px;
}

.productlist-list-buying .productlist-list-price, .productlist-list-buying .productlist-list-quantity, .productlist-list-buying .productlist-list-variant {
    float: left;
    width: 50%;
}

.productlist-list-buying .productlist-list-price {
    line-height: 34px;
}

.productlist-list-buying .productlist-list-price-price {
    font-size: 15px;
    font-weight: bold;
}

.productlist-list-buying .productlist-list-currency {
    font-size: 12px;
}

.productlist-list-buying .productlist-list-quantity, .productlist-list-buying .productlist-list-variant {
    text-align: right;
}

.productlist-list-buying .qty-input {
    width: 40px;
    padding: 0;
    display: inline;
    text-align: center;
}

.productlist-list-buying .productlist-list-quantity .btn-buy {
    padding: 0;
    width: 40px;
    float: right;
    height: 32px;
}

.productlist-list-buying .productlist-list-variant .btn-buy {
    width: 80px;
    float: right;
    height: 32px;
}

.productlist-list-buying .productlist-list-added {
    float: right;
    width: 40px;
    height: 32px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    line-height: 32px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #bd0000;
    font-weight: normal;
}

@media (max-width: 767px) {
    .productlist-list-buying {
        width: 100%;
        padding-top: 5px;
    }
}

.productlist-list-variants {
    display: block;
    font-size: 12px;
    color: #5f5f5f;
}

.productlist-list-variants .productlist-list-value {
    display: inline-block;
}

.productlist-list-variants .productlist-list-value:after {
    content: ",";
}

.productlist-list-variants .productlist-list-value:last-child:after {
    content: "";
}

.filter-tabs-filter {
    display: none;
}

@media (max-width: 767px) {
    .filter-tabs-filter {
        display: inline-block;
    }
}

.productlist-filter {
    display: block;
}

@media (max-width: 767px) {
    .productlist-filter {
        display: none;
    }
}

.cnt {
    font-size: 12px;
    color: #555;
}

.nav-filter > li + li {
    margin-left: 5px;
}

.nav-filter > li > a {
    border: none;
    font-weight: bold;
    color: #000;
    background-color: #f5f5f5;
}

.nav-filter > li > a:hover {
    color: #ea1b3e;
}

.nav-filter .dropdown-menu {
    padding: 0 15px 15px 15px;
    min-width: 220px;
}

@media (max-width: 767px) {
    .nav-filter {
        margin-bottom: 15px;
    }

    .nav-filter > li {
        float: left;
        width: 50%;
        display: block;
        position: static;
        border-top: 1px solid #e4e4e4;
    }

    .nav-filter > li + li {
        margin-left: 0;
    }

    .nav-filter > li:nth-of-type(odd) {
        padding-right: 7.5px;
    }

    .nav-filter > li:nth-of-type(even) {
        padding-left: 7.5px;
    }

    .nav-filter > li > a {
        background-color: transparent;
    }

    .nav-filter .dropdown-menu {
        float: none;
        width: auto;
        padding-top: 10px;
        top: auto;
        left: 0;
        right: 0;
    }
}

.checkbox-color {
    margin-bottom: 10px;
}

.checkbox-color:first-child {
    margin-top: 10px;
}

.checkbox-color input[type="checkbox"] {
    display: none;
}

.checkbox-color label {
    font-weight: normal;
    margin: 0;
    min-height: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.checkbox-color label .cnt {
    margin-left: 3px;
    margin-top: 2px;
}

.checkbox-color label:hover .checkbox-color-parameter:after {
    opacity: .5;
}

.checkbox-color-parameter {
    width: 20px;
    height: 20px;
    background-color: #f5f5f5;
    margin-right: 5px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4;
}

.checkbox-color-parameter:after {
    content: "";
    width: 5px;
    height: 8px;
    border-style: solid;
    border-color: #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.checkbox-color input:checked ~ label .checkbox-color-parameter:after {
    opacity: 1;
}

.checkbox-color .checkbox-color-Black {
    background-color: #000;
    border-color: #000;
}

.checkbox-color .checkbox-color-Black:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Blue {
    background-color: #00f;
    border-color: #00f;
}

.checkbox-color .checkbox-color-Blue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-BlueViolet {
    background-color: #8a2be2;
    border-color: #8a2be2;
}

.checkbox-color .checkbox-color-BlueViolet:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Brown {
    background-color: #a52a2a;
    border-color: #a52a2a;
}

.checkbox-color .checkbox-color-Brown:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-BurlyWood {
    background-color: #deb887;
    border-color: #deb887;
}

.checkbox-color .checkbox-color-BurlyWood:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-CadetBlue {
    background-color: #5f9ea0;
    border-color: #5f9ea0;
}

.checkbox-color .checkbox-color-CadetBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Chartreuse {
    background-color: #7fff00;
    border-color: #7fff00;
}

.checkbox-color .checkbox-color-Chartreuse:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Chocolate {
    background-color: #d2691e;
    border-color: #d2691e;
}

.checkbox-color .checkbox-color-Chocolate:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Coral {
    background-color: #ff7f50;
    border-color: #ff7f50;
}

.checkbox-color .checkbox-color-Coral:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-CornflowerBlue {
    background-color: #6495ed;
    border-color: #6495ed;
}

.checkbox-color .checkbox-color-CornflowerBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Crimson {
    background-color: #dc143c;
    border-color: #dc143c;
}

.checkbox-color .checkbox-color-Crimson:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkBlue {
    background-color: #00008b;
    border-color: #00008b;
}

.checkbox-color .checkbox-color-DarkBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkCyan {
    background-color: #008b8b;
    border-color: #008b8b;
}

.checkbox-color .checkbox-color-DarkCyan:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkGoldenRod {
    background-color: #b8860b;
    border-color: #b8860b;
}

.checkbox-color .checkbox-color-DarkGoldenRod:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkGray {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

.checkbox-color .checkbox-color-DarkGray:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkGrey {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

.checkbox-color .checkbox-color-DarkGrey:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkGreen {
    background-color: #006400;
    border-color: #006400;
}

.checkbox-color .checkbox-color-DarkGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkKhaki {
    background-color: #bdb76b;
    border-color: #bdb76b;
}

.checkbox-color .checkbox-color-DarkKhaki:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkMagenta {
    background-color: #8b008b;
    border-color: #8b008b;
}

.checkbox-color .checkbox-color-DarkMagenta:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkOliveGreen {
    background-color: #556b2f;
    border-color: #556b2f;
}

.checkbox-color .checkbox-color-DarkOliveGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkOrange {
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.checkbox-color .checkbox-color-DarkOrange:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkOrchid {
    background-color: #9932cc;
    border-color: #9932cc;
}

.checkbox-color .checkbox-color-DarkOrchid:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkRed {
    background-color: #8b0000;
    border-color: #8b0000;
}

.checkbox-color .checkbox-color-DarkRed:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkSalmon {
    background-color: #e9967a;
    border-color: #e9967a;
}

.checkbox-color .checkbox-color-DarkSalmon:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkSeaGreen {
    background-color: #8fbc8f;
    border-color: #8fbc8f;
}

.checkbox-color .checkbox-color-DarkSeaGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkSlateBlue {
    background-color: #483d8b;
    border-color: #483d8b;
}

.checkbox-color .checkbox-color-DarkSlateBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkSlateGray {
    background-color: #2f4f4f;
    border-color: #2f4f4f;
}

.checkbox-color .checkbox-color-DarkSlateGray:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkSlateGrey {
    background-color: #2f4f4f;
    border-color: #2f4f4f;
}

.checkbox-color .checkbox-color-DarkSlateGrey:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkTurquoise {
    background-color: #00ced1;
    border-color: #00ced1;
}

.checkbox-color .checkbox-color-DarkTurquoise:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DarkViolet {
    background-color: #9400d3;
    border-color: #9400d3;
}

.checkbox-color .checkbox-color-DarkViolet:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DeepPink {
    background-color: #ff1493;
    border-color: #ff1493;
}

.checkbox-color .checkbox-color-DeepPink:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DeepSkyBlue {
    background-color: #00bfff;
    border-color: #00bfff;
}

.checkbox-color .checkbox-color-DeepSkyBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DimGray {
    background-color: #696969;
    border-color: #696969;
}

.checkbox-color .checkbox-color-DimGray:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DimGrey {
    background-color: #696969;
    border-color: #696969;
}

.checkbox-color .checkbox-color-DimGrey:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-DodgerBlue {
    background-color: #1e90ff;
    border-color: #1e90ff;
}

.checkbox-color .checkbox-color-DodgerBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-FireBrick {
    background-color: #b22222;
    border-color: #b22222;
}

.checkbox-color .checkbox-color-FireBrick:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-ForestGreen {
    background-color: #228b22;
    border-color: #228b22;
}

.checkbox-color .checkbox-color-ForestGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Fuchsia {
    background-color: #f0f;
    border-color: #f0f;
}

.checkbox-color .checkbox-color-Fuchsia:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Gold {
    background-color: #ffd700;
    border-color: #ffd700;
}

.checkbox-color .checkbox-color-Gold:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-GoldenRod {
    background-color: #daa520;
    border-color: #daa520;
}

.checkbox-color .checkbox-color-GoldenRod:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Gray {
    background-color: #808080;
    border-color: #808080;
}

.checkbox-color .checkbox-color-Gray:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Grey {
    background-color: #808080;
    border-color: #808080;
}

.checkbox-color .checkbox-color-Grey:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Green {
    background-color: #008000;
    border-color: #008000;
}

.checkbox-color .checkbox-color-Green:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-GreenYellow {
    background-color: #adff2f;
    border-color: #adff2f;
}

.checkbox-color .checkbox-color-GreenYellow:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-HotPink {
    background-color: #ff69b4;
    border-color: #ff69b4;
}

.checkbox-color .checkbox-color-HotPink:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-IndianRed {
    background-color: #cd5c5c;
    border-color: #cd5c5c;
}

.checkbox-color .checkbox-color-IndianRed:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Indigo {
    background-color: #4b0082;
    border-color: #4b0082;
}

.checkbox-color .checkbox-color-Indigo:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightBlue {
    background-color: #add8e6;
    border-color: #add8e6;
}

.checkbox-color .checkbox-color-LightBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightCoral {
    background-color: #f08080;
    border-color: #f08080;
}

.checkbox-color .checkbox-color-LightCoral:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightGreen {
    background-color: #90ee90;
    border-color: #90ee90;
}

.checkbox-color .checkbox-color-LightGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightPink {
    background-color: #ffb6c1;
    border-color: #ffb6c1;
}

.checkbox-color .checkbox-color-LightPink:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightSalmon {
    background-color: #ffa07a;
    border-color: #ffa07a;
}

.checkbox-color .checkbox-color-LightSalmon:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightSeaGreen {
    background-color: #20b2aa;
    border-color: #20b2aa;
}

.checkbox-color .checkbox-color-LightSeaGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightSkyBlue {
    background-color: #87cefa;
    border-color: #87cefa;
}

.checkbox-color .checkbox-color-LightSkyBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightSlateGray {
    background-color: #789;
    border-color: #789;
}

.checkbox-color .checkbox-color-LightSlateGray:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightSlateGrey {
    background-color: #789;
    border-color: #789;
}

.checkbox-color .checkbox-color-LightSlateGrey:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LightSteelBlue {
    background-color: #b0c4de;
    border-color: #b0c4de;
}

.checkbox-color .checkbox-color-LightSteelBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Lime {
    background-color: #0f0;
    border-color: #0f0;
}

.checkbox-color .checkbox-color-Lime:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-LimeGreen {
    background-color: #32cd32;
    border-color: #32cd32;
}

.checkbox-color .checkbox-color-LimeGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Magenta {
    background-color: #f0f;
    border-color: #f0f;
}

.checkbox-color .checkbox-color-Magenta:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Maroon {
    background-color: #800000;
    border-color: #800000;
}

.checkbox-color .checkbox-color-Maroon:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumAquaMarine {
    background-color: #66cdaa;
    border-color: #66cdaa;
}

.checkbox-color .checkbox-color-MediumAquaMarine:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumBlue {
    background-color: #0000cd;
    border-color: #0000cd;
}

.checkbox-color .checkbox-color-MediumBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumOrchid {
    background-color: #ba55d3;
    border-color: #ba55d3;
}

.checkbox-color .checkbox-color-MediumOrchid:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumPurple {
    background-color: #9370db;
    border-color: #9370db;
}

.checkbox-color .checkbox-color-MediumPurple:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumSeaGreen {
    background-color: #3cb371;
    border-color: #3cb371;
}

.checkbox-color .checkbox-color-MediumSeaGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumSlateBlue {
    background-color: #7b68ee;
    border-color: #7b68ee;
}

.checkbox-color .checkbox-color-MediumSlateBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumSpringGreen {
    background-color: #00fa9a;
    border-color: #00fa9a;
}

.checkbox-color .checkbox-color-MediumSpringGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumTurquoise {
    background-color: #48d1cc;
    border-color: #48d1cc;
}

.checkbox-color .checkbox-color-MediumTurquoise:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MediumVioletRed {
    background-color: #c71585;
    border-color: #c71585;
}

.checkbox-color .checkbox-color-MediumVioletRed:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-MidnightBlue {
    background-color: #191970;
    border-color: #191970;
}

.checkbox-color .checkbox-color-MidnightBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Navy {
    background-color: #000080;
    border-color: #000080;
}

.checkbox-color .checkbox-color-Navy:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Olive {
    background-color: #808000;
    border-color: #808000;
}

.checkbox-color .checkbox-color-Olive:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-OliveDrab {
    background-color: #6b8e23;
    border-color: #6b8e23;
}

.checkbox-color .checkbox-color-OliveDrab:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Orange {
    background-color: #ffa500;
    border-color: #ffa500;
}

.checkbox-color .checkbox-color-Orange:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-OrangeRed {
    background-color: #ff4500;
    border-color: #ff4500;
}

.checkbox-color .checkbox-color-OrangeRed:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Orchid {
    background-color: #da70d6;
    border-color: #da70d6;
}

.checkbox-color .checkbox-color-Orchid:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-PaleGoldenRod {
    background-color: #eee8aa;
    border-color: #eee8aa;
}

.checkbox-color .checkbox-color-PaleGoldenRod:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-PaleGreen {
    background-color: #98fb98;
    border-color: #98fb98;
}

.checkbox-color .checkbox-color-PaleGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-PaleTurquoise {
    background-color: #afeeee;
    border-color: #afeeee;
}

.checkbox-color .checkbox-color-PaleTurquoise:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-PaleVioletRed {
    background-color: #db7093;
    border-color: #db7093;
}

.checkbox-color .checkbox-color-PaleVioletRed:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-PapayaWhip {
    background-color: #ffefd5;
    border-color: #ffefd5;
}

.checkbox-color .checkbox-color-PapayaWhip:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-PeachPuff {
    background-color: #ffdab9;
    border-color: #ffdab9;
}

.checkbox-color .checkbox-color-PeachPuff:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Peru {
    background-color: #cd853f;
    border-color: #cd853f;
}

.checkbox-color .checkbox-color-Peru:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Pink {
    background-color: #ffc0cb;
    border-color: #ffc0cb;
}

.checkbox-color .checkbox-color-Pink:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Plum {
    background-color: #dda0dd;
    border-color: #dda0dd;
}

.checkbox-color .checkbox-color-Plum:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-PowderBlue {
    background-color: #b0e0e6;
    border-color: #b0e0e6;
}

.checkbox-color .checkbox-color-PowderBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Purple {
    background-color: #800080;
    border-color: #800080;
}

.checkbox-color .checkbox-color-Purple:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-RebeccaPurple {
    background-color: #639;
    border-color: #639;
}

.checkbox-color .checkbox-color-RebeccaPurple:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Red {
    background-color: #f00;
    border-color: #f00;
}

.checkbox-color .checkbox-color-Red:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-RosyBrown {
    background-color: #bc8f8f;
    border-color: #bc8f8f;
}

.checkbox-color .checkbox-color-RosyBrown:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-RoyalBlue {
    background-color: #4169e1;
    border-color: #4169e1;
}

.checkbox-color .checkbox-color-RoyalBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SaddleBrown {
    background-color: #8b4513;
    border-color: #8b4513;
}

.checkbox-color .checkbox-color-SaddleBrown:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Salmon {
    background-color: #fa8072;
    border-color: #fa8072;
}

.checkbox-color .checkbox-color-Salmon:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SandyBrown {
    background-color: #f4a460;
    border-color: #f4a460;
}

.checkbox-color .checkbox-color-SandyBrown:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SeaGreen {
    background-color: #2e8b57;
    border-color: #2e8b57;
}

.checkbox-color .checkbox-color-SeaGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Sienna {
    background-color: #a0522d;
    border-color: #a0522d;
}

.checkbox-color .checkbox-color-Sienna:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Silver {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.checkbox-color .checkbox-color-Silver:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SkyBlue {
    background-color: #87ceeb;
    border-color: #87ceeb;
}

.checkbox-color .checkbox-color-SkyBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SlateBlue {
    background-color: #6a5acd;
    border-color: #6a5acd;
}

.checkbox-color .checkbox-color-SlateBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SlateGray {
    background-color: #708090;
    border-color: #708090;
}

.checkbox-color .checkbox-color-SlateGray:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SlateGrey {
    background-color: #708090;
    border-color: #708090;
}

.checkbox-color .checkbox-color-SlateGrey:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SpringGreen {
    background-color: #00ff7f;
    border-color: #00ff7f;
}

.checkbox-color .checkbox-color-SpringGreen:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-SteelBlue {
    background-color: #4682b4;
    border-color: #4682b4;
}

.checkbox-color .checkbox-color-SteelBlue:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Tan {
    background-color: #d2b48c;
    border-color: #d2b48c;
}

.checkbox-color .checkbox-color-Tan:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Teal {
    background-color: #008080;
    border-color: #008080;
}

.checkbox-color .checkbox-color-Teal:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Thistle {
    background-color: #d8bfd8;
    border-color: #d8bfd8;
}

.checkbox-color .checkbox-color-Thistle:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Tomato {
    background-color: #ff6347;
    border-color: #ff6347;
}

.checkbox-color .checkbox-color-Tomato:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Turquoise {
    background-color: #40e0d0;
    border-color: #40e0d0;
}

.checkbox-color .checkbox-color-Turquoise:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Violet {
    background-color: #ee82ee;
    border-color: #ee82ee;
}

.checkbox-color .checkbox-color-Violet:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-Wheat {
    background-color: #f5deb3;
    border-color: #f5deb3;
}

.checkbox-color .checkbox-color-Wheat:after {
    border-color: #fff;
}

.checkbox-color .checkbox-color-AliceBlue {
    background-color: #f0f8ff;
}

.checkbox-color .checkbox-color-AntiqueWhite {
    background-color: #faebd7;
}

.checkbox-color .checkbox-color-Aqua {
    background-color: #0ff;
}

.checkbox-color .checkbox-color-Aquamarine {
    background-color: #7fffd4;
}

.checkbox-color .checkbox-color-Azure {
    background-color: #f0ffff;
}

.checkbox-color .checkbox-color-Beige {
    background-color: #f5f5dc;
}

.checkbox-color .checkbox-color-Bisque {
    background-color: #ffe4c4;
}

.checkbox-color .checkbox-color-BlanchedAlmond {
    background-color: #ffebcd;
}

.checkbox-color .checkbox-color-Cornsilk {
    background-color: #fff8dc;
}

.checkbox-color .checkbox-color-Cyan {
    background-color: #0ff;
}

.checkbox-color .checkbox-color-FloralWhite {
    background-color: #fffaf0;
}

.checkbox-color .checkbox-color-Gainsboro {
    background-color: #dcdcdc;
}

.checkbox-color .checkbox-color-GhostWhite {
    background-color: #f8f8ff;
}

.checkbox-color .checkbox-color-HoneyDew {
    background-color: #f0fff0;
}

.checkbox-color .checkbox-color-Ivory {
    background-color: #fffff0;
}

.checkbox-color .checkbox-color-Khaki {
    background-color: #f0e68c;
}

.checkbox-color .checkbox-color-Lavender {
    background-color: #e6e6fa;
}

.checkbox-color .checkbox-color-LavenderBlush {
    background-color: #fff0f5;
}

.checkbox-color .checkbox-color-LawnGreen {
    background-color: #7cfc00;
}

.checkbox-color .checkbox-color-LemonChiffon {
    background-color: #fffacd;
}

.checkbox-color .checkbox-color-LightCyan {
    background-color: #e0ffff;
}

.checkbox-color .checkbox-color-LightGoldenRodYellow {
    background-color: #fafad2;
}

.checkbox-color .checkbox-color-LightGray {
    background-color: #d3d3d3;
}

.checkbox-color .checkbox-color-LightGrey {
    background-color: #d3d3d3;
}

.checkbox-color .checkbox-color-LightYellow {
    background-color: #ffffe0;
}

.checkbox-color .checkbox-color-Linen {
    background-color: #faf0e6;
}

.checkbox-color .checkbox-color-MintCream {
    background-color: #f5fffa;
}

.checkbox-color .checkbox-color-MistyRose {
    background-color: #ffe4e1;
}

.checkbox-color .checkbox-color-Moccasin {
    background-color: #ffe4b5;
}

.checkbox-color .checkbox-color-NavajoWhite {
    background-color: #ffdead;
}

.checkbox-color .checkbox-color-OldLace {
    background-color: #fdf5e6;
}

.checkbox-color .checkbox-color-SeaShell {
    background-color: #fff5ee;
}

.checkbox-color .checkbox-color-Snow {
    background-color: #fffafa;
}

.checkbox-color .checkbox-color-White {
    background-color: #fff;
}

.checkbox-color .checkbox-color-WhiteSmoke {
    background-color: #f5f5f5;
}

.checkbox-color .checkbox-color-Yellow {
    background-color: #ff0;
}

.checkbox-color .checkbox-color-YellowGreen {
    background-color: #9acd32;
}

.spec-color {
    width: 20px;
    height: 20px;
    background-color: #f5f5f5;
    margin-right: 5px;
    border-radius: 100%;
    display: inline-block;
    border: 1px solid #e4e4e4;
    float: left;
}

.spec-color-Black {
    background-color: #000;
    border-color: #000;
}

.spec-color-Blue {
    background-color: #00f;
    border-color: #00f;
}

.spec-color-BlueViolet {
    background-color: #8a2be2;
    border-color: #8a2be2;
}

.spec-color-Brown {
    background-color: #a52a2a;
    border-color: #a52a2a;
}

.spec-color-BurlyWood {
    background-color: #deb887;
    border-color: #deb887;
}

.spec-color-CadetBlue {
    background-color: #5f9ea0;
    border-color: #5f9ea0;
}

.spec-color-Chartreuse {
    background-color: #7fff00;
    border-color: #7fff00;
}

.spec-color-Chocolate {
    background-color: #d2691e;
    border-color: #d2691e;
}

.spec-color-Coral {
    background-color: #ff7f50;
    border-color: #ff7f50;
}

.spec-color-CornflowerBlue {
    background-color: #6495ed;
    border-color: #6495ed;
}

.spec-color-Crimson {
    background-color: #dc143c;
    border-color: #dc143c;
}

.spec-color-DarkBlue {
    background-color: #00008b;
    border-color: #00008b;
}

.spec-color-DarkCyan {
    background-color: #008b8b;
    border-color: #008b8b;
}

.spec-color-DarkGoldenRod {
    background-color: #b8860b;
    border-color: #b8860b;
}

.spec-color-DarkGray {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

.spec-color-DarkGrey {
    background-color: #a9a9a9;
    border-color: #a9a9a9;
}

.spec-color-DarkGreen {
    background-color: #006400;
    border-color: #006400;
}

.spec-color-DarkKhaki {
    background-color: #bdb76b;
    border-color: #bdb76b;
}

.spec-color-DarkMagenta {
    background-color: #8b008b;
    border-color: #8b008b;
}

.spec-color-DarkOliveGreen {
    background-color: #556b2f;
    border-color: #556b2f;
}

.spec-color-DarkOrange {
    background-color: #ff8c00;
    border-color: #ff8c00;
}

.spec-color-DarkOrchid {
    background-color: #9932cc;
    border-color: #9932cc;
}

.spec-color-DarkRed {
    background-color: #8b0000;
    border-color: #8b0000;
}

.spec-color-DarkSalmon {
    background-color: #e9967a;
    border-color: #e9967a;
}

.spec-color-DarkSeaGreen {
    background-color: #8fbc8f;
    border-color: #8fbc8f;
}

.spec-color-DarkSlateBlue {
    background-color: #483d8b;
    border-color: #483d8b;
}

.spec-color-DarkSlateGray {
    background-color: #2f4f4f;
    border-color: #2f4f4f;
}

.spec-color-DarkSlateGrey {
    background-color: #2f4f4f;
    border-color: #2f4f4f;
}

.spec-color-DarkTurquoise {
    background-color: #00ced1;
    border-color: #00ced1;
}

.spec-color-DarkViolet {
    background-color: #9400d3;
    border-color: #9400d3;
}

.spec-color-DeepPink {
    background-color: #ff1493;
    border-color: #ff1493;
}

.spec-color-DeepSkyBlue {
    background-color: #00bfff;
    border-color: #00bfff;
}

.spec-color-DimGray {
    background-color: #696969;
    border-color: #696969;
}

.spec-color-DimGrey {
    background-color: #696969;
    border-color: #696969;
}

.spec-color-DodgerBlue {
    background-color: #1e90ff;
    border-color: #1e90ff;
}

.spec-color-FireBrick {
    background-color: #b22222;
    border-color: #b22222;
}

.spec-color-ForestGreen {
    background-color: #228b22;
    border-color: #228b22;
}

.spec-color-Fuchsia {
    background-color: #f0f;
    border-color: #f0f;
}

.spec-color-Gold {
    background-color: #ffd700;
    border-color: #ffd700;
}

.spec-color-GoldenRod {
    background-color: #daa520;
    border-color: #daa520;
}

.spec-color-Gray {
    background-color: #808080;
    border-color: #808080;
}

.spec-color-Grey {
    background-color: #808080;
    border-color: #808080;
}

.spec-color-Green {
    background-color: #008000;
    border-color: #008000;
}

.spec-color-GreenYellow {
    background-color: #adff2f;
    border-color: #adff2f;
}

.spec-color-HotPink {
    background-color: #ff69b4;
    border-color: #ff69b4;
}

.spec-color-IndianRed {
    background-color: #cd5c5c;
    border-color: #cd5c5c;
}

.spec-color-Indigo {
    background-color: #4b0082;
    border-color: #4b0082;
}

.spec-color-LightBlue {
    background-color: #add8e6;
    border-color: #add8e6;
}

.spec-color-LightCoral {
    background-color: #f08080;
    border-color: #f08080;
}

.spec-color-LightGreen {
    background-color: #90ee90;
    border-color: #90ee90;
}

.spec-color-LightPink {
    background-color: #ffb6c1;
    border-color: #ffb6c1;
}

.spec-color-LightSalmon {
    background-color: #ffa07a;
    border-color: #ffa07a;
}

.spec-color-LightSeaGreen {
    background-color: #20b2aa;
    border-color: #20b2aa;
}

.spec-color-LightSkyBlue {
    background-color: #87cefa;
    border-color: #87cefa;
}

.spec-color-LightSlateGray {
    background-color: #789;
    border-color: #789;
}

.spec-color-LightSlateGrey {
    background-color: #789;
    border-color: #789;
}

.spec-color-LightSteelBlue {
    background-color: #b0c4de;
    border-color: #b0c4de;
}

.spec-color-Lime {
    background-color: #0f0;
    border-color: #0f0;
}

.spec-color-LimeGreen {
    background-color: #32cd32;
    border-color: #32cd32;
}

.spec-color-Magenta {
    background-color: #f0f;
    border-color: #f0f;
}

.spec-color-Maroon {
    background-color: #800000;
    border-color: #800000;
}

.spec-color-MediumAquaMarine {
    background-color: #66cdaa;
    border-color: #66cdaa;
}

.spec-color-MediumBlue {
    background-color: #0000cd;
    border-color: #0000cd;
}

.spec-color-MediumOrchid {
    background-color: #ba55d3;
    border-color: #ba55d3;
}

.spec-color-MediumPurple {
    background-color: #9370db;
    border-color: #9370db;
}

.spec-color-MediumSeaGreen {
    background-color: #3cb371;
    border-color: #3cb371;
}

.spec-color-MediumSlateBlue {
    background-color: #7b68ee;
    border-color: #7b68ee;
}

.spec-color-MediumSpringGreen {
    background-color: #00fa9a;
    border-color: #00fa9a;
}

.spec-color-MediumTurquoise {
    background-color: #48d1cc;
    border-color: #48d1cc;
}

.spec-color-MediumVioletRed {
    background-color: #c71585;
    border-color: #c71585;
}

.spec-color-MidnightBlue {
    background-color: #191970;
    border-color: #191970;
}

.spec-color-Navy {
    background-color: #000080;
    border-color: #000080;
}

.spec-color-Olive {
    background-color: #808000;
    border-color: #808000;
}

.spec-color-OliveDrab {
    background-color: #6b8e23;
    border-color: #6b8e23;
}

.spec-color-Orange {
    background-color: #ffa500;
    border-color: #ffa500;
}

.spec-color-OrangeRed {
    background-color: #ff4500;
    border-color: #ff4500;
}

.spec-color-Orchid {
    background-color: #da70d6;
    border-color: #da70d6;
}

.spec-color-PaleGoldenRod {
    background-color: #eee8aa;
    border-color: #eee8aa;
}

.spec-color-PaleGreen {
    background-color: #98fb98;
    border-color: #98fb98;
}

.spec-color-PaleTurquoise {
    background-color: #afeeee;
    border-color: #afeeee;
}

.spec-color-PaleVioletRed {
    background-color: #db7093;
    border-color: #db7093;
}

.spec-color-PapayaWhip {
    background-color: #ffefd5;
    border-color: #ffefd5;
}

.spec-color-PeachPuff {
    background-color: #ffdab9;
    border-color: #ffdab9;
}

.spec-color-Peru {
    background-color: #cd853f;
    border-color: #cd853f;
}

.spec-color-Pink {
    background-color: #ffc0cb;
    border-color: #ffc0cb;
}

.spec-color-Plum {
    background-color: #dda0dd;
    border-color: #dda0dd;
}

.spec-color-PowderBlue {
    background-color: #b0e0e6;
    border-color: #b0e0e6;
}

.spec-color-Purple {
    background-color: #800080;
    border-color: #800080;
}

.spec-color-RebeccaPurple {
    background-color: #639;
    border-color: #639;
}

.spec-color-Red {
    background-color: #f00;
    border-color: #f00;
}

.spec-color-RosyBrown {
    background-color: #bc8f8f;
    border-color: #bc8f8f;
}

.spec-color-RoyalBlue {
    background-color: #4169e1;
    border-color: #4169e1;
}

.spec-color-SaddleBrown {
    background-color: #8b4513;
    border-color: #8b4513;
}

.spec-color-Salmon {
    background-color: #fa8072;
    border-color: #fa8072;
}

.spec-color-SandyBrown {
    background-color: #f4a460;
    border-color: #f4a460;
}

.spec-color-SeaGreen {
    background-color: #2e8b57;
    border-color: #2e8b57;
}

.spec-color-Sienna {
    background-color: #a0522d;
    border-color: #a0522d;
}

.spec-color-Silver {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.spec-color-SkyBlue {
    background-color: #87ceeb;
    border-color: #87ceeb;
}

.spec-color-SlateBlue {
    background-color: #6a5acd;
    border-color: #6a5acd;
}

.spec-color-SlateGray {
    background-color: #708090;
    border-color: #708090;
}

.spec-color-SlateGrey {
    background-color: #708090;
    border-color: #708090;
}

.spec-color-SpringGreen {
    background-color: #00ff7f;
    border-color: #00ff7f;
}

.spec-color-SteelBlue {
    background-color: #4682b4;
    border-color: #4682b4;
}

.spec-color-Tan {
    background-color: #d2b48c;
    border-color: #d2b48c;
}

.spec-color-Teal {
    background-color: #008080;
    border-color: #008080;
}

.spec-color-Thistle {
    background-color: #d8bfd8;
    border-color: #d8bfd8;
}

.spec-color-Tomato {
    background-color: #ff6347;
    border-color: #ff6347;
}

.spec-color-Turquoise {
    background-color: #40e0d0;
    border-color: #40e0d0;
}

.spec-color-Violet {
    background-color: #ee82ee;
    border-color: #ee82ee;
}

.spec-color-Wheat {
    background-color: #f5deb3;
    border-color: #f5deb3;
}

.spec-color-AliceBlue {
    background-color: #f0f8ff;
}

.spec-color-AntiqueWhite {
    background-color: #faebd7;
}

.spec-color-Aqua {
    background-color: #0ff;
}

.spec-color-Aquamarine {
    background-color: #7fffd4;
}

.spec-color-Azure {
    background-color: #f0ffff;
}

.spec-color-Beige {
    background-color: #f5f5dc;
}

.spec-color-Bisque {
    background-color: #ffe4c4;
}

.spec-color-BlanchedAlmond {
    background-color: #ffebcd;
}

.spec-color-Cornsilk {
    background-color: #fff8dc;
}

.spec-color-Cyan {
    background-color: #0ff;
}

.spec-color-FloralWhite {
    background-color: #fffaf0;
}

.spec-color-Gainsboro {
    background-color: #dcdcdc;
}

.spec-color-GhostWhite {
    background-color: #f8f8ff;
}

.spec-color-HoneyDew {
    background-color: #f0fff0;
}

.spec-color-Ivory {
    background-color: #fffff0;
}

.spec-color-Khaki {
    background-color: #f0e68c;
}

.spec-color-Lavender {
    background-color: #e6e6fa;
}

.spec-color-LavenderBlush {
    background-color: #fff0f5;
}

.spec-color-LawnGreen {
    background-color: #7cfc00;
}

.spec-color-LemonChiffon {
    background-color: #fffacd;
}

.spec-color-LightCyan {
    background-color: #e0ffff;
}

.spec-color-LightGoldenRodYellow {
    background-color: #fafad2;
}

.spec-color-LightGray {
    background-color: #d3d3d3;
}

.spec-color-LightGrey {
    background-color: #d3d3d3;
}

.spec-color-LightYellow {
    background-color: #ffffe0;
}

.spec-color-Linen {
    background-color: #faf0e6;
}

.spec-color-MintCream {
    background-color: #f5fffa;
}

.spec-color-MistyRose {
    background-color: #ffe4e1;
}

.spec-color-Moccasin {
    background-color: #ffe4b5;
}

.spec-color-NavajoWhite {
    background-color: #ffdead;
}

.spec-color-OldLace {
    background-color: #fdf5e6;
}

.spec-color-SeaShell {
    background-color: #fff5ee;
}

.spec-color-Snow {
    background-color: #fffafa;
}

.spec-color-White {
    background-color: #fff;
}

.spec-color-WhiteSmoke {
    background-color: #f5f5f5;
}

.spec-color-Yellow {
    background-color: #ff0;
}

.spec-color-YellowGreen {
    background-color: #9acd32;
}

.product-media {
    padding-bottom: 40px;
}

.product-images {
    height: 400px;
    overflow: hidden;
    width: calc(100% - 110px);
    float: right;
}

.product-images .slick-dots, .product-images .slick-arrow {
    opacity: 0;
    display: block;
}

@media (max-width: 1023px) {
    .product-images {
        height: 320px;
        width: calc(100% - 82px);
    }
}

@media (max-width: 767px) {
    .product-images {
        height: 320px;
        width: 100%;
        opacity: 1;
        display: block;
    }

    .product-images .slick-dots {
        opacity: 1;
        bottom: 15px;
        margin-bottom: 0;
    }

    .product-images .slick-arrow {
        opacity: 1;
        background-color: rgba(255, 255, 255, .5);
        border-radius: 2px;
    }

    .product-images .slick-next {
        right: 0;
    }

    .product-images .slick-prev {
        left: 0;
    }
}

.slick-initialized .product-image.slick-slide, .product-image {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    justify-content: center;
    height: 400px;
}

.slick-initialized .product-image.slick-slide iframe, .product-image iframe {
    margin-left: 30px;
}

@media (max-width: 1023px) {
    .slick-initialized .product-image.slick-slide, .product-image {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .slick-initialized .product-image.slick-slide, .product-image {
        height: 280px;
    }

    .slick-initialized .product-image.slick-slide iframe, .product-image iframe {
        margin-left: 0;
    }
}

.product-thumbs {
    visibility: hidden;
    opacity: 0;
}

.product-thumbs.slick-slider {
    visibility: visible;
    opacity: 1;
    width: 110px;
    float: left;
}

.product-thumbs.slick-slider .slick-list {
    padding: 0 !important;
}

.product-thumbs.slick-slider.slick-vertical .slick-arrow {
    width: 100%;
    background-color: #fff;
    top: initial;
    position: initial;
    width: 100%;
    display: block !important;
    text-align: center;
    height: auto;
}

.product-thumbs.slick-slider .slick-next {
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
}

.product-thumbs.slick-slider .slick-prev {
    top: -40px !important;
    left: 0;
    right: 0;
}

@media (max-width: 1023px) {
    .product-thumbs.slick-slider {
        width: 82px;
        height: 246px;
    }
}

@media (max-width: 767px) {
    .product-thumbs.slick-slider {
        display: none;
    }
}

.product-thumb, .slick-initialized .product-thumb.slick-slide {
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    justify-content: center;
}

.product-thumb .product-thumb-inner, .slick-initialized .product-thumb.slick-slide .product-thumb-inner {
    width: 100px;
    height: 100px;
    padding: 5px;
    border: 1px solid #f5f5f5;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 1023px) {
    .product-thumb .product-thumb-inner, .slick-initialized .product-thumb.slick-slide .product-thumb-inner {
        width: 82px;
        height: 82px;
    }
}

.product-thumb.slick-current .product-thumb-inner, .slick-initialized .product-thumb.slick-slide.slick-current .product-thumb-inner {
    border-color: #c0122f;
    border-width: 2px;
}

[data-thumb-type="video"], [data-image-type="video"] {
    position: relative;
    z-index: 1;
}

[data-thumb-type="video"] img, [data-image-type="video"] img {
    position: relative;
    z-index: 1;
}

[data-thumb-type="video"]:before, [data-image-type="video"]:before {
    content: "";
    font-family: 'fa-accelerator';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .82);
    font-size: 32px;
}

[data-image-type="video"]:before {
    font-size: 64px;
}

[data-image-type="video"]:hover:before {
    color: #c0122f;
}

.product-data {
    float: right;
}

@media (min-width: 1024px) {
    .product-data {
        padding-left: 30px;
    }
}

.product-data .btn-favorite {
    margin-top: 15px;
}

.volume-prices {
    margin-bottom: 15px;
}

.product-price {
    padding: 20px 0;
}

.product-price .price-text {
    font-weight: 400;
}

.product-price .product-price-sub {
    font-size: 12px;
}

.product-price .product-price-sub i {
    font-size: 14px;
}

.product-price .product-id {
    float: left;
}

.product-price .product-price-in {
    font-size: 18px;
    font-weight: 400;
}

.product-id {
    font-size: 12px;
}

.product-price-price {
    font-size: 24px;
    font-weight: 400;
    color: #3a3a3a;
    padding-left: 7px;
}

.product-price-price .product-price-label {
    font-size: 18px;
    font-weight: normal;
}

.product-price-retail, .product-price-before {
    display: inline-block;
    color: #5f5f5f;
    font-size: 15px;
    line-height: 33px;
    text-decoration: line-through;
    padding-left: 5px;
}

.product-price-type {
    color: #5f5f5f;
    font-size: 12px;
    font-style: italic;
}

.form-product .product-input, .form-product .control-label {
    padding-right: 0;
}

.form-product .form-control {
    text-align: center;
    height: 40px;
}

.form-product .btn {
    height: 40px;
    font-size: 15px;
}

.form-product .control-label {
    padding-top: 10px;
}

.product-nav-tabs {
    margin-top: 30px;
}

.product-tab-content {
    margin-bottom: 30px;
}

.product-tab-content .tab-pane {
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 15px;
}

.product-tab-content .tab-pane h2, .product-tab-content .tab-pane h3, .product-tab-content .tab-pane h4 {
    margin-top: 0;
}

.product-tab-content .table {
    margin-bottom: 0;
    border-bottom: 1px solid #e4e4e4;
}

@media (min-width: 560px) and (max-width: 767px) and (orientation: landscape) {
    .product-media, .product-data {
        width: 50%;
    }
}

.product-tabs {
    float: right;
}

@media (min-width: 1024px) {
    .product-tabs {
        padding-left: 30px;
    }
}

.bluemoon {
    color: #000;
}

.volume-prices-packaging-container {
    margin-top: 20px;
}

.product-packaging-data {
    margin-bottom: 20px;
}

.product-packaging-data .packing {
    margin-bottom: 20px;
}

.title-cart {
    font-size: 18px;
    margin-top: 0;
}

.table-checkout, .table-total, .table-order {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.table-checkout > tbody > tr > td, .table-total > tbody > tr > td, .table-order > tbody > tr > td {
    padding: 5px 0;
    vertical-align: middle;
}

.cart-orderline-thumb {
    width: 70px;
    text-align: left;
}

@media (max-width: 767px) and (orientation: portrait) {
    .cart-orderline-thumb {
        display: none;
    }
}

.cart-orderline-product, .cart-orderline-pricing {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .cart-orderline-product, .cart-orderline-pricing {
        width: 100%;
    }
}

.cart-orderline-pricing {
    position: relative;
}

.cart-orderline-pricing .cart-orderline-quantity, .cart-orderline-pricing .cart-orderline-subtotal, .cart-orderline-pricing .cart-orderline-unit-price {
    float: left;
}

.cart-orderline-pricing .cart-orderline-quantity {
    width: 40px;
}

.cart-orderline-pricing .cart-orderline-quantity .form-control {
    padding: 0;
    text-align: center;
    width: 40px;
}

.cart-orderline-pricing .cart-orderline-quantity label {
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 6px 5px 0 0;
}

@media (max-width: 767px) {
    .cart-orderline-pricing .cart-orderline-quantity {
        padding-top: 0;
    }
}

.cart-orderline-pricing .cart-orderline-unit-price {
    width: calc(100% - 140px);
    padding-left: 5px;
    line-height: 32px;
}

.cart-orderline-pricing .cart-orderline-original-price {
    color: #5f5f5f;
    text-decoration: line-through;
    font-size: 12px;
}

.cart-orderline-pricing .cart-orderline-your-price:before {
    content: "x";
    padding: 0 5px 0 0;
}

.cart-orderline-pricing .cart-orderline-subtotal {
    width: 100px;
    text-align: right;
    line-height: 32px;
}

.cart-feeline {
    font-size: 12px;
}

.cart-feeline .cart-orderline-product {
    line-height: 18px;
}

.cart-feeline .cart-orderline-pricing .cart-orderline-unit-price {
    width: calc(100% - 100px);
    line-height: 18px;
}

.cart-feeline .cart-orderline-pricing .cart-orderline-subtotal {
    line-height: 18px;
}

@media (max-width: 767px) {
    .cart-feeline .cart-orderline-fee {
        width: 0;
    }
}

.cart-orderline-product .cart-orderline-link {
    color: #3a3a3a;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.cart-orderline-product .cart-orderline-link:hover, .cart-orderline-product .cart-orderline-link:focus {
    text-decoration: underline;
}

@media (max-width: 767px) and (orientation: portrait) {
    .cart-orderline-product .cart-orderline-link {
        max-width: 266px;
    }
}

.cart-orderline-product .cart-orderline-info {
    font-size: 12px;
}

.cart-orderline-product .cart-orderline-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

@media (max-width: 767px) {
    .cart-orderline-product {
        padding-bottom: 5px;
    }
}

.cart-orderline-delete {
    width: 30px;
    vertical-align: middle;
}

.cart-orderline-delete a {
    color: #5f5f5f;
    font-size: 1.2em;
    padding-left: 5px;
}

.cart-orderline-delete a:hover, .cart-orderline-delete a:focus {
    color: #bd0000;
}

.table-total .cart-total-line-lg > td {
    font-weight: bold;
}

.table-total .cart-total-line-sm > td {
    font-size: 12px;
}

.table-total .cart-total-price {
    text-align: right;
}

.table-order .cart-orderline-product, .table-order .cart-orderline-pricing {
    width: 100%;
}

.table-order .cart-orderline-unit-price {
    width: calc(100% - 100px);
    padding-left: 0;
    line-height: initial;
}

.table-order .cart-orderline-subtotal {
    line-height: initial;
}

.cart-collapse {
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
}

.cart-collapse .panel {
    border-top: 1px solid #e4e4e4;
    padding-left: 15px;
    padding-right: 15px;
}

.cart-collapse .panel:first-child {
    border: none;
}

.cart-collapse .panel label[aria-expanded="true"] {
    pointer-events: none;
    cursor: default;
}

.box-cart {
    margin-bottom: 30px;
}

.box-cart > .form-group:last-child {
    margin-bottom: 0;
}

.box-cart .list-group-item .radio {
    margin: 0;
}

.action-cart {
    border: 1px solid #e4e4e4;
    background-color: #f5f5f5;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.action-cart .checkbox {
    margin: 0 0 5px;
}

.address-cart, .address-cart-clean {
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
    margin-bottom: 30px;
}

.address-cart p, .address-cart-clean p {
    margin-bottom: 0;
}

.address-cart-clean {
    padding: 0;
    border: none;
}

.cart-orderline-variants {
    display: block;
    color: #5f5f5f;
    font-size: 12px;
}

.checkout .icon-trash {
    font-size: 18px;
}

.checkout .flow-title {
    font-size: 18px;
    background: #f5f5f5;
    padding: 12px;
    text-transform: uppercase;
}

.checkout .step {
    margin: 0 0 30px;
    padding: 15px 0;
}

.table-order .form-quantity {
    max-width: 120px;
}

.table-order .form-quantity .input-group-addon {
    padding: 6px;
}

.table-summary tr.tr-totalexvat td {
    font-size: 18px;
    font-weight: 400;
}

.table-summary tr.tr-vat td {
    border-width: 6px;
    border-top-style: double;
}

.service-form {
    margin-bottom: 30px;
}

.order-list {
    margin-bottom: 30px;
}

.order-list-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}

.order-list-item ul {
    margin-bottom: 0;
}

.order-status {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 5px;
}

.order-status-open {
    background-color: #df691a;
}

.order-status-released {
    background-color: #149432;
}

.order-list-buttons {
    text-align: right;
}

@media (max-width: 767px) {
    .order-list-buttons {
        margin-top: 15px;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    width: 100%;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: -10px;
    margin-bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 100;
}

.slick-dots > li {
    display: inline;
}

.slick-dots button {
    background-color: transparent;
    border: none;
    font-size: 0;
    width: 24px;
    height: 24px;
    display: inline;
    vertical-align: middle;
    outline: none !important;
    opacity: .7;
}

.slick-dots button:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #a0a0a0;
    border-radius: 6px;
    display: block;
}

.slick-dots .slick-active button:before {
    background-color: #a0a0a0;
}

.slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 0;
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 10;
    top: calc(50% - 25px);
    color: #1a1a1a;
    text-align: center;
    opacity: 1;
    font-size: 1.8em;
}

.slick-arrow [class^="icon-"], .slick-arrow [class*=" icon-"] {
    font-size: 1.8em;
}

.slick-arrow:hover, .slick-arrow:focus {
    opacity: 1;
    color: #c0122f;
}

.slick-arrow.slick-disabled {
    opacity: 1;
    cursor: default;
    color: #a0a0a0;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

.slick-flex {
    display: none;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}

.slick-flex.slick-slider {
    overflow: visible;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

.slick-flex .slick-track {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.slick-flex .slick-slide, .slick-flex .slick-initialized .slick-slide {
    display: -webkit-flex;
    display: flex;
    height: auto;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.carousel {
    display: none;
}

.carousel.slick-initialized.slick-slider {
    display: block;
}

.carousel .slick-dots {
    bottom: 30px;
}

[data-controls="inverted"] .slick-arrow:before, [data-controls="inverted"] .slick-dots button:before {
    color: #fff;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 20em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #e4e4e4;
    width: 21em;
}

.ui-datepicker td {
    text-align: center;
}

.ui-datepicker thead {
    border-bottom: 1px solid #e4e4e4;
}

.ui-datepicker .ui-state-default {
    color: #3a3a3a;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 17px;
    background-color: #fff;
    padding: 0;
}

.ui-datepicker .ui-state-default:hover {
    background-color: #f5f5f5;
}

.ui-datepicker .ui-datepicker-prev {
    font-family: fa-accelerator !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: "";
}

.ui-datepicker .ui-datepicker-next {
    font-family: fa-accelerator !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-next:before {
    content: "";
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    text-align: center;
    line-height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
    text-decoration: none;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-week-end .ui-state-default {
    color: #a0a0a0;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
}

.ui-datepicker .ui-state-default.ui-state-highlight, .ui-datepicker .ui-datepicker-week-end .ui-state-default.ui-state-highlight {
    color: #fff;
    font-weight: 600;
    background-color: #c0122f;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 18em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

@media print {
    header.header, nav.navbar-primary, footer.footer, .productlist-filter, .form-sort, .btn-group, .row-flex aside, .footer-scripts, .productlist-grid-buying .btn, .popover-trigger, .productlist-table-form, .productlist-table-favorite i, .productlist-list-favorite, .icon-stock {
        display: none !important;
    }

    section.col-md-9 {
        width: 100%;
    }

    p, .productlist-grid-product {
        page-break-inside: avoid;
    }

    .productlist-table-stock {
        text-align: left;
    }

    .table-print .col-sm-4 {
        width: 30%;
        float: left;
    }
}

/*! jQuery UI CSS Framework 1.11.4 - http://jqueryui.com - Copyright jQuery Foundation and other contributors - Released under the MIT license. http://jquery.org/license - http://api.jqueryui.com/category/theming/ */