/* Minification failed. Returning unminified contents.
(17820,1): run-time error CSS1019: Unexpected token, found '}'
(22231,30): run-time error CSS1038: Expected hex color, found '#dddd'
(22237,30): run-time error CSS1038: Expected hex color, found '#dddd'
(22250,30): run-time error CSS1038: Expected hex color, found '#dddd'
 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-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 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

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: not-allowed;
        background: #9e9e9e;
        border-color: #9e9e9e;
        color: #000 !important;
        font-weight: bold;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 10px;
}

@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: relative;
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0px;
    overflow: visible;
    border: 0;
    left: 25px;
    float: left;
    top: 0px;
    font-size: 9px;
    letter-spacing: 1px;
}

.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-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #fea223;
}

a.text-warning:hover, a.text-warning:focus {
    color: #fea223;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    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.42857143;
        color: #777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
    padding: 10px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: middle;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: middle;
        border-bottom: 2px solid #ddd;
        background-color: #F8F8F8;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

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: 0 3px 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.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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,-webkit-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:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .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: #eee;
        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: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        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-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-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-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.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: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -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;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-green {
    color: #fff;
    background-color: #019875;
    border-color: #019875;
}

    .btn-green:focus, .btn-green.focus {
        color: #fff;
        background-color: #019875;
        border-color: #019875;
    }

    .btn-green:hover {
        color: #fff;
        background-color: #019875;
        border-color: #019875;
    }

    .btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
        color: #fff;
        background-color: #019875;
        border-color: #019875;
    }

        .btn-green:active:hover, .btn-green.active:hover, .open > .dropdown-toggle.btn-green:hover, .btn-green:active:focus, .btn-green.active:focus, .open > .dropdown-toggle.btn-green:focus, .btn-green:active.focus, .btn-green.active.focus, .open > .dropdown-toggle.btn-green.focus {
            color: #fff;
            background-color: #019875;
            border-color: #019875;
        }

    .btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled.focus, .btn-green[disabled].focus, fieldset[disabled] .btn-green.focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
        background-color: #019875;
        border-color: #019875;
    }

.btn-success .badge {
    color: #019875;
    background-color: #fff;
}

.btn-facebook {
    color: #fff;
    background-color: #3B5998;
    border-color: #3B5998;
}

    .btn-facebook:focus, .btn-facebook.focus {
        color: #fff;
        background-color: #3B5998;
        border-color: #3B5998;
    }

    .btn-facebook:hover {
        color: #fff;
        background-color: #3B5998;
        border-color: #3B5998;
    }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        color: #fff;
        background-color: #3B5998;
        border-color: #3B5998;
    }

        .btn-facebook:active:hover, .btn-facebook.active:hover, .open > .dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open > .dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open > .dropdown-toggle.btn-facebook.focus {
            color: #fff;
            background-color: #3B5998;
            border-color: #3B5998;
        }

    .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
        background-image: none;
    }

    .btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled].focus, fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
        background-color: #3B5998;
        border-color: #3B5998;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    cursor: pointer;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 91%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0 0;
    margin: 2px 0 0;
    font-size: 13px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 4px 0px;
        clear: both;
        font-weight: normal;
        /* line-height: 1.42857143; */
        color: #030000;
        white-space: normal;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    display: none;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 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 {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 0;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 1px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }
 

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .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: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #fff;
        border-color: #030000;
    }

    .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.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 370px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 370px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .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;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: left;
        width: 100% !important;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
       margin-top: 12px;
        margin-bottom: 12px;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -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);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    width: 100%;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 3;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 0px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .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: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.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;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    /*background-color: #d9534f;*/
    color: #FF0A02;
    padding: 0;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        /*background-color: #c9302c;*/
        color: #FF0A02;
        padding: 0;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -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 {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.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: #337ab7;
    -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);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.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: #5bc0de;
}

.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: #f0ad4e;
}

.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: #d9534f;
}

.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 {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 40px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 5px;
    margin-bottom: 0px;
    background-color: #fff;
    border-bottom: 1px solid #999999;
}

    .list-group-item:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

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, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .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: #777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #030000;
    background-color: #f5f5f5;
    border-color: #fff;
    border-bottom: 1px solid #999999;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading { /*Edit Css*/
    padding: 10px 12px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.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: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    padding: 15px 20px 20px;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .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;*/
    margin: 0px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in { /* Edit Css */
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px !important;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.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 {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -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 {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .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: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.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: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }


    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '\2039';
        }

        .carousel-control .icon-next:before {
            content: '\203a';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*# sourceMappingURL=bootstrap.css.map */


/** Bootstrap Range Slider **/
/*! =======================================================
                      VERSION  7.1.1              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 100%;
        height: 20px;
        overflow: visible;
    }

        .slider.slider-horizontal .slider-track {
            height: 10px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-low,
        .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-tick,
        .slider.slider-horizontal .slider-handle {
            margin-left: 0px;
            margin-top: -2px;
        }

.slider-handle:last-child {
    margin-left: -15px !important;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}

.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}

    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        padding-top: 4px;
        display: inline-block;
        text-align: center;
    }

.slider.slider-vertical {
    height: 210px;
    width: 20px;
}

    .slider.slider-vertical .slider-track {
        width: 10px;
        height: 100%;
        margin-left: -5px;
        left: 50%;
        top: 0;
    }

    .slider.slider-vertical .slider-selection {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .slider.slider-vertical .slider-track-low,
    .slider.slider-vertical .slider-track-high {
        width: 100%;
        left: 0;
        right: 0;
    }

    .slider.slider-vertical .slider-tick,
    .slider.slider-vertical .slider-handle {
        margin-left: -5px;
        margin-top: -10px;
    }

        .slider.slider-vertical .slider-tick.triangle,
        .slider.slider-vertical .slider-handle.triangle {
            border-width: 10px 0 10px 10px;
            width: 1px;
            height: 1px;
            border-left-color: #0480be;
            margin-left: 0;
        }

    .slider.slider-vertical .slider-tick-label-container {
        white-space: nowrap;
    }

        .slider.slider-vertical .slider-tick-label-container .slider-tick-label {
            padding-left: 4px;
        }

.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}

.slider input {
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
}

.slider .tooltip-inner {
    white-space: nowrap;
    max-width: none;
}

.slider .hide {
    display: none;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background: #ddd;
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    /* background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    /* -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    border-radius: 4px;
}

    .slider-selection.tick-slider-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    }

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #000000;
    /* background-image: -webkit-linear-gradient(top, #149bdf 0%, #0480be 100%); */
    background-image: -o-linear-gradient(top, #149bdf 0%, #0480be 100%);
    /* background-image: linear-gradient(to bottom, #000000 0%, #0480be 100%); */
    /* background-repeat: repeat-x; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    /* filter: none; */
    /* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    /* border: 0px solid transparent;*/
}

    .slider-handle.round {
        border-radius: 50%;
    }

    .slider-handle.triangle {
        background: transparent none;
    }

    .slider-handle.custom {
        background: transparent none;
    }

        .slider-handle.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}

    .slider-tick.round {
        border-radius: 50%;
    }

    .slider-tick.triangle {
        background: transparent none;
    }

    .slider-tick.custom {
        background: transparent none;
    }

        .slider-tick.custom::before {
            line-height: 20px;
            font-size: 20px;
            content: '\2605';
            color: #726204;
        }

    .slider-tick.in-selection {
        background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
        background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
        opacity: 1;
    }


/* DATETIMEPICKER */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em;
    }

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0,0,0,0.2);
    top: -7px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0,0,0,0.2);
    bottom: -7px;
    left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
}

    .bootstrap-datetimepicker-widget a[data-action]:active {
        box-shadow: none;
    }

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
}

    .bootstrap-datetimepicker-widget .picker-switch::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle Date and Time Screens";
    }

    .bootstrap-datetimepicker-widget .picker-switch td {
        padding: 0;
        margin: 0;
        height: auto;
        width: auto;
        line-height: inherit;
    }

        .bootstrap-datetimepicker-widget .picker-switch td span {
            line-height: 2.5;
            height: 2.5em;
            width: 100%;
        }

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
        text-align: center;
        border-radius: 4px;
    }

    .bootstrap-datetimepicker-widget table th {
        height: 20px;
        line-height: 20px;
        width: 20px;
    }

        .bootstrap-datetimepicker-widget table th.picker-switch {
            width: 145px;
        }

        .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
            background: none;
            color: #777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table th.prev::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Previous Month";
        }

        .bootstrap-datetimepicker-widget table th.next::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Next Month";
        }

    .bootstrap-datetimepicker-widget table thead tr:first-child th {
        cursor: pointer;
    }

        .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
            background: #eee;
        }

    .bootstrap-datetimepicker-widget table td {
        height: 54px;
        line-height: 54px;
        width: 54px;
    }

        .bootstrap-datetimepicker-widget table td.cw {
            font-size: .8em;
            height: 20px;
            line-height: 20px;
            color: #777;
        }

        .bootstrap-datetimepicker-widget table td.day {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                background: #eee;
                cursor: pointer;
            }

        .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
            color: #777;
        }

        .bootstrap-datetimepicker-widget table td.today {
            position: relative;
        }

            .bootstrap-datetimepicker-widget table td.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #337ab7;
                border-top-color: rgba(0,0,0,0.2);
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
            background-color: #337ab7;
            color: #fff;
            text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
        }

            .bootstrap-datetimepicker-widget table td.active.today:before {
                border-bottom-color: #fff;
            }

        .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
            background: none;
            color: #777;
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            display: inline-block;
            width: 54px;
            height: 54px;
            line-height: 54px;
            margin: 2px 1.5px;
            cursor: pointer;
            border-radius: 4px;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: #eee;
            }

            .bootstrap-datetimepicker-widget table td span.active {
                background-color: #337ab7;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: #777;
            }

            .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                background: none;
                color: #777;
                cursor: not-allowed;
            }

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em;
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important;
}

.input-group.date .input-group-addon {
    cursor: pointer;
}

@font-face{font-family:'FontAwesome';src:url('/Content/fonts/fontawesome-webfont.eot?v=4.5.0');src:url('/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('/Content/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('/Content/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/* MaterialDesignIcons.com */

@font-face {
    font-family: "MdiIcon";
    src: url("/Content/fonts/materialdesignicons-webfont.eot?v=1.8.36");
    src: url("/Content/fonts/materialdesignicons-webfont.eot?#iefix&v=1.8.36") format("embedded-opentype"),
        /*url("/Content/fonts/materialdesignicons-webfont.woff2?v=1.8.36") format("woff2"),
        url("/Content/fonts/materialdesignicons-webfont.woff?v=1.8.36") format("woff"),*/
        url("/Content/fonts/materialdesignicons-webfont.ttf?v=1.8.36") format("truetype"),
        url("/Content/fonts/materialdesignicons-webfont.svg?v=1.8.36#materialdesigniconsregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.mdi {
    font: normal normal normal 14px/1 MdiIcon;
    display: inline-block;
    ;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

    .mdi:before, .mdi-set {
        display: inline-block;
        font: normal normal normal 14px/1 "MdiIcon";
        font-size: inherit;
        text-rendering: auto;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0)
    }

.mdi-access-point:before {
    content: "\F002"
}

.mdi-access-point-network:before {
    content: "\F003"
}

.mdi-account:before {
    content: "\F004"
}

.mdi-account-alert:before {
    content: "\F005"
}

.mdi-account-box:before {
    content: "\F006"
}

.mdi-account-box-outline:before {
    content: "\F007"
}

.mdi-account-card-details:before {
    content: "\F5D2"
}

.mdi-account-check:before {
    content: "\F008"
}

.mdi-account-circle:before {
    content: "\F009"
}

.mdi-account-convert:before {
    content: "\F00A"
}

.mdi-account-edit:before {
    content: "\F6BB"
}

.mdi-account-key:before {
    content: "\F00B"
}

.mdi-account-location:before {
    content: "\F00C"
}

.mdi-account-minus:before {
    content: "\F00D"
}

.mdi-account-multiple:before {
    content: "\F00E"
}

.mdi-account-multiple-minus:before {
    content: "\F5D3"
}

.mdi-account-multiple-outline:before {
    content: "\F00F"
}

.mdi-account-multiple-plus:before {
    content: "\F010"
}

.mdi-account-network:before {
    content: "\F011"
}

.mdi-account-off:before {
    content: "\F012"
}

.mdi-account-outline:before {
    content: "\F013"
}

.mdi-account-plus:before {
    content: "\F014"
}

.mdi-account-remove:before {
    content: "\F015"
}

.mdi-account-search:before {
    content: "\F016"
}

.mdi-account-settings:before {
    content: "\F630"
}

.mdi-account-settings-variant:before {
    content: "\F631"
}

.mdi-account-star:before {
    content: "\F017"
}

.mdi-account-star-variant:before {
    content: "\F018"
}

.mdi-account-switch:before {
    content: "\F019"
}

.mdi-adjust:before {
    content: "\F01A"
}

.mdi-air-conditioner:before {
    content: "\F01B"
}

.mdi-airballoon:before {
    content: "\F01C"
}

.mdi-airplane:before {
    content: "\F01D"
}

.mdi-airplane-landing:before {
    content: "\F5D4"
}

.mdi-airplane-off:before {
    content: "\F01E"
}

.mdi-airplane-takeoff:before {
    content: "\F5D5"
}

.mdi-airplay:before {
    content: "\F01F"
}

.mdi-alarm:before {
    content: "\F020"
}

.mdi-alarm-check:before {
    content: "\F021"
}

.mdi-alarm-multiple:before {
    content: "\F022"
}

.mdi-alarm-off:before {
    content: "\F023"
}

.mdi-alarm-plus:before {
    content: "\F024"
}

.mdi-alarm-snooze:before {
    content: "\F68D"
}

.mdi-album:before {
    content: "\F025"
}

.mdi-alert:before {
    content: "\F026"
}

.mdi-alert-box:before {
    content: "\F027"
}

.mdi-alert-circle:before {
    content: "\F028"
}

.mdi-alert-circle-outline:before {
    content: "\F5D6"
}

.mdi-alert-octagon:before {
    content: "\F029"
}

.mdi-alert-octagram:before {
    content: "\F6BC"
}

.mdi-alert-outline:before {
    content: "\F02A"
}

.mdi-all-inclusive:before {
    content: "\F6BD"
}

.mdi-alpha:before {
    content: "\F02B"
}

.mdi-alphabetical:before {
    content: "\F02C"
}

.mdi-altimeter:before {
    content: "\F5D7"
}

.mdi-amazon:before {
    content: "\F02D"
}

.mdi-amazon-clouddrive:before {
    content: "\F02E"
}

.mdi-ambulance:before {
    content: "\F02F"
}

.mdi-amplifier:before {
    content: "\F030"
}

.mdi-anchor:before {
    content: "\F031"
}

.mdi-android:before {
    content: "\F032"
}

.mdi-android-debug-bridge:before {
    content: "\F033"
}

.mdi-android-studio:before {
    content: "\F034"
}

.mdi-angular:before {
    content: "\F6B1"
}

.mdi-angularjs:before {
    content: "\F6BE"
}

.mdi-animation:before {
    content: "\F5D8"
}

.mdi-apple:before {
    content: "\F035"
}

.mdi-apple-finder:before {
    content: "\F036"
}

.mdi-apple-ios:before {
    content: "\F037"
}

.mdi-apple-keyboard-caps:before {
    content: "\F632"
}

.mdi-apple-keyboard-command:before {
    content: "\F633"
}

.mdi-apple-keyboard-control:before {
    content: "\F634"
}

.mdi-apple-keyboard-option:before {
    content: "\F635"
}

.mdi-apple-keyboard-shift:before {
    content: "\F636"
}

.mdi-apple-mobileme:before {
    content: "\F038"
}

.mdi-apple-safari:before {
    content: "\F039"
}

.mdi-application:before {
    content: "\F614"
}

.mdi-apps:before {
    content: "\F03B"
}

.mdi-archive:before {
    content: "\F03C"
}

.mdi-arrange-bring-forward:before {
    content: "\F03D"
}

.mdi-arrange-bring-to-front:before {
    content: "\F03E"
}

.mdi-arrange-send-backward:before {
    content: "\F03F"
}

.mdi-arrange-send-to-back:before {
    content: "\F040"
}

.mdi-arrow-all:before {
    content: "\F041"
}

.mdi-arrow-bottom-left:before {
    content: "\F042"
}

.mdi-arrow-bottom-right:before {
    content: "\F043"
}

.mdi-arrow-compress:before {
    content: "\F615"
}

.mdi-arrow-compress-all:before {
    content: "\F044"
}

.mdi-arrow-down:before {
    content: "\F045"
}

.mdi-arrow-down-bold:before {
    content: "\F046"
}

.mdi-arrow-down-bold-circle:before {
    content: "\F047"
}

.mdi-arrow-down-bold-circle-outline:before {
    content: "\F048"
}

.mdi-arrow-down-bold-hexagon-outline:before {
    content: "\F049"
}

.mdi-arrow-down-box:before {
    content: "\F6BF"
}

.mdi-arrow-down-drop-circle:before {
    content: "\F04A"
}

.mdi-arrow-down-drop-circle-outline:before {
    content: "\F04B"
}

.mdi-arrow-expand:before {
    content: "\F616"
}

.mdi-arrow-expand-all:before {
    content: "\F04C"
}

.mdi-arrow-left:before {
    content: "\F04D"
}

.mdi-arrow-left-bold:before {
    content: "\F04E"
}

.mdi-arrow-left-bold-circle:before {
    content: "\F04F"
}

.mdi-arrow-left-bold-circle-outline:before {
    content: "\F050"
}

.mdi-arrow-left-bold-hexagon-outline:before {
    content: "\F051"
}

.mdi-arrow-left-box:before {
    content: "\F6C0"
}

.mdi-arrow-left-drop-circle:before {
    content: "\F052"
}

.mdi-arrow-left-drop-circle-outline:before {
    content: "\F053"
}

.mdi-arrow-right:before {
    content: "\F054"
}

.mdi-arrow-right-bold:before {
    content: "\F055"
}

.mdi-arrow-right-bold-circle:before {
    content: "\F056"
}

.mdi-arrow-right-bold-circle-outline:before {
    content: "\F057"
}

.mdi-arrow-right-bold-hexagon-outline:before {
    content: "\F058"
}

.mdi-arrow-right-box:before {
    content: "\F6C1"
}

.mdi-arrow-right-drop-circle:before {
    content: "\F059"
}

.mdi-arrow-right-drop-circle-outline:before {
    content: "\F05A"
}

.mdi-arrow-top-left:before {
    content: "\F05B"
}

.mdi-arrow-top-right:before {
    content: "\F05C"
}

.mdi-arrow-up:before {
    content: "\F05D"
}

.mdi-arrow-up-bold:before {
    content: "\F05E"
}

.mdi-arrow-up-bold-circle:before {
    content: "\F05F"
}

.mdi-arrow-up-bold-circle-outline:before {
    content: "\F060"
}

.mdi-arrow-up-bold-hexagon-outline:before {
    content: "\F061"
}

.mdi-arrow-up-box:before {
    content: "\F6C2"
}

.mdi-arrow-up-drop-circle:before {
    content: "\F062"
}

.mdi-arrow-up-drop-circle-outline:before {
    content: "\F063"
}

.mdi-assistant:before {
    content: "\F064"
}

.mdi-asterisk:before {
    content: "\F6C3"
}

.mdi-at:before {
    content: "\F065"
}

.mdi-attachment:before {
    content: "\F066"
}

.mdi-audiobook:before {
    content: "\F067"
}

.mdi-auto-fix:before {
    content: "\F068"
}

.mdi-auto-upload:before {
    content: "\F069"
}

.mdi-autorenew:before {
    content: "\F06A"
}

.mdi-av-timer:before {
    content: "\F06B"
}

.mdi-baby:before {
    content: "\F06C"
}

.mdi-baby-buggy:before {
    content: "\F68E"
}

.mdi-backburger:before {
    content: "\F06D"
}

.mdi-backspace:before {
    content: "\F06E"
}

.mdi-backup-restore:before {
    content: "\F06F"
}

.mdi-bandcamp:before {
    content: "\F674"
}

.mdi-bank:before {
    content: "\F070"
}

.mdi-barcode:before {
    content: "\F071"
}

.mdi-barcode-scan:before {
    content: "\F072"
}

.mdi-barley:before {
    content: "\F073"
}

.mdi-barrel:before {
    content: "\F074"
}

.mdi-basecamp:before {
    content: "\F075"
}

.mdi-basket:before {
    content: "\F076"
}

.mdi-basket-fill:before {
    content: "\F077"
}

.mdi-basket-unfill:before {
    content: "\F078"
}

.mdi-battery:before {
    content: "\F079"
}

.mdi-battery-10:before {
    content: "\F07A"
}

.mdi-battery-20:before {
    content: "\F07B"
}

.mdi-battery-30:before {
    content: "\F07C"
}

.mdi-battery-40:before {
    content: "\F07D"
}

.mdi-battery-50:before {
    content: "\F07E"
}

.mdi-battery-60:before {
    content: "\F07F"
}

.mdi-battery-70:before {
    content: "\F080"
}

.mdi-battery-80:before {
    content: "\F081"
}

.mdi-battery-90:before {
    content: "\F082"
}

.mdi-battery-alert:before {
    content: "\F083"
}

.mdi-battery-charging:before {
    content: "\F084"
}

.mdi-battery-charging-100:before {
    content: "\F085"
}

.mdi-battery-charging-20:before {
    content: "\F086"
}

.mdi-battery-charging-30:before {
    content: "\F087"
}

.mdi-battery-charging-40:before {
    content: "\F088"
}

.mdi-battery-charging-60:before {
    content: "\F089"
}

.mdi-battery-charging-80:before {
    content: "\F08A"
}

.mdi-battery-charging-90:before {
    content: "\F08B"
}

.mdi-battery-minus:before {
    content: "\F08C"
}

.mdi-battery-negative:before {
    content: "\F08D"
}

.mdi-battery-outline:before {
    content: "\F08E"
}

.mdi-battery-plus:before {
    content: "\F08F"
}

.mdi-battery-positive:before {
    content: "\F090"
}

.mdi-battery-unknown:before {
    content: "\F091"
}

.mdi-beach:before {
    content: "\F092"
}

.mdi-beaker:before {
    content: "\F68F"
}

.mdi-beats:before {
    content: "\F097"
}

.mdi-beer:before {
    content: "\F098"
}

.mdi-behance:before {
    content: "\F099"
}

.mdi-bell:before {
    content: "\F09A"
}

.mdi-bell-off:before {
    content: "\F09B"
}

.mdi-bell-outline:before {
    content: "\F09C"
}

.mdi-bell-plus:before {
    content: "\F09D"
}

.mdi-bell-ring:before {
    content: "\F09E"
}

.mdi-bell-ring-outline:before {
    content: "\F09F"
}

.mdi-bell-sleep:before {
    content: "\F0A0"
}

.mdi-beta:before {
    content: "\F0A1"
}

.mdi-bible:before {
    content: "\F0A2"
}

.mdi-bike:before {
    content: "\F0A3"
}

.mdi-bing:before {
    content: "\F0A4"
}

.mdi-binoculars:before {
    content: "\F0A5"
}

.mdi-bio:before {
    content: "\F0A6"
}

.mdi-biohazard:before {
    content: "\F0A7"
}

.mdi-bitbucket:before {
    content: "\F0A8"
}

.mdi-black-mesa:before {
    content: "\F0A9"
}

.mdi-blackberry:before {
    content: "\F0AA"
}

.mdi-blender:before {
    content: "\F0AB"
}

.mdi-blinds:before {
    content: "\F0AC"
}

.mdi-block-helper:before {
    content: "\F0AD"
}

.mdi-blogger:before {
    content: "\F0AE"
}

.mdi-bluetooth:before {
    content: "\F0AF"
}

.mdi-bluetooth-audio:before {
    content: "\F0B0"
}

.mdi-bluetooth-connect:before {
    content: "\F0B1"
}

.mdi-bluetooth-off:before {
    content: "\F0B2"
}

.mdi-bluetooth-settings:before {
    content: "\F0B3"
}

.mdi-bluetooth-transfer:before {
    content: "\F0B4"
}

.mdi-blur:before {
    content: "\F0B5"
}

.mdi-blur-linear:before {
    content: "\F0B6"
}

.mdi-blur-off:before {
    content: "\F0B7"
}

.mdi-blur-radial:before {
    content: "\F0B8"
}

.mdi-bomb:before {
    content: "\F690"
}

.mdi-bomb-off:before {
    content: "\F6C4"
}

.mdi-bone:before {
    content: "\F0B9"
}

.mdi-book:before {
    content: "\F0BA"
}

.mdi-book-minus:before {
    content: "\F5D9"
}

.mdi-book-multiple:before {
    content: "\F0BB"
}

.mdi-book-multiple-variant:before {
    content: "\F0BC"
}

.mdi-book-open:before {
    content: "\F0BD"
}

.mdi-book-open-page-variant:before {
    content: "\F5DA"
}

.mdi-book-open-variant:before {
    content: "\F0BE"
}

.mdi-book-plus:before {
    content: "\F5DB"
}

.mdi-book-variant:before {
    content: "\F0BF"
}

.mdi-bookmark:before {
    content: "\F0C0"
}

.mdi-bookmark-check:before {
    content: "\F0C1"
}

.mdi-bookmark-music:before {
    content: "\F0C2"
}

.mdi-bookmark-outline:before {
    content: "\F0C3"
}

.mdi-bookmark-plus:before {
    content: "\F0C5"
}

.mdi-bookmark-plus-outline:before {
    content: "\F0C4"
}

.mdi-bookmark-remove:before {
    content: "\F0C6"
}

.mdi-boombox:before {
    content: "\F5DC"
}

.mdi-bootstrap:before {
    content: "\F6C5"
}

.mdi-border-all:before {
    content: "\F0C7"
}

.mdi-border-bottom:before {
    content: "\F0C8"
}

.mdi-border-color:before {
    content: "\F0C9"
}

.mdi-border-horizontal:before {
    content: "\F0CA"
}

.mdi-border-inside:before {
    content: "\F0CB"
}

.mdi-border-left:before {
    content: "\F0CC"
}

.mdi-border-none:before {
    content: "\F0CD"
}

.mdi-border-outside:before {
    content: "\F0CE"
}

.mdi-border-right:before {
    content: "\F0CF"
}

.mdi-border-style:before {
    content: "\F0D0"
}

.mdi-border-top:before {
    content: "\F0D1"
}

.mdi-border-vertical:before {
    content: "\F0D2"
}

.mdi-bow-tie:before {
    content: "\F677"
}

.mdi-bowl:before {
    content: "\F617"
}

.mdi-bowling:before {
    content: "\F0D3"
}

.mdi-box:before {
    content: "\F0D4"
}

.mdi-box-cutter:before {
    content: "\F0D5"
}

.mdi-box-shadow:before {
    content: "\F637"
}

.mdi-bridge:before {
    content: "\F618"
}

.mdi-briefcase:before {
    content: "\F0D6"
}

.mdi-briefcase-check:before {
    content: "\F0D7"
}

.mdi-briefcase-download:before {
    content: "\F0D8"
}

.mdi-briefcase-upload:before {
    content: "\F0D9"
}

.mdi-brightness-1:before {
    content: "\F0DA"
}

.mdi-brightness-2:before {
    content: "\F0DB"
}

.mdi-brightness-3:before {
    content: "\F0DC"
}

.mdi-brightness-4:before {
    content: "\F0DD"
}

.mdi-brightness-5:before {
    content: "\F0DE"
}

.mdi-brightness-6:before {
    content: "\F0DF"
}

.mdi-brightness-7:before {
    content: "\F0E0"
}

.mdi-brightness-auto:before {
    content: "\F0E1"
}

.mdi-broom:before {
    content: "\F0E2"
}

.mdi-brush:before {
    content: "\F0E3"
}

.mdi-buffer:before {
    content: "\F619"
}

.mdi-bug:before {
    content: "\F0E4"
}

.mdi-bulletin-board:before {
    content: "\F0E5"
}

.mdi-bullhorn:before {
    content: "\F0E6"
}

.mdi-bullseye:before {
    content: "\F5DD"
}

.mdi-burst-mode:before {
    content: "\F5DE"
}

.mdi-bus:before {
    content: "\F0E7"
}

.mdi-cached:before {
    content: "\F0E8"
}

.mdi-cake:before {
    content: "\F0E9"
}

.mdi-cake-layered:before {
    content: "\F0EA"
}

.mdi-cake-variant:before {
    content: "\F0EB"
}

.mdi-calculator:before {
    content: "\F0EC"
}

.mdi-calendar:before {
    content: "\F0ED"
}

.mdi-calendar-blank:before {
    content: "\F0EE"
}

.mdi-calendar-check:before {
    content: "\F0EF"
}

.mdi-calendar-clock:before {
    content: "\F0F0"
}

.mdi-calendar-multiple:before {
    content: "\F0F1"
}

.mdi-calendar-multiple-check:before {
    content: "\F0F2"
}

.mdi-calendar-plus:before {
    content: "\F0F3"
}

.mdi-calendar-question:before {
    content: "\F691"
}

.mdi-calendar-range:before {
    content: "\F678"
}

.mdi-calendar-remove:before {
    content: "\F0F4"
}

.mdi-calendar-text:before {
    content: "\F0F5"
}

.mdi-calendar-today:before {
    content: "\F0F6"
}

.mdi-call-made:before {
    content: "\F0F7"
}

.mdi-call-merge:before {
    content: "\F0F8"
}

.mdi-call-missed:before {
    content: "\F0F9"
}

.mdi-call-received:before {
    content: "\F0FA"
}

.mdi-call-split:before {
    content: "\F0FB"
}

.mdi-camcorder:before {
    content: "\F0FC"
}

.mdi-camcorder-box:before {
    content: "\F0FD"
}

.mdi-camcorder-box-off:before {
    content: "\F0FE"
}

.mdi-camcorder-off:before {
    content: "\F0FF"
}

.mdi-camera:before {
    content: "\F100"
}

.mdi-camera-burst:before {
    content: "\F692"
}

.mdi-camera-enhance:before {
    content: "\F101"
}

.mdi-camera-front:before {
    content: "\F102"
}

.mdi-camera-front-variant:before {
    content: "\F103"
}

.mdi-camera-iris:before {
    content: "\F104"
}

.mdi-camera-off:before {
    content: "\F5DF"
}

.mdi-camera-party-mode:before {
    content: "\F105"
}

.mdi-camera-rear:before {
    content: "\F106"
}

.mdi-camera-rear-variant:before {
    content: "\F107"
}

.mdi-camera-switch:before {
    content: "\F108"
}

.mdi-camera-timer:before {
    content: "\F109"
}

.mdi-candle:before {
    content: "\F5E2"
}

.mdi-candycane:before {
    content: "\F10A"
}

.mdi-car:before {
    content: "\F10B"
}

.mdi-car-battery:before {
    content: "\F10C"
}

.mdi-car-connected:before {
    content: "\F10D"
}

.mdi-car-wash:before {
    content: "\F10E"
}

.mdi-cards:before {
    content: "\F638"
}

.mdi-cards-outline:before {
    content: "\F639"
}

.mdi-cards-playing-outline:before {
    content: "\F63A"
}

.mdi-cards-variant:before {
    content: "\F6C6"
}

.mdi-carrot:before {
    content: "\F10F"
}

.mdi-cart:before {
    content: "\F110"
}

.mdi-cart-off:before {
    content: "\F66B"
}

.mdi-cart-outline:before {
    content: "\F111"
}

.mdi-cart-plus:before {
    content: "\F112"
}

.mdi-case-sensitive-alt:before {
    content: "\F113"
}

.mdi-cash:before {
    content: "\F114"
}

.mdi-cash-100:before {
    content: "\F115"
}

.mdi-cash-multiple:before {
    content: "\F116"
}

.mdi-cash-usd:before {
    content: "\F117"
}

.mdi-cast:before {
    content: "\F118"
}

.mdi-cast-connected:before {
    content: "\F119"
}

.mdi-castle:before {
    content: "\F11A"
}

.mdi-cat:before {
    content: "\F11B"
}

.mdi-cellphone:before {
    content: "\F11C"
}

.mdi-cellphone-android:before {
    content: "\F11D"
}

.mdi-cellphone-basic:before {
    content: "\F11E"
}

.mdi-cellphone-dock:before {
    content: "\F11F"
}

.mdi-cellphone-iphone:before {
    content: "\F120"
}

.mdi-cellphone-link:before {
    content: "\F121"
}

.mdi-cellphone-link-off:before {
    content: "\F122"
}

.mdi-cellphone-settings:before {
    content: "\F123"
}

.mdi-certificate:before {
    content: "\F124"
}

.mdi-chair-school:before {
    content: "\F125"
}

.mdi-chart-arc:before {
    content: "\F126"
}

.mdi-chart-areaspline:before {
    content: "\F127"
}

.mdi-chart-bar:before {
    content: "\F128"
}

.mdi-chart-bubble:before {
    content: "\F5E3"
}

.mdi-chart-gantt:before {
    content: "\F66C"
}

.mdi-chart-histogram:before {
    content: "\F129"
}

.mdi-chart-line:before {
    content: "\F12A"
}

.mdi-chart-pie:before {
    content: "\F12B"
}

.mdi-chart-scatterplot-hexbin:before {
    content: "\F66D"
}

.mdi-chart-timeline:before {
    content: "\F66E"
}

.mdi-check:before {
    content: "\F12C"
}

.mdi-check-all:before {
    content: "\F12D"
}

.mdi-check-circle:before {
    content: "\F5E0"
}

.mdi-check-circle-outline:before {
    content: "\F5E1"
}

.mdi-checkbox-blank:before {
    content: "\F12E"
}

.mdi-checkbox-blank-circle:before {
    content: "\F12F"
}

.mdi-checkbox-blank-circle-outline:before {
    content: "\F130"
}

.mdi-checkbox-blank-outline:before {
    content: "\F131"
}

.mdi-checkbox-marked:before {
    content: "\F132"
}

.mdi-checkbox-marked-circle:before {
    content: "\F133"
}

.mdi-checkbox-marked-circle-outline:before {
    content: "\F134"
}

.mdi-checkbox-marked-outline:before {
    content: "\F135"
}

.mdi-checkbox-multiple-blank:before {
    content: "\F136"
}

.mdi-checkbox-multiple-blank-circle:before {
    content: "\F63B"
}

.mdi-checkbox-multiple-blank-circle-outline:before {
    content: "\F63C"
}

.mdi-checkbox-multiple-blank-outline:before {
    content: "\F137"
}

.mdi-checkbox-multiple-marked:before {
    content: "\F138"
}

.mdi-checkbox-multiple-marked-circle:before {
    content: "\F63D"
}

.mdi-checkbox-multiple-marked-circle-outline:before {
    content: "\F63E"
}

.mdi-checkbox-multiple-marked-outline:before {
    content: "\F139"
}

.mdi-checkerboard:before {
    content: "\F13A"
}

.mdi-chemical-weapon:before {
    content: "\F13B"
}

.mdi-chevron-double-down:before {
    content: "\F13C"
}

.mdi-chevron-double-left:before {
    content: "\F13D"
}

.mdi-chevron-double-right:before {
    content: "\F13E"
}

.mdi-chevron-double-up:before {
    content: "\F13F"
}

.mdi-chevron-down:before {
    content: "\F140"
}

.mdi-chevron-left:before {
    content: "\F141"
}

.mdi-chevron-right:before {
    content: "\F142"
}

.mdi-chevron-up:before {
    content: "\F143"
}

.mdi-chip:before {
    content: "\F61A"
}

.mdi-church:before {
    content: "\F144"
}

.mdi-cisco-webex:before {
    content: "\F145"
}

.mdi-city:before {
    content: "\F146"
}

.mdi-clipboard:before {
    content: "\F147"
}

.mdi-clipboard-account:before {
    content: "\F148"
}

.mdi-clipboard-alert:before {
    content: "\F149"
}

.mdi-clipboard-arrow-down:before {
    content: "\F14A"
}

.mdi-clipboard-arrow-left:before {
    content: "\F14B"
}

.mdi-clipboard-check:before {
    content: "\F14C"
}

.mdi-clipboard-flow:before {
    content: "\F6C7"
}

.mdi-clipboard-outline:before {
    content: "\F14D"
}

.mdi-clipboard-text:before {
    content: "\F14E"
}

.mdi-clippy:before {
    content: "\F14F"
}

.mdi-clock:before {
    content: "\F150"
}

.mdi-clock-alert:before {
    content: "\F5CE"
}

.mdi-clock-end:before {
    content: "\F151"
}

.mdi-clock-fast:before {
    content: "\F152"
}

.mdi-clock-in:before {
    content: "\F153"
}

.mdi-clock-out:before {
    content: "\F154"
}

.mdi-clock-start:before {
    content: "\F155"
}

.mdi-close:before {
    content: "\F156"
}

.mdi-close-box:before {
    content: "\F157"
}

.mdi-close-box-outline:before {
    content: "\F158"
}

.mdi-close-circle:before {
    content: "\F159"
}

.mdi-close-circle-outline:before {
    content: "\F15A"
}

.mdi-close-network:before {
    content: "\F15B"
}

.mdi-close-octagon:before {
    content: "\F15C"
}

.mdi-close-octagon-outline:before {
    content: "\F15D"
}

.mdi-close-outline:before {
    content: "\F6C8"
}

.mdi-closed-caption:before {
    content: "\F15E"
}

.mdi-cloud:before {
    content: "\F15F"
}

.mdi-cloud-check:before {
    content: "\F160"
}

.mdi-cloud-circle:before {
    content: "\F161"
}

.mdi-cloud-download:before {
    content: "\F162"
}

.mdi-cloud-outline:before {
    content: "\F163"
}

.mdi-cloud-outline-off:before {
    content: "\F164"
}

.mdi-cloud-print:before {
    content: "\F165"
}

.mdi-cloud-print-outline:before {
    content: "\F166"
}

.mdi-cloud-sync:before {
    content: "\F63F"
}

.mdi-cloud-upload:before {
    content: "\F167"
}

.mdi-code-array:before {
    content: "\F168"
}

.mdi-code-braces:before {
    content: "\F169"
}

.mdi-code-brackets:before {
    content: "\F16A"
}

.mdi-code-equal:before {
    content: "\F16B"
}

.mdi-code-greater-than:before {
    content: "\F16C"
}

.mdi-code-greater-than-or-equal:before {
    content: "\F16D"
}

.mdi-code-less-than:before {
    content: "\F16E"
}

.mdi-code-less-than-or-equal:before {
    content: "\F16F"
}

.mdi-code-not-equal:before {
    content: "\F170"
}

.mdi-code-not-equal-variant:before {
    content: "\F171"
}

.mdi-code-parentheses:before {
    content: "\F172"
}

.mdi-code-string:before {
    content: "\F173"
}

.mdi-code-tags:before {
    content: "\F174"
}

.mdi-code-tags-check:before {
    content: "\F693"
}

.mdi-codepen:before {
    content: "\F175"
}

.mdi-coffee:before {
    content: "\F176"
}

.mdi-coffee-outline:before {
    content: "\F6C9"
}

.mdi-coffee-to-go:before {
    content: "\F177"
}

.mdi-coin:before {
    content: "\F178"
}

.mdi-coins:before {
    content: "\F694"
}

.mdi-collage:before {
    content: "\F640"
}

.mdi-color-helper:before {
    content: "\F179"
}

.mdi-comment:before {
    content: "\F17A"
}

.mdi-comment-account:before {
    content: "\F17B"
}

.mdi-comment-account-outline:before {
    content: "\F17C"
}

.mdi-comment-alert:before {
    content: "\F17D"
}

.mdi-comment-alert-outline:before {
    content: "\F17E"
}

.mdi-comment-check:before {
    content: "\F17F"
}

.mdi-comment-check-outline:before {
    content: "\F180"
}

.mdi-comment-multiple-outline:before {
    content: "\F181"
}

.mdi-comment-outline:before {
    content: "\F182"
}

.mdi-comment-plus-outline:before {
    content: "\F183"
}

.mdi-comment-processing:before {
    content: "\F184"
}

.mdi-comment-processing-outline:before {
    content: "\F185"
}

.mdi-comment-question-outline:before {
    content: "\F186"
}

.mdi-comment-remove-outline:before {
    content: "\F187"
}

.mdi-comment-text:before {
    content: "\F188"
}

.mdi-comment-text-outline:before {
    content: "\F189"
}

.mdi-compare:before {
    content: "\F18A"
}

.mdi-compass:before {
    content: "\F18B"
}

.mdi-compass-outline:before {
    content: "\F18C"
}

.mdi-console:before {
    content: "\F18D"
}

.mdi-contact-mail:before {
    content: "\F18E"
}

.mdi-contacts:before {
    content: "\F6CA"
}

.mdi-content-copy:before {
    content: "\F18F"
}

.mdi-content-cut:before {
    content: "\F190"
}

.mdi-content-duplicate:before {
    content: "\F191"
}

.mdi-content-paste:before {
    content: "\F192"
}

.mdi-content-save:before {
    content: "\F193"
}

.mdi-content-save-all:before {
    content: "\F194"
}

.mdi-content-save-settings:before {
    content: "\F61B"
}

.mdi-contrast:before {
    content: "\F195"
}

.mdi-contrast-box:before {
    content: "\F196"
}

.mdi-contrast-circle:before {
    content: "\F197"
}

.mdi-cookie:before {
    content: "\F198"
}

.mdi-copyright:before {
    content: "\F5E6"
}

.mdi-counter:before {
    content: "\F199"
}

.mdi-cow:before {
    content: "\F19A"
}

.mdi-creation:before {
    content: "\F1C9"
}

.mdi-credit-card:before {
    content: "\F19B"
}

.mdi-credit-card-multiple:before {
    content: "\F19C"
}

.mdi-credit-card-off:before {
    content: "\F5E4"
}

.mdi-credit-card-plus:before {
    content: "\F675"
}

.mdi-credit-card-scan:before {
    content: "\F19D"
}

.mdi-crop:before {
    content: "\F19E"
}

.mdi-crop-free:before {
    content: "\F19F"
}

.mdi-crop-landscape:before {
    content: "\F1A0"
}

.mdi-crop-portrait:before {
    content: "\F1A1"
}

.mdi-crop-rotate:before {
    content: "\F695"
}

.mdi-crop-square:before {
    content: "\F1A2"
}

.mdi-crosshairs:before {
    content: "\F1A3"
}

.mdi-crosshairs-gps:before {
    content: "\F1A4"
}

.mdi-crown:before {
    content: "\F1A5"
}

.mdi-cube:before {
    content: "\F1A6"
}

.mdi-cube-outline:before {
    content: "\F1A7"
}

.mdi-cube-send:before {
    content: "\F1A8"
}

.mdi-cube-unfolded:before {
    content: "\F1A9"
}

.mdi-cup:before {
    content: "\F1AA"
}

.mdi-cup-off:before {
    content: "\F5E5"
}

.mdi-cup-water:before {
    content: "\F1AB"
}

.mdi-currency-btc:before {
    content: "\F1AC"
}

.mdi-currency-eur:before {
    content: "\F1AD"
}

.mdi-currency-gbp:before {
    content: "\F1AE"
}

.mdi-currency-inr:before {
    content: "\F1AF"
}

.mdi-currency-ngn:before {
    content: "\F1B0"
}

.mdi-currency-rub:before {
    content: "\F1B1"
}

.mdi-currency-try:before {
    content: "\F1B2"
}

.mdi-currency-usd:before {
    content: "\F1B3"
}

.mdi-currency-usd-off:before {
    content: "\F679"
}

.mdi-cursor-default:before {
    content: "\F1B4"
}

.mdi-cursor-default-outline:before {
    content: "\F1B5"
}

.mdi-cursor-move:before {
    content: "\F1B6"
}

.mdi-cursor-pointer:before {
    content: "\F1B7"
}

.mdi-cursor-text:before {
    content: "\F5E7"
}

.mdi-database:before {
    content: "\F1B8"
}

.mdi-database-minus:before {
    content: "\F1B9"
}

.mdi-database-plus:before {
    content: "\F1BA"
}

.mdi-debug-step-into:before {
    content: "\F1BB"
}

.mdi-debug-step-out:before {
    content: "\F1BC"
}

.mdi-debug-step-over:before {
    content: "\F1BD"
}

.mdi-decimal-decrease:before {
    content: "\F1BE"
}

.mdi-decimal-increase:before {
    content: "\F1BF"
}

.mdi-delete:before {
    content: "\F1C0"
}

.mdi-delete-circle:before {
    content: "\F682"
}

.mdi-delete-empty:before {
    content: "\F6CB"
}

.mdi-delete-forever:before {
    content: "\F5E8"
}

.mdi-delete-sweep:before {
    content: "\F5E9"
}

.mdi-delete-variant:before {
    content: "\F1C1"
}

.mdi-delta:before {
    content: "\F1C2"
}

.mdi-deskphone:before {
    content: "\F1C3"
}

.mdi-desktop-mac:before {
    content: "\F1C4"
}

.mdi-desktop-tower:before {
    content: "\F1C5"
}

.mdi-details:before {
    content: "\F1C6"
}

.mdi-developer-board:before {
    content: "\F696"
}

.mdi-deviantart:before {
    content: "\F1C7"
}

.mdi-dialpad:before {
    content: "\F61C"
}

.mdi-diamond:before {
    content: "\F1C8"
}

.mdi-dice-1:before {
    content: "\F1CA"
}

.mdi-dice-2:before {
    content: "\F1CB"
}

.mdi-dice-3:before {
    content: "\F1CC"
}

.mdi-dice-4:before {
    content: "\F1CD"
}

.mdi-dice-5:before {
    content: "\F1CE"
}

.mdi-dice-6:before {
    content: "\F1CF"
}

.mdi-dice-d20:before {
    content: "\F5EA"
}

.mdi-dice-d4:before {
    content: "\F5EB"
}

.mdi-dice-d6:before {
    content: "\F5EC"
}

.mdi-dice-d8:before {
    content: "\F5ED"
}

.mdi-dictionary:before {
    content: "\F61D"
}

.mdi-directions:before {
    content: "\F1D0"
}

.mdi-directions-fork:before {
    content: "\F641"
}

.mdi-discord:before {
    content: "\F66F"
}

.mdi-disk:before {
    content: "\F5EE"
}

.mdi-disk-alert:before {
    content: "\F1D1"
}

.mdi-disqus:before {
    content: "\F1D2"
}

.mdi-disqus-outline:before {
    content: "\F1D3"
}

.mdi-division:before {
    content: "\F1D4"
}

.mdi-division-box:before {
    content: "\F1D5"
}

.mdi-dna:before {
    content: "\F683"
}

.mdi-dns:before {
    content: "\F1D6"
}

.mdi-do-not-disturb:before {
    content: "\F697"
}

.mdi-do-not-disturb-off:before {
    content: "\F698"
}

.mdi-dolby:before {
    content: "\F6B2"
}

.mdi-domain:before {
    content: "\F1D7"
}

.mdi-dots-horizontal:before {
    content: "\F1D8"
}

.mdi-dots-vertical:before {
    content: "\F1D9"
}

.mdi-douban:before {
    content: "\F699"
}

.mdi-download:before {
    content: "\F1DA"
}

.mdi-drag:before {
    content: "\F1DB"
}

.mdi-drag-horizontal:before {
    content: "\F1DC"
}

.mdi-drag-vertical:before {
    content: "\F1DD"
}

.mdi-drawing:before {
    content: "\F1DE"
}

.mdi-drawing-box:before {
    content: "\F1DF"
}

.mdi-dribbble:before {
    content: "\F1E0"
}

.mdi-dribbble-box:before {
    content: "\F1E1"
}

.mdi-drone:before {
    content: "\F1E2"
}

.mdi-dropbox:before {
    content: "\F1E3"
}

.mdi-drupal:before {
    content: "\F1E4"
}

.mdi-duck:before {
    content: "\F1E5"
}

.mdi-dumbbell:before {
    content: "\F1E6"
}

.mdi-earth:before {
    content: "\F1E7"
}

.mdi-earth-box:before {
    content: "\F6CC"
}

.mdi-earth-box-off:before {
    content: "\F6CD"
}

.mdi-earth-off:before {
    content: "\F1E8"
}

.mdi-edge:before {
    content: "\F1E9"
}

.mdi-eject:before {
    content: "\F1EA"
}

.mdi-elevation-decline:before {
    content: "\F1EB"
}

.mdi-elevation-rise:before {
    content: "\F1EC"
}

.mdi-elevator:before {
    content: "\F1ED"
}

.mdi-email:before {
    content: "\F1EE"
}

.mdi-email-alert:before {
    content: "\F6CE"
}

.mdi-email-open:before {
    content: "\F1EF"
}

.mdi-email-open-outline:before {
    content: "\F5EF"
}

.mdi-email-outline:before {
    content: "\F1F0"
}

.mdi-email-secure:before {
    content: "\F1F1"
}

.mdi-email-variant:before {
    content: "\F5F0"
}

.mdi-emby:before {
    content: "\F6B3"
}

.mdi-emoticon:before {
    content: "\F1F2"
}

.mdi-emoticon-cool:before {
    content: "\F1F3"
}

.mdi-emoticon-dead:before {
    content: "\F69A"
}

.mdi-emoticon-devil:before {
    content: "\F1F4"
}

.mdi-emoticon-excited:before {
    content: "\F69B"
}

.mdi-emoticon-happy:before {
    content: "\F1F5"
}

.mdi-emoticon-neutral:before {
    content: "\F1F6"
}

.mdi-emoticon-poop:before {
    content: "\F1F7"
}

.mdi-emoticon-sad:before {
    content: "\F1F8"
}

.mdi-emoticon-tongue:before {
    content: "\F1F9"
}

.mdi-engine:before {
    content: "\F1FA"
}

.mdi-engine-outline:before {
    content: "\F1FB"
}

.mdi-equal:before {
    content: "\F1FC"
}

.mdi-equal-box:before {
    content: "\F1FD"
}

.mdi-eraser:before {
    content: "\F1FE"
}

.mdi-eraser-variant:before {
    content: "\F642"
}

.mdi-escalator:before {
    content: "\F1FF"
}

.mdi-ethernet:before {
    content: "\F200"
}

.mdi-ethernet-cable:before {
    content: "\F201"
}

.mdi-ethernet-cable-off:before {
    content: "\F202"
}

.mdi-etsy:before {
    content: "\F203"
}

.mdi-ev-station:before {
    content: "\F5F1"
}

.mdi-evernote:before {
    content: "\F204"
}

.mdi-exclamation:before {
    content: "\F205"
}

.mdi-exit-to-app:before {
    content: "\F206"
}

.mdi-export:before {
    content: "\F207"
}

.mdi-eye:before {
    content: "\F208"
}

.mdi-eye-off:before {
    content: "\F209"
}

.mdi-eye-outline:before {
    content: "\F6CF"
}

.mdi-eye-outline-off:before {
    content: "\F6D0"
}

.mdi-eyedropper:before {
    content: "\F20A"
}

.mdi-eyedropper-variant:before {
    content: "\F20B"
}

.mdi-face:before {
    content: "\F643"
}

.mdi-face-profile:before {
    content: "\F644"
}

.mdi-facebook:before {
    content: "\F20C"
}

.mdi-facebook-box:before {
    content: "\F20D"
}

.mdi-facebook-messenger:before {
    content: "\F20E"
}

.mdi-factory:before {
    content: "\F20F"
}

.mdi-fan:before {
    content: "\F210"
}

.mdi-fast-forward:before {
    content: "\F211"
}

.mdi-fast-forward-outline:before {
    content: "\F6D1"
}

.mdi-fax:before {
    content: "\F212"
}

.mdi-feather:before {
    content: "\F6D2"
}

.mdi-ferry:before {
    content: "\F213"
}

.mdi-file:before {
    content: "\F214"
}

.mdi-file-chart:before {
    content: "\F215"
}

.mdi-file-check:before {
    content: "\F216"
}

.mdi-file-cloud:before {
    content: "\F217"
}

.mdi-file-delimited:before {
    content: "\F218"
}

.mdi-file-document:before {
    content: "\F219"
}

.mdi-file-document-box:before {
    content: "\F21A"
}

.mdi-file-excel:before {
    content: "\F21B"
}

.mdi-file-excel-box:before {
    content: "\F21C"
}

.mdi-file-export:before {
    content: "\F21D"
}

.mdi-file-find:before {
    content: "\F21E"
}

.mdi-file-hidden:before {
    content: "\F613"
}

.mdi-file-image:before {
    content: "\F21F"
}

.mdi-file-import:before {
    content: "\F220"
}

.mdi-file-lock:before {
    content: "\F221"
}

.mdi-file-multiple:before {
    content: "\F222"
}

.mdi-file-music:before {
    content: "\F223"
}

.mdi-file-outline:before {
    content: "\F224"
}

.mdi-file-pdf:before {
    content: "\F225"
}

.mdi-file-pdf-box:before {
    content: "\F226"
}

.mdi-file-powerpoint:before {
    content: "\F227"
}

.mdi-file-powerpoint-box:before {
    content: "\F228"
}

.mdi-file-presentation-box:before {
    content: "\F229"
}

.mdi-file-restore:before {
    content: "\F670"
}

.mdi-file-send:before {
    content: "\F22A"
}

.mdi-file-tree:before {
    content: "\F645"
}

.mdi-file-video:before {
    content: "\F22B"
}

.mdi-file-word:before {
    content: "\F22C"
}

.mdi-file-word-box:before {
    content: "\F22D"
}

.mdi-file-xml:before {
    content: "\F22E"
}

.mdi-film:before {
    content: "\F22F"
}

.mdi-filmstrip:before {
    content: "\F230"
}

.mdi-filmstrip-off:before {
    content: "\F231"
}

.mdi-filter:before {
    content: "\F232"
}

.mdi-filter-outline:before {
    content: "\F233"
}

.mdi-filter-remove:before {
    content: "\F234"
}

.mdi-filter-remove-outline:before {
    content: "\F235"
}

.mdi-filter-variant:before {
    content: "\F236"
}

.mdi-find-replace:before {
    content: "\F6D3"
}

.mdi-fingerprint:before {
    content: "\F237"
}

.mdi-fire:before {
    content: "\F238"
}

.mdi-firefox:before {
    content: "\F239"
}

.mdi-fish:before {
    content: "\F23A"
}

.mdi-flag:before {
    content: "\F23B"
}

.mdi-flag-checkered:before {
    content: "\F23C"
}

.mdi-flag-outline:before {
    content: "\F23D"
}

.mdi-flag-outline-variant:before {
    content: "\F23E"
}

.mdi-flag-triangle:before {
    content: "\F23F"
}

.mdi-flag-variant:before {
    content: "\F240"
}

.mdi-flash:before {
    content: "\F241"
}

.mdi-flash-auto:before {
    content: "\F242"
}

.mdi-flash-off:before {
    content: "\F243"
}

.mdi-flash-outline:before {
    content: "\F6D4"
}

.mdi-flash-red-eye:before {
    content: "\F67A"
}

.mdi-flashlight:before {
    content: "\F244"
}

.mdi-flashlight-off:before {
    content: "\F245"
}

.mdi-flask:before {
    content: "\F093"
}

.mdi-flask-empty:before {
    content: "\F094"
}

.mdi-flask-empty-outline:before {
    content: "\F095"
}

.mdi-flask-outline:before {
    content: "\F096"
}

.mdi-flattr:before {
    content: "\F246"
}

.mdi-flip-to-back:before {
    content: "\F247"
}

.mdi-flip-to-front:before {
    content: "\F248"
}

.mdi-floppy:before {
    content: "\F249"
}

.mdi-flower:before {
    content: "\F24A"
}

.mdi-folder:before {
    content: "\F24B"
}

.mdi-folder-account:before {
    content: "\F24C"
}

.mdi-folder-download:before {
    content: "\F24D"
}

.mdi-folder-google-drive:before {
    content: "\F24E"
}

.mdi-folder-image:before {
    content: "\F24F"
}

.mdi-folder-lock:before {
    content: "\F250"
}

.mdi-folder-lock-open:before {
    content: "\F251"
}

.mdi-folder-move:before {
    content: "\F252"
}

.mdi-folder-multiple:before {
    content: "\F253"
}

.mdi-folder-multiple-image:before {
    content: "\F254"
}

.mdi-folder-multiple-outline:before {
    content: "\F255"
}

.mdi-folder-outline:before {
    content: "\F256"
}

.mdi-folder-plus:before {
    content: "\F257"
}

.mdi-folder-remove:before {
    content: "\F258"
}

.mdi-folder-star:before {
    content: "\F69C"
}

.mdi-folder-upload:before {
    content: "\F259"
}

.mdi-font-awesome:before {
    content: "\F03A"
}

.mdi-food:before {
    content: "\F25A"
}

.mdi-food-apple:before {
    content: "\F25B"
}

.mdi-food-fork-drink:before {
    content: "\F5F2"
}

.mdi-food-off:before {
    content: "\F5F3"
}

.mdi-food-variant:before {
    content: "\F25C"
}

.mdi-football:before {
    content: "\F25D"
}

.mdi-football-australian:before {
    content: "\F25E"
}

.mdi-football-helmet:before {
    content: "\F25F"
}

.mdi-format-align-center:before {
    content: "\F260"
}

.mdi-format-align-justify:before {
    content: "\F261"
}

.mdi-format-align-left:before {
    content: "\F262"
}

.mdi-format-align-right:before {
    content: "\F263"
}

.mdi-format-annotation-plus:before {
    content: "\F646"
}

.mdi-format-bold:before {
    content: "\F264"
}

.mdi-format-clear:before {
    content: "\F265"
}

.mdi-format-color-fill:before {
    content: "\F266"
}

.mdi-format-color-text:before {
    content: "\F69D"
}

.mdi-format-float-center:before {
    content: "\F267"
}

.mdi-format-float-left:before {
    content: "\F268"
}

.mdi-format-float-none:before {
    content: "\F269"
}

.mdi-format-float-right:before {
    content: "\F26A"
}

.mdi-format-font:before {
    content: "\F6D5"
}

.mdi-format-header-1:before {
    content: "\F26B"
}

.mdi-format-header-2:before {
    content: "\F26C"
}

.mdi-format-header-3:before {
    content: "\F26D"
}

.mdi-format-header-4:before {
    content: "\F26E"
}

.mdi-format-header-5:before {
    content: "\F26F"
}

.mdi-format-header-6:before {
    content: "\F270"
}

.mdi-format-header-decrease:before {
    content: "\F271"
}

.mdi-format-header-equal:before {
    content: "\F272"
}

.mdi-format-header-increase:before {
    content: "\F273"
}

.mdi-format-header-pound:before {
    content: "\F274"
}

.mdi-format-horizontal-align-center:before {
    content: "\F61E"
}

.mdi-format-horizontal-align-left:before {
    content: "\F61F"
}

.mdi-format-horizontal-align-right:before {
    content: "\F620"
}

.mdi-format-indent-decrease:before {
    content: "\F275"
}

.mdi-format-indent-increase:before {
    content: "\F276"
}

.mdi-format-italic:before {
    content: "\F277"
}

.mdi-format-line-spacing:before {
    content: "\F278"
}

.mdi-format-line-style:before {
    content: "\F5C8"
}

.mdi-format-line-weight:before {
    content: "\F5C9"
}

.mdi-format-list-bulleted:before {
    content: "\F279"
}

.mdi-format-list-bulleted-type:before {
    content: "\F27A"
}

.mdi-format-list-numbers:before {
    content: "\F27B"
}

.mdi-format-page-break:before {
    content: "\F6D6"
}

.mdi-format-paint:before {
    content: "\F27C"
}

.mdi-format-paragraph:before {
    content: "\F27D"
}

.mdi-format-pilcrow:before {
    content: "\F6D7"
}

.mdi-format-quote:before {
    content: "\F27E"
}

.mdi-format-rotate-90:before {
    content: "\F6A9"
}

.mdi-format-section:before {
    content: "\F69E"
}

.mdi-format-size:before {
    content: "\F27F"
}

.mdi-format-strikethrough:before {
    content: "\F280"
}

.mdi-format-strikethrough-variant:before {
    content: "\F281"
}

.mdi-format-subscript:before {
    content: "\F282"
}

.mdi-format-superscript:before {
    content: "\F283"
}

.mdi-format-text:before {
    content: "\F284"
}

.mdi-format-textdirection-l-to-r:before {
    content: "\F285"
}

.mdi-format-textdirection-r-to-l:before {
    content: "\F286"
}

.mdi-format-title:before {
    content: "\F5F4"
}

.mdi-format-underline:before {
    content: "\F287"
}

.mdi-format-vertical-align-bottom:before {
    content: "\F621"
}

.mdi-format-vertical-align-center:before {
    content: "\F622"
}

.mdi-format-vertical-align-top:before {
    content: "\F623"
}

.mdi-format-wrap-inline:before {
    content: "\F288"
}

.mdi-format-wrap-square:before {
    content: "\F289"
}

.mdi-format-wrap-tight:before {
    content: "\F28A"
}

.mdi-format-wrap-top-bottom:before {
    content: "\F28B"
}

.mdi-forum:before {
    content: "\F28C"
}

.mdi-forward:before {
    content: "\F28D"
}

.mdi-foursquare:before {
    content: "\F28E"
}

.mdi-fridge:before {
    content: "\F28F"
}

.mdi-fridge-filled:before {
    content: "\F290"
}

.mdi-fridge-filled-bottom:before {
    content: "\F291"
}

.mdi-fridge-filled-top:before {
    content: "\F292"
}

.mdi-fullscreen:before {
    content: "\F293"
}

.mdi-fullscreen-exit:before {
    content: "\F294"
}

.mdi-function:before {
    content: "\F295"
}

.mdi-gamepad:before {
    content: "\F296"
}

.mdi-gamepad-variant:before {
    content: "\F297"
}

.mdi-garage:before {
    content: "\F6D8"
}

.mdi-garage-open:before {
    content: "\F6D9"
}

.mdi-gas-cylinder:before {
    content: "\F647"
}

.mdi-gas-station:before {
    content: "\F298"
}

.mdi-gate:before {
    content: "\F299"
}

.mdi-gauge:before {
    content: "\F29A"
}

.mdi-gavel:before {
    content: "\F29B"
}

.mdi-gender-female:before {
    content: "\F29C"
}

.mdi-gender-male:before {
    content: "\F29D"
}

.mdi-gender-male-female:before {
    content: "\F29E"
}

.mdi-gender-transgender:before {
    content: "\F29F"
}

.mdi-ghost:before {
    content: "\F2A0"
}

.mdi-gift:before {
    content: "\F2A1"
}

.mdi-git:before {
    content: "\F2A2"
}

.mdi-github-box:before {
    content: "\F2A3"
}

.mdi-github-circle:before {
    content: "\F2A4"
}

.mdi-github-face:before {
    content: "\F6DA"
}

.mdi-glass-flute:before {
    content: "\F2A5"
}

.mdi-glass-mug:before {
    content: "\F2A6"
}

.mdi-glass-stange:before {
    content: "\F2A7"
}

.mdi-glass-tulip:before {
    content: "\F2A8"
}

.mdi-glassdoor:before {
    content: "\F2A9"
}

.mdi-glasses:before {
    content: "\F2AA"
}

.mdi-gmail:before {
    content: "\F2AB"
}

.mdi-gnome:before {
    content: "\F2AC"
}

.mdi-gondola:before {
    content: "\F685"
}

.mdi-google:before {
    content: "\F2AD"
}

.mdi-google-cardboard:before {
    content: "\F2AE"
}

.mdi-google-chrome:before {
    content: "\F2AF"
}

.mdi-google-circles:before {
    content: "\F2B0"
}

.mdi-google-circles-communities:before {
    content: "\F2B1"
}

.mdi-google-circles-extended:before {
    content: "\F2B2"
}

.mdi-google-circles-group:before {
    content: "\F2B3"
}

.mdi-google-controller:before {
    content: "\F2B4"
}

.mdi-google-controller-off:before {
    content: "\F2B5"
}

.mdi-google-drive:before {
    content: "\F2B6"
}

.mdi-google-earth:before {
    content: "\F2B7"
}

.mdi-google-glass:before {
    content: "\F2B8"
}

.mdi-google-keep:before {
    content: "\F6DB"
}

.mdi-google-maps:before {
    content: "\F5F5"
}

.mdi-google-nearby:before {
    content: "\F2B9"
}

.mdi-google-pages:before {
    content: "\F2BA"
}

.mdi-google-photos:before {
    content: "\F6DC"
}

.mdi-google-physical-web:before {
    content: "\F2BB"
}

.mdi-google-play:before {
    content: "\F2BC"
}

.mdi-google-plus:before {
    content: "\F2BD"
}

.mdi-google-plus-box:before {
    content: "\F2BE"
}

.mdi-google-translate:before {
    content: "\F2BF"
}

.mdi-google-wallet:before {
    content: "\F2C0"
}

.mdi-gradient:before {
    content: "\F69F"
}

.mdi-grease-pencil:before {
    content: "\F648"
}

.mdi-grid:before {
    content: "\F2C1"
}

.mdi-grid-off:before {
    content: "\F2C2"
}

.mdi-group:before {
    content: "\F2C3"
}

.mdi-guitar-electric:before {
    content: "\F2C4"
}

.mdi-guitar-pick:before {
    content: "\F2C5"
}

.mdi-guitar-pick-outline:before {
    content: "\F2C6"
}

.mdi-hackernews:before {
    content: "\F624"
}

.mdi-hamburger:before {
    content: "\F684"
}

.mdi-hand-pointing-right:before {
    content: "\F2C7"
}

.mdi-hanger:before {
    content: "\F2C8"
}

.mdi-hangouts:before {
    content: "\F2C9"
}

.mdi-harddisk:before {
    content: "\F2CA"
}

.mdi-headphones:before {
    content: "\F2CB"
}

.mdi-headphones-box:before {
    content: "\F2CC"
}

.mdi-headphones-settings:before {
    content: "\F2CD"
}

.mdi-headset:before {
    content: "\F2CE"
}

.mdi-headset-dock:before {
    content: "\F2CF"
}

.mdi-headset-off:before {
    content: "\F2D0"
}

.mdi-heart:before {
    content: "\F2D1"
}

.mdi-heart-box:before {
    content: "\F2D2"
}

.mdi-heart-box-outline:before {
    content: "\F2D3"
}

.mdi-heart-broken:before {
    content: "\F2D4"
}

.mdi-heart-half-outline:before {
    content: "\F6DD"
}

.mdi-heart-half-part:before {
    content: "\F6DE"
}

.mdi-heart-half-part-outline:before {
    content: "\F6DF"
}

.mdi-heart-outline:before {
    content: "\F2D5"
}

.mdi-heart-pulse:before {
    content: "\F5F6"
}

.mdi-help:before {
    content: "\F2D6"
}

.mdi-help-circle:before {
    content: "\F2D7"
}

.mdi-help-circle-outline:before {
    content: "\F625"
}

.mdi-hexagon:before {
    content: "\F2D8"
}

.mdi-hexagon-multiple:before {
    content: "\F6E0"
}

.mdi-hexagon-outline:before {
    content: "\F2D9"
}

.mdi-highway:before {
    content: "\F5F7"
}

.mdi-history:before {
    content: "\F2DA"
}

.mdi-hololens:before {
    content: "\F2DB"
}

.mdi-home:before {
    content: "\F2DC"
}

.mdi-home-map-marker:before {
    content: "\F5F8"
}

.mdi-home-modern:before {
    content: "\F2DD"
}

.mdi-home-outline:before {
    content: "\F6A0"
}

.mdi-home-variant:before {
    content: "\F2DE"
}

.mdi-hook:before {
    content: "\F6E1"
}

.mdi-hook-off:before {
    content: "\F6E2"
}

.mdi-hops:before {
    content: "\F2DF"
}

.mdi-hospital:before {
    content: "\F2E0"
}

.mdi-hospital-building:before {
    content: "\F2E1"
}

.mdi-hospital-marker:before {
    content: "\F2E2"
}

.mdi-hotel:before {
    content: "\F2E3"
}

.mdi-houzz:before {
    content: "\F2E4"
}

.mdi-houzz-box:before {
    content: "\F2E5"
}

.mdi-human:before {
    content: "\F2E6"
}

.mdi-human-child:before {
    content: "\F2E7"
}

.mdi-human-female:before {
    content: "\F649"
}

.mdi-human-greeting:before {
    content: "\F64A"
}

.mdi-human-handsdown:before {
    content: "\F64B"
}

.mdi-human-handsup:before {
    content: "\F64C"
}

.mdi-human-male:before {
    content: "\F64D"
}

.mdi-human-male-female:before {
    content: "\F2E8"
}

.mdi-human-pregnant:before {
    content: "\F5CF"
}

.mdi-image:before {
    content: "\F2E9"
}

.mdi-image-album:before {
    content: "\F2EA"
}

.mdi-image-area:before {
    content: "\F2EB"
}

.mdi-image-area-close:before {
    content: "\F2EC"
}

.mdi-image-broken:before {
    content: "\F2ED"
}

.mdi-image-broken-variant:before {
    content: "\F2EE"
}

.mdi-image-filter:before {
    content: "\F2EF"
}

.mdi-image-filter-black-white:before {
    content: "\F2F0"
}

.mdi-image-filter-center-focus:before {
    content: "\F2F1"
}

.mdi-image-filter-center-focus-weak:before {
    content: "\F2F2"
}

.mdi-image-filter-drama:before {
    content: "\F2F3"
}

.mdi-image-filter-frames:before {
    content: "\F2F4"
}

.mdi-image-filter-hdr:before {
    content: "\F2F5"
}

.mdi-image-filter-none:before {
    content: "\F2F6"
}

.mdi-image-filter-tilt-shift:before {
    content: "\F2F7"
}

.mdi-image-filter-vintage:before {
    content: "\F2F8"
}

.mdi-image-multiple:before {
    content: "\F2F9"
}

.mdi-import:before {
    content: "\F2FA"
}

.mdi-inbox:before {
    content: "\F686"
}

.mdi-inbox-arrow-down:before {
    content: "\F2FB"
}

.mdi-inbox-arrow-up:before {
    content: "\F3D1"
}

.mdi-incognito:before {
    content: "\F5F9"
}

.mdi-infinity:before {
    content: "\F6E3"
}

.mdi-information:before {
    content: "\F2FC"
}

.mdi-information-outline:before {
    content: "\F2FD"
}

.mdi-information-variant:before {
    content: "\F64E"
}

.mdi-instagram:before {
    content: "\F2FE"
}

.mdi-instapaper:before {
    content: "\F2FF"
}

.mdi-internet-explorer:before {
    content: "\F300"
}

.mdi-invert-colors:before {
    content: "\F301"
}

.mdi-itunes:before {
    content: "\F676"
}

.mdi-jeepney:before {
    content: "\F302"
}

.mdi-jira:before {
    content: "\F303"
}

.mdi-jsfiddle:before {
    content: "\F304"
}

.mdi-json:before {
    content: "\F626"
}

.mdi-keg:before {
    content: "\F305"
}

.mdi-kettle:before {
    content: "\F5FA"
}

.mdi-key:before {
    content: "\F306"
}

.mdi-key-change:before {
    content: "\F307"
}

.mdi-key-minus:before {
    content: "\F308"
}

.mdi-key-plus:before {
    content: "\F309"
}

.mdi-key-remove:before {
    content: "\F30A"
}

.mdi-key-variant:before {
    content: "\F30B"
}

.mdi-keyboard:before {
    content: "\F30C"
}

.mdi-keyboard-backspace:before {
    content: "\F30D"
}

.mdi-keyboard-caps:before {
    content: "\F30E"
}

.mdi-keyboard-close:before {
    content: "\F30F"
}

.mdi-keyboard-off:before {
    content: "\F310"
}

.mdi-keyboard-return:before {
    content: "\F311"
}

.mdi-keyboard-tab:before {
    content: "\F312"
}

.mdi-keyboard-variant:before {
    content: "\F313"
}

.mdi-kodi:before {
    content: "\F314"
}

.mdi-label:before {
    content: "\F315"
}

.mdi-label-outline:before {
    content: "\F316"
}

.mdi-lambda:before {
    content: "\F627"
}

.mdi-lamp:before {
    content: "\F6B4"
}

.mdi-lan:before {
    content: "\F317"
}

.mdi-lan-connect:before {
    content: "\F318"
}

.mdi-lan-disconnect:before {
    content: "\F319"
}

.mdi-lan-pending:before {
    content: "\F31A"
}

.mdi-language-c:before {
    content: "\F671"
}

.mdi-language-cpp:before {
    content: "\F672"
}

.mdi-language-csharp:before {
    content: "\F31B"
}

.mdi-language-css3:before {
    content: "\F31C"
}

.mdi-language-html5:before {
    content: "\F31D"
}

.mdi-language-javascript:before {
    content: "\F31E"
}

.mdi-language-php:before {
    content: "\F31F"
}

.mdi-language-python:before {
    content: "\F320"
}

.mdi-language-python-text:before {
    content: "\F321"
}

.mdi-language-swift:before {
    content: "\F6E4"
}

.mdi-language-typescript:before {
    content: "\F6E5"
}

.mdi-laptop:before {
    content: "\F322"
}

.mdi-laptop-chromebook:before {
    content: "\F323"
}

.mdi-laptop-mac:before {
    content: "\F324"
}

.mdi-laptop-off:before {
    content: "\F6E6"
}

.mdi-laptop-windows:before {
    content: "\F325"
}

.mdi-lastfm:before {
    content: "\F326"
}

.mdi-launch:before {
    content: "\F327"
}

.mdi-layers:before {
    content: "\F328"
}

.mdi-layers-off:before {
    content: "\F329"
}

.mdi-lead-pencil:before {
    content: "\F64F"
}

.mdi-leaf:before {
    content: "\F32A"
}

.mdi-led-off:before {
    content: "\F32B"
}

.mdi-led-on:before {
    content: "\F32C"
}

.mdi-led-outline:before {
    content: "\F32D"
}

.mdi-led-variant-off:before {
    content: "\F32E"
}

.mdi-led-variant-on:before {
    content: "\F32F"
}

.mdi-led-variant-outline:before {
    content: "\F330"
}

.mdi-library:before {
    content: "\F331"
}

.mdi-library-books:before {
    content: "\F332"
}

.mdi-library-music:before {
    content: "\F333"
}

.mdi-library-plus:before {
    content: "\F334"
}

.mdi-lightbulb:before {
    content: "\F335"
}

.mdi-lightbulb-on:before {
    content: "\F6E7"
}

.mdi-lightbulb-on-outline:before {
    content: "\F6E8"
}

.mdi-lightbulb-outline:before {
    content: "\F336"
}

.mdi-link:before {
    content: "\F337"
}

.mdi-link-off:before {
    content: "\F338"
}

.mdi-link-variant:before {
    content: "\F339"
}

.mdi-link-variant-off:before {
    content: "\F33A"
}

.mdi-linkedin:before {
    content: "\F33B"
}

.mdi-linkedin-box:before {
    content: "\F33C"
}

.mdi-linux:before {
    content: "\F33D"
}

.mdi-lock:before {
    content: "\F33E"
}

.mdi-lock-open:before {
    content: "\F33F"
}

.mdi-lock-open-outline:before {
    content: "\F340"
}

.mdi-lock-outline:before {
    content: "\F341"
}

.mdi-lock-pattern:before {
    content: "\F6E9"
}

.mdi-lock-plus:before {
    content: "\F5FB"
}

.mdi-login:before {
    content: "\F342"
}

.mdi-login-variant:before {
    content: "\F5FC"
}

.mdi-logout:before {
    content: "\F343"
}

.mdi-logout-variant:before {
    content: "\F5FD"
}

.mdi-looks:before {
    content: "\F344"
}

.mdi-loop:before {
    content: "\F6EA"
}

.mdi-loupe:before {
    content: "\F345"
}

.mdi-lumx:before {
    content: "\F346"
}

.mdi-magnet:before {
    content: "\F347"
}

.mdi-magnet-on:before {
    content: "\F348"
}

.mdi-magnify:before {
    content: "\F349"
}

.mdi-magnify-minus:before {
    content: "\F34A"
}

.mdi-magnify-minus-outline:before {
    content: "\F6EB"
}

.mdi-magnify-plus:before {
    content: "\F34B"
}

.mdi-magnify-plus-outline:before {
    content: "\F6EC"
}

.mdi-mail-ru:before {
    content: "\F34C"
}

.mdi-mailbox:before {
    content: "\F6ED"
}

.mdi-map:before {
    content: "\F34D"
}

.mdi-map-marker:before {
    content: "\F34E"
}

.mdi-map-marker-circle:before {
    content: "\F34F"
}

.mdi-map-marker-minus:before {
    content: "\F650"
}

.mdi-map-marker-multiple:before {
    content: "\F350"
}

.mdi-map-marker-off:before {
    content: "\F351"
}

.mdi-map-marker-plus:before {
    content: "\F651"
}

.mdi-map-marker-radius:before {
    content: "\F352"
}

.mdi-margin:before {
    content: "\F353"
}

.mdi-markdown:before {
    content: "\F354"
}

.mdi-marker:before {
    content: "\F652"
}

.mdi-marker-check:before {
    content: "\F355"
}

.mdi-martini:before {
    content: "\F356"
}

.mdi-material-ui:before {
    content: "\F357"
}

.mdi-math-compass:before {
    content: "\F358"
}

.mdi-matrix:before {
    content: "\F628"
}

.mdi-maxcdn:before {
    content: "\F359"
}

.mdi-medical-bag:before {
    content: "\F6EE"
}

.mdi-medium:before {
    content: "\F35A"
}

.mdi-memory:before {
    content: "\F35B"
}

.mdi-menu:before {
    content: "\F35C"
}

.mdi-menu-down:before {
    content: "\F35D"
}

.mdi-menu-down-outline:before {
    content: "\F6B5"
}

.mdi-menu-left:before {
    content: "\F35E"
}

.mdi-menu-right:before {
    content: "\F35F"
}

.mdi-menu-up:before {
    content: "\F360"
}

.mdi-menu-up-outline:before {
    content: "\F6B6"
}

.mdi-message:before {
    content: "\F361"
}

.mdi-message-alert:before {
    content: "\F362"
}

.mdi-message-bulleted:before {
    content: "\F6A1"
}

.mdi-message-bulleted-off:before {
    content: "\F6A2"
}

.mdi-message-draw:before {
    content: "\F363"
}

.mdi-message-image:before {
    content: "\F364"
}

.mdi-message-outline:before {
    content: "\F365"
}

.mdi-message-plus:before {
    content: "\F653"
}

.mdi-message-processing:before {
    content: "\F366"
}

.mdi-message-reply:before {
    content: "\F367"
}

.mdi-message-reply-text:before {
    content: "\F368"
}

.mdi-message-settings:before {
    content: "\F6EF"
}

.mdi-message-settings-variant:before {
    content: "\F6F0"
}

.mdi-message-text:before {
    content: "\F369"
}

.mdi-message-text-outline:before {
    content: "\F36A"
}

.mdi-message-video:before {
    content: "\F36B"
}

.mdi-meteor:before {
    content: "\F629"
}

.mdi-microphone:before {
    content: "\F36C"
}

.mdi-microphone-off:before {
    content: "\F36D"
}

.mdi-microphone-outline:before {
    content: "\F36E"
}

.mdi-microphone-settings:before {
    content: "\F36F"
}

.mdi-microphone-variant:before {
    content: "\F370"
}

.mdi-microphone-variant-off:before {
    content: "\F371"
}

.mdi-microscope:before {
    content: "\F654"
}

.mdi-microsoft:before {
    content: "\F372"
}

.mdi-minecraft:before {
    content: "\F373"
}

.mdi-minus:before {
    content: "\F374"
}

.mdi-minus-box:before {
    content: "\F375"
}

.mdi-minus-box-outline:before {
    content: "\F6F1"
}

.mdi-minus-circle:before {
    content: "\F376"
}

.mdi-minus-circle-outline:before {
    content: "\F377"
}

.mdi-minus-network:before {
    content: "\F378"
}

.mdi-mixcloud:before {
    content: "\F62A"
}

.mdi-monitor:before {
    content: "\F379"
}

.mdi-monitor-multiple:before {
    content: "\F37A"
}

.mdi-more:before {
    content: "\F37B"
}

.mdi-motorbike:before {
    content: "\F37C"
}

.mdi-mouse:before {
    content: "\F37D"
}

.mdi-mouse-off:before {
    content: "\F37E"
}

.mdi-mouse-variant:before {
    content: "\F37F"
}

.mdi-mouse-variant-off:before {
    content: "\F380"
}

.mdi-move-resize:before {
    content: "\F655"
}

.mdi-move-resize-variant:before {
    content: "\F656"
}

.mdi-movie:before {
    content: "\F381"
}

.mdi-multiplication:before {
    content: "\F382"
}

.mdi-multiplication-box:before {
    content: "\F383"
}

.mdi-music-box:before {
    content: "\F384"
}

.mdi-music-box-outline:before {
    content: "\F385"
}

.mdi-music-circle:before {
    content: "\F386"
}

.mdi-music-note:before {
    content: "\F387"
}

.mdi-music-note-bluetooth:before {
    content: "\F5FE"
}

.mdi-music-note-bluetooth-off:before {
    content: "\F5FF"
}

.mdi-music-note-eighth:before {
    content: "\F388"
}

.mdi-music-note-half:before {
    content: "\F389"
}

.mdi-music-note-off:before {
    content: "\F38A"
}

.mdi-music-note-quarter:before {
    content: "\F38B"
}

.mdi-music-note-sixteenth:before {
    content: "\F38C"
}

.mdi-music-note-whole:before {
    content: "\F38D"
}

.mdi-nature:before {
    content: "\F38E"
}

.mdi-nature-people:before {
    content: "\F38F"
}

.mdi-navigation:before {
    content: "\F390"
}

.mdi-near-me:before {
    content: "\F5CD"
}

.mdi-needle:before {
    content: "\F391"
}

.mdi-nest-protect:before {
    content: "\F392"
}

.mdi-nest-thermostat:before {
    content: "\F393"
}

.mdi-network:before {
    content: "\F6F2"
}

.mdi-network-download:before {
    content: "\F6F3"
}

.mdi-network-question:before {
    content: "\F6F4"
}

.mdi-network-upload:before {
    content: "\F6F5"
}

.mdi-new-box:before {
    content: "\F394"
}

.mdi-newspaper:before {
    content: "\F395"
}

.mdi-nfc:before {
    content: "\F396"
}

.mdi-nfc-tap:before {
    content: "\F397"
}

.mdi-nfc-variant:before {
    content: "\F398"
}

.mdi-nodejs:before {
    content: "\F399"
}

.mdi-note:before {
    content: "\F39A"
}

.mdi-note-multiple:before {
    content: "\F6B7"
}

.mdi-note-multiple-outline:before {
    content: "\F6B8"
}

.mdi-note-outline:before {
    content: "\F39B"
}

.mdi-note-plus:before {
    content: "\F39C"
}

.mdi-note-plus-outline:before {
    content: "\F39D"
}

.mdi-note-text:before {
    content: "\F39E"
}

.mdi-notification-clear-all:before {
    content: "\F39F"
}

.mdi-npm:before {
    content: "\F6F6"
}

.mdi-nuke:before {
    content: "\F6A3"
}

.mdi-numeric:before {
    content: "\F3A0"
}

.mdi-numeric-0-box:before {
    content: "\F3A1"
}

.mdi-numeric-0-box-multiple-outline:before {
    content: "\F3A2"
}

.mdi-numeric-0-box-outline:before {
    content: "\F3A3"
}

.mdi-numeric-1-box:before {
    content: "\F3A4"
}

.mdi-numeric-1-box-multiple-outline:before {
    content: "\F3A5"
}

.mdi-numeric-1-box-outline:before {
    content: "\F3A6"
}

.mdi-numeric-2-box:before {
    content: "\F3A7"
}

.mdi-numeric-2-box-multiple-outline:before {
    content: "\F3A8"
}

.mdi-numeric-2-box-outline:before {
    content: "\F3A9"
}

.mdi-numeric-3-box:before {
    content: "\F3AA"
}

.mdi-numeric-3-box-multiple-outline:before {
    content: "\F3AB"
}

.mdi-numeric-3-box-outline:before {
    content: "\F3AC"
}

.mdi-numeric-4-box:before {
    content: "\F3AD"
}

.mdi-numeric-4-box-multiple-outline:before {
    content: "\F3AE"
}

.mdi-numeric-4-box-outline:before {
    content: "\F3AF"
}

.mdi-numeric-5-box:before {
    content: "\F3B0"
}

.mdi-numeric-5-box-multiple-outline:before {
    content: "\F3B1"
}

.mdi-numeric-5-box-outline:before {
    content: "\F3B2"
}

.mdi-numeric-6-box:before {
    content: "\F3B3"
}

.mdi-numeric-6-box-multiple-outline:before {
    content: "\F3B4"
}

.mdi-numeric-6-box-outline:before {
    content: "\F3B5"
}

.mdi-numeric-7-box:before {
    content: "\F3B6"
}

.mdi-numeric-7-box-multiple-outline:before {
    content: "\F3B7"
}

.mdi-numeric-7-box-outline:before {
    content: "\F3B8"
}

.mdi-numeric-8-box:before {
    content: "\F3B9"
}

.mdi-numeric-8-box-multiple-outline:before {
    content: "\F3BA"
}

.mdi-numeric-8-box-outline:before {
    content: "\F3BB"
}

.mdi-numeric-9-box:before {
    content: "\F3BC"
}

.mdi-numeric-9-box-multiple-outline:before {
    content: "\F3BD"
}

.mdi-numeric-9-box-outline:before {
    content: "\F3BE"
}

.mdi-numeric-9-plus-box:before {
    content: "\F3BF"
}

.mdi-numeric-9-plus-box-multiple-outline:before {
    content: "\F3C0"
}

.mdi-numeric-9-plus-box-outline:before {
    content: "\F3C1"
}

.mdi-nut:before {
    content: "\F6F7"
}

.mdi-nutrition:before {
    content: "\F3C2"
}

.mdi-oar:before {
    content: "\F67B"
}

.mdi-octagon:before {
    content: "\F3C3"
}

.mdi-octagon-outline:before {
    content: "\F3C4"
}

.mdi-octagram:before {
    content: "\F6F8"
}

.mdi-odnoklassniki:before {
    content: "\F3C5"
}

.mdi-office:before {
    content: "\F3C6"
}

.mdi-oil:before {
    content: "\F3C7"
}

.mdi-oil-temperature:before {
    content: "\F3C8"
}

.mdi-omega:before {
    content: "\F3C9"
}

.mdi-onedrive:before {
    content: "\F3CA"
}

.mdi-opacity:before {
    content: "\F5CC"
}

.mdi-open-in-app:before {
    content: "\F3CB"
}

.mdi-open-in-new:before {
    content: "\F3CC"
}

.mdi-openid:before {
    content: "\F3CD"
}

.mdi-opera:before {
    content: "\F3CE"
}

.mdi-ornament:before {
    content: "\F3CF"
}

.mdi-ornament-variant:before {
    content: "\F3D0"
}

.mdi-owl:before {
    content: "\F3D2"
}

.mdi-package:before {
    content: "\F3D3"
}

.mdi-package-down:before {
    content: "\F3D4"
}

.mdi-package-up:before {
    content: "\F3D5"
}

.mdi-package-variant:before {
    content: "\F3D6"
}

.mdi-package-variant-closed:before {
    content: "\F3D7"
}

.mdi-page-first:before {
    content: "\F600"
}

.mdi-page-last:before {
    content: "\F601"
}

.mdi-page-layout-body:before {
    content: "\F6F9"
}

.mdi-page-layout-footer:before {
    content: "\F6FA"
}

.mdi-page-layout-header:before {
    content: "\F6FB"
}

.mdi-page-layout-sidebar-left:before {
    content: "\F6FC"
}

.mdi-page-layout-sidebar-right:before {
    content: "\F6FD"
}

.mdi-palette:before {
    content: "\F3D8"
}

.mdi-palette-advanced:before {
    content: "\F3D9"
}

.mdi-panda:before {
    content: "\F3DA"
}

.mdi-pandora:before {
    content: "\F3DB"
}

.mdi-panorama:before {
    content: "\F3DC"
}

.mdi-panorama-fisheye:before {
    content: "\F3DD"
}

.mdi-panorama-horizontal:before {
    content: "\F3DE"
}

.mdi-panorama-vertical:before {
    content: "\F3DF"
}

.mdi-panorama-wide-angle:before {
    content: "\F3E0"
}

.mdi-paper-cut-vertical:before {
    content: "\F3E1"
}

.mdi-paperclip:before {
    content: "\F3E2"
}

.mdi-parking:before {
    content: "\F3E3"
}

.mdi-pause:before {
    content: "\F3E4"
}

.mdi-pause-circle:before {
    content: "\F3E5"
}

.mdi-pause-circle-outline:before {
    content: "\F3E6"
}

.mdi-pause-octagon:before {
    content: "\F3E7"
}

.mdi-pause-octagon-outline:before {
    content: "\F3E8"
}

.mdi-paw:before {
    content: "\F3E9"
}

.mdi-paw-off:before {
    content: "\F657"
}

.mdi-pen:before {
    content: "\F3EA"
}

.mdi-pencil:before {
    content: "\F3EB"
}

.mdi-pencil-box:before {
    content: "\F3EC"
}

.mdi-pencil-box-outline:before {
    content: "\F3ED"
}

.mdi-pencil-circle:before {
    content: "\F6FE"
}

.mdi-pencil-lock:before {
    content: "\F3EE"
}

.mdi-pencil-off:before {
    content: "\F3EF"
}

.mdi-pentagon:before {
    content: "\F6FF"
}

.mdi-pentagon-outline:before {
    content: "\F700"
}

.mdi-percent:before {
    content: "\F3F0"
}

.mdi-pharmacy:before {
    content: "\F3F1"
}

.mdi-phone:before {
    content: "\F3F2"
}

.mdi-phone-bluetooth:before {
    content: "\F3F3"
}

.mdi-phone-classic:before {
    content: "\F602"
}

.mdi-phone-forward:before {
    content: "\F3F4"
}

.mdi-phone-hangup:before {
    content: "\F3F5"
}

.mdi-phone-in-talk:before {
    content: "\F3F6"
}

.mdi-phone-incoming:before {
    content: "\F3F7"
}

.mdi-phone-locked:before {
    content: "\F3F8"
}

.mdi-phone-log:before {
    content: "\F3F9"
}

.mdi-phone-minus:before {
    content: "\F658"
}

.mdi-phone-missed:before {
    content: "\F3FA"
}

.mdi-phone-outgoing:before {
    content: "\F3FB"
}

.mdi-phone-paused:before {
    content: "\F3FC"
}

.mdi-phone-plus:before {
    content: "\F659"
}

.mdi-phone-settings:before {
    content: "\F3FD"
}

.mdi-phone-voip:before {
    content: "\F3FE"
}

.mdi-pi:before {
    content: "\F3FF"
}

.mdi-pi-box:before {
    content: "\F400"
}

.mdi-piano:before {
    content: "\F67C"
}

.mdi-pig:before {
    content: "\F401"
}

.mdi-pill:before {
    content: "\F402"
}

.mdi-pillar:before {
    content: "\F701"
}

.mdi-pin:before {
    content: "\F403"
}

.mdi-pin-off:before {
    content: "\F404"
}

.mdi-pine-tree:before {
    content: "\F405"
}

.mdi-pine-tree-box:before {
    content: "\F406"
}

.mdi-pinterest:before {
    content: "\F407"
}

.mdi-pinterest-box:before {
    content: "\F408"
}

.mdi-pistol:before {
    content: "\F702"
}

.mdi-pizza:before {
    content: "\F409"
}

.mdi-plane-shield:before {
    content: "\F6BA"
}

.mdi-play:before {
    content: "\F40A"
}

.mdi-play-box-outline:before {
    content: "\F40B"
}

.mdi-play-circle:before {
    content: "\F40C"
}

.mdi-play-circle-outline:before {
    content: "\F40D"
}

.mdi-play-pause:before {
    content: "\F40E"
}

.mdi-play-protected-content:before {
    content: "\F40F"
}

.mdi-playlist-check:before {
    content: "\F5C7"
}

.mdi-playlist-minus:before {
    content: "\F410"
}

.mdi-playlist-play:before {
    content: "\F411"
}

.mdi-playlist-plus:before {
    content: "\F412"
}

.mdi-playlist-remove:before {
    content: "\F413"
}

.mdi-playstation:before {
    content: "\F414"
}

.mdi-plex:before {
    content: "\F6B9"
}

.mdi-plus:before {
    content: "\F415"
}

.mdi-plus-box:before {
    content: "\F416"
}

.mdi-plus-box-outline:before {
    content: "\F703"
}

.mdi-plus-circle:before {
    content: "\F417"
}

.mdi-plus-circle-multiple-outline:before {
    content: "\F418"
}

.mdi-plus-circle-outline:before {
    content: "\F419"
}

.mdi-plus-network:before {
    content: "\F41A"
}

.mdi-plus-one:before {
    content: "\F41B"
}

.mdi-plus-outline:before {
    content: "\F704"
}

.mdi-pocket:before {
    content: "\F41C"
}

.mdi-pokeball:before {
    content: "\F41D"
}

.mdi-polaroid:before {
    content: "\F41E"
}

.mdi-poll:before {
    content: "\F41F"
}

.mdi-poll-box:before {
    content: "\F420"
}

.mdi-polymer:before {
    content: "\F421"
}

.mdi-pool:before {
    content: "\F606"
}

.mdi-popcorn:before {
    content: "\F422"
}

.mdi-pot:before {
    content: "\F65A"
}

.mdi-pot-mix:before {
    content: "\F65B"
}

.mdi-pound:before {
    content: "\F423"
}

.mdi-pound-box:before {
    content: "\F424"
}

.mdi-power:before {
    content: "\F425"
}

.mdi-power-plug:before {
    content: "\F6A4"
}

.mdi-power-plug-off:before {
    content: "\F6A5"
}

.mdi-power-settings:before {
    content: "\F426"
}

.mdi-power-socket:before {
    content: "\F427"
}

.mdi-prescription:before {
    content: "\F705"
}

.mdi-presentation:before {
    content: "\F428"
}

.mdi-presentation-play:before {
    content: "\F429"
}

.mdi-printer:before {
    content: "\F42A"
}

.mdi-printer-3d:before {
    content: "\F42B"
}

.mdi-printer-alert:before {
    content: "\F42C"
}

.mdi-printer-settings:before {
    content: "\F706"
}

.mdi-priority-high:before {
    content: "\F603"
}

.mdi-priority-low:before {
    content: "\F604"
}

.mdi-professional-hexagon:before {
    content: "\F42D"
}

.mdi-projector:before {
    content: "\F42E"
}

.mdi-projector-screen:before {
    content: "\F42F"
}

.mdi-publish:before {
    content: "\F6A6"
}

.mdi-pulse:before {
    content: "\F430"
}

.mdi-puzzle:before {
    content: "\F431"
}

.mdi-qqchat:before {
    content: "\F605"
}

.mdi-qrcode:before {
    content: "\F432"
}

.mdi-qrcode-scan:before {
    content: "\F433"
}

.mdi-quadcopter:before {
    content: "\F434"
}

.mdi-quality-high:before {
    content: "\F435"
}

.mdi-quicktime:before {
    content: "\F436"
}

.mdi-radar:before {
    content: "\F437"
}

.mdi-radiator:before {
    content: "\F438"
}

.mdi-radio:before {
    content: "\F439"
}

.mdi-radio-handheld:before {
    content: "\F43A"
}

.mdi-radio-tower:before {
    content: "\F43B"
}

.mdi-radioactive:before {
    content: "\F43C"
}

.mdi-radiobox-blank:before {
    content: "\F43D"
}

.mdi-radiobox-marked:before {
    content: "\F43E"
}

.mdi-raspberrypi:before {
    content: "\F43F"
}

.mdi-ray-end:before {
    content: "\F440"
}

.mdi-ray-end-arrow:before {
    content: "\F441"
}

.mdi-ray-start:before {
    content: "\F442"
}

.mdi-ray-start-arrow:before {
    content: "\F443"
}

.mdi-ray-start-end:before {
    content: "\F444"
}

.mdi-ray-vertex:before {
    content: "\F445"
}

.mdi-rdio:before {
    content: "\F446"
}

.mdi-react:before {
    content: "\F707"
}

.mdi-read:before {
    content: "\F447"
}

.mdi-readability:before {
    content: "\F448"
}

.mdi-receipt:before {
    content: "\F449"
}

.mdi-record:before {
    content: "\F44A"
}

.mdi-record-rec:before {
    content: "\F44B"
}

.mdi-recycle:before {
    content: "\F44C"
}

.mdi-reddit:before {
    content: "\F44D"
}

.mdi-redo:before {
    content: "\F44E"
}

.mdi-redo-variant:before {
    content: "\F44F"
}

.mdi-refresh:before {
    content: "\F450"
}

.mdi-regex:before {
    content: "\F451"
}

.mdi-relative-scale:before {
    content: "\F452"
}

.mdi-reload:before {
    content: "\F453"
}

.mdi-remote:before {
    content: "\F454"
}

.mdi-rename-box:before {
    content: "\F455"
}

.mdi-reorder-horizontal:before {
    content: "\F687"
}

.mdi-reorder-vertical:before {
    content: "\F688"
}

.mdi-repeat:before {
    content: "\F456"
}

.mdi-repeat-off:before {
    content: "\F457"
}

.mdi-repeat-once:before {
    content: "\F458"
}

.mdi-replay:before {
    content: "\F459"
}

.mdi-reply:before {
    content: "\F45A"
}

.mdi-reply-all:before {
    content: "\F45B"
}

.mdi-reproduction:before {
    content: "\F45C"
}

.mdi-resize-bottom-right:before {
    content: "\F45D"
}

.mdi-responsive:before {
    content: "\F45E"
}

.mdi-restart:before {
    content: "\F708"
}

.mdi-restore:before {
    content: "\F6A7"
}

.mdi-rewind:before {
    content: "\F45F"
}

.mdi-rewind-outline:before {
    content: "\F709"
}

.mdi-rhombus:before {
    content: "\F70A"
}

.mdi-rhombus-outline:before {
    content: "\F70B"
}

.mdi-ribbon:before {
    content: "\F460"
}

.mdi-road:before {
    content: "\F461"
}

.mdi-road-variant:before {
    content: "\F462"
}

.mdi-robot:before {
    content: "\F6A8"
}

.mdi-rocket:before {
    content: "\F463"
}

.mdi-roomba:before {
    content: "\F70C"
}

.mdi-rotate-3d:before {
    content: "\F464"
}

.mdi-rotate-left:before {
    content: "\F465"
}

.mdi-rotate-left-variant:before {
    content: "\F466"
}

.mdi-rotate-right:before {
    content: "\F467"
}

.mdi-rotate-right-variant:before {
    content: "\F468"
}

.mdi-rounded-corner:before {
    content: "\F607"
}

.mdi-router-wireless:before {
    content: "\F469"
}

.mdi-routes:before {
    content: "\F46A"
}

.mdi-rowing:before {
    content: "\F608"
}

.mdi-rss:before {
    content: "\F46B"
}

.mdi-rss-box:before {
    content: "\F46C"
}

.mdi-ruler:before {
    content: "\F46D"
}

.mdi-run:before {
    content: "\F70D"
}

.mdi-run-fast:before {
    content: "\F46E"
}

.mdi-sale:before {
    content: "\F46F"
}

.mdi-satellite:before {
    content: "\F470"
}

.mdi-satellite-variant:before {
    content: "\F471"
}

.mdi-saxophone:before {
    content: "\F609"
}

.mdi-scale:before {
    content: "\F472"
}

.mdi-scale-balance:before {
    content: "\F5D1"
}

.mdi-scale-bathroom:before {
    content: "\F473"
}

.mdi-scanner:before {
    content: "\F6AA"
}

.mdi-school:before {
    content: "\F474"
}

.mdi-screen-rotation:before {
    content: "\F475"
}

.mdi-screen-rotation-lock:before {
    content: "\F476"
}

.mdi-screwdriver:before {
    content: "\F477"
}

.mdi-script:before {
    content: "\F478"
}

.mdi-sd:before {
    content: "\F479"
}

.mdi-seal:before {
    content: "\F47A"
}

.mdi-search-web:before {
    content: "\F70E"
}

.mdi-seat-flat:before {
    content: "\F47B"
}

.mdi-seat-flat-angled:before {
    content: "\F47C"
}

.mdi-seat-individual-suite:before {
    content: "\F47D"
}

.mdi-seat-legroom-extra:before {
    content: "\F47E"
}

.mdi-seat-legroom-normal:before {
    content: "\F47F"
}

.mdi-seat-legroom-reduced:before {
    content: "\F480"
}

.mdi-seat-recline-extra:before {
    content: "\F481"
}

.mdi-seat-recline-normal:before {
    content: "\F482"
}

.mdi-security:before {
    content: "\F483"
}

.mdi-security-home:before {
    content: "\F689"
}

.mdi-security-network:before {
    content: "\F484"
}

.mdi-select:before {
    content: "\F485"
}

.mdi-select-all:before {
    content: "\F486"
}

.mdi-select-inverse:before {
    content: "\F487"
}

.mdi-select-off:before {
    content: "\F488"
}

.mdi-selection:before {
    content: "\F489"
}

.mdi-send:before {
    content: "\F48A"
}

.mdi-serial-port:before {
    content: "\F65C"
}

.mdi-server:before {
    content: "\F48B"
}

.mdi-server-minus:before {
    content: "\F48C"
}

.mdi-server-network:before {
    content: "\F48D"
}

.mdi-server-network-off:before {
    content: "\F48E"
}

.mdi-server-off:before {
    content: "\F48F"
}

.mdi-server-plus:before {
    content: "\F490"
}

.mdi-server-remove:before {
    content: "\F491"
}

.mdi-server-security:before {
    content: "\F492"
}

.mdi-settings:before {
    content: "\F493"
}

.mdi-settings-box:before {
    content: "\F494"
}

.mdi-shape-circle-plus:before {
    content: "\F65D"
}

.mdi-shape-plus:before {
    content: "\F495"
}

.mdi-shape-polygon-plus:before {
    content: "\F65E"
}

.mdi-shape-rectangle-plus:before {
    content: "\F65F"
}

.mdi-shape-square-plus:before {
    content: "\F660"
}

.mdi-share:before {
    content: "\F496"
}

.mdi-share-variant:before {
    content: "\F497"
}

.mdi-shield:before {
    content: "\F498"
}

.mdi-shield-outline:before {
    content: "\F499"
}

.mdi-shopping:before {
    content: "\F49A"
}

.mdi-shopping-music:before {
    content: "\F49B"
}

.mdi-shovel:before {
    content: "\F70F"
}

.mdi-shovel-off:before {
    content: "\F710"
}

.mdi-shredder:before {
    content: "\F49C"
}

.mdi-shuffle:before {
    content: "\F49D"
}

.mdi-shuffle-disabled:before {
    content: "\F49E"
}

.mdi-shuffle-variant:before {
    content: "\F49F"
}

.mdi-sigma:before {
    content: "\F4A0"
}

.mdi-sigma-lower:before {
    content: "\F62B"
}

.mdi-sign-caution:before {
    content: "\F4A1"
}

.mdi-signal:before {
    content: "\F4A2"
}

.mdi-signal-2g:before {
    content: "\F711"
}

.mdi-signal-3g:before {
    content: "\F712"
}

.mdi-signal-4g:before {
    content: "\F713"
}

.mdi-signal-hspa:before {
    content: "\F714"
}

.mdi-signal-hspa-plus:before {
    content: "\F715"
}

.mdi-signal-variant:before {
    content: "\F60A"
}

.mdi-silverware:before {
    content: "\F4A3"
}

.mdi-silverware-fork:before {
    content: "\F4A4"
}

.mdi-silverware-spoon:before {
    content: "\F4A5"
}

.mdi-silverware-variant:before {
    content: "\F4A6"
}

.mdi-sim:before {
    content: "\F4A7"
}

.mdi-sim-alert:before {
    content: "\F4A8"
}

.mdi-sim-off:before {
    content: "\F4A9"
}

.mdi-sitemap:before {
    content: "\F4AA"
}

.mdi-skip-backward:before {
    content: "\F4AB"
}

.mdi-skip-forward:before {
    content: "\F4AC"
}

.mdi-skip-next:before {
    content: "\F4AD"
}

.mdi-skip-next-circle:before {
    content: "\F661"
}

.mdi-skip-next-circle-outline:before {
    content: "\F662"
}

.mdi-skip-previous:before {
    content: "\F4AE"
}

.mdi-skip-previous-circle:before {
    content: "\F663"
}

.mdi-skip-previous-circle-outline:before {
    content: "\F664"
}

.mdi-skull:before {
    content: "\F68B"
}

.mdi-skype:before {
    content: "\F4AF"
}

.mdi-skype-business:before {
    content: "\F4B0"
}

.mdi-slack:before {
    content: "\F4B1"
}

.mdi-sleep:before {
    content: "\F4B2"
}

.mdi-sleep-off:before {
    content: "\F4B3"
}

.mdi-smoking:before {
    content: "\F4B4"
}

.mdi-smoking-off:before {
    content: "\F4B5"
}

.mdi-snapchat:before {
    content: "\F4B6"
}

.mdi-snowflake:before {
    content: "\F716"
}

.mdi-snowman:before {
    content: "\F4B7"
}

.mdi-soccer:before {
    content: "\F4B8"
}

.mdi-sofa:before {
    content: "\F4B9"
}

.mdi-solid:before {
    content: "\F68C"
}

.mdi-sort:before {
    content: "\F4BA"
}

.mdi-sort-alphabetical:before {
    content: "\F4BB"
}

.mdi-sort-ascending:before {
    content: "\F4BC"
}

.mdi-sort-descending:before {
    content: "\F4BD"
}

.mdi-sort-numeric:before {
    content: "\F4BE"
}

.mdi-sort-variant:before {
    content: "\F4BF"
}

.mdi-soundcloud:before {
    content: "\F4C0"
}

.mdi-source-branch:before {
    content: "\F62C"
}

.mdi-source-commit:before {
    content: "\F717"
}

.mdi-source-commit-end:before {
    content: "\F718"
}

.mdi-source-commit-end-local:before {
    content: "\F719"
}

.mdi-source-commit-local:before {
    content: "\F71A"
}

.mdi-source-commit-next-local:before {
    content: "\F71B"
}

.mdi-source-commit-start:before {
    content: "\F71C"
}

.mdi-source-commit-start-next-local:before {
    content: "\F71D"
}

.mdi-source-fork:before {
    content: "\F4C1"
}

.mdi-source-merge:before {
    content: "\F62D"
}

.mdi-source-pull:before {
    content: "\F4C2"
}

.mdi-speaker:before {
    content: "\F4C3"
}

.mdi-speaker-off:before {
    content: "\F4C4"
}

.mdi-speaker-wireless:before {
    content: "\F71E"
}

.mdi-speedometer:before {
    content: "\F4C5"
}

.mdi-spellcheck:before {
    content: "\F4C6"
}

.mdi-spotify:before {
    content: "\F4C7"
}

.mdi-spotlight:before {
    content: "\F4C8"
}

.mdi-spotlight-beam:before {
    content: "\F4C9"
}

.mdi-spray:before {
    content: "\F665"
}

.mdi-square-inc:before {
    content: "\F4CA"
}

.mdi-square-inc-cash:before {
    content: "\F4CB"
}

.mdi-stackexchange:before {
    content: "\F60B"
}

.mdi-stackoverflow:before {
    content: "\F4CC"
}

.mdi-stadium:before {
    content: "\F71F"
}

.mdi-stairs:before {
    content: "\F4CD"
}

.mdi-star:before {
    content: "\F4CE"
}

.mdi-star-circle:before {
    content: "\F4CF"
}

.mdi-star-half:before {
    content: "\F4D0"
}

.mdi-star-off:before {
    content: "\F4D1"
}

.mdi-star-outline:before {
    content: "\F4D2"
}

.mdi-steam:before {
    content: "\F4D3"
}

.mdi-steering:before {
    content: "\F4D4"
}

.mdi-step-backward:before {
    content: "\F4D5"
}

.mdi-step-backward-2:before {
    content: "\F4D6"
}

.mdi-step-forward:before {
    content: "\F4D7"
}

.mdi-step-forward-2:before {
    content: "\F4D8"
}

.mdi-stethoscope:before {
    content: "\F4D9"
}

.mdi-sticker:before {
    content: "\F5D0"
}

.mdi-stocking:before {
    content: "\F4DA"
}

.mdi-stop:before {
    content: "\F4DB"
}

.mdi-stop-circle:before {
    content: "\F666"
}

.mdi-stop-circle-outline:before {
    content: "\F667"
}

.mdi-store:before {
    content: "\F4DC"
}

.mdi-store-24-hour:before {
    content: "\F4DD"
}

.mdi-stove:before {
    content: "\F4DE"
}

.mdi-subdirectory-arrow-left:before {
    content: "\F60C"
}

.mdi-subdirectory-arrow-right:before {
    content: "\F60D"
}

.mdi-subway:before {
    content: "\F6AB"
}

.mdi-subway-variant:before {
    content: "\F4DF"
}

.mdi-sunglasses:before {
    content: "\F4E0"
}

.mdi-surround-sound:before {
    content: "\F5C5"
}

.mdi-svg:before {
    content: "\F720"
}

.mdi-swap-horizontal:before {
    content: "\F4E1"
}

.mdi-swap-vertical:before {
    content: "\F4E2"
}

.mdi-swim:before {
    content: "\F4E3"
}

.mdi-switch:before {
    content: "\F4E4"
}

.mdi-sword:before {
    content: "\F4E5"
}

.mdi-sync:before {
    content: "\F4E6"
}

.mdi-sync-alert:before {
    content: "\F4E7"
}

.mdi-sync-off:before {
    content: "\F4E8"
}

.mdi-tab:before {
    content: "\F4E9"
}

.mdi-tab-unselected:before {
    content: "\F4EA"
}

.mdi-table:before {
    content: "\F4EB"
}

.mdi-table-column-plus-after:before {
    content: "\F4EC"
}

.mdi-table-column-plus-before:before {
    content: "\F4ED"
}

.mdi-table-column-remove:before {
    content: "\F4EE"
}

.mdi-table-column-width:before {
    content: "\F4EF"
}

.mdi-table-edit:before {
    content: "\F4F0"
}

.mdi-table-large:before {
    content: "\F4F1"
}

.mdi-table-row-height:before {
    content: "\F4F2"
}

.mdi-table-row-plus-after:before {
    content: "\F4F3"
}

.mdi-table-row-plus-before:before {
    content: "\F4F4"
}

.mdi-table-row-remove:before {
    content: "\F4F5"
}

.mdi-tablet:before {
    content: "\F4F6"
}

.mdi-tablet-android:before {
    content: "\F4F7"
}

.mdi-tablet-ipad:before {
    content: "\F4F8"
}

.mdi-tag:before {
    content: "\F4F9"
}

.mdi-tag-faces:before {
    content: "\F4FA"
}

.mdi-tag-heart:before {
    content: "\F68A"
}

.mdi-tag-multiple:before {
    content: "\F4FB"
}

.mdi-tag-outline:before {
    content: "\F4FC"
}

.mdi-tag-plus:before {
    content: "\F721"
}

.mdi-tag-remove:before {
    content: "\F722"
}

.mdi-tag-text-outline:before {
    content: "\F4FD"
}

.mdi-target:before {
    content: "\F4FE"
}

.mdi-taxi:before {
    content: "\F4FF"
}

.mdi-teamviewer:before {
    content: "\F500"
}

.mdi-telegram:before {
    content: "\F501"
}

.mdi-television:before {
    content: "\F502"
}

.mdi-television-guide:before {
    content: "\F503"
}

.mdi-temperature-celsius:before {
    content: "\F504"
}

.mdi-temperature-fahrenheit:before {
    content: "\F505"
}

.mdi-temperature-kelvin:before {
    content: "\F506"
}

.mdi-tennis:before {
    content: "\F507"
}

.mdi-tent:before {
    content: "\F508"
}

.mdi-terrain:before {
    content: "\F509"
}

.mdi-test-tube:before {
    content: "\F668"
}

.mdi-text-shadow:before {
    content: "\F669"
}

.mdi-text-to-speech:before {
    content: "\F50A"
}

.mdi-text-to-speech-off:before {
    content: "\F50B"
}

.mdi-textbox:before {
    content: "\F60E"
}

.mdi-texture:before {
    content: "\F50C"
}

.mdi-theater:before {
    content: "\F50D"
}

.mdi-theme-light-dark:before {
    content: "\F50E"
}

.mdi-thermometer:before {
    content: "\F50F"
}

.mdi-thermometer-lines:before {
    content: "\F510"
}

.mdi-thumb-down:before {
    content: "\F511"
}

.mdi-thumb-down-outline:before {
    content: "\F512"
}

.mdi-thumb-up:before {
    content: "\F513"
}

.mdi-thumb-up-outline:before {
    content: "\F514"
}

.mdi-thumbs-up-down:before {
    content: "\F515"
}

.mdi-ticket:before {
    content: "\F516"
}

.mdi-ticket-account:before {
    content: "\F517"
}

.mdi-ticket-confirmation:before {
    content: "\F518"
}

.mdi-ticket-percent:before {
    content: "\F723"
}

.mdi-tie:before {
    content: "\F519"
}

.mdi-tilde:before {
    content: "\F724"
}

.mdi-timelapse:before {
    content: "\F51A"
}

.mdi-timer:before {
    content: "\F51B"
}

.mdi-timer-10:before {
    content: "\F51C"
}

.mdi-timer-3:before {
    content: "\F51D"
}

.mdi-timer-off:before {
    content: "\F51E"
}

.mdi-timer-sand:before {
    content: "\F51F"
}

.mdi-timer-sand-empty:before {
    content: "\F6AC"
}

.mdi-timetable:before {
    content: "\F520"
}

.mdi-toggle-switch:before {
    content: "\F521"
}

.mdi-toggle-switch-off:before {
    content: "\F522"
}

.mdi-tooltip:before {
    content: "\F523"
}

.mdi-tooltip-edit:before {
    content: "\F524"
}

.mdi-tooltip-image:before {
    content: "\F525"
}

.mdi-tooltip-outline:before {
    content: "\F526"
}

.mdi-tooltip-outline-plus:before {
    content: "\F527"
}

.mdi-tooltip-text:before {
    content: "\F528"
}

.mdi-tooth:before {
    content: "\F529"
}

.mdi-tor:before {
    content: "\F52A"
}

.mdi-tower-beach:before {
    content: "\F680"
}

.mdi-tower-fire:before {
    content: "\F681"
}

.mdi-traffic-light:before {
    content: "\F52B"
}

.mdi-train:before {
    content: "\F52C"
}

.mdi-tram:before {
    content: "\F52D"
}

.mdi-transcribe:before {
    content: "\F52E"
}

.mdi-transcribe-close:before {
    content: "\F52F"
}

.mdi-transfer:before {
    content: "\F530"
}

.mdi-transit-transfer:before {
    content: "\F6AD"
}

.mdi-translate:before {
    content: "\F5CA"
}

.mdi-treasure-chest:before {
    content: "\F725"
}

.mdi-tree:before {
    content: "\F531"
}

.mdi-trello:before {
    content: "\F532"
}

.mdi-trending-down:before {
    content: "\F533"
}

.mdi-trending-neutral:before {
    content: "\F534"
}

.mdi-trending-up:before {
    content: "\F535"
}

.mdi-triangle:before {
    content: "\F536"
}

.mdi-triangle-outline:before {
    content: "\F537"
}

.mdi-trophy:before {
    content: "\F538"
}

.mdi-trophy-award:before {
    content: "\F539"
}

.mdi-trophy-outline:before {
    content: "\F53A"
}

.mdi-trophy-variant:before {
    content: "\F53B"
}

.mdi-trophy-variant-outline:before {
    content: "\F53C"
}

.mdi-truck:before {
    content: "\F53D"
}

.mdi-truck-delivery:before {
    content: "\F53E"
}

.mdi-truck-trailer:before {
    content: "\F726"
}

.mdi-tshirt-crew:before {
    content: "\F53F"
}

.mdi-tshirt-v:before {
    content: "\F540"
}

.mdi-tumblr:before {
    content: "\F541"
}

.mdi-tumblr-reblog:before {
    content: "\F542"
}

.mdi-tune:before {
    content: "\F62E"
}

.mdi-tune-vertical:before {
    content: "\F66A"
}

.mdi-twitch:before {
    content: "\F543"
}

.mdi-twitter:before {
    content: "\F544"
}

.mdi-twitter-box:before {
    content: "\F545"
}

.mdi-twitter-circle:before {
    content: "\F546"
}

.mdi-twitter-retweet:before {
    content: "\F547"
}

.mdi-ubuntu:before {
    content: "\F548"
}

.mdi-umbraco:before {
    content: "\F549"
}

.mdi-umbrella:before {
    content: "\F54A"
}

.mdi-umbrella-outline:before {
    content: "\F54B"
}

.mdi-undo:before {
    content: "\F54C"
}

.mdi-undo-variant:before {
    content: "\F54D"
}

.mdi-unfold-less:before {
    content: "\F54E"
}

.mdi-unfold-more:before {
    content: "\F54F"
}

.mdi-ungroup:before {
    content: "\F550"
}

.mdi-unity:before {
    content: "\F6AE"
}

.mdi-untappd:before {
    content: "\F551"
}

.mdi-update:before {
    content: "\F6AF"
}

.mdi-upload:before {
    content: "\F552"
}

.mdi-usb:before {
    content: "\F553"
}

.mdi-vector-arrange-above:before {
    content: "\F554"
}

.mdi-vector-arrange-below:before {
    content: "\F555"
}

.mdi-vector-circle:before {
    content: "\F556"
}

.mdi-vector-circle-variant:before {
    content: "\F557"
}

.mdi-vector-combine:before {
    content: "\F558"
}

.mdi-vector-curve:before {
    content: "\F559"
}

.mdi-vector-difference:before {
    content: "\F55A"
}

.mdi-vector-difference-ab:before {
    content: "\F55B"
}

.mdi-vector-difference-ba:before {
    content: "\F55C"
}

.mdi-vector-intersection:before {
    content: "\F55D"
}

.mdi-vector-line:before {
    content: "\F55E"
}

.mdi-vector-point:before {
    content: "\F55F"
}

.mdi-vector-polygon:before {
    content: "\F560"
}

.mdi-vector-polyline:before {
    content: "\F561"
}

.mdi-vector-rectangle:before {
    content: "\F5C6"
}

.mdi-vector-selection:before {
    content: "\F562"
}

.mdi-vector-square:before {
    content: "\F001"
}

.mdi-vector-triangle:before {
    content: "\F563"
}

.mdi-vector-union:before {
    content: "\F564"
}

.mdi-verified:before {
    content: "\F565"
}

.mdi-vibrate:before {
    content: "\F566"
}

.mdi-video:before {
    content: "\F567"
}

.mdi-video-off:before {
    content: "\F568"
}

.mdi-video-switch:before {
    content: "\F569"
}

.mdi-view-agenda:before {
    content: "\F56A"
}

.mdi-view-array:before {
    content: "\F56B"
}

.mdi-view-carousel:before {
    content: "\F56C"
}

.mdi-view-column:before {
    content: "\F56D"
}

.mdi-view-dashboard:before {
    content: "\F56E"
}

.mdi-view-day:before {
    content: "\F56F"
}

.mdi-view-grid:before {
    content: "\F570"
}

.mdi-view-headline:before {
    content: "\F571"
}

.mdi-view-list:before {
    content: "\F572"
}

.mdi-view-module:before {
    content: "\F573"
}

.mdi-view-parallel:before {
    content: "\F727"
}

.mdi-view-quilt:before {
    content: "\F574"
}

.mdi-view-sequential:before {
    content: "\F728"
}

.mdi-view-stream:before {
    content: "\F575"
}

.mdi-view-week:before {
    content: "\F576"
}

.mdi-vimeo:before {
    content: "\F577"
}

.mdi-vine:before {
    content: "\F578"
}

.mdi-violin:before {
    content: "\F60F"
}

.mdi-visualstudio:before {
    content: "\F610"
}

.mdi-vk:before {
    content: "\F579"
}

.mdi-vk-box:before {
    content: "\F57A"
}

.mdi-vk-circle:before {
    content: "\F57B"
}

.mdi-vlc:before {
    content: "\F57C"
}

.mdi-voice:before {
    content: "\F5CB"
}

.mdi-voicemail:before {
    content: "\F57D"
}

.mdi-volume-high:before {
    content: "\F57E"
}

.mdi-volume-low:before {
    content: "\F57F"
}

.mdi-volume-medium:before {
    content: "\F580"
}

.mdi-volume-off:before {
    content: "\F581"
}

.mdi-vpn:before {
    content: "\F582"
}

.mdi-walk:before {
    content: "\F583"
}

.mdi-wallet:before {
    content: "\F584"
}

.mdi-wallet-giftcard:before {
    content: "\F585"
}

.mdi-wallet-membership:before {
    content: "\F586"
}

.mdi-wallet-travel:before {
    content: "\F587"
}

.mdi-wan:before {
    content: "\F588"
}

.mdi-washing-machine:before {
    content: "\F729"
}

.mdi-watch:before {
    content: "\F589"
}

.mdi-watch-export:before {
    content: "\F58A"
}

.mdi-watch-import:before {
    content: "\F58B"
}

.mdi-watch-vibrate:before {
    content: "\F6B0"
}

.mdi-water:before {
    content: "\F58C"
}

.mdi-water-off:before {
    content: "\F58D"
}

.mdi-water-percent:before {
    content: "\F58E"
}

.mdi-water-pump:before {
    content: "\F58F"
}

.mdi-watermark:before {
    content: "\F612"
}

.mdi-weather-cloudy:before {
    content: "\F590"
}

.mdi-weather-fog:before {
    content: "\F591"
}

.mdi-weather-hail:before {
    content: "\F592"
}

.mdi-weather-lightning:before {
    content: "\F593"
}

.mdi-weather-lightning-rainy:before {
    content: "\F67D"
}

.mdi-weather-night:before {
    content: "\F594"
}

.mdi-weather-partlycloudy:before {
    content: "\F595"
}

.mdi-weather-pouring:before {
    content: "\F596"
}

.mdi-weather-rainy:before {
    content: "\F597"
}

.mdi-weather-snowy:before {
    content: "\F598"
}

.mdi-weather-snowy-rainy:before {
    content: "\F67E"
}

.mdi-weather-sunny:before {
    content: "\F599"
}

.mdi-weather-sunset:before {
    content: "\F59A"
}

.mdi-weather-sunset-down:before {
    content: "\F59B"
}

.mdi-weather-sunset-up:before {
    content: "\F59C"
}

.mdi-weather-windy:before {
    content: "\F59D"
}

.mdi-weather-windy-variant:before {
    content: "\F59E"
}

.mdi-web:before {
    content: "\F59F"
}

.mdi-webcam:before {
    content: "\F5A0"
}

.mdi-webhook:before {
    content: "\F62F"
}

.mdi-webpack:before {
    content: "\F72A"
}

.mdi-wechat:before {
    content: "\F611"
}

.mdi-weight:before {
    content: "\F5A1"
}

.mdi-weight-kilogram:before {
    content: "\F5A2"
}

.mdi-whatsapp:before {
    content: "\F5A3"
}

.mdi-wheelchair-accessibility:before {
    content: "\F5A4"
}

.mdi-white-balance-auto:before {
    content: "\F5A5"
}

.mdi-white-balance-incandescent:before {
    content: "\F5A6"
}

.mdi-white-balance-iridescent:before {
    content: "\F5A7"
}

.mdi-white-balance-sunny:before {
    content: "\F5A8"
}

.mdi-widgets:before {
    content: "\F72B"
}

.mdi-wifi:before {
    content: "\F5A9"
}

.mdi-wifi-off:before {
    content: "\F5AA"
}

.mdi-wii:before {
    content: "\F5AB"
}

.mdi-wiiu:before {
    content: "\F72C"
}

.mdi-wikipedia:before {
    content: "\F5AC"
}

.mdi-window-close:before {
    content: "\F5AD"
}

.mdi-window-closed:before {
    content: "\F5AE"
}

.mdi-window-maximize:before {
    content: "\F5AF"
}

.mdi-window-minimize:before {
    content: "\F5B0"
}

.mdi-window-open:before {
    content: "\F5B1"
}

.mdi-window-restore:before {
    content: "\F5B2"
}

.mdi-windows:before {
    content: "\F5B3"
}

.mdi-wordpress:before {
    content: "\F5B4"
}

.mdi-worker:before {
    content: "\F5B5"
}

.mdi-wrap:before {
    content: "\F5B6"
}

.mdi-wrench:before {
    content: "\F5B7"
}

.mdi-wunderlist:before {
    content: "\F5B8"
}

.mdi-xaml:before {
    content: "\F673"
}

.mdi-xbox:before {
    content: "\F5B9"
}

.mdi-xbox-controller:before {
    content: "\F5BA"
}

.mdi-xbox-controller-off:before {
    content: "\F5BB"
}

.mdi-xda:before {
    content: "\F5BC"
}

.mdi-xing:before {
    content: "\F5BD"
}

.mdi-xing-box:before {
    content: "\F5BE"
}

.mdi-xing-circle:before {
    content: "\F5BF"
}

.mdi-xml:before {
    content: "\F5C0"
}

.mdi-yeast:before {
    content: "\F5C1"
}

.mdi-yelp:before {
    content: "\F5C2"
}

.mdi-yin-yang:before {
    content: "\F67F"
}

.mdi-youtube-play:before {
    content: "\F5C3"
}

.mdi-zip-box:before {
    content: "\F5C4"
}

.mdi-18px.mdi-set, .mdi-18px.mdi:before {
    font-size: 18px
}

.mdi-24px.mdi-set, .mdi-24px.mdi:before {
    font-size: 24px
}

.mdi-36px.mdi-set, .mdi-36px.mdi:before {
    font-size: 36px
}

.mdi-48px.mdi-set, .mdi-48px.mdi:before {
    font-size: 48px
}

.mdi-dark {
    color: rgba(0,0,0,0.54)
}

    .mdi-dark.mdi-inactive {
        color: rgba(0,0,0,0.26)
    }

.mdi-light {
    color: #fff
}

    .mdi-light.mdi-inactive {
        color: rgba(255,255,255,0.3)
    }

.mdi-rotate-45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mdi-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mdi-rotate-135 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.mdi-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mdi-rotate-225 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.mdi-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.mdi-rotate-315 {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.mdi-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.mdi-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}
/*# sourceMappingURL=materialdesignicons.min.css.map */

/*!
 * cooker.drawer.css
 * cooker v0.1.4
 * Copyright 2014 blivesta
 * Licensed under MIT
 * https://github.com/blivesta/drawer
 * http://teq-inc.github.io/cooker/
 */
.drawer {
    position: fixed;
    z-index: 101;
    top: 0;
    overflow: hidden;
    width: 83%;
    /* width: 16.25rem; */
    height: 100%;
    color: #fff;
    background-color: #262626;
    padding-top: 10px;
    display: none;
    left: 0;
}

.drawer-overlay {
    position: relative;
    left: 0;
}

.drawer-open {
    overflow: hidden;
    position: fixed;
}

    .drawer-open .drawer {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .drawer-open .drawer-overlay {
        position: absolute;
        left: 266px;
        width: 100%;
        overflow-x: hidden;
        z-index: -1;
    }

    .drawer-open .drawer-toggle {
        left: 83%;
        background: #fff;
        width: 15%;
    }

.drawer-toggle {
    position: fixed;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 25px;
    padding-right: .75rem;
    padding-bottom: 17px;
    padding-left: 15px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.drawer-default {
    background-color: #222;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .5);
}

    .drawer-default + .drawer-overlay {
        background-color: #fff;
        -webkit-transition: left .4s cubic-bezier(.19, 1, .22, 1);
        -o-transition: left .4s cubic-bezier(.19, 1, .22, 1);
        transition: left .4s cubic-bezier(.19, 1, .22, 1);
    }

.mCSB_container{width:auto;margin-right:0;overflow:hidden;}.mCSB_container.mCS_no_scrollbar{margin-right:0;}.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{margin-right:30px;}.mCustomScrollBox>.mCSB_scrollTools{width:2px;height:100%;top:0;right:0;}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto;}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0;}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;height:100%;margin:0 auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-align:center;}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown{display:block;position:relative;height:20px;overflow:hidden;margin:0 auto;cursor:pointer;}.mCSB_scrollTools .mCSB_buttonDown{top:100%;margin-top:-40px;}.mCSB_horizontal>.mCSB_container{height:auto;margin-right:0;margin-bottom:30px;overflow:hidden;}.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-bottom:0;}.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{margin-right:0;margin-bottom:30px;}.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{width:100%;height:16px;top:auto;right:auto;bottom:0;left:0;overflow:hidden;}.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{margin:0 20px;}.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:2px;margin:7px 0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{width:30px;height:100%;}.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{display:block;position:relative;width:20px;height:100%;overflow:hidden;margin:0 auto;cursor:pointer;float:left;}.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{margin-left:-40px;float:right;}.mCustomScrollBox{-ms-touch-action:none;}.mCustomScrollBox>.mCSB_scrollTools{opacity:0.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)";}.mCustomScrollBox:hover>.mCSB_scrollTools{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)";}.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,0.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)";}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#fff;background:rgba(255,255,255,0.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)";}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)";}.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)";}.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight{background-image:url(/Content/images/icon/mCSB_buttons.png);background-repeat:no-repeat;opacity:0.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)";}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0;}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px;}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px;}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px;}.mCSB_scrollTools .mCSB_buttonUp:hover,.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover{opacity:0.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)";}.mCSB_scrollTools .mCSB_buttonUp:active,.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active{opacity:0.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)";}.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,0.15);}.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#000;background:rgba(0,0,0,0.75);}.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85);}.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9);}.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0;}.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px;}.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px;}.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px;}.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#fff;background:rgba(255,255,255,0.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:4px;background:#fff;background:rgba(255,255,255,0.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0;}.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:4px;margin:6px auto;}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85);}.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9);}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{background-position:-32px 0;}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{background-position:-32px -20px;}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-40px -40px;}.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{background-position:-40px -56px;}.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{width:8px;background:#000;background:rgba(0,0,0,0.1);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:8px;background:#000;background:rgba(0,0,0,0.75);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;}.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:8px;margin:6px 0;}.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:8px;margin:6px auto;}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85);}.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9);}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{background-position:-112px 0;}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{background-position:-112px -20px;}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-120px -40px;}.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{background-position:-120px -56px;}.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#fff;background:rgba(255,255,255,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#fff;background:rgba(255,255,255,0.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0;}.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto;}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(255,255,255,0.85);}.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(255,255,255,0.9);}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{background-position:-16px 0;}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{background-position:-16px -20px;}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-20px -40px;}.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{background-position:-20px -56px;}.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{width:4px;background:#000;background:rgba(0,0,0,0.1);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:6px;background:#000;background:rgba(0,0,0,0.75);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;height:4px;margin:6px 0;}.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:6px;margin:5px auto;}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85);}.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9);}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{background-position:-96px 0;}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{background-position:-96px -20px;}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-100px -40px;}.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{background-position:-100px -56px;}.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{background:#fff;background:rgba(255,255,255,0.1);}.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px;}.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;}.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto;}.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,0.15);}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:2px;background:#000;background:rgba(0,0,0,0.75);}.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{width:100%;}.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:100%;height:2px;margin:7px auto;}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background:rgba(0,0,0,0.85);}.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background:rgba(0,0,0,0.9);}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{background-position:-80px 0;}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{background-position:-80px -20px;}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{background-position:-80px -40px;}.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{background-position:-80px -56px;}
.select2-container{width: 100% !important;font-size: 11px;box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap;}.select2-container .select2-search--inline{float:left;}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%;}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left;}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder{float:right;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0;}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic .select2-selection--single{background-color:#f6f6f6;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px;}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px;}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto;}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none;}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb;}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none;}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px;}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto;}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto;}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb;}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0;}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent;}.select2-container--classic .select2-dropdown--above{border-bottom:none;}.select2-container--classic .select2-dropdown--below{border-top:none;}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--classic .select2-results__option[role=group]{padding:0;}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey;}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white;}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px;}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb;}
/* Webfont: Lato-Black */

@font-face {
    font-family: 'LatoBlack';
    src: url('/Content/fonts/Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*url('/Content/fonts/Lato-Black.woff') format('woff'),*/ /* Modern Browsers */
    url('/Content/fonts/Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */ @font-face {
    font-family: 'LatoBold';
    src: url('/Content/fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*url('/Content/fonts/Lato-Bold.woff') format('woff'),*/ /* Modern Browsers */
    url('/Content/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Light */ @font-face {
    font-family: 'LatoLight';
    src: url('/Content/fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*url('/Content/fonts/Lato-Light.woff') format('woff'),*/ /* Modern Browsers */
    url('/Content/fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Regular */ @font-face {
    font-family: 'Lato';
    src: url('/Content/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/Content/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    /*url('/Content/fonts/Lato-Regular.woff') format('woff'),*/ /* Modern Browsers */
    url('/Content/fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.icheckbox, .iradio_square {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(../images/others/square.png) no-repeat;
    border: none;
    cursor: pointer;
    margin-right: 5px;
    float: left;
}

.icheckbox {
    background-position: 0 0;
}

    .icheckbox.hover {
        background-position: -24px 0;
    }

    .icheckbox.checked {
        background-position: -48px 0;
    }

    .icheckbox.disabled {
        background-position: -72px 0;
        cursor: default;
    }

    .icheckbox.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square {
    background-position: -120px 0;
}

    .iradio_square.hover {
        background-position: -144px 0;
    }

    .iradio_square.checked {
        background-position: -168px 0;
    }

    .iradio_square.disabled {
        background-position: -192px 0;
        cursor: default;
    }

    .iradio_square.checked.disabled {
        background-position: -216px 0;
    }


/* CATEGORY-2 */
.catTopBar {
    padding: 8px 0 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 38px;
}

    .catTopBar .catTopBarInner {
        margin: 0;
        border-bottom: none;
        /*padding-left: 30px;*/
    }

    .catTopBar h4, .catTopBar p {
        margin-bottom: 0;
        line-height: 38px;
        margin-bottom: 2px;
        padding-bottom: 0;
    }

    .catTopBar span {
        line-height: 0px;
    }

    .catTopBar .filterToggle {
        cursor: pointer;
    }

        .catTopBar .filterToggle span {
            display: inline-block;
            position: relative;
            width: auto;
            opacity: 1;
            font-size: 34px;
            font-weight: lighter;
            float: right;
            right: 17px;
        }

            .catTopBar .filterToggle span:after {
                content: "-";
                position: absolute;
                color: #000;
            }

            .catTopBar .filterToggle span.is-off:after {
                content: "+";
                position: absolute;
                font-size: 20px;
                margin-top: 0px;
            }

.category-wrapper {
    position: relative;
    padding-top: 135px;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    -ms-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}

.main-container-wrapper {
    position: relative;
    padding-top: 0;
    background: #fff;
    width: 100%;
    height: auto;
}

.hasMinus, .hasPlus {
    float: right;
    margin-top: 0;
    margin-right: 1px;
    position: relative;
}

.i-minus {
    display: block;
    height: 1px;
}

    .i-minus::after {
        background: #ffffff;
        content: "\f0d7";
        font-family: 'FontAwesome';
        position: relative;
        bottom: 15px;
        font-style: normal;
        font-size: 13px;
    }

.hasMinus .i-minus::after {
    content: "\f068";
    font-family: 'FontAwesome';
    font-size: 10px;
}

.hasMinus, .hasPlus {
    float: right;
    margin-top: 0;
    margin-right: 1px;
    position: relative;
    display: block;
    height: 1px;
}

    .hasPlus::before {
        content: "\f142";
        font-family: 'MdiIcon';
        font-size: 15px;
    }

    .hasMinus::before {
        content: "\f140";
        font-family: 'MdiIcon';
        font-size: 15px;
    }

.panel-flat {
    background: none;
    box-shadow: none;
    float: left;
    width: 100%;
}

    .panel-flat .panel-heading {
        padding-left: 0;
        float: left;
        width: 100%;
        padding: 0;
    }

        .panel-flat .panel-heading .panel-title {
            text-transform: uppercase;
        }

            .panel-flat .panel-heading .panel-title div, .panel-flat .panel-heading .panel-title a {
                display: block;
                width: 100%;
                font-weight: normal !important;
                font-size: 11px;
                color: #030000;
                float: left;
                line-height: 35px;
            }

    .panel-flat .panel-body {
        padding: 15px 0;
        font-size: 13px;
        float: left;
        width: 100%;
    }

    .panel-flat .nav-list > li {
        margin-bottom: 15px;
    }

        .panel-flat .nav-list > li:last-child {
            margin-bottom: 0;
        }

        .panel-flat .nav-list > li > a {
            padding: 0;
            font-size: 13px;
        }

            .panel-flat .nav-list > li > a:hover {
                background: none;
            }

    .panel-flat .maxlist-more {
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 0.5px;
        margin-top: 15px;
    }

.catColumnWrapper {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

    .catColumnWrapper.filter-is-off .filtercolumn {
        display: none !important;
        margin-left: -25% !important;
    }

    .catColumnWrapper .filtercolumn {
        -webkit-transition: all 0.25s ease-in 0s;
        -moz-transition: all 0.25s ease-in 0s;
        -o-transition: all 0.25s ease-in 0s;
        -ms-transition: all 0.25s ease-in 0s;
        transition: all 0.25s ease-in 0s;
    }

    .catColumnWrapper .categoryColumn {
        -webkit-transition: all 0.25s ease-in 0s;
        -moz-transition: all 0.25s ease-in 0s;
        -o-transition: all 0.25s ease-in 0s;
        -ms-transition: all 0.25s ease-in 0s;
        transition: all 0.25s ease-in 0s;
    }

    .catColumnWrapper.filter-is-off .categoryColumn {
        width: 100%;
    }

.no-padding-right-lg {
    padding-right: 0px;
}


/* HOME-V7 */
.slider-hero-wrapper {
    height: 100%;
}

    .slider-hero-wrapper .swiper-container, .slider-hero-wrapper .swiper-slide {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .slider-hero-wrapper .slider-caption {
        max-width: 560px;
        color: #fff;
    }

    .slider-hero-wrapper .container {
        opacity: 0;
        -webkit-transition: opacity 0.25s ease 0.45s;
        -moz-transition: opacity 0.25s ease 0.45s;
        -o-transition: opacity 0.25s ease 0.45s;
        -ms-transition: opacity 0.25s ease 0.45s;
        transition: opacity 0.25s ease 0.45s;
    }

    .slider-hero-wrapper .swiper-slide-active .container {
        opacity: 1;
    }

.slider-hero-bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slider-hero {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
}

    .slider-hero .arrow-left {
        background: url('/Content/images/icon/arrows.png') no-repeat left top;
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -15px;
        width: 17px;
        height: 30px;
        z-index: 999;
    }

    .slider-hero .arrow-right {
        background: url('/Content/images/icon/arrows.png') no-repeat left bottom;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -15px;
        width: 17px;
        height: 30px;
        z-index: 999;
    }

    .slider-hero .slider-hero-content {
        cursor: move;
    }

        .slider-hero .slider-hero-content.has-overly-shade > .hw100 {
            background-color: #000000;
            background-color: rgba(0,0,0,0.3);
        }

    .slider-hero .container {
        position: relative;
        z-index: 2;
    }

    .slider-hero .pagination {
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 5px;
        width: 100%;
        z-index: 700;
    }

    .slider-hero .swiper-pagination-switch {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        background: #999;
        box-shadow: 0px 1px 2px #555 inset;
        margin: 0 3px;
        cursor: pointer;
    }

    .slider-hero .swiper-active-switch {
        background: #fff;
    }

    .slider-hero .swiper-pagination-bullet {
        background: none;
        border: 1px solid #fff;
    }

    .slider-hero .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1;
    }

.slider-hero-caption {
    max-width: 40%;
    position: relative;
}

    .slider-hero-caption.max-60 {
        max-width: 60%;
    }

    .slider-hero-caption .slide-caption-subtitle {
        font-weight: normal;
    }

        .slider-hero-caption .slide-caption-subtitle.top {
            font-size: 22px;
            letter-spacing: 4px;
        }

        .slider-hero-caption .slide-caption-subtitle.bottom {
            font-size: 14px;
            letter-spacing: 2px;
            font-weight: lighter;
            margin-bottom: 40px;
        }

    .slider-hero-caption .slide-caption-title {
        color: #fff;
        letter-spacing: -0.5px;
        font-size: 56px;
        line-height: 50px;
        font-family: 'LatoBold';
        margin: 0;
        padding-bottom: 20px;
        -webkit-transition: font 0.5s ease 0s 1s linear 0s;
        -moz-transition: font 0.5s ease 0s 1s linear 0s;
        -o-transition: font 0.5s ease 0s 1s linear 0s;
        -ms-transition: font 0.5s ease 0s 1s linear 0s;
    }

        .slider-hero-caption .slide-caption-title span {
            font-weight: lighter;
        }

        .slider-hero-caption .slide-caption-title.sale {
            font-size: 78px;
            line-height: 78px;
        }


        .slider-hero-caption .slide-caption-title.slide-caption-title-2 {
            font-weight: normal;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

    .slider-hero-caption h3.slide-caption-title-3 {
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 2px;
        line-height: normal;
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
    }

        .slider-hero-caption h3.slide-caption-title-3 a:hover {
            opacity: .7;
        }

    .slider-hero-caption p {
        color: #efefef;
        font-size: 16px;
        letter-spacing: 0.7px;
        padding-bottom: 20px;
        -webkit-transition: font 0.5s ease 0s 1s linear 0s;
        -moz-transition: font 0.5s ease 0s 1s linear 0s;
        -o-transition: font 0.5s ease 0s 1s linear 0s;
        -ms-transition: font 0.5s ease 0s 1s linear 0s;
    }

    .slider-hero-caption .btn-default {
        background-color: rgba(255,255,255,0.08);
        border-color: rgba(255,255,255,0.08);
        border-radius: 2px;
        border-width: 1px;
        color: #fff;
        font-size: 12px;
        font-weight: lighter;
        letter-spacing: 1px;
        padding: 15px 30px;
        text-transform: uppercase;
    }

    .slider-hero-caption .btn {
        font-size: 13px;
    }

    .slider-hero-caption.has-dark-bg *, .slider-hero-caption.has-dark-bg h1, .slider-hero-caption.has-dark-bg h2, .slider-hero-caption.has-dark-bg h3, .slider-hero-caption.has-dark-bg h4, .slider-hero-caption.has-dark-bg h5, .slider-hero-caption.has-dark-bg p {
        color: white;
    }

    .slider-hero-caption.has-light-bg *, .slider-hero-caption.has-light-bg h1, .slider-hero-caption.has-light-bg h2, .slider-hero-caption.has-light-bg h3, .slider-hero-caption.has-light-bg h5, .slider-hero-caption.has-light-bg h5, .slider-hero-caption.has-light-bg p {
        color: #3a3a3a;
    }

.footer-content {
    font-size: 11px;
    padding: 0;
    color: #030000;
}

/* PRODUCT DETAILS 5*/

.product-details-info .panel-heading .panel-title a:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #424242;
    font-size: 9px;
    padding-right: 12px;
}

.product-details-info .panel-heading .panel-title a.collapsed:after {
    content: "\f067";
    color: #424242;
    font-size: 8px;
}

.section-product-info {
    background: #ffffff;
    padding-top: 135px;
    padding-bottom: 50px;
    clear: both;
}

.product-images-carousel-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    clear: both;
}

    .product-images-carousel-wrapper .productMainImage {
        margin-right: auto;
        max-width: 80%;
        display: block;
        clear: both;
    }

        .product-images-carousel-wrapper .productMainImage.hasWhiteImg {
            background: #fff;
        }

    .product-images-carousel-wrapper .bx-wrapper {
        margin-bottom: 0;
    }


        .product-images-carousel-wrapper .bx-wrapper .bx-viewport {
            background: rgba(0,0,0,0) none repeat scroll 0 0;
            border: medium none;
            box-shadow: none;
            left: 0;
        }

    .product-images-carousel-wrapper .product-view-thumb-wrapper {
        right: 30px;
        position: absolute;
        top: 40%;
        z-index: 10;
        width: 54px;
    }

        .product-images-carousel-wrapper .product-view-thumb-wrapper .bx-wrapper .bx-viewport {
            left: 0;
        }

        .product-images-carousel-wrapper .product-view-thumb-wrapper .product-view-thumb-nav {
            cursor: pointer;
            display: block;
            float: left;
            height: 54px;
            line-height: 54px;
            margin-top: 0;
            position: relative;
            text-align: center;
            width: 100%;
            z-index: 10;
        }


            .product-images-carousel-wrapper .product-view-thumb-wrapper .product-view-thumb-nav i {
                font-size: 28px;
            }

        .product-images-carousel-wrapper .product-view-thumb-wrapper ul {
            width: 55px;
        }

            .product-images-carousel-wrapper .product-view-thumb-wrapper ul > li {
                cursor: pointer;
                height: 75px;
                border: 1px solid #F5F5F5;
                width: 100%;
                background: #fff;
                overflow: hidden;
            }


                .product-images-carousel-wrapper .product-view-thumb-wrapper ul > li > a {
                    display: block;
                    width: 100%;
                }

                    .product-images-carousel-wrapper .product-view-thumb-wrapper ul > li > a img {
                        display: block;
                        width: 52px;
                        height: 75px;
                        margin: auto;
                        margin: 0;
                    }

        .product-images-carousel-wrapper .product-view-thumb-wrapper.hasWhiteImg ul > li {
            background: #fff;
        }

.bxslider.product-view-slides li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


a.bx-prev, a.bx-next {
    color: #F5F5F5;
}
/* SLIDE - VIDEO*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.product-details-container {
    padding-top: 0px;
}

.panel.panel-blank {
    border-bottom: 0 none;
    border-radius: 0;
    box-shadow: none;
    background: none;
    margin-top: 0 !important;
}

    .panel.panel-blank .panel-heading {
        border-bottom: 1px solid #cecece;
        padding: 6px 0 6px 1px;
    }

        .panel.panel-blank .panel-heading .panel-title {
            font-size: 12px;
            color: #030000;
            position: relative;
            padding: 0;
            cursor: pointer;
            letter-spacing: 1px;
            margin: 0;
        }

    .panel.panel-blank .panel-body {
        border: 0 !important;
    }

.product-details-info {
    border-top: none;
    margin: 0;
    float: left;
    width: 100%;
}

    .product-details-info #accordion .panel .collapse {
        border-bottom: 1px solid transparent;
    }

.product-details-container {
    padding-top: 0px;
}

.product-details-bottom-bar {
    background: #f3f4f4;
    border-bottom: 1px solid #d1d4d6;
    height: auto;
    clear: both;
}

.product-details-product-color {
    border-top: 1px solid #E2E3E4;
    margin: 5px 0;
    padding-top: 6px;
    float: left;
    width: 100%;
}
/* Bootstrap Datepicker */
.bootstrap-datetimepicker-widget {
    list-style: none;
}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        margin: 2px 0;
        padding: 4px;
        width: 19em;
    }


        .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
            content: '';
            display: inline-block;
            position: absolute;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ccc;
            border-bottom-color: rgba(0,0,0,0.2);
            top: -7px;
            left: 7px;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid white;
            top: -6px;
            left: 8px;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #ccc;
            border-top-color: rgba(0,0,0,0.2);
            bottom: -7px;
            left: 6px;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid white;
            bottom: -6px;
            left: 7px;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
            left: auto;
            right: 6px;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
            left: auto;
            right: 7px;
        }

    .bootstrap-datetimepicker-widget .list-unstyled {
        margin: 0;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        padding: 6px 0;
    }

        .bootstrap-datetimepicker-widget a[data-action]:active {
            box-shadow: none;
        }

    .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
        width: 54px;
        font-family: 'LatoBold';
        font-size: 1.2em;
        margin: 0;
    }

    .bootstrap-datetimepicker-widget button[data-action] {
        padding: 6px;
    }

    .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Increment Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Increment Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Decrement Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Decrement Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Show Hours";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Show Minutes";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Toggle AM/PM";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Clear the picker";
    }

    .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        content: "Set the date to today";
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        text-align: center;
    }

        .bootstrap-datetimepicker-widget .picker-switch::after {
            position: absolute;
            width: 1px;
            height: 1px;
            margin: -1px;
            padding: 0;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
            content: "Toggle Date and Time Screens";
        }

        .bootstrap-datetimepicker-widget .picker-switch td {
            padding: 0;
            margin: 0;
            height: auto;
            width: auto;
            line-height: inherit;
        }

            .bootstrap-datetimepicker-widget .picker-switch td span {
                line-height: 2.5;
                height: 2.5em;
                width: 100%;
            }

    .bootstrap-datetimepicker-widget table {
        width: 100%;
        margin: 0;
    }

        .bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
            text-align: center;
            border-radius: 4px;
        }

        .bootstrap-datetimepicker-widget table th {
            height: 20px;
            line-height: 20px;
            width: 20px;
        }

            .bootstrap-datetimepicker-widget table th.picker-switch {
                width: 145px;
            }

            .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
                background: none;
                color: #777;
                cursor: not-allowed;
            }

            .bootstrap-datetimepicker-widget table th.prev::after {
                position: absolute;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                border: 0;
                content: "Previous Month";
            }

            .bootstrap-datetimepicker-widget table th.next::after {
                position: absolute;
                width: 1px;
                height: 1px;
                margin: -1px;
                padding: 0;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                border: 0;
                content: "Next Month";
            }

        .bootstrap-datetimepicker-widget table thead tr:first-child th {
            cursor: pointer;
        }

            .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
                background: #eee;
            }

        .bootstrap-datetimepicker-widget table td {
            height: 54px;
            line-height: 54px;
            width: 54px;
        }

            .bootstrap-datetimepicker-widget table td.cw {
                font-size: .8em;
                height: 20px;
                line-height: 20px;
                color: #777;
            }

            .bootstrap-datetimepicker-widget table td.day {
                height: 20px;
                line-height: 20px;
                width: 20px;
            }

                .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
                    background: #eee;
                    cursor: pointer;
                }

            .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
                color: #777;
            }

            .bootstrap-datetimepicker-widget table td.today {
                position: relative;
            }

                .bootstrap-datetimepicker-widget table td.today:before {
                    content: '';
                    display: inline-block;
                    border: solid transparent;
                    border-width: 0 0 7px 7px;
                    border-bottom-color: #337ab7;
                    border-top-color: rgba(0,0,0,0.2);
                    position: absolute;
                    bottom: 4px;
                    right: 4px;
                }

            .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
                background-color: #337ab7;
                color: #fff;
                text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
            }

                .bootstrap-datetimepicker-widget table td.active.today:before {
                    border-bottom-color: #fff;
                }

            .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
                background: none;
                color: #777;
                cursor: not-allowed;
            }

            .bootstrap-datetimepicker-widget table td span {
                display: inline-block;
                width: 54px;
                height: 54px;
                line-height: 54px;
                margin: 2px 1.5px;
                cursor: pointer;
                border-radius: 4px;
            }

                .bootstrap-datetimepicker-widget table td span:hover {
                    background: #eee;
                }

                .bootstrap-datetimepicker-widget table td span.active {
                    background-color: #337ab7;
                    color: #fff;
                    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
                }

                .bootstrap-datetimepicker-widget table td span.old {
                    color: #777;
                }

                .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
                    background: none;
                    color: #777;
                    cursor: not-allowed;
                }

    .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
        height: 27px;
        line-height: 27px;
    }

    .bootstrap-datetimepicker-widget.wider {
        width: 21em;
    }

    .bootstrap-datetimepicker-widget .datepicker-decades .decade {
        line-height: 1.8em !important;
    }

.input-group.date .input-group-addon {
    cursor: pointer;
}

/* Skin-6 */
.search-close {
    color: #2a2a2a;
}


.site-color {
    color: #3a3a3a !important;
}


/*.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .cart-menu:hover > a.dropdown-toggle {
       
}*/

.dropdown-menu {
    border-top: none;
}

.search-box:hover .form-control {
    background: #3a3a3a;
}

.search-box:hover .btn-nobg {
    color: #3a3a3a;
}

.searchInputBox .search-btn {
    color: #fff;
}

.promo-1 {
    background: none repeat scroll 0 0 #030000;
}

.alert-box {
    color: #030000;
    font-size: 11px;
    padding: 10px 0 10px 50px;
    float: left;
    width: 100%;
    line-height: 16px;
}

    .alert-box span {
        font-family: 'LatoBold';
        text-transform: uppercase;
    }

.error {
    /*color: #e74c3c;
    font-size: 95%;
    margin-top: -5px;
    margin-bottom: 5px;
    font-weight: normal;
    float: left;
    text-indent: 1px;
    padding-left: 0px;
    background: none;
    letter-spacing: 0.2px;*/
    background: #ffd5d5 !important;
    background-color: #ffd5d5 !important;
}

    .error .select2-selection--single {
        background-color: #ffd5d5 !important;
    }

    .error.error-checkbox {
        background: #ffd5d5;
        float: left;
        width: 100%;
        padding-top: 3px;
    }

.success {
    background: url('/Content/images/notification/success.png') no-repeat 10px 50%;
}

.danger {
    background: url('/Content/images/notification/error.png') no-repeat 10px 50%;
}

.warning {
    background: url('/Content/images/notification/warning.png') no-repeat 10px 50%;
}

.notice {
    background: url('/Content/images/notification/notice.png') no-repeat 10px 50%;
}

.successFav {
    background: url('/Content/images/notification/successFav.png') no-repeat 10px 50%;
}

.removeFav {
    background: url('/Content/images/notification/removeFav.png') no-repeat 10px 50%;
}

.SearchList {
    float: right;
    width: 301px;
    height: auto;
    margin: 0px 0 0 5px;
    background: #fff;
    max-height: 500px;
}

.SearchListActive {
    position: absolute;
    background: #fff;
    width: 100%;
    margin-top: 1px;
    padding: 10px 15px;
    right: 0px;
    /*overflow-y: scroll !important;*/
    overflow-x: hidden !important;
    z-index: 9990;
    border: 1px solid #979797;
    width: 100% !important;
    border-top-width: 1px;
    border-radius: 5px;
}

.SearchList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.SearchList::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.SearchList::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.SearchListContent {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f7f7f7;
    margin: 0 0 2px 0;
    color: #000 !important;
}

    .SearchListContent:hover > img {
        border: 1px solid #ccc;
    }
    .SearchListContent:hover {
        background-color: #f7f7f7;
    }
        .SearchListContent:hover > a {
            color: #000;
        }

.SearchListImg {
    float: left;
    padding: 0 0 2px 0;
    border: 1px solid transparent;
    margin-bottom: 2px;
}

    .SearchListImg:hover {
        border: 1px solid #000;
    }

.SearchListPart {
    float: left;
    width: 190px;
    font-size: 11px;
    margin: 12px 0 0 5px;
    line-height: 14px;
}

.SearchListBrand {
    float: left;
    width: 240px;
    font-family: 'LatoBold';
}

.SearchListBrandContent {
    float: left;
    /*width: 240px;*/
}



/* STYLE CSS */
a {
    color: #030000;
    text-decoration: none;
    outline: none !important;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

    a:hover, a:focus {
        text-decoration: none;
        cursor: pointer;
        color: #666;
    }

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 13px;
    line-height: 21px;
    position: relative;
    background: #fff;
    font-family: 'Lato', Helvetica,sans-serif;
    font-weight: normal;
}

body, html {
    height: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding-bottom: 15px;
}

h1 {
    font-size: 30px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

strong {
    font-family: 'LatoBold';
}


.btn {
    border: medium none;
    border-radius: 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    padding: 5px 20px;
    transition: all 0.25s linear 0s;
    letter-spacing: normal;
}


.btn-primary, .btn-primary {
    background-color: #030000;
    color: #FFFFFF;
    border: medium none;
    border-radius: 0px !important;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.8;
    transition: all 0.25s linear 0s;
    letter-spacing: 1px;
}

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background: #030000;
    }

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-color: #555555 !important;
        border-color: #555555;
        color: #fff;
    }

        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
            background-color: #030000;
        }

.btn.btn-lg {
    /*-webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 1.8;
        padding: 6px 68px;
        height: 34px;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px !important;
    line-height: 2.3;
    padding: 6px 12px;
    height: 50px;
}

.btn.btn-md {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
    padding: 6px 14px;
}

.btn.btn-sm {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 2;
    padding: 0px 24px 0;
    height: 24px;
}

.btn.btn-xs {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.5;
}

.btn-default {
    background-color: #dddddd;
    color: #ffffff;
    text-shadow: none;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
        color: #000;
    }

.open .dropdown-toggle.btn-default {
    background-color: #cacfd2;
    border-color: #cacfd2;
    color: #ffffff;
    background: #a1a6a9;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default.active[disabled], fieldset[disabled] .btn-default.active {
    background-color: #bdc3c7;
}

.btn-transparent {
    background-color: transparent;
    padding: 0px 10px 0 5px;
    font-size: 17px;
    line-height: 25px;
}

    .btn-transparent:hover, .btn-transparent:focus {
        background-color: transparent;
        border-color: transparent;
    }

    .btn-transparent:active, .btn-transparent.active, .open .dropdown-toggle.btn-transparent {
        background-color: transparent;
        border-color: transparent;
    }

.btn-success {
    background-color: #2ecc71;
    color: #ffffff;
}

    .btn-success:hover, .btn-success:focus {
        background-color: #58d68d;
        border-color: #58d68d;
        color: #ffffff;
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-color: #58d68d;
        border-color: #58d68d;
        color: #ffffff;
        background: #27ad60;
    }

        .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success.active[disabled], fieldset[disabled] .btn-success.active {
            background-color: #2ecc71;
        }

.block-title-2 {
    border-bottom: 1px solid #CECECE;
    font-size: 15px;
    font-family: 'LatoBold';
    margin: 0 0 15px;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}


.block-title-3 {
    border-bottom: 1px solid #CECECE;
    font-family: 'LatoBold';
    margin: 0 0 15px;
    padding: 10px 0 10px;
    position: relative;
    text-transform: uppercase;
}

.block-title-4 /* Keikei */ {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
    padding: 0px;
}

.block-title-5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0;
    text-transform: uppercase;
}

.border-title {
    border-bottom: 1px solid #CECECE;
    margin: 0 0 15px;
    padding: 10px 0 10px;
}


.relative {
    position: relative;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-margin-right {
    margin-right: 0;
}

.no-margin-left {
    margin-left: 0;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-border {
    border: 0 !important;
}

.maxheight300 {
    max-height: 320px;
}

.w100 {
    width: 100%;
}

.hw100 {
    height: 100%;
    width: 100%;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.modal {
    overflow: auto;
    margin: 0;
}

.modal-dialog.modal-xs {
    max-width: 460px;
}

#product-details-modal .modal-dialog {
    background: #fff;
    max-width: 1280px;
    overflow: auto;
    width: 100% !important;
}

.modal-dialog .modal-product-thumb {
    padding-top: 15px;
}

.modal-dialog {
    background: #fff;
    max-width: 960px;
    overflow: auto;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 5px;
}

.modal-header {
    border-bottom: 1px solid #E5E5E5;
    color: #000;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.modal-content {
    border: 0 solid #ddd;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}

.modal-footer {
    background: #fff;
    border-top: 2px solid #ddd;
    padding: 10px 20px;
    width: 100%;
    float: left;
}


.input-border-bottom-primary[type="text"], .input-border-bottom-primary[type="password"], .input-border-bottom-primary[type="email"] {
    border-color: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #999999 !important;
    color: #030000;
    margin-bottom: 10px;
    height: 22px;
    outline: none;
}

.form-control-border-bottom {
    display: block;
    width: 100%;
    height: 22px;
    padding: 0px 0px;
    font-size: 12px;
    border-radius: 0 !important;
    border-style: none !important;
    border-width: 0 !important;
    line-height: 1.42857143;
    color: #030000;
    outline: none;
    background-color: #fff;
    background-image: none;
    /* border: transparent; */
    border-bottom: 1px solid #030000 !important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.alert {
    border: none;
    border-radius: 0;
    padding: 9px 15px 10px;
    display: inline-block;
}

.navbar.stuck {
    border-bottom: 1px solid #000;
    padding-top: 4px;
    background: #fff;
}

.stuck .custom-navbar > li > a {
    top: 6px;
}



.dropdown .one-column-dropdown {
    font-size: 13px;
    padding: 0 10px;
    color: #030000;
}


    .dropdown .one-column-dropdown > li > a {
        font-size: 13px;
        color: #030000;
        background: transparent;
        border-bottom: 1px solid transparent;
    }

        .dropdown .one-column-dropdown > li > a:hover {
            border-bottom: 1px solid #030000;
        }

.megamenu .nav, .megamenu .dropup, .megamenu .dropdown, .megamenu .collapse {
    position: static;
}

.megamenu .navbar-inner, .megamenu .container {
    position: relative;
}


.content-menu-item-xs .megamenu .dropdown-menu > li {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #fff;
    margin-left: 25px;
}

.megamenu .dropdown-menu h5 {
    margin-left: 23px;
    color: #fff;
    font-family: 'LatoBold';
    font-size: 14px;
    padding-bottom: 10px;
}


.megamenu .nav.pull-right .dropdown-menu {
    right: 0;
}

.megamenu .megamenu-content-menu-content {
    padding: 0 0 0 30px !important;
    *zoom: 1;
}

.megamenu .megamenu-content {
    padding: 0px 30px;
    *zoom: 1;
}

    .megamenu .megamenu-content:last-child {
        padding: 26px 0 16px 30px !important;
    }

    .megamenu .megamenu-content > ul.unstyled > li > a {
        letter-spacing: 1px;
    }

        .megamenu .megamenu-content > ul.unstyled > li > a:hover {
            border-bottom: 1px solid #000;
        }

    .megamenu .megamenu-content:before, .megamenu .megamenu-content:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .megamenu .megamenu-content:after {
        clear: both;
    }

.megamenu.navbar .nav > li > .dropdown-menu:after, .megamenu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    padding-top: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-80width .dropdown-menu {
    width: 80%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-50width .dropdown-menu {
    width: 50%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-40width .dropdown-menu {
    width: 40%;
    left: 0;
    right: 0;
}

.megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    top: 38px;
    border: 1px solid #d2d2d2;
    border-top: 1px solid #000;
}

.megamenu .dropdown.megamenu-fullwidth:hover .dropdown-menu {
    display: block;
}

.megamenu-content img {
    max-width: 100%;
}

.megamenu-content ul li {
    border-bottom: none;
    padding: 5px 0;
}

.mega-title {
    font-family: 'LatoBold';
    padding: 0 0 7px !important;
    float: left;
    width: 100%;
    font-size: 14px;
}


.megamenu-content ul li a {
    font-size: 12px;
}

.megamenu-content ul li p {
    margin: 0px;
    color: #030000;
}

    .megamenu-content ul li p span {
        font-weight: normal;
        font-size: 13px;
        letter-spacing: 1px;
        color: #030000;
    }


.navbar-toggle .icon-bar {
    border: solid 1px #030000;
}


.navbar-nav > li > a {
    color: #000000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: Georgia;
}

.navbar-cart {
    border-top: 1px solid rgba(0,0,0,0);
    box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
    /*max-height: 340px;*/
    max-height: 0px;
    overflow-x: visible;
    padding-left: 15px;
    padding-right: 15px;
}

.text-color-white, .text-color-white i {
    color: #fff !important;
}

.promo-1 {
    color: #FFFFFF;
    margin-bottom: 15px;
    font-weight: lighter;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.promo-1sub {
    background: #F2F2F2;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    padding: 5px 0;
    text-align: center;
}

.cart-menu {
    float: right;
    display: block;
    position: static;
}


    .cart-menu a.cart-menu-icon {
        padding-bottom: 2px;
        padding-top: 14px;
        padding-left: 5px;
        padding-right: 26px;
        color: rgb(99, 99, 99);
        font-size: 11px;
        font-weight: normal;
        line-height: 20px;
        display: block;
    }

    .cart-menu .chartPopup {
        position: absolute;
        top: 91%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0 0;
        margin: 2px 0 0;
        font-size: 13px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        border: none;
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        padding-bottom: 0;
        border-radius: 0;
        margin-top: 0;
        z-index: 9990;
        right: 0;
    }

    .cart-menu.open .chartPopup {
        display: block;
    }

    .cart-menu .home-quick-cart {
        max-height: 320px;
        width: 100%;
        display: block;
    }

.home-quick-cart {
    width: 100%;
    display: block;
}

.home-quick-cart-img img {
    text-align: center;
    width: 100px;
    margin: 10px 0;
}

.cart-menu img {
    width: 100px;
    border: none;
    padding: 0 !important;
    margin: 0 auto;
}

.cart-menu h4 {
    padding-bottom: 0;
    font-size: 12px;
    font-family: 'LatoBold';
}

.home-quick-cart-description .brand {
    font-size: 11px;
    color: #AEAEAE;
    letter-spacing: 0.5px;
    width: 100%;
    float: left;
    margin: 0 0 2px 0;
    line-height: 17px;
}

.home-quick-cart-description .color, .home-quick-cart-description .set-size {
    font-size: 10px;
    color: #AEAEAE;
    letter-spacing: 0.5px;
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    line-height: 15px;
}

.home-quick-cart-description .total-weight {
    font-size: 10px;
    color: #AEAEAE;
    letter-spacing: 0.5px;
    width: 100%;
    float: left;
    margin: 0;
    line-height: 15px;
}

.home-quick-cart-description .price {
    color: #444444;
    font-size: 15px;
}


.cart-menu table {
    width: 100%;
}

    .cart-menu table tr th {
        background: #f8f8f8;
        border-top: 1px solid #efefef;
    }

    .cart-menu table tr {
        font-size: 11px;
    }

        .cart-menu table tr.mini-cart-product2 {
            border-bottom: solid 1px #E4E4E4;
        }

            .cart-menu table tr.mini-cart-product2 > td {
                vertical-align: middle;
                border-top: none;
                border-bottom: none;
            }


        .cart-menu table tr.mini-cart-product > td.product-detail:last-child {
            padding: 5px 5px 0 !important;
        }

        .cart-menu table tr:last-child {
            border-bottom: none;
        }

        .cart-menu table tr td {
            padding: 8px !important;
            border-bottom: none !important;
        }

.cart-menu .subtotal-price {
    padding: 0 1px;
}

.home-quick-cart-footer {
    background: #FFFFFF;
    padding: 5px;
    font-size: 11px;
    border-top: 1px solid #ddd;
    float: left;
    width: 100%;
}

    .home-quick-cart-footer .subtotal {
        color: #000000;
        font-size: 16px;
        font-family: 'LatoBold';
        line-height: normal;
        margin-bottom: 0;
        text-transform: uppercase;
    }

.new-product-menu-block {
    display: block;
    position: relative;
}

.product-menu-caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 16px;
    background: rgb(0,0,0);
    background: transparent \9;
    background: rgba(0,0,0,0.8);
    zoom: 1;
}

    .product-menu-caption:nth-child(n) {
        filter: none;
    }

    .product-menu-caption i {
        font-size: 0;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
        -moz-transition: all 0.2s ease-out 0s;
        -ms-transition: all 0.2s ease-out 0s;
        -o-transition: all 0.2s ease-out 0s;
    }

.new-product-menu-block:hover i {
    font-size: 16px;
}

.mega-menu-list li {
    font-weight: normal;
}

.swiper-wrapper {
    background: #fff;
}

.arrow-left {
    background: url(/Content/images/icon/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.arrow-right {
    background: url(/Content/images/icon/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 10;
}

.swiper-container {
    width: 100%;
    color: #fff;
    text-align: center;
}

.swiper-slide {
    height: 100%;
}

.text-color-white h1, .text-color-white p, .text-color-white {
    color: #fff;
}

.text-color-black h1, .text-color-black p, .text-color-black {
    color: #000 !important;
}

.item-menu-content {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 20px !important;
    height: 415px !important;
}

.item {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    position: relative;
    min-height: 459px;
}

.product-list-item {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}

.product {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-align: center;
    float: left;
    width: 100%;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
    padding: 0 5px;
}

.item:hover > .product-list-item > .product {
    border-right: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
}

.added-fav {
    height: 30px;
    line-height: 31px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 8px;
    width: 30px;
    z-index: 10;
}

    .added-fav i {
        font-size: 28px;
        color: #E61717;
    }

.add-fav {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 10;
    font-size: 20px;
    color: rgb(126, 126, 126);
    transform: scale(1.1);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    padding-right: 8px;
    font-size: 25px;
    color: #E61717;
}

.product:hover .add-fav {
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "alpha(Opacity=1)";
}

.add-fav-topbar {
    float: right;
    margin: 4px 28px 0;
    font-size: 22px;
    color: rgb(126, 126, 126);
    transform: scale(1.15);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: opacity .3s linear,-webkit-transform .7s cubic-bezier(.56,.48,0,.99);
    -moz-transition: opacity .3s linear,-moz-transform .7s cubic-bezier(.56,.48,0,.99);
    -o-transition: opacity .3s linear,-o-transform .7s cubic-bezier(.56,.48,0,.99);
    -ms-transition: opacity .3s linear,-ms-transform .7s cubic-bezier(.56,.48,0,.99);
    transition: opacity .3s linear,transform .7s cubic-bezier(.56,.48,0,.99);
    opacity: 1;
}


    .add-fav-topbar i {
        float: left;
        font-size: 18px;
        margin-top: 11px;
        color: rgb(126, 126, 126);
    }

.add-fav-topbar-txt {
    color: #030000;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    text-align: right;
}


.add-cart {
    font-size: 20px;
    float: right;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    z-index: 2;
    color: rgb(105, 105, 105);
    transition: all 0.3s ease 0s;
    margin-right: 8px;
}

.product:hover .add-cart {
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "alpha(Opacity=1)";
}

.image {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    max-height: 420px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    float: left;
    width: 100%;
}

    .image a {
        display: block;
        overflow: hidden;
    }

        .image a img {
            transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            max-height: 420px;
            margin: 0 auto;
            width: 350px;
        }

.image-detail {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-bottom: 10px;
    padding-top: 35px;
}

.promotion {
    position: absolute;
    z-index: 100;
    bottom: 8px;
    /* top: 8px; */
    right: 0;
    left: auto;
    height: 24px;
    width: auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    line-height: 18px;
    padding-right: 8px;
}

.description {
    margin: 0px;
    float: left;
    width: 100%;
}

.list-view .description {
    margin: 0 auto;
    max-width: 100%;
}

.promotion .new-product {
    color: #FFFFFF;
    display: inline-table;
    float: left;
    font-size: 12px;
    font-weight: lighter;
    padding: 2px 8px;
    background: #2ec6ce;
    min-width: 48px;
    margin-bottom: 5px;
    letter-spacing: 1px;
    background: #a1dcb1;
    background: -webkit-linear-gradient(#a1dcb1, #70c37e);
    background: -o-linear-gradient(#a1dcb1, #70c37e);
    background: -moz-linear-gradient(#a1dcb1, #70c37e);
    background: linear-gradient(#a1dcb1, #70c37e);
}

.promotion .discount {
    background: #ff706a;
    color: #fff;
    display: inline-table;
    float: left;
    font-size: 12px;
    font-weight: lighter;
    padding: 2px 8px;
    min-width: 48px;
    letter-spacing: 1px;
    background: #a1dcb1;
    background: -webkit-linear-gradient(#ffaca9, #ff0a00);
    background: -o-linear-gradient(#ffaca9, #ff0a00);
    background: -moz-linear-gradient(#ffaca9, #ff0a00);
    background: linear-gradient(#ffaca9, #ff0a00);
}

.item .description p {
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}

.item h4 {
    margin: 0;
    overflow: hidden;
    display: block;
    margin: 10px 0 5px;
    padding: 0;
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .item h4 a {
        font-weight: normal;
        color: #030000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
    }

.product-list-banner {
    position: absolute;
    width: 70%;
    z-index: 90;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=70);
    color: #000;
    font-size: 12px;
    bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    left: 0;
    right: 0;
    display: block;
    border: 1px solid #000;
    top: 50%;
    height: 55px;
    margin: 0 auto;
}

.price {
    font-size: 12px;
    color: #030000;
    letter-spacing: 1px;
}

.price-discount {
    text-decoration: line-through;
    font-size: 21px;
    margin-top: 3px;
    color: #bebebe;
    float: left;
    margin-right: 22px;
}

.gap {
    height: 40px;
    width: 100%;
    clear: both;
    display: block;
}

/*.content-section-2 {
    padding-top: 114px;
}*/

.product-footer {
    border-top: solid 1px #eee;
    padding-top: 20px;
    margin-top: 0;
}

.panel-title {
    color: inherit;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    color: #454545;
    font-size: 15px;
}

.filtercolumn > .panel-group > .panel.panel-flat {
    border-radius: 0;
    border-bottom: 1px solid #f5f5f5;
    margin: 0;
}

.panel-heading, .panel-group .panel {
    border-radius: 0;
    border: none;
}

.color-filter small {
    border: 1px solid #DDDDDD;
    display: inline-block;
    height: 14px;
    margin: 0 3px 0 1px;
    width: 14px;
}

.categoryFilter {
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    height: 50px;
}

    .categoryFilter .minict_wrapper {
        max-width: 180px;
        max-height: 28px;
        height: 28px !important;
        font-style: italic;
    }

        .categoryFilter .minict_wrapper input {
            height: 28px !important;
            font-size: 12px !important;
        }

.minict_wrapper input {
    border: 0 !important;
}

.categoryFilter .minict_wrapper ul li {
    font-size: 12px !important;
}

.nav-tabs > li.active, .nav-tabs > li {
    background: none;
}

    .nav-tabs > li > a {
        border: 0;
        border-radius: 0;
    }

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li:hover > a {
        color: #fff !important;
        border: 0;
        border-radius: 0;
    }

.sp-wrap {
    border: none !important;
}

.sp-thumbs {
    text-align: center !important;
}

.sp-large a img {
    width: 100%;
}

.sp-wrap {
    z-index: 10;
    width: 100%;
    background: none !important;
}

.sp-large {
    max-width: 90%;
}

.sp-thumbs {
    position: absolute;
    right: 0 !important;
    text-align: left;
    bottom: 140px !important;
    width: 100px !important;
    z-index: 70;
}

    .sp-thumbs a:link, .sp-thumbs a:visited {
        border: 2px solid #EEEEEE;
        display: inline-block;
        margin-bottom: 10px;
        float: right;
        transition: margin 0.2s ease 0s;
    }

    .main-image .sp-thumbs a:link, .sp-thumbs a:visited {
        margin-right: 0 !important;
    }

    .sp-thumbs a:hover {
        margin-right: 4px !important;
    }

    .sp-thumbs img {
        height: auto !important;
        width: 60px !important;
    }

.style2 .sp-thumbs {
    top: 0 !important;
    width: 19% !important;
}

    .style2 .sp-thumbs img {
        height: auto !important;
        width: 100px !important;
        max-width: 100%;
        width: 100px !important;
    }

    .style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
        float: left !important;
        width: 100%;
    }

.style2 .sp-large {
    max-width: 80% !important;
    border: 1px solid #DDDDDD;
}

.product-title, .home-quick-cart-title {
    font-size: 12px;
    font-family: 'LatoBold';
    letter-spacing: 0.25px;
    line-height: 1.2;
    margin: 1px 0 0;
    text-transform: none;
    padding-bottom: 0;
}

.product-fav {
    padding: 9px 12px;
    border: 1px solid #7e7e7e;
    float: right;
    color: #000;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    height: 40px;
    font-size: 13px;
    margin: 15px 0;
    display: block;
}

    .product-fav:hover {
        background-color: #7e7e7e;
        color: #ffffff;
    }

    .product-fav i {
        font-size: 16px;
        margin-right: 5px;
        color: #7e7e7e;
    }

    .product-fav.added-product-fav, .product-fav.added-product-fav i {
        color: #e61717;
    }

    .product-fav:hover i, .product-fav:hover {
        color: #fff;
    }

.product-price {
    font-size: 25px;
    margin-top: 3px;
    color: #000;
    float: left;
    font-family: 'LatoBold';
}

.product-details-product-title {
    color: #696969;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 5px 0 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    white-space: normal;
}

#productQuickView {
    padding-top: 40px;
    float: left;
    width: 100%;
}

.price-standard {
    color: #030000;
    font-size: 35px;
    text-decoration: line-through;
}

.product-code {
    font-weight: lighter;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 12px;
}

.product-detail-text {
    font-size: 11px;
    letter-spacing: 1px;
    margin: 5px 0 0;
    color: #030000;
    border-top: 1px solid #ececec;
    padding: 5px 0 !important;
}

.rating span {
    display: inline-block;
}

.ratingInfo {
    margin-left: 10px;
}

.zoomThumb {
    text-align: center;
    margin-top: 10px;
}

    .zoomThumb a {
        display: inline-block;
        width: 120px;
        margin-bottom: 10px;
        border: 2px solid #eee;
        display: inline-block;
        margin-right: 5px;
    }

        .zoomThumb a img {
            max-width: 100%;
        }

.zoomImg {
    cursor: crosshair;
}

.nav-tabs {
    margin-bottom: 20px;
}

.product-tab {
    width: 100%;
    display: inline-block;
    clear: both;
}

.nav-tabs li a {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 0 0 0 0;
    text-transform: uppercase;
}

.color-details {
    margin-top: 14px;
}

.swatches {
    margin: 0.5em 0;
    padding-left: 0;
}

    .swatches li {
        border: 2px solid #FFFFFF;
        display: inline-block;
        margin: 2px 1px;
        vertical-align: top;
        list-style: none;
    }

        .swatches .selected, .swatches li:hover {
            border: 2px solid #ddd;
        }

    .swatches a {
        position: relative;
        background-position: center center;
        background-repeat: no-repeat;
        border: 2px solid #FFFFFF;
        box-shadow: 1px 1px 2px #C5C5C5;
        display: block;
        height: 33px;
        text-align: center;
        transition: all 0.25s ease 0s;
        width: 33px;
    }

        .swatches a img {
            height: 29px;
            width: 29px;
        }

    .swatches li a:after {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 0;
        font-weight: lighter;
        color: #fff;
        transition: font-size 0.25s ease 0.1s;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    }

    .swatches .selected a:after {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 100%;
        font-weight: lighter;
        color: #fff;
        transition: font-size 0.25s ease 0.1s;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    }

.filterBox {
    display: inline-block;
}

.product-filterLook2 .filterBox {
    display: block;
    float: left;
    margin-right: 0;
    width: 100%;
}

.cart-actions {
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 12px;
    clear: both;
}

    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        color: #FFFFFF;
        display: block;
        float: left;
        font-size: 18px;
        font-weight: lighter;
        line-height: 1em;
        margin: 0 20px 0 0;
        padding: 14px 20px;
        text-transform: uppercase;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
    }

button.first {
    margin-right: 20px;
    margin-bottom: 10px;
}

.cart-actions .wishlist {
    background: #CCCCCC;
    line-height: 1em;
    text-decoration: none;
    border: solid 2px #CCCCCC;
    text-align: center;
}

    .cart-actions .wishlist:hover {
        background: #fff;
        color: #666;
        border: solid 2px #CCCCCC;
    }

.incaps {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 15px 20px 0 0;
    text-transform: uppercase;
}

    .incaps i {
        font-size: 20px;
    }

.color-in {
    color: #4CC94A;
}

.color-out {
    color: red;
}

.product-share {
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: inline-block;
    margin-top: 20px;
    padding-top: 14px;
    width: 100%;
}

.recommended {
    border-top: solid 2px #ddd;
    margin-top: 20px;
    padding-top: 20px;
}

    .recommended h1 {
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0;
    }

#SimilarProductSlider .item {
    padding: 30px 0px 0;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.recommended .description {
    min-height: 70px;
}

.product-image {
    max-width: 100%;
}

    .product-image img {
        max-width: 100%;
    }

#SimilarProductSlider .product-image img {
    max-height: 200px;
}

.quanitySniper {
    height: 30px;
    padding: 0;
    text-align: center;
    max-width: 80px !important;
    width: 80px !important;
}

tr.CartProduct td, tr.CartProduct th {
    text-align: left;
}

    tr.CartProduct td:nth-child(2) {
        text-align: left;
    }

tr.CartProduct td {
    border-top: none !important;
}

.cartTable {
    border-top: solid 1px #EFEFEF;
}

    .cartTable .input-group {
        margin: 0 auto;
        max-width: 120px;
        width: auto;
    }

        .cartTable .input-group > .input-group-btn:last-child {
            float: left;
        }

.cartTableHeader {
    background: #EBEDEF;
}

.cartFooter {
    padding: 0px 0;
    border-top: none;
    background: #fff;
    display: inline-block;
    width: 100%;
}


.caps {
    border-top: 0 none;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
    font-size: 12px;
    letter-spacing: 1px;
}

.order-summary-title {
    margin-top: 10px;
    margin-bottom: 1px;
    padding: 1px 8px 10px;
    text-align: center;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

    .order-summary-title .modify {
        line-height: 12px;
        margin-top: 6px;
        float: right;
    }

.cartMiniTable {
    border: 1px solid #DDDDDD;
    padding: 0px;
}

    .cartMiniTable.footer tr:first-child td {
        border: none;
    }

.rightSidebar img {
    width: 50px;
    height: 70px;
}

.categoryListPanel {
    background: #EBEDEF;
}

.contentBox {
    margin-bottom: 80px;
    margin-top: 0;
}

.bold-600 {
    font-weight: 600;
}

.rightSidebar .product-image img {
    float: left;
    max-width: 100%;
    width: 90px;
    margin-right: 10px;
}

.rightSidebar .product {
    padding: 10px 0;
}

.rightSidebar .item {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0;
}

    .rightSidebar .item h4 {
        margin-top: 0;
    }

.couponForm input[type="text"] {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    height: 35px;
    outline: none;
}

.couponForm .btn {
    border-radius: 0 3px 3px 0;
}

span.success, p.success div.success {
    color: #8BB418;
}

.total-price {
    font-size: 22px;
    font-family: 'LatoBold';
}

.order-detail-payment-menu {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 0px;
    width: 100%;
}

    .order-detail-payment-menu li {
        display: inline-block;
        float: left;
        height: auto;
        margin: 0;
        min-height: 55px;
        padding: 0;
        width: 20%;
    }

        .order-detail-payment-menu li.active a {
            color: #fff;
            background: #000;
        }

        .order-detail-payment-menu li.active a {
            position: relative;
        }

            .order-detail-payment-menu li.active a:after {
                top: 100%;
                left: 50%;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-color: rgba(136,183,213,0);
                border-width: 10px;
                margin-left: -10px;
                border-top-color: #000;
            }

        .order-detail-payment-menu li a {
            background: #f7f7f7;
            display: inline-block;
            font-size: 14px;
            height: 100%;
            line-height: normal;
            padding: 10px 0;
            text-align: center;
            vertical-align: middle;
            width: 100%;
            font-size: 13px;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            border-top: 1px solid #ddd;
            color: #a0a0a0;
        }

        .order-detail-payment-menu li:last-child a {
            border-right: none;
        }

        .order-detail-payment-menu li a i {
            background: rgba(0,0,0,0.05);
        }

        .order-detail-payment-menu li.active a i {
            background: rgba(0,0,0,0.1);
            color: #FFFFFF;
        }

        .order-detail-payment-menu li a i {
            border-radius: 0;
            display: block;
            font-size: 20px;
            height: auto;
            left: 0;
            line-height: 40px;
            margin-top: -20px;
            padding: 0;
            text-align: center;
            width: auto;
            float: none !important;
        }

        .order-detail-payment-menu li a span {
            display: block;
            padding: 5px 0;
        }

.paymentBox {
    margin-bottom: 15px;
    display: block;
}

    .paymentBox .panel {
        box-shadow: none;
    }

.myAccountList li {
    text-align: center;
}

    .myAccountList li a {
        font-size: 14px;
        display: block;
    }

.myAccountList .thumbnail {
    padding: 10px 0 0;
}

    .myAccountList .thumbnail:hover {
        background: #F5F5F5;
    }

.myAccountList li a i {
    display: block;
    clear: both;
    font-size: 44px;
    margin-bottom: 10px;
}

.PaddingLeftRightNone {
    padding: 0 !important;
}

h2.block-title-2, .formBox h3, .block-title-2 {
    border-bottom: none;
    font-size: 13px;
    font-family: 'LatoBold';
    margin: 0 0 6px 0;
    background: #ebeded;
    padding: 0 10px;
    position: relative;
    line-height: 41px;
}

}

.panel-footer-address .btn {
    margin-right: 5px;
}

.CartProductThumb a img, .CartProductThumb a img {
    width: 100px;
    margin: 0 auto;
}

thead > tr.CartProduct {
    border-bottom: 1px solid #EFEFEF;
}

tbody > tr.CartProduct {
    border-bottom: 1px solid #DCDCDC;
}

tr.CartProduct td, tr.CartProduct th {
    padding: 10px;
}

thead > tr.CartProduct th {
    background-color: #EBEDEF;
    border-bottom: none;
    border-top: 1px solid #ddd !important;
}

tr.CartProductFooter td {
    background-color: #f8f8f8 !important;
    color: #000;
    text-align: right;
    font-family: 'LatoBold';
}

.cartTableHeader {
    text-transform: uppercase;
    font-family: 'LatoBold';
    font-size: 14px;
    font-family: 'LatoBold';
}


.parallaxOffset {
    margin-top: 80px;
    -webkit-transition: all 0.1s ease-out 0s;
    -moz-transition: all 0.1s ease-out 0s;
    -ms-transition: all 0.1s ease-out 0s;
    -o-transition: all 0.1s ease-out 0s;
    transition: all 0.1s ease-out 0s;
}

    .parallaxOffset.down {
        margin-top: 28px;
    }

.parallax-image-aboutus {
    /*background: url(../..Content/images/site/about-bg.jpg) no-repeat 50% -80px fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

    .parallax-image-aboutus .parallax-content {
        padding: 150px 0;
    }

.title-big {
    font-size: 48px;
    font-family: 'LatoBold';
    margin-bottom: 15px;
}


.form-newsletter input {
    margin-bottom: 20px;
}

.hr30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.hr40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.whitebg {
    background: #fff;
}

.fixedContent {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
}

.wrapper.contact-us {
    background: #FFFFFF;
    display: block;
    margin-top: 450px;
    position: relative;
    width: 100%;
    z-index: 4;
}

.h1error {
    font-size: 80px;
    font-family: 'LatoBold';
    margin: 0 auto;
    padding: 20px;
    text-align: center;
}

.err404 {
    font-weight: lighter;
}

div.quickview {
    z-index: 2;
    opacity: 0;
    float: left;
    margin-left: 8px;
}

div.soldout {
    display: block;
    margin-top: 80%;
    max-height: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
    visibility: visible;
}

.btn-soldout {
    border-radius: 2px;
    letter-spacing: 2px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    background: rgba(195, 62, 62, 0.9);
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(236, 140, 140, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(236, 140, 140, 0.3);
    -ms-box-shadow: 0 0 3px rgba(236, 140, 140, 0.3);
    -moz-box-shadow: 0 0 3px rgba(236, 140, 140, 0.3);
    -moz-o-shadow: 0 0 3px rgba(236, 140, 140, 0.3);
    left: auto;
    max-height: 40px;
    height: 40px !important;
    opacity: 0.85;
    -webkit-opacity: 0.85;
    -ms-opacity: 0.85;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    padding: 10px;
    visibility: visible;
    display: inline-block !important;
    z-index: 2;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.product:hover div.quickview {
    opacity: 1;
}

.btn-quickview {
    font-size: 22px;
    left: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(Opacity=0)";
    z-index: 2;
    color: rgb(105, 105, 105);
}

.product:hover .btn-quickview {
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "alpha(Opacity=1)";
}

.list-view .product:hover div.quickview {
    margin-top: 45%;
}

.sniper-input-td {
    padding: 8px;
}

.sniper-input-th {
    width: 126px;
}

.product > .btn-quickview:hover {
    opacity: 0.95;
}

#product-details-modal .close.quick-detail-close {
    line-height: 10px !important;
    top: 0 !important;
}


#product-details-modal .modal-content {
    background: #fff;
    display: block;
    height: auto;
    padding: 0;
    box-shadow: none;
}

.modal-details-inner {
    padding: 30px;
}

.modal-product-thumb {
    border-top: 1px solid #ddd;
    clear: both;
    display: block;
    text-align: center;
}

    .modal-product-thumb a {
        border: 1px solid #ccc;
        display: inline-block;
        float: left;
        margin-right: 10px !important;
        margin-top: 5px;
        height: 75px;
        overflow: hidden;
        width: 60px !important;
    }

        .modal-product-thumb a.selected, .modal-product-thumb a:hover {
            border: 1px solid #000 !important;
        }

        .modal-product-thumb a img {
            display: block;
            max-width: 100%;
            height: auto;
            max-height: 75px;
            width: 60px !important;
        }

.modal-bg-1 .close {
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    line-height: 10px;
    opacity: 0.6;
    padding: 12px;
    position: absolute;
    right: 0;
    text-shadow: none;
    top: 0;
    z-index: 1;
}

#modalAds .modal-dialog {
    max-width: 660px;
    min-height: 340px;
    display: block;
    overflow: auto;
    padding: 15px;
    position: relative;
}


.discountLg {
    color: #000;
    font-size: 46px;
    font-family: 'LatoBold';
    letter-spacing: 3px;
    line-height: 46px;
    text-transform: uppercase;
}

.newsletter {
    border: 2px solid #ddd;
    display: inline-block;
    width: auto;
}

    .newsletter input[type="text"] {
        background: #fff;
        border: medium none;
        float: left;
        height: 40px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 163px;
    }

        .newsletter input[type="text"]:focus {
            text-shadow: none;
            color: #666;
        }

    .newsletter .subscribe-btn {
        background: #ddd;
        border: 0 none;
        border-radius: 0;
        color: #3a3a3a;
        float: left;
        font-weight: normal;
        height: 40px;
        line-height: normal;
        padding: 0 10px;
    }

.sticky {
    position: fixed;
    width: 100%;
    background: rgb(255, 255, 255);
    z-index: 900;
    top: 50px;
    border-bottom: 1px solid #EFEFEF;
}

    .sticky .filterToggle span, .sticky span.fa {
        margin-top: 18px;
    }

.stick-category {
    position: fixed;
    background: rgb(255, 255, 255);
    z-index: 900;
    top: 98px;
    /* padding: 0px !important; */
    margin-left: -15px;
    /* padding-top: 15px; */
}

.newsletter .subscribe-btn:hover {
    background: #b7b7b7;
}

.shoplink {
    color: #000;
    display: inline-block;
    clear: both;
    left: 2px;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}


.order-box {
    background: #fff;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}

.order-box-header {
    background: #ebeded;
    font-family: 'LatoBold';
    padding: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.order-box-content {
    padding: 5px 12px;
    font-size: 14px;
}

    .order-box-content table td {
        padding: 8px 5px;
        font-size: 12px;
    }

.order-details-cart {
    width: 100%;
}

    .order-details-cart tr {
        border-bottom: solid 1px #ddd;
    }

    .order-details-cart img {
        width: 100px;
    }

.cartTotalTr {
    border: none !important;
}

    .cartTotalTr td {
        text-align: right;
    }

.child-has-open::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.child-has-close::after {
    content: "\f104";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
}

.select2-container .select2-selection--single {
    height: 30px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #B7B7B7;
    border-radius: 0px 0px;
    border-style: solid;
    border-width: 1px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #888888; 
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 100%;
    }

.radio-inline, .checkbox-inline, .radio label, .checkbox label {
    padding-left: 0;
}

.custom-navbar-header {
    background: #fff;
    padding-top: 3px;
    border-bottom: 1px solid #000000;
    position: relative;
}

.product-list-view .select2-container {
    max-width: 100%;
    min-width: 100%;
    width: auto !important;
}

.select-width-100 .select2-container {
    width: 100% !important;
}

.quickview-modal.modal-details-inner {
    padding: 30px 15px 0 10px;
}



/* LDC's CSS*/
.text-color-gray {
    color: #b7b7b7;
}

.text-color-1 {
    color: #696969;
}

.text-color-2 {
    color: #666;
}

.text-color-3 {
    color: #E61717;
}

.text-color-6 {
    color: #22A7F0;
}

.text-color-7 {
    color: green;
}

/* MyAccount, Search, Cart*/

.header-control-section-mobile {
    position: relative;
    z-index: 0;
    padding-left: 0px;
    top: 0;
    padding-right: 0px;
    margin-bottom: 0px;
}

.header-control-section {
    position: absolute !important;
    width: 100%;
    z-index: 11;
}

.cart-mobile-screen {
    background-color: transparent !important;
    font-size: 20px;
    margin-right: 1px !important;
    padding: 0 15px !important;
    margin-top: 18px !important;
    margin-bottom: 3px !important;
    z-index: 2;
    line-height: 0;
}

    .cart-mobile-screen i {
        font-size: 20px;
        margin-top: 2px;
    }

.header-menu-mobile-section {
    background: #fff;
    margin-top: 0px;
}

.cart-view-mobile-screen {
    /*position: absolute;
    background: #FFFFFF;
    z-index: 12;
    top: 108px;*/
    float: right;
    min-height: 400px;
    z-index: 0;
    width: 88%;
    background: rgb(38, 38, 38);
    height: 100%;
    position: fixed;
    right: 0;
    border: 0;
    top: 0;
    display: none;
}

    .cart-view-mobile-screen.active {
        display: block;
    }

#shopping-cart-mobile .cart-close {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 12%;
    color: #000;
    z-index: 105;
    font-size: 28px;
    padding-top: 18px;
    cursor: pointer;
    text-align: center;
}


.menu-icon-mobile-screen {
    background-color: transparent !important;
    margin-right: 56px;
    padding: 1px 0px !important;
    margin-top: 20px !important;
    margin-bottom: 0;
    margin-left: 15px;
}

.custom-search-input-mobile {
    border: none !important;
    background: transparent !important;
    border-bottom: 1px solid #030000 !important;
    outline: none;
    width: 110px;
    border-radius: 0px !important;
    margin-top: 4px;
    font-size: 11px !important;
}

.custom-search-icon-mobile {
    top: 13px;
    text-align: right;
    color: #030000;
    font-size: 11px;
    position: absolute;
    float: right;
    margin-left: 5px;
}

/* End MyAccount, Search, Cart*/

/* Margin - Padding*/
.no-margin-left-right {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-margin-left {
    padding-left: 0px !important;
}

.padding-left-10 {
    padding-left: 10px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-4 {
    margin-top: 4px !important;
}

.margin-top-8 {
    margin-top: 8px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-19 {
    margin-top: 19px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-200 {
    margin-top: 200px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}


.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-10-0 {
    padding: 10px 0px !important;
}

.padding-0-12 {
    padding: 0px 12px !important;
}

.margin-right-left-10 {
    margin-right: 10px;
    margin-left: 10px;
}
/* End Margin- Padding */

/* Font Properties*/
.font-size-9 {
    font-size: 9px !important;
}

.font-size-11 {
    font-size: 11px;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 22px;
}

.font-size-21 {
    font-size: 21px !important;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-35 {
    font-size: 35px;
    line-height: 45px;
}

.product-list-price {
    float: left;
    width: 100%;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.modal-results-message {
    background: rgba(0, 0, 0, 0.35);
    margin: 0;
}

    .modal-results-message > .modal-results-message-box {
        top: 45%;
        border: 3px solid #fff;
        width: 425px;
        margin: 0 auto;
    }

        .modal-results-message > .modal-results-message-box.danger {
            border: 3px solid #c52424;
        }

        .modal-results-message > .modal-results-message-box.success {
            border: 3px solid #55c524;
        }

        .modal-results-message > .modal-results-message-box.warning {
            border: 3px solid #ffa200;
        }

    .modal-results-message .modal-results-message-content {
        font-size: 12px;
    }

.line-height-42 {
    line-height: 42px;
}

.text-bold {
    font-family: 'LatoBold';
}

.text-underline {
    text-decoration: underline;
}

/* End Font Properties */
.header-top-banner {
    text-align: center;
    font-size: 11px;
    padding: 15px 15px 0;
    color: #999;
    letter-spacing: 1px;
}

.bg-light-gray {
    background: #f9f4f4;
}

.border-bottom-primary {
    border-bottom: 1px solid #030000;
}

.border-bottom-primary-action {
    border-bottom: 1px solid transparent;
}

    .border-bottom-primary-action:hover {
        border-bottom: 1px solid #030000;
    }

.border-bottom-primary-select {
    border-bottom: 1px solid transparent;
}

    .border-bottom-primary-select.active {
        border-bottom: 1px solid #030000;
    }

.side-by-side {
    word-wrap: break-word;
}

    .side-by-side li {
        position: relative;
        display: inline;
        margin: 0 5px 0 0;
        padding: 0px;
    }

.account-pop-up {
    border: 1px solid #cecece;
    padding: 10px 15px 0;
    text-align: center;
    background: #FFF;
    display: none;
    overflow: hidden;
    width: 100%;
    top: 38px !important;
    left: 0px !important;
    width: 238px;
    position: absolute;
    z-index: 9200;
}

    .account-pop-up.dropdown-menu {
        padding: 0;
    }

    .account-pop-up:after, .account-pop-up:before {
        bottom: 100%;
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .account-pop-up:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 30px;
        margin-left: 0;
    }

    .account-pop-up:before {
        border-color: rgba(206, 206, 206, 0);
        border-bottom-color: #cecece;
        border-width: 36px;
        margin-left: 0;
    }

    .account-pop-up input {
        padding: 5px 8px;
        border: 0;
        border-radius: 0;
        border: 1px solid #cecece;
        outline: 0;
        margin: 0;
        /*background: #fff;*/
        height: 32px;
    }

    .account-pop-up .forgot-pass {
        font-size: 11px;
        text-align: left;
        margin-bottom: 5px;
        color: #444;
    }

    .account-pop-up .new-account {
        font-size: 11px;
        text-align: center;
        margin-bottom: 5px;
        color: #8d8d8d;
        border-top: 1px solid #cecece;
        padding-top: 5px;
    }

    .account-pop-up li {
        border-bottom: 1px solid #E2E3E4;
        font-size: 14px;
        text-align: left;
    }

        .account-pop-up li:hover, .account-pop-up li:focus {
            background: #f8f8f8;
            background-color: #f8f8f8;
        }

        .account-pop-up li:last-child {
            border-bottom: none;
            padding-bottom: 1px;
        }

        .account-pop-up li a, .account-pop-up li a:hover, .account-pop-up li a:focus {
            padding: 7px 15px;
            background: transparent;
            background-color: transparent;
        }

.account-login-button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 0;
    padding: 6px 61px;
    height: 32px;
    font-size: 12px !important;
    width: 100%;
    font-family: 'LatoBold';
}

.border-top-1 {
    border-top: 1px solid #E2E3E4;
}

.position-absolute {
    position: absolute;
}


.product-detail-select-color {
    float: left;
    cursor: pointer;
    border: 1px solid #ddd;
    width: 102px;
    height: 122px;
    text-align: center;
    margin: 0px 0 6px;
}

    .product-detail-select-color img {
        width: 100px;
        height: 120px;
        margin: 0px;
    }

#back-to-top {
    font-size: 28px;
    bottom: 24px;
    cursor: pointer;
    display: none;
    height: 40px;
    line-height: 41px;
    padding: 0 9px 0 12px;
    position: fixed;
    right: 2%;
    z-index: 999;
    color: #030000;
    background-color: #d4d4d4;
    letter-spacing: 2px;
    border-radius: 0;
}

    #back-to-top.show {
        opacity: 0.8;
    }


        #back-to-top.show:hover {
            opacity: 1;
        }

/*#back-to-top:hover {
        background-color: #030000;
        color: #ffffff;
    }*/

.nav-breadcrumb {
    color: #000;
}

.breadcrumb {
    float: left;
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
}

    .breadcrumb li, .breadcrumb li a {
        font-size: 10px;
        line-height: 12px;
        text-decoration: none;
        letter-spacing: 1px;
        color: #99a0aa;
    }

        .breadcrumb li:last-child {
            color: #030000;
        }

    .breadcrumb > li + li:before {
        font-family: "FontAwesome";
        content: "/";
        color: #aaa;
        padding: 0 3px 0 2px;
        font-size: 15px;
        float: left;
    }

.button-back {
    float: left;
    font-size: 10px;
    margin-right: 105px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

    .button-back:before {
        font-family: "FontAwesome";
        content: "\f104";
        float: left;
        margin-right: 5px;
        font-size: 18px;
        opacity: .4;
    }

.menu-text-bg-color {
    background: #6BDC25;
}

.menu-text-color {
    color: #ff1493 !important;
}

.ldc-settings {
    cursor: pointer;
    color: #999;
}

    .ldc-settings:hover {
        color: #000 !important;
    }

    .ldc-settings:focus {
        color: #000 !important;
    }

.btn-view-cart, .btn-continue-shopping {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 13px !important;
    line-height: 28px;
    padding: 6px 12px;
    letter-spacing: 1px;
    height: 40px;
    min-width: 213px;
    outline: none;
}

.btn-view-cart {
    background-color: #ffa0ab;
    color: #ffffff;
}

.btn-continue-shopping {
    background-color: transparent;
    border: 1px solid #8d8d8d;
    color: #8d8d8d;
}

.btn-view-cart:hover, .btn-view-cart:focus {
    background: #ff514e;
    color: #fff;
}

.btn-continue-shopping:hover, .btn-continue-shopping:focus {
    color: #262626;
    background: #8d8d8d;
}

.btn-add-to-shopping-bag, .btn-send-order-message, .btn-not-instock, .btn-multiple-product {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 14px !important;
    line-height: 31px;
    padding: 6px 12px;
    letter-spacing: 1px;
    height: 40px;
    min-width: 213px;
    background-color: #151515;
    color: #ffffff;
    outline: none;
}

.btn-send-order-message {
    background-color: #3E3E3E;
}

    .btn-send-order-message:hover, .btn-send-order-message:focus {
        color: #fff;
    }

.btn-not-instock {
    background-color: #D6D6D6;
}

.btn-add-to-shopping-bag:hover {
    background-color: #555555;
    color: #ffffff;
}

.btn-add-to-shopping-bag:focus {
    color: #ffffff;
}

.btn-multiple-product {
    background-color: #D6D6D6;
    color: #000;
}

    .btn-multiple-product:hover {
        background-color: #555555;
        color: #ffffff;
    }

/*Landing - Login Page*/
body.login-page {
    margin: 0;
    padding: 0;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('/Content/images/others/login-img.png');
    background-position: 35% 0%;
    width: 100%;
    background-repeat: no-repeat;
}

#video-background {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.login-page-footer {
    bottom: 5px;
    position: fixed;
    text-align: right;
    color: #D0D0D0;
}

.login-page-member-transparent-bg {
    background: url('/Content/images/others/transparent-img.png') repeat;
    padding: 20px 0 15px 0;
}

.login-page-seller-transparent-bg {
    background: url('/Content/images/others/transparent-img.png') repeat;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.login-page-btn {
    padding: 8px 12px;
    border: medium none;
    border-radius: 0px;
    font-size: 15px;
    line-height: 1.8;
    transition: all 0.25s linear 0s;
    font-weight: 600;
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFF !important;
    outline: none;
    letter-spacing: 1px;
    margin-bottom: 20px;
    width: 270px;
}

    .login-page-btn:last-child {
        margin-bottom: 0px;
    }

    .login-page-btn:hover {
        background-color: rgb(27, 27, 27);
        border: 2px solid rgb(27, 27, 27) !important;
    }

.login-page-input, .login-page-textarea {
    border-color: #FFFFFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px !important;
    border-color: #030000 !important;
    color: #030000 !important;
    font-size: 13px !important;
    margin-bottom: 0px !important;
    background: transparent;
    width: 99.8% !important;
    padding: 6px 12px;
    outline: none;
}

.login-page-input {
    height: 36px;
}

    .login-page-input:hover, .login-page-input:active, .login-page-input:focus, .login-page-input input[type="text"], .login-page-input input[type="password"], .login-page-input input[type="email"], .login-page-textarea:hover {
        border-color: #FFFFFF;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border-style: solid;
        border-width: 1px !important;
        border-color: #030000 !important;
        color: #ffffff;
        font-size: 13px;
        margin-bottom: 0px !important;
        background: transparent;
    }


.login-page-select .select2-container, .login-page-select .select2-selection--single {
    height: 36px;
}

.login-page-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #888888; 
}

.login-page-select .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #030000;
    border-radius: 0px 0px;
    border-style: solid;
    border-width: 1px;
}

    .login-page-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #030000 transparent transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0;
    }

.login-page-submit-btn {
    background: #000000;
    letter-spacing: 2px;
    padding: 5.5px 50px;
    text-align: center;
    border-radius: 0;
    border: 2px solid #000000;
    color: #fff !important;
    outline: none;
}

.login-page-goback-btn {
    background: #9C9C9C;
    letter-spacing: 2px;
    padding: 5.5px 10px;
    text-align: center;
    border-radius: 0;
    border: 2px solid #9C9C9C;
    color: #fff !important;
    outline: none;
    cursor: pointer;
    width: 75px;
}

.login-page .form-horizontal .form-group {
    margin-right: 15px;
    margin-left: 15px;
}

.login-page-input-group {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #030000;
    text-align: center;
    background-color: transparent;
    border-top: 1px solid #030000;
    border-bottom: 1px solid #030000;
    border-right: 1px solid #030000;
    border-left: none;
    border-radius: 0px;
}

.login-page-powered {
    color: #FFF;
}

    .login-page-powered:hover {
        color: #000;
    }

.login-logo {
    padding: 0px;
    margin-top: 100px;
}

    .login-logo > img {
        margin-bottom: 70px;
    }

#aboutuspopup {
    position: absolute;
    left: 0;
    z-index: 92000;
    background: rgba(0,0,0,0.68);
    color: #fff;
    display: none;
    bottom: 30px;
    padding: 15px;
    text-align: left;
}

    #aboutuspopup h1 {
        font-size: 22px;
        line-height: 30px;
        width: 90%;
    }

    #aboutuspopup .close-icon {
        position: absolute;
        right: 15px;
        height: 25px;
        top: 16px;
    }

#user-login-form, #user-result-form, #ForgetPassword-form {
    width: 360px;
}

#seller-login-form .form-group {
    margin-right: 0;
    margin-left: 0;
}

.login-page-forgot-password, .login-page-forgot-password:hover {
    font-size: 11px;
    color: #000000;
    text-decoration: underline;
    text-align: right;
    font-style: italic;
}


.pull-right-left {
    float: right;
}


.login-ldc {
    color: #fff;
    text-align: right;
}

.login-page-full-height {
    margin: 0;
    padding: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
    height: 100%;
    max-height: 100%;
    height: 100vh;
}

.login .error {
    margin-top: 0;
    margin-bottom: 0;
}
/*End Landing - Login Page*/

.pull-none {
    float: none;
}


.text-right-left-xs {
    text-align: right;
}

.product-view-label {
    position: absolute;
    left: 4px;
    top: 4px;
    z-index: 2;
    background: #43e49a;
    padding: 1px 3px;
    color: #fff;
    border: 1px solid #17d27c;
    min-width: 45px;
}



.cart-menu-icon {
    z-index: 9300;
}

.header-panel-right {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9200;
}

    .header-panel-right .dropdown-menu {
        top: 45px;
    }

.social-icon-color {
    color: #000;
}

    .social-icon-color:hover {
        color: #666;
    }

.display-none {
    display: none !important;
}

.language-menu li a span {
    font-size: 13px;
}

.language-menu ul li {
    padding: 0 !important;
    float: left;
    width: 100%;
}

.language-menu ul {
    width: 32px !important;
    min-width: inherit !important;
}

.language-menu li a {
    float: left;
}

.language-menu img {
    float: left;
    margin-top: 3px;
}


.language-menu-text {
    margin-right: 3px;
    float: left;
    font-size: 14px;
}

.language-menu.open > ul.dropdown-menu {
    top: 85% !important;
    /*top: 90.5% !important;*/
}

.cursor-pointer {
    cursor: pointer;
}

.preorder {
    font-size: 12px;
    height: 14px;
    margin-bottom: 5px;
}


.cart-view-title {
    font-size: 11px;
    letter-spacing: 1px;
    /*padding: 5px 1px !important;*/
}

.home-quick-cart-description .product-title {
    letter-spacing: 1px;
    float: left;
    width: 100%;
}

.padding-right-5 {
    padding-right: 5px;
}

.cart-view-bag {
    margin: 10px 0;
    padding: 0 12px 0 15px !important;
}

.cart-view-checkout {
    margin: 1px 0 10px;
    text-align: center;
}

.cart-footer-detail .detail-list:first-child {
    border-bottom: 1px solid #E4E4E4;
    padding: 0px 0 8px !important;
}

.cart-footer-detail .detail-list {
    border-bottom: 1px solid #E4E4E4;
    padding: 8px 0 !important;
}

a.cart-view-remove {
    letter-spacing: 0.5px;
    color: #969494 !important;
    font-size: 11px;
    font-weight: normal;
    margin-left: 15px;
}

    a.cart-view-remove:hover {
        color: #030000 !important;
        text-decoration: #030000;
    }

a.cart-view-update {
    letter-spacing: 0.3px;
    font-size: 11px;
    font-family: 'LatoBold';
    float: left;
    margin-top: 5px;
    color: green;
}

    a.cart-view-update:hover {
        color: #030000 !important;
        text-decoration: #030000;
    }

.my-account-label {
    float: left;
    padding-right: 8px;
    font-size: 12px;
}

    .my-account-label a, .my-account-label a:hover, .my-account-label a:focus, .my-account-label > a.dropdown-toggle {
        background: transparent !important;
        color: #000 !important;
        letter-spacing: 1px;
    }

/* My Account Overview */
.overview-box#box-border-top {
    border-top: 1px solid #E2E3E4;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.overview-box .box-items-second:last-child {
    border-right: 0 none;
}

.overview-box .box-items-second {
    float: left;
    padding: 15px 15px 15px 15px;
    border-right: 1px solid #E2E3E4;
    min-height: 290px;
}

.overview-box {
    border: 1px solid #E2E3E4;
    border-top: 0 none;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .overview-box h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .overview-box .box-items-second .box-item .item-container {
        margin-right: 27px;
        width: 112px;
        float: left;
        margin-bottom: 20px;
    }

    .overview-box .item-container img {
        border: 1px solid #E2E3E4;
        margin-bottom: 14px;
        padding: 5px;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.form-control {
    border-color: #B7B7B7;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    color: #888888;
    font-size: 12px;
    margin-bottom: 10px;
    height: 38px;
    line-height: 38px;
    /*margin-top: 2px;*/
    max-width: 100% !important;
    display: block;
}

    .form-control:focus {
        border-color: #B7B7B7;
        box-shadow: none;
        outline: 0 none;
    }

.page-title-area {
    display: table;
    float: none;
    position: relative;
    margin: 0 auto;
    padding: 0 100px 29px;
    margin-top: 25px;
}

    .page-title-area:before {
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 21px;
        width: 100%;
        z-index: -1;
        background: none 0px 0px repeat scroll rgb(93, 93, 93);
    }

    .page-title-area h1 {
        color: rgb(22, 22, 22);
        display: table;
        float: none;
        font-size: 28px;
        letter-spacing: 0.3px;
        background: none 0px 0px repeat scroll rgb(255, 255, 255);
        margin: 0px auto;
        padding: 0px 30px;
    }

    .page-title-area .page-title {
        color: rgb(22, 22, 22);
        display: table;
        float: none;
        font-size: 28px;
        letter-spacing: 0.3px;
        background: none 0px 0px repeat scroll rgb(255, 255, 255);
        margin: 0px auto;
        padding: 0px 30px;
    }

    .page-title-area > span {
        display: table;
        font-size: 11px;
        letter-spacing: 1.3px;
        color: rgb(99, 99, 99);
        margin: 7px auto 0px;
        background: rgb(235, 235, 235);
        padding: 0 15px;
        width: 100%;
        position: absolute;
        left: 0;
        text-align: center;
    }

.list-disc /* Keikei */ {
    list-style: disc;
    margin: 6px 0 0 20px;
}

.new-account-aggrement-text-area /* Keikei */ {
    border: 1px solid #E2E3E4;
    height: 150px;
    padding: 6px;
    font-size: 11px;
}

.label-element /* Keikei */ {
    display: block;
    padding-left: 24px;
    text-indent: 0px;
}

.list-container .list-item:first-child {
    border-top: 1px solid #E2E3E4;
    margin-top: 40px;
}

.list-container .list-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #E2E3E4;
    padding: 40px 0;
    position: relative;
}

.product-detail-error {
    letter-spacing: 1px;
    margin-top: 9px;
    margin-left: 0;
}

.no-padding-left-right {
    padding-right: 0;
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.wrap-page {
    min-height: 100%;
    margin: 0 auto -100px;
}

.footer-ghost {
    height: 50px;
}

.main-footer {
    background: transparent;
    height: auto;
    padding-bottom: 25px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    float: left;
}

footer, .push {
    height: 100px;
}

.border-gray {
    border: 1px solid #ddd;
}

.address-box {
    border: 1px solid #ddd;
}


.border-none {
    border: none !important;
}

.border-top-none {
    border-top: none !important;
}

.box-shadow-bg {
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.home-page-alt-banner-section {
    margin-top: 157px;
    width: 100%;
}


.stuck .my-account-label {
    display: none;
    margin-top: 21px;
}

.pre-order-text {
    color: #CE0B24;
}

.language-menu > a {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: rgb(99, 99, 99);
    display: block;
    float: right;
    font-size: 11px;
    text-decoration: none;
    padding: 0;
    transition: opacity 0.21s ease-out 0s;
}

.language-menu > .dropdown-menu > li > a:hover, .language-menu > .dropdown-menu > li > a:focus {
    background-color: transparent;
}

.quanitySniper, .cartItemTextBox {
    height: 25px;
    padding: 0;
    text-align: center;
    max-width: 80px !important;
    width: 80px !important;
    color: #030000;
    font-size: 14px;
}

input.quanitySniper, input.cartItemTextBox {
    border: 1px solid #030000;
    float: left;
}

.content-right-menu-equal {
    min-height: 414px;
}

.product-solid {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    margin: 50px 0 30px;
}


.padding-left-30 {
    padding-left: 30px;
}

#main-container-wrapper .panel-flat {
    width: 92%;
    border-bottom: 1px solid #e2e2e2;
}

.bg-style-1 {
    background-color: #019875;
    padding: 6px 10px;
}

.cart-popup-price {
    padding: 3px 10px 0px;
    font-size: 16px !important;
    font-family: 'LatoBold';
}

.cart-popup-total-text {
    padding: 22px 15px;
    font-size: 16px;
    font-family: 'LatoBold';
    text-transform: uppercase;
    text-align: left;
}

.stuck .content-menu-xs {
    z-index: 9200;
    margin-top: 25px;
    width: auto;
}

.stuck .navbar-brand {
    position: relative;
    top: -2px;
}

.contact-column {
    border-right: 1px solid #959595;
    min-height: 123px;
}

.contact-column-centered2 {
    width: 71%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.contact-column-centered3 {
    width: 85%;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.map {
    padding: 0 0 0 30px;
}

.mar-xs {
    margin: 0 -15px;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #bababb;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ececec;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #9e9e9e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radiobox-container {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .radiobox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.radiomark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #e2dcd7;
    border-radius: 25px;
}


/* On mouse-over, add a grey background color */
.radiobox-container:hover input ~ .radiomark {
    border-color: #bababb;
}

/* When the checkbox is checked, add a blue background */
.radiobox-container input:checked ~ .radiomark {
    border-color: #bababb;
    background-color: #ffffff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radiobox-container input:checked ~ .radiomark:after {
    display: block;
}

/* Style the checkmark/indicator */
.radiobox-container .radiomark:after {
    left: 4px;
    top: 4px;
    width: 0px;
    height: 0;
    border: solid #000;
    border-width: 5px;
    border-radius: 40px;
}

.navbar-fixed-top-on > .navbar-fixed-top {
    position: fixed;
}
/*
   START MOBILE MENU
*/

.navbar-btn {
    position: absolute;
    z-index: 104;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 0;
    padding-top: 14px;
    padding-right: .75rem;
    padding-bottom: 17px;
    padding-left: 15px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: transparent;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebar {
    min-width: 83%;
    max-width: 83%;
    background: #222;
    color: #fff;
    transition: all 0.3s;
    display: none;
    overflow-y: auto;
    height: 100%;
    position: fixed;
    z-index: 101;
    top: 0;
}

    #sidebar.active {
        display: block;
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar .second-column {
        margin-left: 23px;
        color: #fff;
        font-family: 'LatoBold';
        padding-bottom: 10px;
    }

    #sidebar .third-column {
        margin-top: 12px;
        margin-bottom: 12px;
    }

        #sidebar .third-column li {
            border-left: 1px solid #fff;
            margin-left: 25px;
        }

            #sidebar .third-column li a {
                padding: 5px 15px;
                line-height: 22px;
            }

    #sidebar li a:hover,
    #sidebar li a:focus {
        background: #404040;
        color: #ffa0ab;
        border-left: 1px solid #ffa0ab;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 14px;
        display: block;
        text-align: left;
        color: #fff;
        position: relative;
        text-transform: uppercase;
    }

    #sidebar a[data-toggle="collapse"] {
        position: relative;
    }

    #sidebar a[aria-expanded="false"]::before, #sidebar a[aria-expanded="true"]::before {
        content: '\f105';
        display: block;
        position: absolute;
        right: 20px;
        font-family: 'FontAwesome';
        font-size: 2em;
    }

    #sidebar a[aria-expanded="true"]::before {
        content: '\f107';
    }


.sidebarCollapseOpen {
    display: block;
    right: 5px;
}

.sidebarCollapseClose {
    display: none;
}

.mobileActiveHeader {
    display: none;
}


/*
    END MOBILE MENU
*/

/* Start Media Content */

.panel-flat > .product-filter-menu {
    float: left;
    width: 100%;
}

    .panel-flat > .product-filter-menu .block-element > label {
        cursor: pointer;
    }

.no-padding-bottom {
    padding-bottom: 0px !important;
}



.login-language-menu {
    position: absolute;
    left: 0;
    background: rgba(255, 255, 255, 0.68);
    padding-bottom: 10px;
}


.imageFilter {
    float: left;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #dcdcdc;
}

.filterActive {
    border: 2px inset #000;
    border: 1px solid #1B1B1A;
    color: #030000;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -5px #777;
}

.filter-close {
    font-size: 14px;
    margin: 0;
    font-style: normal;
    text-transform: lowercase;
    bottom: 2px;
    position: relative;
    margin-right: 1px;
    color: #000;
}

.panel-filter {
    overflow-y: scroll;
    max-height: 450px;
}

.panel-flat-selected-filter {
    border-bottom: 1px solid #999 !important;
}

    .panel-flat-selected-filter .panel-heading .panel-title a {
        color: #a2a2a2 !important;
    }

        .panel-flat-selected-filter .panel-heading .panel-title a.remove-filters {
            color: #000 !important;
        }

.product-view-slides li {
    width: 100% !important;
}

.product-mini-slider {
    float: left;
    width: 100%;
    margin-top: 1px;
    position: relative;
    min-height: 37px;
}

.product-big-slider {
    height: 130px;
    float: left;
    width: 100%;
}

.product-mini-slider ul {
    list-style-type: none;
    width: 85%;
    margin: 0 auto;
}

.product-mini-slider .prev:before {
    float: left;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f104';
    color: #000;
    margin-top: 5px;
    margin-right: 5px;
}

.product-mini-slider .next:before {
    float: right;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: '\f105';
    color: #000;
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.product-big-slider .prev:before {
    float: left;
    font-family: 'FontAwesome';
    font-size: 30px;
    content: '\f104';
    color: #000;
    margin-top: 50px;
    margin-right: 2px;
}

.product-big-slider .next:before {
    float: right;
    font-family: 'FontAwesome';
    font-size: 30px;
    content: '\f105';
    color: #000;
    margin-top: 50px;
    margin-left: 2px;
    Position: absolute;
}

.product-mini-slider li {
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 30px;
}

.product-big-slider li {
    float: left;
    margin: 0 3px 10px;
    width: 104px;
    height: 124px;
}

    .product-mini-slider li.selected, .product-big-slider li.selected {
        border: 2px inset #000;
        border: 1px solid #1B1B1A;
        color: #030000;
        -webkit-box-shadow: 0 10px 6px -6px #777;
        -moz-box-shadow: 0 10px 6px -6px #777;
        box-shadow: 0 10px 6px -5px #777;
    }

    .product-mini-slider li > div, .product-mini-slider li > div > div, .product-mini-slider li > div > div > div, .product-big-slider li > div, .product-big-slider li > div > div, .product-big-slider li > div > div > div {
        width: 100%;
        height: 100%;
    }

        .product-mini-slider li.selected > div > div > div, .product-mini-slider li > div > div > div, .product-big-slider li.selected > div > div > div, .product-big-slider li > div > div > div {
            width: 100%;
            height: 100%;
            display: block;
            cursor: pointer;
            border: 1px solid #dcdcdc;
        }

    .product-mini-slider li.selected > img, .product-big-slider li.selected > img {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
        border: 1px solid #dcdcdc;
    }

.filter-selected-text {
    font-size: 11px;
    text-align: left;
    float: left !important;
    margin-bottom: 10px;
}

table#miniStatutable tr th {
    background: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.not-active {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.list-group-item.menu-title {
    background-color: #000;
    color: #fff;
    padding: 10px;
}

.pagination {
    width: auto;
    margin: 0;
    float: right;
}

    .pagination > li {
        float: left;
        display: inline;
        margin: 0 3px;
    }

        .pagination > li:first-child, .pagination > li:last-child {
            margin: 0;
        }

        .pagination > li > a, .pagination > li > a:focus {
            color: #888888;
        }

        .pagination > li:first-child > a, .pagination > li:last-child > a {
            border-radius: 0;
            padding: 0 9px;
        }

        .pagination > li > a {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            padding: 0 7px;
            line-height: 28px;
        }

            .pagination > .active > a, .pagination > li > a.active, .pagination > .active > a:hover {
                background-color: #ececec;
                border-color: #ececec;
                color: #161616;
                font-family: 'LatoBold';
            }

            .pagination > li > a:hover {
                background-color: #ececec;
                border-color: #ececec;
                color: #161616;
            }

.lazy {
    display: none;
}

.cart-menu table tr td .home-quick-cart-subtotal {
    padding-right: 15px !important;
    line-height: 14px;
}

.filter-disabled {
    color: #c5c5c5;
}

.countdown-clock.detail {
    background: rgba(128, 128, 128, 0.09);
    padding: 0 25px;
    margin-top: 2px;
    float: right;
}

.countdown-clock.list {
    background: rgba(128, 128, 128, 0.09);
    float: left;
    width: 100%;
    margin-top: 0;
}

.countdown-text {
    color: #999 !important;
    font-size: 15px;
}

.countdown-dates {
    color: #e43555 !important;
    font-size: 15px;
}

/* Start Additional CSS */
.navbar-brand {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-family: 'LatoBold';
    height: auto;
    padding: 0;
    float: left;
    margin-top: 0;
    position: relative;
    top: 12px;
    z-index: 9999;
}

.navbar .navbar-top {
    float: right;
    width: auto;
}

.header-user-menu {
    float: right;
    margin-top: 18px;
    position: relative;
}

    .header-user-menu .user-log-out {
        display: block;
        float: left;
        font-size: 12px;
        text-decoration: none;
        padding: 0 3px;
        transition: opacity 0.21s ease-out 0s;
    }

        .header-user-menu .user-log-out > a {
            color: rgb(99, 99, 99);
        }

    .header-user-menu .user-log,
    .header-user-menu .user-signup {
        color: rgb(99, 99, 99);
        display: block;
        float: left;
        font-size: 14px;
        text-decoration: none;
        padding: 0 3px;
        transition: opacity 0.21s ease-out 0s;
    }

    .header-user-menu .user-account {
        float: left;
        margin-right: 0;
        display: block;
        float: left;
        font-size: 12px;
        text-decoration: none;
        padding: 0 0 0 3px;
        transition: opacity 0.21s ease-out 0s;
    }

.quick-cart-item-txt {
    font-size: 12px;
    color: rgb(218, 34, 45);
}

.panel-title {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    color: rgb(52, 73, 94);
    font-size: 15px;
}

.clear-filter {
    color: rgb(99, 99, 99);
    cursor: pointer;
    font-size: 13px;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 0;
    padding: 2px 5px 2px 0;
}

.collapse-filter.pressed i {
    transform: rotate(0deg);
}

.collapse-filter i {
    margin-right: 5px;
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

.change-view a.active {
    background: #cecece;
    color: #fff;
}

.change-view a {
    z-index: 99999999;
    border: 1px solid #cecece;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 30px;
    line-height: 23px;
    margin-right: 5px;
    overflow: hidden;
    padding: 1px 15px 0 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 0;
    color: #cecece;
}

.change-view i {
    transform: rotate(90deg);
    float: left;
    margin: 0;
    padding: 0;
    width: 6px;
}

.product-list-price .new-price-list {
    font-size: 20px;
    font-family: 'LatoBold';
}

.product-list-price .old-price-list {
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    margin-right: 15px;
}

.page-detail-area {
    color: #8D8D8D;
    float: left;
    widtH: 100%;
    left: 0;
    text-align: center;
    padding: 7px 10px 20px;
    position: relative;
}

.list-category-img {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 11px;
    padding: 0 10px 5px 0;
    max-height: 110px;
    height: auto;
    min-height: 56px;
    overflow: scroll;
    overflow-x: hidden;
}

.product-list-options {
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    clear: both;
    display: block;
    margin-bottom: 25px;
    padding: 10px 10px 0;
    background: #f9f9f9;
}

.product-list-filter {
    float: left;
    width: 100%;
    margin-top: 1px;
    background: #fff;
}

    .product-list-filter .panel-default > .panel-heading {
        color: rgb(0, 0, 0);
        background: transparent;
        padding: 3px 1px;
        float: left;
        width: 100%;
    }

    .product-list-filter .panel-title {
        color: rgb(0, 0, 0);
    }

    .product-list-filter .panel-heading, .panel-group .panel {
        box-shadow: none;
    }

    .product-list-filter hr {
        margin-top: 5px;
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }

    .product-list-filter .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top: none;
        padding: 2px 5px 0;
    }

    /*.product-list-filter .search-box {
    outline-color: transparent;
    width: 94%;
    float: left;
    margin: 0;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    margin-left: 18px;
}*/
    .product-list-filter .custom-search-input {
        width: 100%;
        float: left;
        outline-color: transparent;
        border-bottom: 1px solid #f0f0f0 !important;
    }

    .product-list-filter .search-box {
        width: 100%;
        float: left;
        margin: 0;
        border: none;
        padding: 0 15px;
    }

    .product-list-filter .panel-body {
        padding: 6px 15px 15px 15px;
        float: left;
        width: 100%;
    }

.main-footer h5 {
    border-bottom: none;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;
    padding: 30px 0 0;
}

.main-footer .payment-method img {
    margin-right: 5px;
    margin-bottom: 15px;
    height: 24px;
}

    .main-footer .payment-method img:last-child {
        margin-right: 0;
    }

.main-footer ul {
    font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

    .main-footer ul li a {
        padding: 0 0 5px 0;
        display: block;
        color: #7F8C8D;
    }

.footer-newsletter {
    background: #f6eded;
    float: left;
    padding: 25px 15px 24px;
    width: 100%;
    margin-top: 37px;
    border-top: 1px solid #d9d9d9;
}

.footer-newsletter-content {
    overflow: hidden;
    background: #eae9e9;
    padding: 20px;
    border: 2px solid #fff;
}

.footer-newsletter-title {
    font-size: 13px;
    text-align: center;
    color: #000;
    margin-bottom: 10px !important;
    float: left;
    margin: 0;
    width: 100%;
}

.footer-newsletter input {
    float: left;
    height: 30px;
    font-size: 12px;
    padding: 6px;
    width: 67%;
    border-top-left-radius: 2px;
    border: 1px solid #a9a9a9;
    border-bottom-left-radius: 2px;
    font-style: italic;
    outline: none;
}

.footer-newsletter button {
    border: medium none;
    height: 30px;
    padding: 0;
    color: #fff;
    font-size: 12px;
    float: left;
    background: #000;
    padding: 7px 9px;
    line-height: 19px;
    width: 33%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.footer-newsletter a {
    font-size: 10px;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 1px;
}

.footer-part {
    background: transparent;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    color: #7F8C8D;
}

    .footer-part:last-child {
        padding-bottom: 0px;
        border-bottom: none;
    }


.footer-call-center {
    background: #f3f3f3;
    height: auto;
    padding: 25px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    float: left;
}

    .footer-call-center h5 {
        padding-bottom: 0;
        font-weight: bold;
        color: #2aad2a;
    }

    .footer-call-center span.fa {
        color: #2aad2a;
    }

.social-icons-panel {
    text-align: center;
}

    .social-icons-panel span {
        float: none;
        display: inline-block;
        margin-right: 35px;
        color: #656565;
    }

    .social-icons-panel ul {
        margin-right: 0px;
        float: none;
        display: inline-block;
        color: #656565;
    }

        .social-icons-panel ul li {
            float: none;
            display: inline-block;
            margin: 0 45px 0 0;
            padding: 0;
            color: #d9d9d9;
        }

            .social-icons-panel ul li:last-child {
                margin-right: 0px;
            }

    .social-icons-panel li a i {
        font-size: 26px;
        margin: 0;
        color: #7e7e7e !important;
    }

        .social-icons-panel li a i:hover {
            color: #030000 !important;
        }

    .social-icons-panel.social-detail {
        text-align: center;
        float: left;
        width: 100%;
    }

        .social-icons-panel.social-detail span, .social-icons-panel.social-detail ul {
            float: none;
            display: inline-block;
            margin-right: 33px;
            color: #656565;
            font-size: 12px;
        }

        .social-icons-panel.social-detail ul {
            margin-right: 0;
        }

            .social-icons-panel.social-detail ul li {
                float: none;
                display: inline-block;
                margin: 0 20px 0 0;
                padding: 0;
            }

                .social-icons-panel.social-detail ul li:last-child {
                    margin: 0;
                }

    .social-icons-panel.detail ul li {
        color: #d9d9d9;
    }

    .social-icons-panel.social-detail li a i {
        font-size: 17px;
        margin: 0;
        color: #7e7e7e !important;
    }

        .social-icons-panel.social-detail li a i:hover {
            color: #030000 !important;
        }

.centered-horizontal {
    float: none;
    font-size: 12px;
    line-height: 17px;
    margin-top: 3px;
    text-align: center;
}

.product-list-detail-item {
    opacity: 0;
    background: #f7f7f7;
    padding: 5px 5px 3px;
    border: 1px solid transparent;
    float: left;
    width: 100%;
    border-top: 1px solid #a0a0a0;
    position: absolute;
    bottom: -145px;
}

.item:hover .product-list-detail-item {
    opacity: 1;
    z-index: 3;
    border: 1px solid #a0a0a0;
}

.product:hover .product-list-detail-item .badge {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    padding: 2px 8px 1px;
}


.main-slider-items >   .home-img-wrapper,
.main-slider-items > a > .home-img-wrapper {
    margin-bottom: 30px;
}
.home-img-wrapper, .home-img-wrapper.mag {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 7px #a3a3a3;
    display: block;
    overflow: hidden;
}

    .home-img-wrapper img, .home-img-wrapper.mag img {
        margin: 0 auto;
        transition: transform 1s ease;
    }

    .home-img-wrapper:hover img, .home-img-wrapper.mag:hover img {
        transform: scale(1.015);
    }

    .home-img-wrapper.mag .mag-detail-link {
        opacity: 0;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.67);
        color: #000;
        position: absolute;
        left: 0;
        right: 0;
        top: 35%;
        width: 120px;
        padding: 6px 15px;
        background: rgba(255,255,255,0.8);
        border: 1px solid #fff;
        box-shadow: 0 0 3px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
        -ms-box-shadow: 0 0 3px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
        -moz-o-shadow: 0 0 3px rgba(0,0,0,0.3);
    }

    .home-img-wrapper.mag:hover .mag-detail-link {
        opacity: 1;
    }

.home-detail {
    float: left;
    width: 100%;
    padding: 8px; 
}

.home-title {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: normal;
    margin-top: 5px;
    /*font-family: 'LatoBlack';
    font-family: 'LatoBold';*/
}

.home-subtitle {
    font-size: 16px;
    line-height: normal;
    padding-bottom: 0px;
    font-family: 'LatoLight';
    font-weight: lighter;
}

.home-detail-link {
    color: #000 !important;
    margin: 0;
    font-size: 12px;
    font-family: 'LatoBlack';
    font-family: 'LatoBold';
    float: left;
    width: 100%;
}

    .home-detail-link:before {
        font-family: 'FontAwesome';
        content: '\f105';
        margin: 2px 7px 0 0;
        font-size: 15px;
    }

.product-detail-row {
    margin: 5px 0 0;
    padding-top: 5px;
    float: left;
    width: 100%;
    padding-bottom: 5px;
}

.padding-xs {
    padding-left: 0;
    padding-right: 0;
}

.padding-right-xs {
    padding-right: 0;
}

.product-main-image {
    padding-left: 110px;
}

    .product-main-image img {
        width: 500px;
        margin: 0 auto;
        display: block;
    }

/*.product-main-image__zoom {
    background-color: rgba(211, 211, 211, 0.2);
    color: #adadad;
}

.product-main-image__zoom {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
    cursor: pointer;
}

    .product-main-image__zoom:after {
        font-family: 'FontAwesome';
        font-size: 22px;
        line-height: 46px;
        content: "\f00e";
    }*/

.product-images-carousel {
    padding: 0;
    width: 101px;
    position: absolute;
    float: left;
    margin-right: 20px;
    margin-top: 0;
    top: 0;
}

#product-details-modal .product-images-carousel {
    padding: 0 0 0 15px;
}

.product-images-carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 300ms 0s ease;
    -moz-transition: all 300ms 0s ease;
    -ms-transition: all 300ms 0s ease;
    -o-transition: all 300ms 0s ease;
    transition: all 300ms 0s ease;
}

.product-images-carousel .video-link {
    background-color: rgba(211, 211, 211, 0.2);
    color: rgba(211, 211, 211, 0.8);
}

.product-images-carousel .video-link {
    display: block;
    position: relative;
    text-decoration: none;
}

    .product-images-carousel .video-link:after {
        position: absolute;
        display: block;
        width: 100%;
        text-align: center;
        font-family: 'FontAwesome';
        font-size: 60px;
        line-height: 42px;
        content: "\f144";
        line-height: 1em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.payment-method {
    margin-top: 5px;
    float: left;
}

.upsell-title {
    float: left;
    width: 100%;
    text-align: center;
    font-family: Georgia;
    font-family: 'LatoBold';
    padding-bottom: 5px;
    margin-top: 30px;
}

.upsell-subtitle {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'LatoLight';
    font-weight: lighter;
    padding-bottom: 0;
}

.upsell-link {
    text-align: center;
    color: #000 !important;
    margin: 0;
    font-size: 12px;
    font-family: 'LatoBlack';
    font-family: 'LatoBold';
    float: left;
    width: 100%;
}

    .upsell-link:before {
        font-family: 'FontAwesome';
        content: '\f105';
        margin: 2px 7px 0 0;
        font-size: 15px;
    }

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
    background-color: #fff;
}

.content-menu-xs .mm-section {
    border-bottom: 1px solid #414141;
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

    .content-menu-xs .mm-section:first-child {
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .content-menu-xs .mm-section.menu {
        margin-bottom: 10px;
    }

    .content-menu-xs .mm-section.language {
        padding: 0 10px 10px;
        float: left;
        width: 100%;
    }

        .content-menu-xs .mm-section.language > a {
            background: #fff;
            height: 30px;
            padding: 0 15px;
            line-height: 32px;
            width: 100%;
        }

            .content-menu-xs .mm-section.language > a > .caret {
                float: right;
                margin-top: 12px;
                border-top: 6px dashed;
                border-top: 4px solid \9;
                border-right: 6px solid transparent;
                border-left: 6px solid transparent;
            }

        .content-menu-xs .mm-section.language .dropdown-menu {
            top: 0;
            margin: 0;
            position: relative;
            line-height: normal;
            float: left;
            padding: 2px 5px 0;
            border-top: 1px solid #ddd;
            width: 100%;
        }

        .content-menu-xs .mm-section.language .minict_wrapper ul {
            top: -1px;
            margin-bottom: 5px;
            min-height: 40px;
            max-height: 200px;
            left: -1px;
            width: 101%;
        }

        .content-menu-xs .mm-section.language .dropdown-menu li a,
        .content-menu-xs .mm-section.currency .dropdown-menu li a {
            color: #000 !important;
            padding: 5px 10px !important;
        }

.content-menu-xs .mm-title {
    text-align: center;
    letter-spacing: 1px;
}

.content-menu-xs a.mm-btn {
    width: 84%;
    border: 1px white solid;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    position: relative;
    z-index: 10;
    padding: 5px 10px;
    margin: 0 auto;
    float: none;
    display: block;
    margin-top: 10px;
}

.content-menu-xs ul.account-menu {
    float: left;
    width: 100%;
}

    .content-menu-xs ul.account-menu > li {
        float: left;
        width: 100%;
    }

        .content-menu-xs ul.account-menu > li > a {
            float: left;
            width: 100%;
            color: #fff;
            font-size: 14px;
            letter-spacing: 1px;
            padding: 10px 15px 10px 8px;
        }

            .content-menu-xs ul.account-menu > li > a > i {
                float: left;
                font-size: 18px;
                margin-right: 10px;
            }

            .content-menu-xs ul.account-menu > li > a > span {
                font-size: 25px;
                right: 20px;
                position: absolute;
                padding: 0;
                line-height: 22px;
            }

                .content-menu-xs ul.account-menu > li > a > span.cartRespons {
                    font-size: 14px;
                }

        .content-menu-xs ul.account-menu > li.sub-account-menu.open > a > span {
            -ms-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .content-menu-xs ul.account-menu > li.sub-account-menu.open > a {
            background: #404040;
            color: #ffa0ab;
            border-left: 1px solid #ffa0ab;
        }

        .content-menu-xs ul.account-menu > li.sub-account-menu > ul {
            float: left;
            width: auto;
            border-left: 1px solid #fff;
            margin-left: 25px;
            margin-top: 6px;
            display: none;
        }

        .content-menu-xs ul.account-menu > li.sub-account-menu.open > ul {
            display: block;
        }

        .content-menu-xs ul.account-menu > li.sub-account-menu > ul > li {
            float: left;
            width: 100%;
            margin-left: 0;
        }

        .content-menu-xs ul.account-menu > li.sub-account-menu > ul.mm-account-details {
            position: static;
            float: left;
            width: 100% !important;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-left: 1px solid #fff;
            margin-left: 25px;
        }

        .content-menu-xs ul.account-menu > li.sub-account-menu > ul > li > a {
            float: left;
            width: 100%;
            color: #fff;
            font-size: 13px;
            letter-spacing: 1px;
            padding: 5px 15px 5px;
        }


        .content-menu-xs ul.account-menu > li.sub-account-menu > ul.mm-login {
            float: left;
            width: 100%;
            border-left: none;
            margin-left: 0px;
            margin-top: 12px;
            padding: 0 16px 0 8px;
            position: relative;
        }

            .content-menu-xs ul.account-menu > li.sub-account-menu > ul.mm-login > li input {
                background: #1e1e1e;
                border: 1px solid #000;
                padding: 8px 10px 8px 5px;
                color: #fff;
                margin-bottom: 10px;
                height: 40px;
                width: 100%;
                float: left;
            }

            .content-menu-xs ul.account-menu > li.sub-account-menu > ul.mm-login > li > button {
                background: #1e1e1e;
                font-family: 'LatoBold';
                border: 0;
                width: 100%;
                float: left;
                padding: 6px 0 !important;
                font-size: 12px;
                margin-bottom: 3px;
                letter-spacing: 1px;
            }

            .content-menu-xs ul.account-menu > li.sub-account-menu > ul.mm-login > li > .mm-login-title {
                display: table;
                float: none;
                position: relative;
                margin: 0px auto;
                padding: 0px 102px;
                margin-bottom: 5px;
            }

                .content-menu-xs ul.account-menu > li.sub-account-menu > ul.mm-login > li > .mm-login-title:before {
                    content: "";
                    height: 2px;
                    left: 0px;
                    position: absolute;
                    top: 12px;
                    width: 100%;
                    z-index: -1;
                    background: none 0px 0px repeat scroll rgb(93, 93, 93);
                }

                .content-menu-xs ul.account-menu > li.sub-account-menu > ul.mm-login > li > .mm-login-title .mm-login-title-2 {
                    color: #fff;
                    display: table;
                    float: none;
                    font-size: 11px;
                    letter-spacing: 1px;
                    background: #222;
                    margin: 0px auto;
                    padding: 0px 10px;
                }

        #mini-menu .navbar-nav .open .dropdown-menu > li:hover, #mini-menu .navbar-nav .open .dropdown-menu > li:focus,
        .content-menu-xs ul.account-menu > li.sub-account-menu > ul > li:hover, .content-menu-xs ul.account-menu > li.sub-account-menu > ul > li:focus {
            background: transparent;
            color: #ffa0ab;
            border-left: 1px solid #ffa0ab;
            margin-left: -1px;
        }

.content-menu-item-xs .navbar-nav .open .dropdown-menu > li:hover, .content-menu-item-xs .navbar-nav .open .dropdown-menu > li:focus {
    background: transparent;
    color: #ffa0ab;
    border-left: 1px solid #ffa0ab;
    margin-left: 25px !important;
}



    .content-menu-item-xs .navbar-nav .open .dropdown-menu > li:hover a, .content-menu-item-xs .navbar-nav .open .dropdown-menu > li:focus a,
    .content-menu-xs ul.account-menu > li.sub-account-menu > ul > li:hover > a, .content-menu-xs ul.account-menu > li.sub-account-menu > ul > li:focus a {
        color: #ffa0ab;
    }

.drawer-open .drawer {
    display: block;
}

.drawer-nav .mCSB_dragger {
    background: #262626 !important;
}

.drawer-nav .mCSB_dragger_bar,
.drawer-nav .mCSB_draggerRail {
    background: #1e1e1e !important;
}

.center-item {
    display: inline-block;
    float: none;
    text-align: center;
}

.set-view {
    width: 50px;
    margin-right: -1px;
    float: left;
    text-align: center;
}

    .set-view > .set-col {
        border: 1px solid #cccccc;
        margin-bottom: -1px;
        float: left;
        width: 100%;
        background: #efefef;
    }

        .set-view > .set-col:last-child {
            margin-bottom: 0;
            background: #ffffff;
        }

.set-type1-label {
    float: right;
    position: absolute;
    margin-left: 16px;
    font-size: 11px;
    color: #696969;
    border-bottom: 1px solid #696969;
    line-height: 12px;
    top: 0;
}

.set-type2-label {
    font-size: 10px;
    width: 100px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

    .set-type2-label .cart-type {
        float: left;
        padding: 0 4px;
        width: 50%;
        cursor: pointer;
        letter-spacing: 1px;
        border: 1px solid #ddd;
        line-height: 16px;
    }

        .set-type2-label .cart-type.active, .set-type2-label .cart-type.active:hover {
            background: #efefef;
            font-family: 'LatoBold';
            border: 1px solid #efefef;
            float: left;
        }

        .set-type2-label .cart-type:hover {
            background: #efefef;
            font-weight: normal;
            border: 1px solid #efefef;
            float: left;
        }

.product-set-qty {
    color: #b7b7b7;
    font-size: 11px;
    float: right;
    line-height: 1;
}

.product-set-qty-2 {
    border: 1px solid #030000;
    height: 25px;
    float: left;
    text-align: center;
    width: 87px;
    color: #030000;
    font-size: 14px;
    line-height: 25px;
}

.product-name {
    font-family: 'LatoBold';
    letter-spacing: 1px;
    font-size: 24px !important;
    line-height: 24px;
}

.product-detail-social {
    margin: 0;
    padding-top: 5px;
    float: left;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
}

.banner-sold {
    display: block;
    padding-bottom: 0;
    color: #fff;
    margin: auto;
    width: 100%;
    height: 90px;
    color: #fff;
    background: #c00;
    float: left;
}

.banner-sold-item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    line-height: 81px;
    text-align: center;
    max-width: 1280px;
    margin: auto;
}

.banner-sold-text {
    font-family: 'LatoBold';
    font-size: 46px;
    float: left;
}

.banner-sold-text-detail {
    font-family: 'LatoBold';
    font-size: 20px;
    float: left;
}

.banner-sold-link {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    height: auto;
    line-height: 22px !important;
    max-height: none;
    padding: 10px 30px 10px !important;
    float: right;
}

.property-text-content {
    display: block;
    float: left;
    margin: 0 !important;
    width: 85%;
}

.property-alphabet {
    float: left;
    width: 100%;
    max-width: 100%;
    border-top: 0;
    border-bottom: 1px solid #ececec;
    padding: 0;
    display: flex;
}

    .property-alphabet:hover a {
        color: #cecece;
    }

    .property-alphabet .alphabet-item {
        font-size: 13px;
        line-height: 31px;
        padding: 10px 7px;
        cursor: pointer;
        flex: 1;
    }

    .property-alphabet > .alphabet-item:hover {
        color: #000;
    }

    .property-alphabet > .alphabet-item:first-child {
        padding-left: 0;
    }

    .property-alphabet > .alphabet-item:last-child {
        padding-right: 0;
    }

.property-all-list {
    width: 100%;
    display: block;
    border-top: 1px solid #ececec;
    padding: 25px 0;
    text-align: left;
    float: left;
}

    .property-all-list:hover {
        background: #f9f9f9;
    }

    .property-all-list:first-child {
        border: 0 !important;
        padding-top: 40px !important;
    }

    .property-all-list h3 {
        font-weight: 600;
        font-size: 22px;
        text-align: left;
        display: block;
        float: left;
        width: 5%;
        margin: 0;
        padding: 0 0 0 10px;
        box-sizing: border-box;
    }

    .property-all-list ul {
        text-align: left;
        transition: all .3s ease;
        float: left;
        display: block;
        width: 95%;
    }

        .property-all-list ul > li {
            width: 25%;
            margin: 0;
            padding: 0;
            float: left;
            line-height: 12px;
        }

            .property-all-list ul > li > a {
                font-size: 12px;
                padding: 0;
                overflow: hidden;
                text-overflow: ellipsis;
                max-width: 180px;
                letter-spacing: 0;
                line-height: 32px;
                text-transform: none;
                display: block;
                font-weight: normal;
                cursor: pointer;
            }

                .property-all-list ul > li > a:hover {
                    color: inherit;
                }


.property-logo-content {
    width: 13%;
    float: left;
    border-left: 1px solid #ececec;
}

    .property-logo-content > ul > li {
        padding: 20px 0;
        width: 100%;
        text-align: center;
    }

        .property-logo-content > ul > li > a {
            padding: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            cursor: pointer;
            opacity: 1;
        }

            .property-logo-content > ul > li > a:hover {
                opacity: .5;
            }

        .property-logo-content > ul > li:first-child {
            margin-top: 25px;
        }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.main-container {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: auto;
}

.modal .close {
    padding: 5px 0;
    top: 13px;
    right: 15px;
    color: #454545;
    display: block;
    font-size: 34px;
    font-weight: lighter;
    opacity: 0.6;
    position: absolute;
    line-height: 35px;
    text-shadow: none;
    z-index: 3;
    outline: none;
}

.login-page-btn-type-3 {
    background: #3e3e3e;
    letter-spacing: 2px;
    padding: 10px 12px;
    text-align: center;
    border-radius: 3px;
    color: #fff !important;
    outline: none;
    font-weight: 700;
    float: left;
    z-index: 1;
    font-size: 11px;
    width: 100%;
}

    .login-page-btn-type-3:hover {
        opacity: 0.8;
    }

.bootstrap-touchspin button {
    color: #000;
    font-size: 21px;
    padding: 0 0 0 5px;
}

    .bootstrap-touchspin button.bootstrap-touchspin-down {
        padding: 0 12px 0 0;
    }

.CartProduct .bootstrap-touchspin button.bootstrap-touchspin-down {
    padding: 0 5px 0 0 !important;
}

tbody > tr.CartProduct td {
    vertical-align: top;
    padding: 15px 8px !important;
    font-size: 12px;
}

.margin-top-5 {
    margin-top: 5px;
}

.CartDescription .property {
    font-size: 10px;
    color: #AEAEAE;
    letter-spacing: 0.5px;
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    line-height: 15px;
}

    .CartDescription .property:last-child {
        margin: 0;
    }

.no-padding-left-xs {
    padding-left: 0;
}

.cart-menu.checkout-order-summary {
    padding-right: 0;
}

.home-quick-cart-title h4 {
    padding-right: 35px;
}

.home-quick-cart-close {
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 16px;
}

.checkout-icon:before {
    padding-right: 5px;
    font-size: 16px;
    font-family: 'MdiIcon';
    line-height: 0;
    content: '\f12c';
}

.slider-img {
    top: 0 !important;
}

.product-list-detail-item .set-type2-label {
    font-size: 10px;
    width: 100px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    float: none;
}

.product-list-detail-item .set-view {
    width: 33px;
    margin-right: -1px;
    text-align: center;
    display: inline-block;
    float: none;
}

.text-normal {
    font-weight: normal !important;
    font-family: 'Lato' !important;
}

td, th {
    padding: 8px;
}

textarea.form-control {
    line-height: 18px;
}

.main-slider-items {
    padding-left: 4px;
    padding-right: 3px;
}

    .main-slider-items.no-left {
        padding-left: 0;
        padding-right: 7px;
    }
    .col-lg-8.main-slider-items.no-left { 
        padding-right:12px;
    }

    .main-slider-items.no-right {
        padding-right: 0;
        padding-left: 7px;
    }

.home-quick-cart-title {
    position: relative;
}

.product-images-carousel .active > img {
    border: 1px solid #b7b7b7;
}

.navbar-collapse {
    text-align: center;
}

.slick-cloned {
    display: none;
    visibility: hidden;
}

.product-list-filter .panel-title > a {
    font-family: 'LatoBold';
}

input[type="file"] {
    display: block;
    border: none;
    box-shadow: none;
    padding: 0;
    /* position: absolute; */
    /* top: 0; */
    position: absolute;
    top: 0;
    right: 0;
    min-width: auto !important;
    min-height: auto !important;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
    left: 0;
    cursor: pointer !important;
}

.pagination-list {
    z-index: 2;
    position: relative;
}

    .pagination-list.bottom {
        background: #fff;
        margin-top: 140px;
        padding: 0 15px;
        float: right;
        width: 100%;
    }

    .pagination-list.top {
        margin-left: 5px;
        float: right;
    }

.slick-slide {
    width: 100% !important;
}

.tooltip {
    z-index: 1;
}

.footer-menu-special {
    float: right;
    width: 194px;
    padding-right: 15px;
}

.megamenu-child1 {
    float: left;
}

.megamenu-child2 {
    float: left;
    width: 125px;
    padding-right: 10px;
}

.megamenu-bracket {
    float: left;
    min-height: 340px;
    border-left: 1px dashed #ddd;
    padding: 63px 50px 0 0;
    margin-top: 22px;
    position: relative;
    left: -30px;
}

.megamenu-banner {
    float: right;
    width: 243px;
    height: 516px;
}

    .megamenu-banner li {
        float: right;
        width: 243px;
        height: 516px;
        border-bottom: none;
        padding: 5px 0;
    }

.width-50 {
    width: 50%;
}

.full-width {
    width: 100%;
}

.content-menu-item-xs .navbar-nav .open .dropdown-menu li {
    border-left: 1px solid #fff;
    margin-left: 25px;
}

#productQuickView .modal {
    padding: 0 3px 0 6px;
}


#productQuickView .modaldialog {
    height: 100%;
    max-height: 100% !important;
}

#ModalRequiredLogin {
    background: rgba(0, 0, 0, 0.5);
}

    #ModalRequiredLogin .modal-dialog {
        width: 500px !important;
        margin: 0 auto;
        height: auto;
        margin-top: 21%;
    }

.sorting-option {
    float: left;
}

.filter-menu-option {
    float: left;
    margin-left: 5px;
}

.btn-filter {
    height: 30px;
    background: #fff;
    border: 1px solid #b7b7b7;
    padding: 5px 8px;
}

.showing-panel {
    float: left;
    margin-left: 15px;
}

.btn-bordered {
    background: #fff;
    border: 1px solid #000;
    height: 31px;
}

.mbl-bag {
    font-size: 10px !important;
    line-height: 23px;
    padding: 6px 12px;
    letter-spacing: 1px;
    height: 32px;
    min-width: 10px;
    margin-top: 10px;
}

.cart-code-txt {
    line-height: 14px;
    padding: 8px 0 0;
    text-align: center;
}

.color-preOrderRed {
    color: #CE0B24;
}

.custom-search-mobile-icon {
    float: left;
    position: absolute;
    left: 45px;
    top: 21px;
    background: #fff;
    border: none;
    font-size: 17px;
    z-index: 1;
}

.custom-search-clear-icon {
    right: 52px;
    font-size: 21px;
    width: 2%;
    padding: 0 3%;
    position: absolute;
    top: 10px;
}

#mobile-filter-modal .modal-dialog, #mobile-search-modal .modal-dialog {
    height: 100%;
    margin: 0;
}

#mobile-filter-modal .modal-header {
    margin: 0;
}

#shopping-cart-mobile {
    z-index: 2;
    position: relative;
}

#mobile-search-body {
    position: absolute;
    top: 62px;
    width: 100%;
}

.btn-danger {
    color: #fff;
    background-color: #e61717;
    border-color: #e61717;
}

.overflowy-hidden {
    overflow-y: hidden;
}



.currency-menu {
    margin-top: 18px;
    float: right;
    margin-right: 15px;
    position: relative !important;
}

    .currency-menu .dropdown-menu {
        min-width: 39px !important;
        width: 32px !important;
        min-width: inherit !important;
        text-align: center;
    }

    .currency-menu .dropdown-toggle {
        box-shadow: none !important
    }

.g-recaptcha {
    padding-left: 15px;
}

#onesignal-popover-container #onesignal-popover-dialog .popover-body-message {
    padding-top: 18px !important;
}

.order-min-cart {
    font-size: 14px;
    margin-bottom: 9px;
    margin-top: 2px;
}

.cart-error {
    align-items: center;
    display: flex;
}

.cart-error-icon {
    float: left;
    width: 58px;
    margin-right: 12px;
    display: inline-block;
}

.cart-error-text {
    padding-top: 5px;
    color: #e61b1b;
    font-size: 15px;
}

.checkout-order-summary .cart-error {
    align-items: center;
    display: flex;
    margin-bottom: 2px;
    padding: 0;
}

.checkout-order-summary .cart-error-icon {
    float: left;
    width: 48px !important;
    margin-right: 12px !important;
    display: inline-block;
    top: -3px;
    position: relative;
    margin-left: 0;
}

.checkout-order-summary .cart-error-text {
    color: #e61b1b;
    font-size: 14px;
    top: -2px;
    position: relative;
}

.footer-call-center-item {
    float: left;
    width: 20%;
    padding: 0 15px;
}

.cargo-list {
    border: solid 1px #ddd;
    border-bottom: none;
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.cargo-list-part {
    border-bottom: solid 1px #ddd;
    float: left;
    width: 100%;
    padding: 15px 0;
}

.cargo-list-item {
    float: left;
    width: 100%;
    display: flex;
}

    .cargo-list-item .cargo-name {
        font-weight: bold;
        padding-left: 0;
    }

    .cargo-list-item .cargo-price {
        font-weight: bold;
    }

    .cargo-list-item .cargo-description {
        color: #AEAEAE;
        padding-left: 0;
    }

.cargo-list-option {
    float: left;
    padding-left: 15px;
    padding-right: 6px;
}

.cargo-list-detail {
    float: left;
    width: 100%;
}

.btn-file {
    font-size: 14px;
    padding: 0px 15px;
    height: auto;
}

.padding-left-15-no-xs {
    padding-left: 15px !important;
}

.padding-right-15-no-xs {
    padding-right: 15px !important;
}

.order-detail-list-header {
    padding: 15px 5px;
    border-bottom: 1px solid #dddd;
    background: #ebedef;
}

.order-detail-list-footer {
    padding: 8px 5px;
    border-bottom: 1px solid #dddd;
    background: #f8f8f8;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

    .order-detail-list-footer span {
        padding: 0;
    }

.order-detail-list {
    padding: 15px 5px;
    border-bottom: 1px solid #dddd;
    align-items: center;
    display: flex;
}

    .order-detail-list > div:last-child {
        font-size: 14px;
    }

    .order-detail-list .product-info {
        align-items: center;
        display: flex;
    }

    .order-detail-list .CartDescription {
        margin-left: 15px;
    }

    .order-detail-list .bootstrap-touchspin > .input-group-btn:last-child {
        float: left;
    }

 

.d-block {
    display: block;
}
#addMultipleProduct .modal-body-content {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}
#addMultipleProduct .modal-dialog {
    margin-top: 0;
    margin-bottom: 0; 
} 
/* End Additional CSS */
/* Start Media CSS */
@media (max-width: 355px) {
    .social-icons-panel ul {
        float: left;
        width: 100%;
    }

        .social-icons-panel ul li {
            margin: 0 35px 5px 0;
        }
}

@media (max-width: 400px) {

    .table-unit-price {
        white-space: nowrap;
    }

    .table-quantity-input {
        padding: 0 5px;
    }

    .powered-by, .copyright-info {
        text-align: center !important;
        width: 100% !important;
    }

    .cart-menu table tr {
        font-size: 10px;
    }

    .cart-menu h4 {
        font-size: 11px;
    }

    .home-quick-cart-description .brand {
        font-size: 10px;
    }

    .home-quick-cart-description .property {
        font-size: 9px;
    }

    .cartFooter {
        padding: 5px 0;
    }
}

@media (max-width: 480px) {
    .CartProductThumb a img {
        max-width: 60px !important;
    }

    .CartDescription h4 a {
        font-size: 14px !important;
        line-height: normal;
    }

    .cart-actions button, .cart-actions .wishlist {
        font-size: 14px !important;
        padding: 10px !important;
    }
}

@media (max-width: 442px) {

    .discountLg {
        font-size: 36px;
        letter-spacing: 2px;
        line-height: 40px;
    }

    #modalAds h3 {
        color: #444;
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 26px;
    }

    .newsletter input[type="text"] {
        width: 100%;
    }

    .newsletter .subscribe-btn {
        margin-left: 0;
        margin-top: 5px;
        width: 100%;
    }
}

@media (max-width: 465px) {
    .pagination-list.top {
        float: left !important;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 460px) {
    .sniper-input-td {
        padding: 8px 0 !important;
    }

    .countdown-clock.detail {
        float: left;
        margin-top: 0 !important;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 488px) {

    .showing-panel {
        margin-left: 0;
    }
}


@media (max-width: 550px) {
    div.quickview {
        display: none;
        opacity: 0;
    }
}

@media (max-width: 600px) {
    #product-details-modal .modal-dialog {
        max-width: 100%;
        margin: 20px auto;
    }

    .page-title-area {
        padding: 0 0 0px;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }

        .page-title-area .page-title {
            padding: 3px 5px;
            font-size: 16px;
        }
}

@media (max-width: 580px) {

    .order-detail-payment-menu li a span {
        font-size: 11px;
    }

    .product-footer .pagination {
        margin-bottom: 10px;
    }

    .sp-thumbs {
        bottom: 0 !important;
    }

    .CartProductThumb a img {
        margin-right: 5px;
    }

    .newsletter {
        border: 0;
    }

    #subscribe {
        border: solid 1px #ddd;
    }

    .modal-dialog {
        background: #fff none repeat scroll 0 0;
        margin: 6% auto;
        max-width: 100%;
        overflow: auto;
        width: 100%;
    }

    #modalAds .modal-dialog {
        display: block;
        margin: 10% auto;
        max-width: 94%;
        min-height: 340px;
        overflow: auto;
        padding: 10px 0;
        position: relative;
    }
}

@media (max-width:723px) {
    .pagination-list.top {
        margin-right: 5px;
    }
}

@media (max-width:750px) {
    .overview-box .box-items-second .box-item .item-container {
        margin-right: 14px;
    }
}

@media (min-width: 767px) {
    .navbar .navbar-logo {
        display: none;
        padding-top: 5px;
    }

    .navbar.stuck .navbar-logo {
        display: block;
    }

    .navbar.stuck .navbar-top {
        margin-top: -110px;
        display: none;
    }
}

@media (max-width: 767px) {
    a.cart-view-update {
        margin-top: 0;
    }

    .order-detail-list-footer {
        font-size: 11px;
        padding: 8px 10px;
    }

        .order-detail-list-footer > span:first-child {
            text-align: left;
        }

    .order-detail-list input.quanitySniper {
        height: 30px;
        line-height: 30px;
    }

    .order-detail-list .product-info img {
        min-width: 75px;
    }

    .order-detail-list > div:last-child {
        font-size: 11px;
    }

    .order-detail-list {
        display: block;
    }

    #addMultipleProduct .input-group-btn {
        width: 17%;
    }

        #addMultipleProduct .input-group-btn:last-child {
            padding-top: 8px;
        }

    .padding-left-15-no-xs {
        padding-left: 0 !important;
    }

    .padding-right-15-no-xs {
        padding-right: 0 !important;
    }

    .footer-call-center-item {
        width: 100%;
        margin-bottom: 30px;
    }

    #addMultipleProduct .btn {
        width: 100%;
display:block;
    }

    #addMultipleProduct .btn-danger {
        margin-bottom: 15px;
    }

    .form-control,
    .select2-container .select2-selection--single  {
        height: 45px;
        line-height: 45px;
    }

    .currency {
        padding: 0 10px 10px;
        float: left;
        width: 100%;
        margin-top: 0;
    }

        .currency .dropdown-toggle {
            background: #fff;
            height: 30px;
            padding: 0 15px;
            line-height: 32px;
            width: 100%;
        }

        .currency .dropdown-menu {
            top: 0 !important;
            margin: 0;
            position: relative;
            line-height: normal;
            float: left;
            padding: 2px 5px 0;
            width: 100%;
            border-top: 1px solid #ddd;
        }

    .btn-block-xs {
        width: 100%;
    }

    .shoppingScroll {
        height: auto !important;
        overflow-y: scroll !important;
        max-height: 300px;
    }

    .product-detail-social {
        display: none;
    }

    .page-title-area h1 {
        padding: 0;
    }

    .zopim {
        z-index: 12 !important;
    }

    .zoomContainer, .zoomWindow, .zoomWindowContainer {
        display: none !important;
    }

    .item.col-xs-6 {
        min-height: 317px;
    }

    .product-list-price .old-price-list {
        width: 100%;
        float: left;
    }

    .change-order {
        width: 100%;
    }

    .cart-code-txt {
        padding: 0 0 8px;
    }

    .cart-view-mobile-screen .home-quick-cart-img {
        width: 12%;
    }

    .cart-view-mobile-screen #mycart-summary, .cart-view-mobile-screen table {
        width: 100%;
    }

    .cart-view-mobile-screen .mCustomScrollBox {
        max-height: 100% !important;
    }


    .item > .product-list-item > .product {
        border: 1px solid transparent;
        padding-bottom: 10px;
    }

    .item:hover > .product-list-item > .product {
        border: 1px solid #a0a0a0;
    }


    .change-order, .filter-menu-option, .showing-panel, .pagination-list.top {
        margin-top: 10px;
    }

    .product-list-options {
        padding: 0 0px 10px 5px;
    }

    .sorting-option .form-control {
        margin-bottom: 0;
    }

    .filter-menu-option {
        margin-left: 1px;
        margin-right: 10px;
    }

    .btn-filter {
        height: 30px;
        background: #fff;
        border: 1px solid #b7b7b7;
    }

    .showing-panel {
        margin-left: 0;
    }

        .showing-panel .change-view {
            float: left !important;
            height: 30px;
        }


    .product-list-filter .custom-search-input {
        padding: 15px 0 0;
    }

    .close {
        z-index: 99999999;
    }

    .add-cart {
        padding-bottom: 8px;
    }

    .change-view a {
        padding: 1px 13px 0 10px;
        margin-bottom: 3px;
        margin-right: 2px;
    }

    .pagination > li > a {
        font-size: 12px;
    }


    .pagination-list.top .pagination {
        float: left;
    }

    .main-slider-items, .main-slider-items.no-left, .main-slider-items.no-right {
        padding-left: 15px;
        padding-right: 15px; 
    }

    .home-detail {
        border-top: 1px solid #e5e5e5;
        margin: 0 auto;
        max-width: 427px;
        width: 100%;
        float: none;
        padding: 6px 15px;
    }

    .home-img-wrapper, .home-img-wrapper.mag {
        max-width: 427px;
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .home-title {
        font-size: 18px;
    }

    .alert {
        display: block;
    }

    /*.content-section {
        padding-top: 43px !important;
    }*/

    .no-padding-left-xs {
        padding-left: 15px;
    }

    .padding-xs {
        padding-left: 15px;
        padding-right: 15px;
    }

    .product-main-image img {
        width: 100%;
        position: relative;
        z-index: -1;
    }

    .home-quick-cart-description .color {
        font-size: 10px;
        color: #fff;
        letter-spacing: 0.5px;
        float: left;
        margin: 0 0 2px 0;
        line-height: 15px;
    }

    .home-quick-cart-description .set-size {
        font-size: 10px;
        color: #fff;
        letter-spacing: 0.5px;
        width: 100%;
        float: left;
        margin: 0;
        line-height: 15px;
    }

    .nav-breadcrumb, .list-category-img {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 5px;
        padding-top: 6px;
    }


    .page-title-area h2 {
        font-size: 20px;
    }

    .btn-view-cart, .btn-continue-shopping {
        width: 100% !important;
        letter-spacing: 1px;
    }

    .mini-cart-product .product-detail {
        vertical-align: top;
        padding-top: 10px;
        padding: 10px 10px 0;
    }

    .mini-cart-product td, .mini-cart-product th {
        padding: 0 10px;
    }

    .mini-cart-product > td.home-quick-cart-img, .mini-cart-product2 > td {
        border-bottom: 1px solid #626262;
    }
    .cart-menu img {
        width: 80px; 
    }

    a.cart-view-remove {
        color: #d2d2d2 !important;
        text-decoration: underline;
        float: right;
        font-size: 9px;
        line-height: 15px;
    }

    .cart-view-mobile-screen > table {
        border: none !important;
        padding: 0px !important;
        margin: 0 !important;
        height: auto;
        width: 100%;
    }

    /*.content-section-2 {
        padding-top: 129px !important;
    }*/

    .social-icons-panel.social-detail ul li {
        margin: 0 30px 0 0;
    }

    .product-detail-social {
        margin: 0;
        padding: 10px 15px 6px;
    }


    .product-main-image {
        margin-left: 0;
        width: 100%;
    }

    .social-icons-panel span {
        margin-bottom: 10px;
        float: left;
        width: 100%;
        text-align: left;
    }


    .footer-newsletter input {
        width: 100%;
    }

    .footer-newsletter button {
        width: 100%;
    }

    .footer-menu-special {
        float: left;
        padding: 0 15px;
        width: 100%;
    }

    .megamenu .container {
        padding-left: 0;
        padding-right: 0;
    }

    .cart-menu {
        position: absolute;
        right: 0;
        top: 46px;
    }

        .cart-menu.checkout-order-summary {
            position: relative;
            right: auto;
            top: auto;
            margin-top: 30px;
            padding-right: 15px;
        }


    .countdown-clock.detail {
        margin-top: 12px;
    }

    .margin-bottom-70 {
        margin-bottom: 15px;
    }

    .i-minus::after {
        right: 20px;
    }

    .SearchListActive {
        right: 0;
        margin-top: 0;
        max-height: 400px;
        height: auto;
        min-height: 100px;
        width: 100%;
        padding: 0;
    }

        .SearchListActive a {
            float: left;
            width: 100%;
            position: relative;
        }

    .SearchListContent {
        float: left;
        width: 100%;
        border-bottom: 1px solid #ccc;
        margin: 0 0 2px 0;
        color: #000 !important;
    }

        .SearchListContent .img-box {
            width: 100px;
            height: 120px;
            margin: 5px;
            float: left;
        }

        .SearchListContent:first-child {
            margin: 1px 0 2px 0;
        }

    .SearchListPart {
        float: left;
        width: 62%;
        font-size: 11px;
        margin: 9px 0 0 5px;
    }

    .SearchListImg {
        margin: 0px;
        padding: 0px 0 1px 0;
    }

    .SearchListBrand {
        float: left;
        width: 100%;
        font-family: 'LatoBold';
    }

    .SearchListBrandContent {
        float: left;
        width: 100%;
    }

    .hidden-xs {
        display: none !important;
        visibility: hidden !important;
    }

    .swiper-container {
        height: 350px !important;
    }

    .home-quick-cart-footer {
        background: none repeat scroll 0 0 rgba(0,0,0,0);
        border-top: 1px solid #414141;
        margin-top: 0;
    }

        .home-quick-cart-footer .border-bottom-primary {
            color: #fff;
            border-bottom: 1px solid #fff;
            margin-bottom: 15px;
            width: 100%;
            text-align: center;
        }

    .cart-menu table tr {
        border-bottom: solid 1px rgba(255,255,255,0.1);
        padding: 0 15px;
    }

        .cart-menu table tr.mini-cart-product .product-detail {
            padding-bottom: 0 !important;
        }

        .cart-menu table tr.mini-cart-product2 > td:last-child {
            border-bottom: solid 1px rgba(255,255,255,0.1);
        }

    .cart-view-title {
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        padding: 17px 2px;
        border-bottom: 1px solid #414141;
    }

    .quick-cart-item-txt {
        font-size: 12px;
    }

    .navbar-cart {
        padding-right: 0;
        padding-left: 0;
    }

    .cart-menu.checkout-order-summary .mini-cart-product, .cart-menu.checkout-order-summary .mini-cart-product a, .cart-menu.checkout-order-summary .mini-cart-product p, .cart-menu.checkout-order-summary .mini-cart-product .size, .cart-menu.checkout-order-summary .mini-cart-product .price, .dropdown-header, .cart-menu.checkout-order-summary .home-quick-cart-description .color, .cart-menu.checkout-order-summary .home-quick-cart-description .set-size, .cart-menu.checkout-order-summary .home-quick-cart-description .total-weight {
        color: inherit;
    }

        .mini-cart-product, .mini-cart-product a, .mini-cart-product p, .mini-cart-product .size, .mini-cart-product .price, .dropdown-header .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown, .navbar-nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
            color: #fff;
            background: transparent;
        }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: #404040;
        color: #ffa0ab;
        border-bottom: none;
        border-left: 1px solid #ffa0ab;
    }

    .megamenu-content ul li {
        border-color: rgba(255,255,255,0.2);
    }

    .navbar-top i {
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding: 3px 0 0;
    }

    .text-left-xs {
        text-align: left !important;
    }

    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;
    }

    .price-discount, .product-price {
        font-size: 25px !important;
    }

    .modal-details-inner {
        padding: 30px 0 0;
    }

    .pull-right-left {
        float: left;
    }

    .login-logo {
        padding: 0px 15px;
        margin-top: 100px;
    }

    #aboutuspopup {
        background: rgba(0, 0, 0, 0.9);
        bottom: 50px;
    }

        #aboutuspopup .close-icon {
            height: 20px;
            top: 20px;
        }

    #user-login-form {
        width: 100%;
    }

    #user-login-form, #user-result-form, #ForgetPassword-form, #seller-login-form {
        width: 100%;
    }

    .login-page-footer {
        position: relative;
        padding: 0 0 5px;
    }

    .product-detail-error {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .home-page-alt-banner-section {
        margin-top: 75px;
    }

    .my-account-label {
        float: left !important;
        margin-top: 14px;
        color: #000 !important;
        position: relative;
        z-index: 9200;
        font-size: 14px;
        text-align: left;
    }

    .megamenu .chartPopup {
        right: 0;
        padding: 0px 0px;
        left: auto;
    }

    .language-menu.open > ul.dropdown-menu {
        display: inline-flex;
    }

    body.login-page .language-menu.open > ul.dropdown-menu {
        display: block;
    }

    .language-menu {
        margin-top: 16px;
    }

    .slider-starting-point {
        position: relative;
    }

    .margin-right-15-xs {
        margin-right: 15px;
    }

    .search-box {
        float: left;
        width: 100%;
        margin-bottom: 0px;
        margin-right: 5px;
        margin-top: 17px;
        border-top: 1px solid #000;
        border-bottom: 1px solid #ececec;
    }

    .custom-search-input {
        border: none !important;
        background: #fff;
        outline: none;
        width: 100%;
        border-radius: 0;
        padding: 10px 63px 10px 15px;
        color: #030000;
        font-size: 11px;
        border-bottom: 1px solid #bdbdbd !important;
    }

    .custom-search-icon {
        width: 2%;
        padding: 0 3%;
        font-size: 17px;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .padding-0-15-xs {
        padding: 0 16px;
    }

    .padding-logo {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        padding-top: 5px;
    }

    .top-40-xs {
        top: 40px;
    }

    .swiper-container {
        height: 350px;
    }

    .map {
        padding: 0px;
    }

    .contact-column {
        border-right: none;
        min-height: auto;
    }

    .contact-column-centered2, .contact-column-centered3 {
        width: 100%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .mar-xs {
        margin: 0;
    }

    .no-padding-xs {
        padding: 0 !important;
    }

    .mar-top-15-xs {
        margin-top: 15px;
    }

    .width-100-xs {
        width: 100%;
    }

    .content-menu-xs {
        padding: 0;
    }

    .menu-xs {
        background-color: #222;
        -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .5);
        box-shadow: inset 0 3px 9px rgba(0, 0, 0, .5);
        position: fixed;
        z-index: 101;
        top: 0;
        overflow-y: auto;
        width: 83%;
        height: 100%;
        color: #fff;
        padding-top: 10px;
        display: none;
        left: 0;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        float: left;
        width: 100%;
        max-height: none;
    }

    .navbar-nav {
        margin: 0px;
    }

    .add-fav-topbar-txt {
        color: #030000;
        font-size: 11px;
        font-weight: normal;
        line-height: 21px;
        text-align: right;
    }

    .add-fav-topbar {
        padding-top: 6px;
        font-size: 16px;
        line-height: 0px;
        float: right;
        margin-right: 15px;
        margin-top: 0px;
        z-index: 10;
        margin-left: 0px;
        transform: scale(1.15);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transition: opacity .3s linear,-webkit-transform .7s cubic-bezier(.56,.48,0,.99);
        -moz-transition: opacity .3s linear,-moz-transform .7s cubic-bezier(.56,.48,0,.99);
        -o-transition: opacity .3s linear,-o-transform .7s cubic-bezier(.56,.48,0,.99);
        -ms-transition: opacity .3s linear,-ms-transform .7s cubic-bezier(.56,.48,0,.99);
        transition: opacity .3s linear,transform .7s cubic-bezier(.56,.48,0,.99);
        opacity: 1;
    }

    .catColumnWrapper .filtercolumn {
        z-index: 91;
    }

    #main-container-wrapper .panel-flat {
        width: 100% !important;
    }

    .cartFooter {
        border-top: solid 1px #eee;
    }


    .stuck .custom-navbar > li > a {
        top: 0px;
    }

    .main-logo {
        max-height: 50px;
    }


    .content-right-menu-equal {
        min-height: 100px;
        height: auto;
    }

    .order-box-content > .table-responsive, .userInfo .table-responsive {
        border: none;
    }

    .overview-box .box-items-second {
        border-left: none;
        border-top: 1px solid #E2E3E4;
    }

        .overview-box .box-items-second:first-child {
            border-top: none;
        }

    .section-title-inner {
        font-size: 18px;
        line-height: 24px;
    }

    .cart-view-mobile-screen {
        border-bottom: 1px solid #E2E2E2;
        padding: 0;
        color: #fff;
    }

    .content-menu-item-xs, .content-menu-item-xs .navbar-collapse {
        border-top: none;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .navbar.stuck {
        border-bottom: none;
        padding-top: 0px;
    }

    body, html, html, p, div, .navbar-nav > li > a, .cart-menu-icon, .my-account-label, .price, .navbar-nav .dropdown-menu a {
        font-size: 11px;
    }

    .product-list-banner {
        font-size: 13px;
    }


    .language-menu-text {
        font-size: 13px;
    }

    .header-top-banner {
        font-size: 10px;
        padding: 2px 15px 3px;
    }


    .sticky {
        background: rgb(255, 255, 255) !important;
    }

    .stick-category {
        width: 100%;
        border-bottom: 1px solid #E2E2E2;
        top: 153px;
    }

    .catTopBar {
        margin-top: 47px;
        margin-bottom: 25px !important;
        padding-top: 11px !important;
        border-bottom: 1px solid #F1F1F1;
        padding-bottom: 5px !important;
        z-index: 999;
    }

        .catTopBar .filterToggle span {
            position: absolute !important;
            right: 4px;
            bottom: 20px;
        }

    .text-right-left-xs {
        text-align: left;
    }

    .section-product-info {
        padding-bottom: 0px !important;
        padding-top: 120px !important;
    }

    .product-details-info {
        margin: 0 !important;
    }

        .product-details-info .panel.panel-blank:first-child .panel-heading {
            border-top: none;
        }

    .product-detail-row {
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(3, 0, 0, 0.33);
    }

    .product-details-info-wrapper {
        float: left;
        width: 100%;
        margin-top: 5px;
    }


    .item-menu-content {
        height: 340px !important;
    }

    .custom-navbar-header {
        min-height: 65px !important;
        top: 0;
        position: relative;
        padding-top: 0;
    }

    .custom-navbar {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 0;
        padding: 0;
    }

        .custom-navbar > li, .special-menu {
            margin: 0 !important;
            float: left !important;
            padding: 0;
            text-align: left;
            width: 100%;
        }

            .custom-navbar > li:last-child {
                padding-bottom: 0px;
            }

            .special-menu > a {
                background: #ff3e3e;
                font-weight: bold;
                color: #fff;
                letter-spacing: 1px;
                font-family: Georgia;
                line-height: 20px;
                float: left;
                margin-top: 5px;
            }

            .custom-navbar > li > a, .special-menu > a {
                padding: 8px 0 8px 8px !important;
                border-bottom: 1px solid transparent;
                font-size: 14px !important;
                border-color: transparent !important;
                width: 100%;
                float: left;
            }

                .custom-navbar > li > a:focus {
                    background: #404040;
                    color: #ffa0ab;
                    border-left: 1px solid #ffa0ab;
                }

        .custom-navbar i {
            font-size: 25px;
            right: 20px;
            position: absolute;
            padding: 0;
            line-height: 36px;
        }

    .dropdown .one-column-dropdown > li > a {
        color: #fff;
    }

    .catTopBar h4, .catTopBar p {
        line-height: 37px;
        margin-bottom: 0px;
    }

    .no-padding-right-lg {
        padding-right: 15px;
    }

    .category-wrapper {
        padding-top: 100px !important;
    }

    .slider-hero .arrow-left, .slider-hero .arrow-right {
        display: none;
    }

    .slider-hero-caption .slide-caption-subtitle.bottom {
        margin-bottom: 0;
    }

    .slider-hero-caption h3.slide-caption-title-3 {
        font-size: 20px;
    }

    .hide-xs {
        display: none !important;
    }

    .slider-hero-caption {
        max-width: 90% !important;
    }

        .slider-hero-caption .slide-caption-title {
            font-size: 32px;
            line-height: 32px;
            padding-bottom: 10px;
        }

        .slider-hero-caption p {
            padding-bottom: 10px;
        }

        .slider-hero-caption .btn {
            margin-bottom: 10px;
        }

    .footer-title {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .product-images-carousel-wrapper .product-view-thumb-wrapper .product-view-thumb-nav {
        display: none;
    }

    .product-images-carousel-wrapper .product-view-thumb-wrapper ul > li {
        height: 75px;
        width: 50px;
    }

    .product-images-carousel-wrapper .productMainImage {
        margin: 0 auto 10px;
        max-width: 95%;
        display: block;
    }

    .product-images-carousel-wrapper .product-view-thumb-wrapper {
        left: auto;
        right: auto;
        position: relative;
        top: auto;
        z-index: 10;
        width: 100%;
        margin: 0 auto;
    }
}


@media (min-width: 768px) and (max-width: 992px), screens (min-width: 768px) and (max-width: 992px) {
    body, html, p, div, .navbar-nav > li > a, .cart-menu-icon, .my-account-label, .custom-search-icon, .price, .language-menu li a span, .CartProduct > .font-size-12, .add-fav-topbar-txt {
        font-size: 11px !important;
    }

    .custom-search-input {
        font-size: 11px !important;
        margin-top: 2px !important;
    }

    .header-top-banner {
        font-size: 10px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 15px auto;
    }

    .custom-navbar-header ul.nav li.stdmenu-item:hover ul.dropdown-menu {
        display: block;
        filter: none;
        opacity: 1;
        right: auto;
    }

    .content-menu-xs {
        padding: 0;
        z-index: 9199;
    }

    .cart-menu-icon i {
        font-size: 21px;
    }

    .swiper-container {
        height: 526px !important;
    }

    .stuck .search-box, .stuck .SearchList {
        display: none;
        /*right: 0;*/
    }

    .megamenu .chartPopup {
        right: 0;
        left: auto;
        top: auto;
    }

    .language-menu {
        margin-top: 18px;
        float: right;
    }

    .dropdown.language-menu.open > .dropdown-menu {
        position: absolute;
        top: 35px !important;
        right: 0px;
        z-index: 9999;
        border: 1px solid #ddd;
        padding: 0px 5px;
        left: auto;
    }

    .slider-starting-point {
        position: relative;
    }

    .search-box {
        float: right;
        margin: 12px 55px 8px 0;
        width: 45%;
        border: 1px solid #636363;
        border-radius: 5px;
    }

        .search-box.active {
            border: 1px solid #979797; 
        }
    /* .search-box.active .custom-search-input {
        outline-color: #e71717;
    }*/

    .search-box.active .custom-search-icon {
        color: #979797;
    }
    .custom-search-input {
        border: none !important;
        background: transparent;
        outline:none;
        width: 100%;
        border-radius: 0;
        font-size: 12px;
        padding: 1px 6px;
        color: #888888;
        line-height: 30px;
        font-style: italic;
    }

    .custom-search-icon {
        margin-top: 9px;
        text-align: right;
        color: #555555;
        font-size: 14px !important;
        float: right;
        position: absolute;
        right: 8px;
        top: 0px;
    }
    
    .padding-logo {
        padding: 0;
    }

    .ProductDetailsList.megamenu-content ul {
        padding-left: 5px;
        padding-right: 5px;
    }

        .ProductDetailsList.megamenu-content ul li a {
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .margin-right-50 {
        margin-right: 50px;
    }

    .custom-navbar {
        float: none;
        display: inline-block;
        width: auto !important;
    }

        .custom-navbar > li, .special-menu {
            float: none !important;
            display: inline-block !important;
            padding: 8px 16px;
            line-height: 21px;
        }

    .navbar.stuck .custom-navbar > li, .special-menu {
        padding: 8px 14px;
    }

    .custom-navbar > li > a {
        padding: 0px !important;
        border-bottom: 1px solid transparent;
    }

    .special-menu > a {
        background: #ff3e3e;
        font-weight: bold;
        color: #fff;
        padding: 0 3px;
        font-size: 16px;
        letter-spacing: 1px;
        font-family: Georgia;
        border-bottom: 1px solid transparent;
        line-height: 20px;
    }

    .custom-navbar > li > a:hover, .custom-navbar > li > a:focus {
        border-bottom: 1px solid #030000;
        background-color: #fff;
    }

    .special-menu > a:hover, .special-menu > a:focus {
        border-bottom: 1px solid #030000;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media (min-width: 768px) and (max-width:827px) {
    .product-main-image {
        margin-left: 0;
        margin-right: 15px;
    }
}

@media (min-width: 768px) and (max-width:990px) {
    .product-images-carousel-wrapper .product-view-thumb-wrapper {
        right: 0;
        top: 27%;
    }
}

@media (min-width: 768px) and (max-width:991px) {

    .hidden-sm {
        display: none;
    }

    /*.content-section {
        padding-top: 95px !important;
    }*/

    .slick-slide {
        width: 101px !important;
        display: inline-block !important;
        margin-right: 10px;
        float: none !important;
    }

    .slick-track {
        padding: 0 15px;
       
    }

    .slick-list {
        text-align: center;
        height: auto !important;
    }

    .product-images-carousel {
        position: relative;
        float: left;
        width: 100%;
    }

    #product-details-modal .slick-track {
        height: 0 !important;
        transform: inherit !important;
    }

    #product-details-modal .product-images-carousel {
        bottom: 0;
        height: 0 !important;
    }
}

@media (max-width:767px) {
   

.cartTable .btn-primary {
    width: 100%;
}

.cartTable .cart-button-groups {
    text-align: left;
}

.add-fav {
    opacity: 1;
    position: relative;
    float: left;
    right: 0;
    top: 0;
    font-size: 20px;
    left: 8px;
}

.add-cart {
    opacity: 1;
    padding-bottom: 0;
}

#productQuickView .modal {
    padding: 0;
}

.page-title-area > span {
    position: relative;
}

.slick-slide {
    width: 93px !important;
    display: inline-block !important;
    margin-right: 15px;
    background: #fff;
    float: none !important;
}

.slick-slider .slick-slide:last-child {
    margin-right: 0;
}

.slick-slide img {
    width: 100%;
}

.slick-slide > a {
    float: left;
    width: 100%;
}

    .slick-track {
        padding: 0 15px;
        max-width: 100% !important;
    }

.product-images-carousel {
    width: 100%;
}

.slick-list {
    height: auto !important;
}

.product-images-carousel {
    width: 100%;
    position: relative;
    bottom: 0;
    z-index: 1;
    left: 0;
}

#product-details-modal .slick-track {
    height: auto !important;
    transform: inherit !important;
    text-align: center;
}

#product-details-modal .product-images-carousel {
    float: left;
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0;
    left: -15px;
}

#product-details-modal .slick-cloned {
    display: none !important;
}

}

@media (min-width: 768px) and (max-width:992px) {
    .search-box {
        margin: 8px 26px 12px 0;
        width: 32%;
    }
}

@media (min-width: 0) and (max-width:991px) {
    .item:hover > .product-list-item > .product {
        border-right: 0;
        border-left: 0;
        border-top: 0;
        border-bottom: 0;
        padding-bottom: 8px;
    }

    .showing-panel {
        float: left;
    }

    .product-list-filter {
        padding-top: 7px;
    }

    .product-list-filter-container {
        position: absolute;
        z-index: 3;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .product-list-filter .panel-default > .panel-heading {
        padding: 7px 12px 5px;
    }

    .product-list-filter, .product-list-filter-container {
        height: 100% !important;
    }

    .product-list-detail-item {
        display: none;
    }

    .padding-right-xs {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width:1200px) {

    .section-product-info {
        padding-top: 165px !important;
    }
}

@media (max-width: 800px) {
    #product-details-modal .modal-dialog {
        margin: 0;
        max-width: 100%;
    }
}

@media (min-width: 840px) {
    .modal-details-inner {
        min-height: 552px;
    }
}

@media (min-width: 768px) and (max-width: 955px) {
    .product-main-image img {
        width: 422px;
    }
}

@media (max-width: 991px) {
    .slick-slide.slick-cloned {
        display: none !important;
    }

    .product-main-image {
        padding-left: 0;
    }

    /*.content-section-2 {
        padding-top: 93px;
    }*/

    .property-text-content {
        width: calc(100% - 50px);
    }

    .property-alphabet {
        float: left;
        width: 50px;
        display: block;
        background-color: #fcfcfc;
        border-right: 3px solid #fff;
    }

        .property-alphabet > .alphabet-item {
            float: left;
            width: 100%;
            text-align: center;
            padding: 9px !important;
        }

    .property-all-list h3 {
        width: calc(100% - 10px);
        margin-left: 10px;
        margin: 10px 0 10px 10px;
    }

    .property-all-list ul li {
        float: left;
        width: 100%;
        padding: 5px 0;
    }

        .property-all-list ul li:nth-child(even) {
            background-color: #fcfcfc;
        }

        .property-all-list ul li a {
            padding: 2px 0 2px 10px;
            font-size: 11px;
        }

    .property-all-list:hover {
        background: #fff;
    }

    .hide-md {
        display: none;
    }

    .category-wrapper {
        padding-top: 150px;
    }

    .product-images-carousel-wrapper .product-view-thumb-wrapper ul > li {
        height: 77px;
    }

    .swiper-container {
        height: 490px;
    }

    .megamenu .dropdown-menu {
        top: 45px;
    }

    .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }

    .cart-actions button, .cart-actions .btn-cart, .cart-actions .wishlist {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {

    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}
/*@media (min-width: 992px) {

    .content-section {
        padding-top: 96px !important;
    }
}*/
@media only screen and (min-width:992px) and (max-width: 1199px) {
    .product-images-carousel-wrapper .bx-wrapper {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 969px) {
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        width: auto;
        top: 37px;
    }

    .megamenu .megamenu-content {
        padding-left: 0;
        padding-right: 0;
    }

    .megamenu .dropdown-menu > li > ul {
        display: block;
    }
}

@media (min-width: 979px) {
    .megamenu-content ul li a {
        transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        border-bottom: 1px solid transparent;
        font-size: 13px;
        color: #030000;
    }

        .megamenu-content ul li a:hover {
            padding-left: 0px;
            border-bottom: 1px solid #030000;
            color: #030000;
        }

        .megamenu-content ul li.productPopItem a:hover, .megamenu-content ul li a.new-product-menu-block:hover {
            padding-left: 0;
        }
}

@media (min-width: 975px) and (max-width: 1200px) {
    .category-wrapper {
        padding-top: 160px;
    }
}

@media (max-width: 979px) {
    .container {
        width: 100% !important;
        max-width: 900px !important;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .navbar.stuck .navbar-top {
        margin-top: 0 !important;
    }
}

@media (max-width:1199px) {

    .product-set-qty {
        float: left;
        position: relative;
        left: 0;
        top: 5px;
        width: 100%;
    }
}

@media (max-width:1200px) {
    .btn-shop-section {
        padding: 0;
        margin-top: 15px;
    }
}

@media (min-width:1200px) {

    .centered-horizontal {
        display: inline-block;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em;
    }
}

@media only screen and (max-width: 1224px) {
    input.quanitySniper {
        width: 80px !important;
    }
}

@media (min-width:768px) and (max-width:1312px) {
    .main-container {
        padding: 0 15px;
    }
}

.loadinggif {
    z-index: 4500;
    position: fixed;
}

.loadinggifBody {
    z-index: 4500;
    position: fixed;
    top: 45%;
    left: 45%;
}

#NewsletterMessage {
    color: #8b0000 !important;
}

