/* Minification failed. Returning unminified contents.
(6158,25): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(6912,13): run-time error CSS1062: Expected semicolon or closing curly-brace, found '!important'
 */
body, fieldset, figure {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, legend, main, menu, nav, section, summary {
    display: block
}

hr, legend {
    margin-bottom: 20px;
    border: 0
}

fieldset, hr, img, legend {
    border: 0
}

fieldset, legend, td, th {
    padding: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

audio, canvas, 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, optgroup, strong {
    font-weight: 700
}

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 {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    margin-top: 20px;
    border-top: 1px solid #eee;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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: default
    }

    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: none
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    min-width: 0
}

legend {
    width: 100%;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

textarea {
    overflow: auto
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

@media print {
    blockquote, img, tr {
        page-break-inside: avoid
    }

    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !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: ""
    }

    blockquote {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table th {
            background-color: #fff !important
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline
    }

    a:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

.img-responsive, .thumbail a > img, .thumbail > img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbail {
    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%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, .h3, h1, h2, 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, .h5, .h6, h4, h5, 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
}

dt, label {
    font-weight: 700
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

ol, ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

dl {
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

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
    }

    .container {
        width: 750px
    }
}

abbr[data-original-title], abbr[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
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto
}

.table, address {
    margin-bottom: 20px
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

    blockquote .small:before, blockquote footer: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
}

.container, .container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

caption, th {
    text-align: left
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.42857143
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}

@media (min-width:1355px) {
    .container {
        width: 1230px
    }
}

@media (min-width:1600px) {
    .container {
        width: 1550px;
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-15, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-15, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-15, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-xs-15 {
    width: 20%
}

.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%
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, col-sm-15 {
        float: left
    }

    .col-sm-15 {
        width: 20%
    }

    .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-offset-15 {
        margin-left: 20%
    }

    .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-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, col-md-15 {
        float: left
    }

    .col-md-15 {
        width: 20%
    }

    .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-offset-15 {
        margin-left: 20%
    }

    .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
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    max-width: 100%;
    background-color: transparent
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    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 > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=radio], input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=radio]:focus, input[type=checkbox]:focus, input[type=file]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    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
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-top: 4px\9;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox], input[type=radio].disabled, input[type=radio][disabled], input[type=checkbox].disabled, input[type=checkbox][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    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
    }

.form-group-sm .form-control, .input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px
}

.input-sm {
    height: 30px;
    line-height: 1.5
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    line-height: 1.5
}

.form-group-lg .form-control, .input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 18px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.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;
    line-height: 1.3333333
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    line-height: 1.3333333
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.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
}

.collapsing, .dropdown, .dropup {
    position: relative
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.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-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -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-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -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-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-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }

    .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: 400;
    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.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle, .btn.active, .btn:active, .dropdown-toggle:focus, .modal, .modal-content, .navbar-toggle:focus, .open > a {
        outline: 0
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #333;
        text-decoration: none
    }

    .btn.active, .btn:active {
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        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;
        background-image: none
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #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;
        background-image: none
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #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;
        background-image: none
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
        background-image: none
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #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;
        background-image: none
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19
    }

    .btn-danger: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;
        background-image: none
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #23527c;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    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 {
    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: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu-right, .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-header, .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        line-height: 1.42857143;
        white-space: nowrap
    }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    clear: both;
    font-weight: 400;
    color: #333
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5
    }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

    .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
    }

.open > .dropdown-menu {
    display: block
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.nav-justified > .dropdown .dropdown-menu, .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.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-vertical > .btn, .btn-group > .btn {
        position: relative;
        float: left
    }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 2
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .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 .caret, .btn-group > .btn:first-child {
    margin-left: 0
}

.btn-group > .btn-group {
    float: left
}

.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-lg .caret {
    border-width: 5px 5px 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%
}

.media-object.img-thumbail, .nav > li > a > img {
    max-width: none
}

.btn-group-vertical > .btn-group > .btn {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-radius: 4px 4px 0 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius: 0 0 4px 4px
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

.input-group-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
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn, textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.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
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn, textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.nav > li, .nav > li > a {
    display: block;
    position: relative
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .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-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        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:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-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:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
            z-index: 2
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav > li > a {
        padding: 10px 15px
    }

        .nav > li > a:focus, .nav > li > a:hover {
            text-decoration: none;
            background-color: #eee
        }

    .nav > li.disabled > a {
        color: #777
    }

        .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
            color: #777;
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent
        }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #337ab7
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

.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:focus, .nav-tabs > li.active > a:hover {
            color: #f39;
            cursor: default;
            background-color: #fff;
            border: 1px solid #f39;
            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;
                margin-right: 0;
                border-radius: 4px
            }

        .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
            border: 1px solid #ddd
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
            border-bottom: 1px solid #ddd;
            border-radius: 4px 4px 0 0
        }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

.nav-justified > li, .nav-stacked > li {
    float: none
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

    .nav-justified > li > a {
        margin-bottom: 5px;
        text-align: center
    }

.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:focus, .nav-tabs-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }

    .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:focus, .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar-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 {
        border-radius: 4px
    }

    .navbar-header {
        float: left
    }

    .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-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.embed-responsive, .modal, .modal-open {
    overflow: hidden
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none
    }

    .navbar-brand > img {
        display: block
    }

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }

    .navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
        border-radius: 0
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    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 .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none
            }
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }

    .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;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin: 8px -15px
}

@media (min-width:768px) {
    .navbar-form .form-control-static, .navbar-form .form-group {
        display: inline-block
    }

    .navbar-form .control-label, .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto
        }

        .navbar-form .input-group > .form-control {
            width: 100%
        }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }

    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.breadcrumb > li, .pagination {
    display: inline-block
}

.btn .badge, .btn .label {
    top: -1px;
    position: relative
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-radius: 4px 4px 0 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
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        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:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-default .btn-link {
    color: #777
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        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:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.navbar-inverse .btn-link {
    color: #9d9d9d
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0"
    }

    .breadcrumb > .active {
        color: #777
    }

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pager li, .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:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        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
}

.badge, .label {
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    font-weight: 700
}

.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
}

.alert, .thumbail {
    margin-bottom: 20px
}

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

    .pager li > a:focus, .pager li > a:hover {
        text-decoration: none;
        background-color: #eee
    }

.pager .next > a, .pager .next > span {
    float: right
}

.pager .previous > a, .pager .previous > span {
    float: left
}

.close, .list-group-item > .badge {
    float: right
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

a.badge:focus, a.badge:hover, a.label:focus, a.label:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: none
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #337ab7
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.media-object, .thumbail {
    display: block
}

.btn-group-xs > .btn .badge, .btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item > .badge + .badge {
    margin-right: 5px
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

@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
    }
}

.thumbail {
    padding: 4px;
    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
}

    .thumbail a > img, .thumbail > img {
        margin-right: auto;
        margin-left: auto
    }

a.thumbail.active, a.thumbail:focus, a.thumbail:hover {
    border-color: #337ab7
}

.thumbail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: 700
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.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
    }

.media {
    margin-top: 15px
}

    .media:first-child {
        margin-top: 0
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item, button.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        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:focus, .list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777
    }

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 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-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0
    }

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
        border-top-left-radius: 3px
    }

    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
        border-top-right-radius: 3px
    }

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
        border-bottom-left-radius: 3px
    }

    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
        border-bottom-right-radius: 3px
    }

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

.panel > .table-responsive {
    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 + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd
    }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #337ab7
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #ddd;
    border-radius: 0;
}

    .panel-info > .panel-heading {
        color: #1e1e1e;
        background: #f5f5f5;
        border-color: #ddd
    }

        .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
}

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .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 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

    .close:focus, .close:hover {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal {
    position: fixed;
    z-index: 1050;
    display: none;
    -webkit-overflow-scrolling: touch
}

    .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
}

.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;
    -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;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.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)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical > .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row: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
}

.hidden, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@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
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .hidden-lg {
        display: none !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
    }
}


/* Common Edit 5/8/2016 */
.pd0 {
    padding: 0px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.mg0 {
    margin: 0px !important;
}

.mg5 {
    margin: 5px !important;
}

.mg10 {
    margin: 10px !important;
}

.mg15 {
    margin: 15px !important;
}

.mg20 {
    margin: 20px !important;
}

.mgt0 {
    margin-top: 0px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.pdl15, .pdl20, .pdl30 {
    padding-left: 15px !important;
}

.pdr15, .pdr20, .pdr30 {
    padding-right: 15px !important;
}

.pdt15, .pdt20, .pdt30 {
    padding-top: 15px !important;
}

.pdb15, .pdb20, .pdb30 {
    padding-bottom: 15px !important;
}

.mgt15, .mgt20, .mgt30 {
    margin-top: 15px !important;
}

.mgl15, .mgl20, .mgl30 {
    margin-left: 15px !important;
}

.mgr15, .mgr20, .mgr30 {
    margin-right: 15px !important;
}

.mgb15, .mgb20, .mgb30, .mgb50 {
    margin-bottom: 15px !important;
}

.row-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-sm {
    margin-left: -7px;
    margin-right: -7px;
}

.col-sm {
    padding-left: 7px;
    padding-right: 7px;
}

@media (min-width: 992px) {
    .col-lg {
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-md {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row-lg {
        margin-left: -20px;
        margin-right: -20px;
    }

    .row-md {
        margin-left: -10px;
        margin-right: -10px;
    }

    .pdl20 {
        padding-left: 20px !important;
    }

    .pdr20 {
        padding-right: 20px !important;
    }

    .pdt20 {
        padding-top: 20px !important;
    }

    .pdb20 {
        padding-bottom: 20px !important;
    }

    .pdl30 {
        padding-left: 30px !important;
    }

    .pdr30 {
        padding-right: 30px !important;
    }

    .pdt30 {
        padding-top: 30px !important;
    }

    .pdb30 {
        padding-bottom: 30px !important;
    }

    .mgt20 {
        margin-top: 20px !important;
    }

    .mgl20 {
        margin-left: 20px !important;
    }

    .mgr20 {
        margin-right: 20px !important;
    }

    .mgb20 {
        margin-bottom: 20px !important;
    }

    .mgt30 {
        margin-top: 30px !important;
    }

    .mgl30 {
        margin-left: 30px !important;
    }

    .mgr30 {
        margin-right: 30px !important;
    }

    .mgb30 {
        margin-bottom: 30px !important;
    }

    .mgb50 {
        margin-bottom: 50px !important;
    }
}


@font-face {
    font-family: 'fontello';
    src: url(/fonts/fontello.ttf);
    font-weight: 400;
    font-style: normal;
}

[class^="icon_"]:before, [class*=" icon_"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon_accoridion_collapse:before {
    content: '\e800';
}

.icon_accoridion_expand:before {
    content: '\e801';
}

.icon_arrow_down:before {
    content: '\e802';
}

.icon_arrow_left:before {
    content: '\e803';
}

.icon_arrow_right:before {
    content: '\e804';
}

.icon_arrow_up:before {
    content: '\e805';
}

.icon_chevron_down:before {
    content: '\e806';
}

.icon_chevron_left:before {
    content: '\e807';
}

.icon_chevron_right:before {
    content: '\e808';
}

.icon_chevron_up:before {
    content: '\e809';
}

.icon_contact_email:before {
    content: '\e80a';
}

.icon_contact_phone:before {
    content: '\e80b';
}

.icon_heart_filled:before {
    content: '\e80c';
}

.icon_heart:before {
    content: '\e80d';
}

.icon_menu_closed:before {
    content: '\e80e';
}

.icon_menu_open:before {
    content: '\e80f';
}

.icon_padlock:before {
    content: '\e810';
}

.icon_personal_stylist:before {
    content: '\e811';
}

.icon_price_tag:before {
    content: '\e812';
}

.icon_search:before {
    content: '\e813';
}

.icon_slideshow:before {
    content: '\e814';
}

.icon_social_fb:before {
    content: '\e815';
}

.icon_social_gplus:before {
    content: '\e816';
}

.icon_social_insta:before {
    content: '\e817';
}

.icon_social_tw:before {
    content: '\e818';
}

.icon_social_yt:before {
    content: '\e819';
}

.icon_tick:before {
    content: '\e81a';
}

.icon_video_pause:before {
    content: '\e81b';
}

.icon_video_play:before {
    content: '\e81c';
}

.icon_volume_1:before {
    content: '\e81d';
}

.icon_volume_2:before {
    content: '\e81e';
}

.icon_volume_3:before {
    content: '\e81f';
}

.icon_volume_4:before {
    content: '\e820';
}

.icon_volume_5:before {
    content: '\e821';
}

.icon_zoom:before {
    content: '\e822';
}

.icon_social_pin:before {
    content: '\e823';
}

.icon_social_hz:before {
    content: '\e824';
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/* == common == */
* {
    box-sizing: border-box;
}

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

body {
    font-size: 16px;
    font-family: Tahoma, sans-serif;
    color: #333;
    font-weight: normal;
    line-height: 22px;
}
iframe {max-width:100% !important}
.home {
    background: #f3f3f3;
}

.bg-white {
    background: #fff;
    overflow: hidden;
}

.shadow {
    box-shadow: 2px 0 4px 0 rgba(0,0,0,0.2);
}

@media (min-width:1023px) {
    .bdrsm {
        border-right: 1px solid #ccc;
    }

    .bdlsm {
        border-left: 1px solid #ccc;
    }
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #1e1e1e;
    }

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 10px;
}

img {
    max-width: 100%;
}

.h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px 0;
    line-height: 30px;
    position: relative;
    padding-bottom: 15px;
    color: #333;
}

    .h2 span {
        position: absolute;
        bottom: 0;
        left: 47%;
        width: 6%;
        height: 3px;
        background: #535d61;
    }

        .h2 span.sp1 {
            left: 0;
        }

.w100 {
    width: 100%;
}

.background-blue {
    background: #535d61;
}

.zoom:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}

.bdr-3 {
    border-radius: 3px;
}

.bdr-5 {
    border-radius: 5px;
}

.bdr-10 {
    border-radius: 10px;
}


.pdl5 {
    padding-left: 5px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdl15 {
    padding-left: 15px !important;
}

.pdr15 {
    padding-right: 15px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pd0 {
    padding: 0px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.mgt0 {
    margin-top: 0px !important;
}

.mgl0 {
    margin-left: 0px !important;
}

.mgr0 {
    margin-right: 0px !important;
}

.mgb0 {
    margin-bottom: 0px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgl15 {
    margin-left: 15px !important;
}

.mgr15 {
    margin-right: 15px !important;
}

.mgb15 {
    margin-bottom: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.row-lg {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.row-md {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.row-sm {
    margin-left: -7px !important;
    margin-right: -7px !important;
}

.row-sx {
    margin-left: -3.5px !important;
    margin-right: -3.5px !important;
}

.row-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col-lg {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.col-md {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.col-sm {
    padding-left: 7px !important;
    padding-right: 7px !important;
}

.col-sx {
    padding-left: 3.5px !important;
    padding-right: 3.5px !important;
}

.col-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width:768px) {
    .row-responsive {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .row-responsive .col-responsive {
            display: inline-block !important;
            white-space: normal;
            float: none;
        }
}

.text-left {
    text-align: left;
}

/* == header == */

.d-top {
    background: #f5f5f5;
    color: #1e1e1e;
    padding: 8px 0;
}

    .d-top h1, .d-top h2 {
        color: #1e1e1e;
        font-size: 16px;
        margin: 0;
        padding: 0;
    }

.header {
    background: #fff;
    padding: 15px 0;
    position: relative;
    height: auto;
}

    .header .logo {
        display: block;
    }

.box-search {
    height: 40px;
    background: none;
    position: relative;
    position: relative;
    float: left;
    width: 100%;
    line-height: 38px;
    border: 1px solid #cfd8dc;
    border-radius: 5px;
}

    .box-search input[type=text] {
        border: none;
        outline: none;
        width: 100%;
        line-height: 36px;
        padding-left: 20px;
        background: none;
        font-size: 16px;
    }

    .box-search a.btns {
        position: absolute;
        top: -1px;
        right: -1px;
        width: 52px;
        height: 40px;
        text-align: center;
        line-height: 36px;
        font-size: 18px;
        background: #cfd8dc;
        color: #1e1e1e;
    }

.hotline {
    float: right;
    height: 42px;
    background: url(https://img.icons8.com/cotton/38/000000/hot-line.png) no-repeat top left;
    padding-left: 45px;
    margin-right: 30px;
}

    .hotline span {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
    }

    .hotline strong {
        color: #1e1e1e;
        font-size: 30px;
        display: inline-block;
        font-weight: 300;
        line-height: 35px;
        letter-spacing: 3px;
    }

.nav-top {
    text-align: right;
    margin-top: 10px;
}

    .nav-top li {
        display: inline-block;
    }

.cart {
    float: right;
    height: 30px;
    background: url(/images/icon/cart.png) no-repeat top left;
    padding-left: 35px;
    margin-top: 14px;
    margin-right: 30px;
    line-height: 24px;
    font-size: 15px;
}

.hotline span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
}


.nav-main {
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}

.main-menu > li {
    position: relative;
    float: left;
}

    .main-menu > li > a {
        display: block;
        color: #1e1e1e;
        font-size: 16px;
        font-weight: bold;
        padding: 15px 15px 15px 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .main-menu > li:first-child > a {
        padding-left: 0;
    }

    .main-menu > li:hover > a, .main-menu > li.ac > a {
        color: #000;
    }

    .main-menu > li:hover > ul {
        display: block;
    }

    .main-menu > li.gio-hang {
        margin-left: 15px;
    }

        .main-menu > li.gio-hang a {
            background: url(/images/icon/cart-w.png) no-repeat 0px 20px;
            padding-left: 20px;
        }

.sub-menu {
    position: absolute;
    width: 300px;
    background: #fff;
    display: none;
    z-index: 9999;
}

    .sub-menu li {
        display: block;
    }

        .sub-menu li a {
            display: block;
            padding: 8px 15px;
            font-size: 16px;
            color: #333;
            font-weight: 400;
            text-align: left;
        }

            .sub-menu li a:hover {
                background: #263238;
                color: #fff;
            }


.nav-hori .main-menu {
    float: left;
    width: 24%;
    position: relative;
    z-index: 999;
}

.nav-hori .nav-inside {
    margin-left: 25%;
    position: relative;
    background: #f5f5f5;
}

    .nav-hori .nav-inside h1 {
        font-size: 16px;
        text-transform: uppercase;
        margin: 0;
        line-height: 42px;
        text-align: center;
        font-weight: 400;
    }

.title-main-menu {
    line-height: 42px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

    .title-main-menu .line {
        float: left;
        width: 30px;
        padding: 13px 10px 11px;
        overflow: hidden;
        position: relative;
        z-index: 12;
        margin-right: 9px;
        text-align: left;
    }

        .title-main-menu .line i {
            display: block;
            margin: 2px 0;
            height: 2px;
            background: #fff;
            border-radius: 4px;
            width: 30px;
        }

.parent-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    min-height: 387px;
}

    .parent-menu > li {
        height: 40px;
        border-bottom: 1px solid #f5f5f5;
        border-left: 2px solid transparent;
    }

        .parent-menu > li:last-child {
            border-bottom: none;
        }

    .parent-menu a.root {
        color: #333;
        line-height: 37px;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
        display: block;
        padding-left: 8px;
        position: relative;
        text-transform: uppercase;
    }

        .parent-menu a.root i {
            position: absolute;
            top: 9px;
            right: 10px;
            font-size: 16px;
        }

        .parent-menu a.root img {
            display: inline-block;
            margin-right: 8px;
            vertical-align: middle;
        }

    .parent-menu > li:hover {
        background: #fff;
        border-left: 2px solid #1e1e1e;
    }

        .parent-menu > li:hover > a {
            color: #1e1e1e;
        }

.sub-menu-2 {
    position: absolute;
    background: #fff;
    display: none;
    left: 100%;
    top: 0px;
    width: 250px;
    border: solid 1px #ccc;
    min-height: 100%;
    border-left: none;
    z-index: 9999;
    overflow: hidden;
    padding: 10px;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

    .sub-menu-2 > li {
        float: left;
        margin: 4px 0;
        border: 0;
        width: 100%;
        position: relative;
    }

        .sub-menu-2 > li > a {
            color: #1e1e1e;
            font-size: 16px;
            margin-bottom: 8px;
            display: block;
            border-bottom: 1px dashed #eee;
            padding-bottom: 5px;
            font-weight: 500;
        }

        .sub-menu-2 > li > ul > li > a {
            display: block;
            margin-bottom: 5px;
        }

.parent-menu > li:hover > ul {
    opacity: 1;
    display: block;
}

.slider {
    overflow: hidden;
    min-height: 280px;
    margin-bottom: 30px;
}

.slider-container {
    margin-top: 0px;
    background: #f5f5f5;
}

.promo-bar {
    background: #1e1e1e;
    color: #fff;
    padding: 8px 0;
}

    .promo-bar .slogan {
        font-size: 16px;
        margin: 0;
        color: #fff;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
    }


.widget {
    display: block;
    margin-bottom: 20px;
}

    .widget img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

.heading {
    margin: 10px 0 15px 0;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

    .heading::after {
        content: '';
        height: 1px;
        background: #000;
        position: absolute;
        width: 100%;
        left: 0;
        top: 60%;
        z-index: -1;
    }

    .heading > a {
        display: inline-block;
        height: 42px;
        padding: 9px 20px 0 20px;
        font-size: 22px;
        color: #333;
        background: #fff;
        box-sizing: border-box;
        vertical-align: middle;
        font-weight: 500;
        text-transform: uppercase;
    }


.f-heading {
    font-size: 16px;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 400;
}

.sub-heading {
    border-bottom: 1px solid #1e1e1e;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .sub-heading span {
        display: inline-block;
        color: #1e1e1e;
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
    }

.page-heading {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #333;
    border-bottom: 1px solid #e1e1e1;
}


    .page-heading.center {
        text-align: center;
        margin-top: 30px;
    }

        .page-heading.center::after {
            left: 0;
            right: 0;
            margin: 0 auto;
        }

.promor-bar {
    background: #f5f5f5;
    text-align: center;
    padding: 8px 0;
}

    .promor-bar h1 {
        font-size: 16px;
        text-transform: uppercase;
        line-height: 18px;
        margin: 0;
        padding: 0;
    }

.alert, .btn, .form-control {
    border-radius: 0;
}

.container {
    position: relative;
}

.share-buttons {
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

    .share-buttons a {
        display: inline-block;
        padding: 8px 15px;
        background: #516eab;
        margin-right: 3px;
        color: #fff;
        font-size: 12px;
    }

        .share-buttons a.buttons-tw {
            background: #29c5f6;
        }

        .share-buttons a.buttons-gg {
            background: #eb4026;
        }

        .share-buttons a.buttons-pt {
            background: #ca212a;
        }

        .share-buttons a:hover {
            opacity: 0.8;
        }

.tit4 {
    color: #535d61;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
}

    .tit4 a {
        color: #535d61;
    }

.tit3 {
    font-size: 28px;
    font-weight: bold;
    color: #CF00D4;
}

    .tit3 a {
        color: #CF00D4;
    }

        .tit3 a:hover, .tit3 a:focus,
        .tit4 a:hover, .tit4 a:focus {
            color: #CF00D4;
        }

.nd2 {
    color: #333;
    text-align: justify;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}

.well-cutom {
    font-weight: normal;
    border-radius: 0;
    font-size: 16px;
}

/*.box-tel {background:url(/images/icon/bg-call.png)no-repeat left center;padding-left:50px; font-size:36px; font-weight:bold; position:absolute; top:50%; right:15px; color:#CF00D4 ; -webkit-transform: translate(0, -50%);transform: translate(0, -50%);}*/

.search {
    position: absolute;
    right: 15px;
    max-width: 340px;
    z-index: 1;
    min-width: 270px;
    top: 100%;
}

    .search .iptSearch {
        border: none;
        outline: none;
        background: rgba(0,0,0,.65);
        color: #fff;
        outline: none;
    }

    .search .btnSearch {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        height: 34px;
        width: 40px;
        background: url(/images/icon/bg-sear.png)no-repeat center #CF00D4;
    }

.btn-sear {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/images/icon/bg-sear.png)no-repeat center;
    right: 15px;
    top: 14px;
}

div.box-kh {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #eee;
}

    div.box-kh .owl-img {
        padding: 30px 0;
    }

    div.box-kh .owl-carousel-iteam img {
        vertical-align: middle;
        max-width: 131px;
        max-height: 45px;
    }

.box-info {
    margin-top: 10px;
}

    .box-info img {
        width: 100%;
    }

    .box-info p {
        margin-bottom: 15px;
    }

div.box-pro {
    margin-top: 5px;
    margin-bottom: 10px;
}

    div.box-pro .box-pro-title {
        position: relative;
        margin-bottom: 8px;
    }

        div.box-pro .box-pro-title h2 {
            height: 31px;
            line-height: 31px;
            border-bottom: 2px solid #535d61 !important;
            margin-bottom: 0;
            font-size: 25px;
        }

            div.box-pro .box-pro-title h2 span.sp2 {
                background: #535d61 !important;
                font-size: 15px;
                color: #fff;
                height: 31px;
                float: left;
                padding: 0 10px;
                text-transform: uppercase;
                margin-right: 10px;
            }

            div.box-pro .box-pro-title h2 a.view-more {
                float: right;
                font-size: 16px;
                color: #535d61;
                margin-right: 10px;
            }

.product {
    overflow: hidden;
    height: auto;
    position: relative;
}

    .product .thumb {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
        position: relative;
        background: #fff;
        height: 215px;
    }

        .product .thumb img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 97%;
            max-height: 97%;
            margin: auto;
            transition: transform .3s;
        }

    .product .name {
        height: auto;
        overflow: hidden;
        display: block;
        text-align: center;
        margin-bottom: 12px;
        padding: 0 10px;
        font-size: 16px;
        line-height: 18px;
        max-height: 40px;
        font-weight: bold;
        color: #24272b;
    }

    .product.text-left .name {
        text-align: left;
    }

    .product.text-left .pr {
        text-align: left;
        margin-bottom: 5px;
    }

    .product .thumb .sapo {
        opacity: 0;
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px;
        line-height: 20px;
        overflow: hidden;
    }

        .product .thumb .sapo a {
            color: #fff !important;
            display: block;
            height: 300px;
            text-align: left;
        }

#Black {
    background: #f7f7f7;
}

    #Black .container {
        max-width: 750px;
    }

    #Black .full {
        display: inline-block;
        padding: 8px 20px;
        background: #CF00D4;
        color: #fff;
    }

.mContent {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #9DA1A5;
}

.product .pr {
    text-align: center;
    font-family: Georgia,serif;
    font-style: oblique;
}

    .product .pr .curent-price {
        font-size: 20px;
        color: #1e1e1e;
        padding: 0 10px 0 0;
        display: inline-block;
        font-weight: bold;
    }

    .product .pr .old-price {
        font-size: 16px;
        color: #888;
        text-decoration: line-through;
        margin-top: 0;
        padding-right: 10px;
        font-weight: 400;
        display: inline-block;
    }

.adv img {
    display: block;
    width: 100%;
}

.product .cr {
    font-size: 12px;
    background: #535d61;
    margin-top: 10px;
}

    .product .cr a {
        color: #fff;
        padding: 3px;
        display: block;
    }

.product p.discout {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 6;
}

    .product p.discout .icon-saleoff {
        background: #dc5238;
        font-size: 16px;
        font-weight: 400;
        width: 38px;
        height: 30px;
        text-align: center;
        position: relative;
    }

        .product p.discout .icon-saleoff:after {
            content: "";
            width: 0;
            height: 0;
            left: 0;
            bottom: -4px;
            position: absolute;
            border-color: transparent #dc5238;
            border-style: solid;
            border-width: 0 19px 4px;
        }

.product .quatang {
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 6;
    width: 55px;
    height: 40px;
}

.product .quatang {
    background: url(/images/icon/giff.png) no-repeat top left;
    background-size: contain;
}

.product p.discout .icon-saleoff sub {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}

.discout .priceline {
    display: block;
    font-size: 12px;
    color: #9b9b9b;
    text-decoration: line-through;
    margin: 0 0 6px 0;
    text-align: right;
}

.product:hover .thumb .sapo {
    top: 0;
    opacity: 1;
    filter: alphaopacity=100;
}


.box-buy {
    border-top: 1px solid #f0f0f0;
    position: absolute;
    width: 100%;
    bottom: 0;
}

    .box-buy > a {
        width: 50%;
        display: block;
        float: left;
        font-size: 12px;
        padding: 6px 10px;
    }

        .box-buy > a:last-child {
            border-left: 1px solid #f0f0f0;
        }

        .box-buy > a:hover {
            background: #CF00D4;
            color: #fff;
        }

.h4p, .ph2 {
    font-size: 35px;
    font-weight: bold;
    margin: 20px 0;
    color: #535d61;
    padding-bottom: 10px;
    border-bottom: 2px solid #535d61;
    display: inline-block;
}

.h4p {
    font-weight: 400;
}

div.rowp:before, .rowp:after {
    content: " ";
    display: table;
}

div.rowp:after {
    clear: both;
}

div.rowp {
    margin-left: -7px;
    margin-right: -7px;
}

    div.rowp .colp-xs-5, div.rowp .colp-xs-7 {
        float: left;
        padding: 0 7px;
    }

    div.rowp .colp-xs-5 {
        width: 41.66666667%;
    }

    div.rowp .colp-xs-7 {
        width: 58.33333333%;
    }

.product .thumb *, .product .thumb .sapo, .zoom, .zoom *,
.checking-form .table td a.remove-item, .checking-form .table td h2 a, .checking-form .checkout-buttons .left-buttons input[type="text"], .checking-form .checkout-buttons a, .bootsnav ul.nav > li > a:after,
.lstAdv .thumb:before, .lstAdv *, .lstAdv strong:after, .item *, .hover-state {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-km .heading {
    margin-bottom: 20px;
}

.box-km .lstAdv:first-child .box-title {
    border: none;
}

.lstAdv {
    display: block;
    color: #999;
    overflow: hidden;
    position: relative;
}

    .lstAdv .thumb {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .lstAdv img {
        width: 100%;
    }

    .lstAdv .box-title {
        border-left: 1px solid #ccc;
        padding: 10px 20px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 57px;
        border: 1px solid #fff;
        background: rgba(0,0,0,0.5);
        text-align: left;
    }

    .lstAdv h2 {
        font-size: 15px;
        position: relative;
        display: inline-block;
        padding: 0;
        display: block;
        font-weight: 400;
        margin: 0 0 3px 0;
    }

        .lstAdv h2 a {
            text-transform: uppercase;
            color: #fff;
        }

    .lstAdv p {
        color: #fff;
        margin-bottom: 0;
        font-size: 16px;
        font-style: italic;
    }

    .lstAdv:hover .thumb:before {
        opacity: 1;
    }


.sep {
    height: 16px;
    margin-bottom: 25px;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #fff 100%);
    background: -webkit-linear-gradient(top, #efefef 0%, #fff 100%);
    background: linear-gradient(to bottom, #efefef 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
}

.pnlVideo {
    background: #F7F7F7;
}

.item-video {
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
}

    .item-video .vd-img {
        display: block;
        position: relative;
        overflow: hidden;
    }

.hover-video {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(/images/icon/bg-video.png)no-repeat center rgba(0,0,0,0.5);
}

.item-video:hover .hover-video {
    background: url(/images/icon/bg-video.png)no-repeat center !important;
}

#footer {
    background: #333;
    color: #fff;
    padding-bottom: 20px;
}

.copy {
    padding: 10px 0;
    background: #f8f8f8;
    text-align: center;
}

    .copy p {
        margin-bottom: 5px;
    }

    .copy * {
        color: #999 !important;
    }

.subscribe {
    background: #333;
    width: 200px;
}

    .subscribe input[type=text] {
        padding: 8px 10px;
        background: none;
        outline: none;
        border: none;
        color: #fff;
        width: 150px;
    }

    .subscribe input[type=button] {
        background: none;
        border: none;
        outline: none;
        color: #fff;
        padding: 8px 10px;
        float: right;
        cursor: pointer;
    }

.footer {
    background: #fff;
    padding: 30px 0 20px;
    color: #1e1e1e;
}


div.f_support img {
    float: left;
    margin-right: 10px;
}

div.f_support p a {
    color: #535d61;
    text-decoration: underline;
}

div.f_support p.p3 img {
    width: 19px;
    display: inline-block;
    margin: 0 3px;
}

.support {
    border-top: 1px solid #f5f5f5;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #f00;
}

    .support span {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

.breadcrumb {
    font-size: 16px;
    background: none;
    padding: 15px 0;
    border-radius: 0;
    line-height: 20px;
    border-bottom: 0;
    margin-bottom: 0;
}

    .breadcrumb li:before {
        display: none;
    }

    .breadcrumb li {
        padding: 0 15px 0 7px;
        background: url(/images/icon/bg-link.png)no-repeat right;
    }

        .breadcrumb li:last-child {
            background: none;
            padding-right: 0;
        }

        .breadcrumb li.active a {
            color: #1e1e1e;
        }

        .breadcrumb li:first-child {
            padding-left: 0;
        }

div.page-nummber {
    position: relative;
    text-align: center;
}

    div.page-nummber a {
        padding: 10px 20px;
        display: inline-block;
        font-size: 16px;
        margin: 10px 1px 10px;
        border: 1px solid #fff;
    }

        div.page-nummber a:first-child {
            margin-left: 0;
        }

        div.page-nummber a.active, div.page-nummber a:hover {
            border: 1px solid #1e1e1e;
            color: #1e1e1e !important;
        }

        div.page-nummber a.active {
            border: 1px solid #1e1e1e;
            color: #1e1e1e !important;
        }

div.lstNews {
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

    div.lstNews:last-child {
        border: none;
    }

    div.lstNews .thumb {
        width: 30%;
        height: 125px;
        overflow: hidden;
        float: left;
        margin-right: 15px;
        position: relative;
    }

        div.lstNews .thumb img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-width: 100%;
            max-height: 100%;
        }

    div.lstNews h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 0;
        font-weight: bold;
    }

    div.lstNews p {
        margin-bottom: 10px;
    }

    div.lstNews .read {
        position: absolute;
        bottom: 20px;
        color: #535d61 !important;
    }

.box-news .info h1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-top: 0;
    line-height: 28px;
    margin-bottom: 20px;
}

.box-news .info span, .box-news .info strong {
    display: block;
    margin-bottom: 10px;
}

.box-news .info strong {
    font-size: 17px;
    display: block;
    line-height: 24px;
}

.box-news .ul-inner {
    margin: 0;
    padding: 0;
}

    .box-news .ul-inner li {
        display: block;
        margin-bottom: 6px;
    }

        .box-news .ul-inner li h3 {
            margin: 8px 0;
            font-size: 18px;
            font-weight: bold;
        }

        .box-news .ul-inner li a {
            font-weight: 400;
        }

ul.pro-detail-info-center .sapo div.pro-detailt {
    background: #fff;
    position: relative;
}

div.pro-detailt hr {
    margin: 10px 0 15px 0;
}

div.pro-detailt .content-post {
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
}

    div.pro-detailt .content-post p {
        margin: 0 0 10px;
    }

    div.pro-detailt .content-post ul {
        margin: 0;
    }

    div.pro-detailt .content-post img {
        max-width: 100%;
        margin: 5px 0;
    }

    div.pro-detailt .content-post h2, div.pro-detailt .content-post h3, div.pro-detailt .content-post h4 {
        font-weight: 400;
        margin: 0 0 10px;
    }

.pro-detailt .titH1 {
    color: #000;
    border-bottom: 2px solid #1e1e1e;
    padding-bottom: 15px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
}

.img1P {
    height: 430px;
    position: relative;
}

    .img1P img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .img1P a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        outline: none;
    }

#gallery_01 {
}

    #gallery_01 a {
        display: block;
        width: 100%;
        height: 80px;
        position: relative;
        overflow: hidden;
        opacity: 0.7;
        border: 1px solid #333;
        border-radius: 3px;
    }

        #gallery_01 a img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            max-height: 95%;
            max-width: 95%;
            margin: auto;
        }

        #gallery_01 a.active {
            opacity: 1;
            border: 1px solid #ddd;
        }



p.detail-old-price {
    font-size: 16px;
    text-decoration: line-through;
}

p.detail-price {
    font-size: 18px;
    margin: 5px 0;
    margin-top: 10px;
    display: block;
}

    p.detail-price span {
        color: #f00;
        font-size: 24px;
        font-weight: bold;
    }

div.pro-detail-info-right {
    background: #F9F9F9;
    padding: 10px;
}

    div.pro-detail-info-right img {
        width: 100%;
    }

ul.box-pr-info .discout {
    color: Red;
    font-size: 20px;
    padding: 5px 0;
}

ul.pro-detail-info-center li {
    display: block;
    margin-bottom: 3px;
    color: #1e1e1e;
}

ul.pro-detail-info-center .sapo {
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
    color: #313131;
    position: relative;
    font-weight: bold;
}

    ul.pro-detail-info-center .sapo .discout {
        position: absolute;
        top: 25%;
        left: 45%;
    }

        ul.pro-detail-info-center .sapo .discout.discout .icon-saleoff {
            background: url(/images/icon/ic-discout.png) no-repeat 0 0;
            width: 60px;
            height: 53px;
            display: block;
            margin: 0 auto 5px auto;
        }

            ul.pro-detail-info-center .sapo .discout.discout .icon-saleoff sub {
                padding: 22px 7px 0 0;
                display: block;
                font-size: 16px;
                font-weight: bold;
                color: #fff;
                text-align: center;
            }

ul.pro-detail-info-center .input-group {
    max-width: 320px;
}

.description-shost {
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    position: relative;
    margin-bottom: 20px;
}

    .description-shost::-webkit-scrollbar {
        width: 5px;
    }

    .description-shost::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .description-shost::-webkit-scrollbar-thumb {
        background-color: #1e1e1e;
        outline: 1px solid #1e1e1e;
    }

.area_order {
    display: block;
    overflow: hidden;
    margin-bottom:10px;
}

    .area_order .buy_now {
           margin: auto;
    cursor: pointer;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    min-height: 32px;
    align-items: center;
    }

    .area_order span {
        display: block;
        font-size: 12px;
        color: #fff;
        text-transform: none;
        font-weight: normal;
    }

.callorder {
    display: block;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #333;
}

    .callorder span {
        padding: 5px 0 0;
        display: block;
    }

    .callorder a {
        color: #288ad6;
    }

.color-teal, .color {
    color: #313131;
    font-weight: bold;
}

.contact-phone {
    font-weight: bold;
}

.khuyenmai {
    margin-top: 10px;
}

    .khuyenmai strong {
        display: block;
        font-weight: bold;
        color: red;
    }

    .khuyenmai label {
        font-weight: 400;
    }

    .khuyenmai em {
        color: #1e1e1e;
        font-size: 11px;
    }

    .khuyenmai input {
        vertical-align: top;
        margin-top: 10px;
    }

    .khuyenmai img {
        width: 40px;
        margin: 0 10px 0 15px;
        float: left;
    }

    .khuyenmai table {
        background: #F5F2EF;
        width: 100%;
    }

        .khuyenmai table td {
            padding: 2px 15px;
        }

    .khuyenmai tr:first-child td {
        padding-top: 10px;
    }

    .khuyenmai tr:last-child td {
        padding-bottom: 10px;
    }
/*.khuyenmai table {background:#F5F2EF;width:100%;}
.khuyenmai table td {padding:10px 15px;}*/

.iframe {
    display: inline-block;
    float: left;
}

.iframe {
    margin: 0px 5px;
    height: 21px;
    line-height: 20px;
    border: 1px solid #ccc;
    padding: 0px 5px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
}

.product-extrainfo {
    border: 1px solid #ebebeb;
    margin-top: 0;
}

    .product-extrainfo li {
        margin-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        padding: 5px 0;
    }

        .product-extrainfo li.last {
            border-bottom: none;
            !important;
        }

        .product-extrainfo li .fa-stack {
            margin-right: 10px;
            float: left;
        }

        .product-extrainfo li .sub {
            color: #777;
            display: block;
            font-weight: 400;
            text-transform: capitalize;
        }

        .product-extrainfo li .detail_more_info {
            text-transform: uppercase;
            font-weight: bold;
        }

.button-cm {
    padding: 10px;
    background: #fd6e1d;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fd6e1d;
    cursor: pointer;
    transition: 0.3s;
    outline: 0;
    font-weight: normal;
    width: 100%;
}

.buttons {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 12px;
}

.price {
    text-shadow: 1px 1px 0 #fff,-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,3px 3px 5px #333;
}

.price1 {
    position: relative;
    margin-top: 10px;
    font-weight: bold;
}

    .price1 label {
        background: red;
        color: #fff;
        padding: 0 10px;
        font-weight: bold;
        margin-left: 10px;
    }

    .price1 span {
        font-size: 18px;
        font-weight: 400;
        color: #aaa;
        line-height: 24px;
        margin-top: 0;
        font-family: Georgia,Sans-serifrif;
        font-style: oblique;
        min-height: 30px;
    }

.price span {
    color: #fe302e;
    font-weight: bold;
    font-family: Georgia,Sans-serifrif;
    font-size: 31px;
    font-style: italic;
    margin-top: 3px;
    line-height: 40px;
}

.sale {
    color: #333;
}

    .sale strong {
        font-weight: bold;
    }

.tab-content {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 20px 10px;
}

.nav-tabs {
    border-bottom: 1px solid #1e1e1e;
    text-align: left;
}

    .nav-tabs > li {
        float: inherit;
        display: inline-block;
    }

        .nav-tabs > li > a {
            font-size: 16px;
            border-radius: 0;
        }

div.intro {
    margin-bottom: 25px;
    line-height: 1.5;
    color: #3a3a3a;
    text-align: justify;
    text-indent: 0 !important;
}

    div.intro * {
        font-size: 16px !important;
        line-height: 24px !important;
        font-family: Arial !important;
    }

    div.intro h1,
    div.intro h2 {
        margin: 10px 0;
        padding: 0;
        font-size: 20px !important;
        padding-bottom: 5px;
        line-height: 1.6;
        font-weight: bold !important;
    }

    div.intro h1,
    div.intro h2,
    div.intro h3,
    div.intro h4 {
        margin: 10px 0;
        padding: 0;
        font-size: 18px !important;
        padding-bottom: 5px;
        line-height: 1.6;
        font-weight: bold !important;
    }

    div.intro a {
        color: #535d61;
        text-decoration: underline;
    }

    div.intro img {
        max-width: 100%;
        padding: 5px 0;
        height: auto !important;
    }

    div.intro li,
    div.intro ul {
        list-style-type: inherit;
        margin: 3px 3px 3px 0px;
    }

    div.intro ul {
        margin-left: 15px;
    }

    div.intro table td,
    div.intro table tr {
        vertical-align: top;
    }

    div.intro p {
        margin-bottom: 10px;
    }

    div.intro::after, div.intro:before {
        content: '';
        clear: both;
    }

.intro-p ul li {
    display: table;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}

    .intro-p ul li span {
        display: table-cell;
        vertical-align: middle;
        word-break: break-all;
        line-height: 18px;
    }

.dv-lq {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

.order-buy {
    max-width: boldpx;
}

.boxP {
    padding: 7px;
    border-top: 1px dashed #efefef;
    border-right: 1px dashed #efefef;
    border-left: 1px dashed #efefef;
}

    .boxP:last-child {
        border-bottom: 1px dashed #efefef;
    }

.thumb2 {
    display: block;
    float: left;
    width: 30%;
    overflow: hidden;
    height: 80px;
    position: relative;
}

    .thumb2 img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }

.itemR {
    width: 70%;
    padding-left: 10px;
    float: left;
}

.titR2 {
    font-size: 16px;
    font-weight: bold;
}

.itemR .pr {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: bold;
    font-family: Georgia,serif;
    font-style: oblique;
}

.pnlImg {
    max-height: 250px;
    overflow: hidden;
}

    .pnlImg img {
        width: 100%;
    }

.nav-footer {
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #414c5c;
    background: #f5f5f5;
}

    .nav-footer ul.navf1 > li {
        float: left;
        width: 20%;
        padding: 0 10px;
    }

        .nav-footer ul.navf1 > li:first-child {
            width: 40%;
        }

        .nav-footer ul.navf1 > li strong {
            font-size: 16px;
            display: block;
            margin-bottom: 0px;
            padding-bottom: 10px;
            font-weight: bold;
            text-transform: uppercase;
        }

            .nav-footer ul.navf1 > li strong a {
                font-weight: bold;
            }

ul.navf2 {
    padding-top: 0;
}

    ul.navf2 > li {
        display: block;
        margin-bottom: 8px;
    }

        ul.navf2 > li a {
        }

@media (max-width:768px) {


    .breadcrumb {
        padding: 8px 0;
    }

    .box-pro h2, .tit3 {
        font-size: 24px !important;
    }

    .bootsnav .container {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .search {
        position: relative;
        right: 0;
        top: 0;
        padding-left: 50px;
    }

    .owl-dots {
        bottom: 0;
    }

    .main-slider {
        margin-bottom: 10px !important;
    }

    .h2 {
        padding-bottom: 0;
    }

    div.slider-wrapper, div.nivoSlider {
        height: auto !important;
    }

    .header-info {
        text-align: right !important;
    }

        .header-info span {
            font-size: 13px !important;
        }

    .box-responsive {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .box-responsive .item-responsive {
            display: inline-block !important;
            white-space: normal;
            float: none;
        }

    div.col-sm-9-small {
        width: 100% !important;
    }

    div.col-sm-3-small {
        width: 100% !important;
    }

    ul.sub-menu li {
        margin: 5px 10px !important;
    }
}

@media(max-width:479px) {
    #Top {
        text-align: center;
    }

    .logo {
        margin-bottom: 10px;
    }
    /*.box-tel {font-size:30px; display:inline-block; position:static; -webkit-transform: translate(0,0);transform: translate(0,0);}*/
}
/*  Edit Cata */

.showroom {
    margin-bottom: 20px;
    height: 140px;
}

    .showroom .thumb {
        width: 140px;
        height: 140px;
        float: left;
        margin-right: 15px;
    }

        .showroom .thumb img {
            width: 100%;
        }

    .showroom h3 {
        font-size: 16px;
        color: #535d61;
        margin: 0 0 10px 0;
        font-weight: bold;
    }

    .showroom p {
        line-height: 20px;
        margin-bottom: 5px;
    }

    .showroom a {
        font-size: 12px;
        color: #535d61;
    }

.box-pro {
    position: relative;
}

.titH1 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
    margin-right: 5px;
    color: #535d61;
}

.titH2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    margin: 20px 0;
    color: #535d61;
    padding-bottom: 10px;
}

    .titH2 span, .titH2 a {
        border-bottom: 2px solid #535d61;
        display: inline-block;
    }

.tit-buy {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.buy-img {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

    .buy-img img {
        width: 100%;
    }

.owl-arrows-pr .prev-link, .owl-arrows-pr .next-link {
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 9999;
    font-size: 80px;
    font-weight: 300;
}

.owl-arrows-pr .next-link {
    right: -15px;
    left: auto;
}

ul.nav-sider-bar {
    max-height: 250px;
    overflow-y: auto;
    border: 1px solid #ececec;
}

    ul.nav-sider-bar > li:last-child > a {
        border: none;
    }

    ul.nav-sider-bar > li a {
        display: block;
        font-size: 16px;
        padding: 8px 10px 7px 12px;
        position: relative;
        border-bottom: 1px solid #ececec;
        color: #000;
    }

    ul.nav-sider-bar > li > .tit1 {
        font-weight: 400;
    }

    ul.nav-sider-bar > li.ac > a, ul.nav-sider-bar > li:hover > a {
        color: #1e1e1e !important;
    }

    /* width */
    ul.nav-sider-bar::-webkit-scrollbar {
        width: 3px;
    }

    /* Track */
    ul.nav-sider-bar::-webkit-scrollbar-track {
        background: #ededed;
    }

    /* Handle */
    ul.nav-sider-bar::-webkit-scrollbar-thumb {
        background: #777;
    }

        /* Handle on hover */
        ul.nav-sider-bar::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

ul.sub-menu-side-bar.active {
    display: block;
}

ul.sub-menu-side-bar {
    background: #fff;
}

    ul.sub-menu-side-bar li {
        padding-left: 22px;
        border-bottom: 1px dashed #eee;
    }

        ul.sub-menu-side-bar li:last-child {
            border-bottom: 0;
        }

        ul.sub-menu-side-bar li a:before {
            content: "";
            width: 5px;
            height: 5px;
            display: block;
            background: #ccc;
            position: absolute;
            left: 0;
            top: 15px;
        }

        ul.sub-menu-side-bar li.ac a {
            color: #1e1e1e;
            font-weight: bold;
        }

.validation-advice {
    padding: 3px 10px;
    font-size: 12px;
    margin-bottom: 0;
}

.main-left {
    float: left;
    width: 22%;
}

.main-right {
    float: right;
    width: 76%;
}

.prodt-left {
    float: left;
    width: 74%;
}

.prodt-right {
    float: right;
    width: 24%;
}

.main-slider .item {
    width: 100%;
    overflow: hidden;
}

    .main-slider .item img {
        width: 100%;
    }

.owl-next, .owl-prev {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    height: 60px;
    background: url(/js/owl-carousel/a11.png) no-repeat;
    overflow: hidden;
    text-indent: 9999px;
}

    .owl-next:hover, .owl-prev:hover {
        opacity: 1;
    }

.main-slider .owl-next {
    background-position: 3px;
    left: 8%;
}

.main-slider .owl-prev {
    background-position: -83px;
    right: 8%;
}

.owl-carousel-pr .owl-next, .owl-carousel-pr .owl-prev {
    height: 50px;
    background: url(/js/owl-carousel/bg-arrow4.png) no-repeat;
}

.owl-carousel-pr .owl-next {
    background-position: 3px;
    left: 0;
}

.owl-carousel-pr .owl-prev {
    background-position: -32px;
    right: 0;
}

.owl-carousel-pr-hot .owl-next, .owl-carousel-pr-hot .owl-prev {
    height: 61px;
    background: rgba(0,0,0,0.5) url(/js/owl-carousel/a11.png) no-repeat;
}

.owl-carousel-pr-hot .owl-next {
    background-position: 3px;
    left: -15px;
}

.owl-carousel-pr-hot .owl-prev {
    background-position: -83px;
    right: -15px;
}

.owl-carousel-news .owl-next {
    background-position: 3px;
    left: -20px;
}

.owl-carousel-news .owl-prev {
    background-position: -83px;
    right: -20px;
}

.owl-carousel-pr-lq .owl-next {
    background-position: 3px;
    left: -10px;
}

.owl-carousel-pr-lq .owl-prev {
    background-position: -83px;
    right: -10px;
}

.solid a {
    display: inline-block;
}

.solid img {
    max-width: 100%;
    height: 25px;
    margin-right: 5px;
}

.owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
}

    .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

        .owl-dots .owl-dot span {
            width: 8px;
            height: 8px;
            margin: 5px;
            background: #535d61;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px;
        }

        .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
            background: #1e1e1e !important;
        }

.main-slider .owl-dots {
    margin-top: 8px;
}

.new-block {
    position: relative;
}

    .new-block .img {
        display: block;
    }

        .new-block .img:before {
            bottom: 0;
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: 1;
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
            /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
            /* IE10+ */
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
            /* IE6-9 */
            /* responsive portrait phone */
            transition: background-color 0.3s ease;
        }

        .new-block .img:hover:before {
            background-color: rgba(0,0,0,0.3);
            height: 100%;
        }

        .new-block .img img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

    .new-block .info {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 998;
        padding: 10px 15px;
    }

        .new-block .info .cat1 {
            display: inline-block;
            background-color: #222222;
            color: #fff;
            padding: 3px 10px 4px;
            font-size: 12px;
            margin-bottom: 7px;
        }

    .new-block:hover .cat1 {
        background: #1e1e1e;
        color: #fff;
    }

    .new-block .info strong {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        margin-bottom: 0;
        display: block;
    }

        .new-block .info strong a {
            color: #fff;
        }

.new-block-lg {
    height: 333px;
    margin-right: 3px;
}

.new-block-sm {
    height: 165px;
}

    .new-block-sm:nth-child(2n+1) {
        margin-right: 3px;
        margin-bottom: 3px;
        height: 165px;
    }

    .new-block-sm h2 {
        font-size: 14px !important;
        line-height: 18px !important;
    }

.new-item {
    padding-bottom: 20px;
    height: auto;
    overflow: hidden;
}

    .new-item .thumb {
        display: block;
        margin-bottom: 15px;
        height: 210px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ccc;
        padding: 5px;
    }

        .new-item .thumb img {
            width: 100%;
        }

    .new-item h3 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 17px;
        font-weight: bold;
        line-height: 24px;
        max-height: 50px;
        overflow: hidden;
    }

    .new-item p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.new-item-r {
    padding-bottom: 20px;
}

    .new-item-r .thumb {
        display: block;
        margin-bottom: 10px;
        height: 120px;
        overflow: hidden;
        position: relative;
    }

        .new-item-r .thumb img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

    .new-item-r strong {
        margin: 0;
        padding: 0;
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        height: 37px;
        overflow: hidden;
        display: block;
        font-weight: 400;
    }

.cat {
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    background-color: #222222;
    color: #fff;
    margin-right: 5px;
    padding: 3px 6px 4px;
    display: block;
    vertical-align: top;
    position: absolute;
    bottom: 0;
    z-index: 99;
}

    .cat:hover {
        background: #1e1e1e;
        color: #fff;
    }

.new-right > li {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

    .new-right > li > a {
        display: block;
    }

        .new-right > li > a img {
            float: left;
            width: 120px;
            height: 80px;
            float: left;
            margin-right: 15px;
        }

        .new-right > li > a strong {
            display: block;
            font-size: 15px;
        }



.checking-form .table th {
    background: #fff;
    color: #1e1e1e;
    border-bottom: none;
    font-weight: 400;
    font-size: 15px;
}

.checking-form .table > tbody > tr > td, .checking-form .table > tbody > tr > th, .checking-form .table > tfoot > tr > td, .checking-form .table > tfoot > tr > th, .checking-form .table > thead > tr > td, .checking-form .table > thead > tr > th {
    vertical-align: middle;
}

.checking-form .table .price {
    white-space: nowrap;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    text-shadow: none;
}

.checking-form .table td a.remove-item {
    display: inline-block;
    text-decoration: none;
    color: #222;
    font-size: 13px;
}

    .checking-form .table td a.remove-item:hover {
        color: #B40001;
    }

.checking-form .table td h2 {
    color: #222;
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto;
}

    .checking-form .table td h2 a {
        display: inline-block;
        text-decoration: none;
        color: #222;
    }

        .checking-form .table td h2 a:hover {
            color: #CF00D4;
        }

.checking-form .table td span.rating i {
    font-size: 12px;
    color: #999;
}

    .checking-form .table td span.rating i[data-rated="rated"] {
        color: #CF00D4;
    }

.checking-form .table td img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.checking-form .table td div.quantity-add {
    overflow: hidden;
    text-align: left;
}

.checking-form .table td button {
    width: 32px;
    height: 38px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 35px;
    color: #222;
    font-size: 16px;
    font-family: 'Open Sans',sans-serif;
    outline: none;
    margin: 0;
    padding: 0;
    background: transparent;
    float: left;
}

.checking-form .drl {
    border: none;
    outline: none;
    color: #1e1e1e;
    margin-left: 10px;
}

.chkBANK label {
    display: inline;
    color: #1e1e1e;
    font-weight: 400;
}

.checking-form .checkout-buttons {
    overflow: hidden;
    margin-bottom: 40px;
}

    .checking-form .checkout-buttons .left-buttons {
        float: left;
        width: 50%;
    }

        .checking-form .checkout-buttons .left-buttons input[type="text"] {
            outline: none;
            border: 1px solid #e6e6e6;
            padding: 10px;
            color: #ccc;
            font-size: 12px;
            margin-bottom: 10px;
            width: 170px;
        }

            .checking-form .checkout-buttons .left-buttons input[type="text"]:focus {
                border: 1px solid #B40001;
            }

    .checking-form .checkout-buttons a {
        display: inline-block;
        text-decoration: none;
        padding: 9px 17px;
        font-size: 12px;
        color: #fff;
        background: #1052a1;
        font-weight: bold;
        text-transform: uppercase;
        margin-left: 7px;
    }

        .checking-form .checkout-buttons a:hover {
            background: #1e1e1e;
        }

.checking-form .total-box h2 {
    color: #222;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    margin-right: 10px;
    padding-bottom: 16px;
    line-height: 1.4;
}

.checking-form .code label, .checking-form .code input, .checking-form .code img {
    float: left;
    margin-right: 5px;
    line-height: 34px;
    font-weight: bold;
}

.color1 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    margin: 0 3px;
}

.color2 {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
}

    .color2.small {
        font-size: 16px;
    }

/*.heading2 {
    background: #f3f3f3 linear-gradient(to bottom,#f3f3f3 0%,#dfdfdf 100%) repeat scroll 0 0;
    border-bottom: 2px solid #000;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
}

.heading2 span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid #000;
    font-weight: 500;
}*/

.heading2 {
    height: 24px;
    line-height: 24px;
    position: relative;
}

    .heading2 span {
        display: inline-block;
        height: 24px;
        line-height: 24px;
        padding: 0;
        font-size: 16px;
        color: #333;
        font-weight: 400;
        text-transform: uppercase;
    }

    .heading2 .m-filter {
        position: absolute;
        right: 20px;
        top: 50%;
        font-size: 12pt;
        margin-top: -7.5px;
        background: url(https://img.icons8.com/android/18/000000/plus.png) no-repeat center center;
        width: 15px;
        height: 15px;
    }

.heading1 {
    display: block;
    font-size: 20px;
    color: #333;
    letter-spacing: 0;
    padding: 0px 20px 15px 0;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
}

    .heading1.heading1-h a {color:#f00;}

    .heading3 {
        display: block;
        font-size: 20px;
        color: #333;
        letter-spacing: 0;
        padding: 0px 20px 15px 0;
        font-weight: bold;
        line-height: 150%;
        margin: 0;
    }

.heading4 {
    display: block;
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    padding: 0px 20px 15px 0;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
}
/*.btn {
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	color: #666;
	border-radius: 0;
	font-weight: 400;
	font-family:  'Open Sans', sans-serif;
	padding: 8px 20px 6px;
    text-transform:uppercase;

}*/
/*.btn:hover {
	background: #00a651;
	color: #fff;
	border-color: transparent;

}*/
.btn2 {
    background: #1e1e1e;
    color: #fff;
    border-color: transparent;
    transition: box-shadow 300ms 0s ease;
}

    .btn2:hover {
        background: #f00;
    }

.table-checkout td {
    vertical-align: middle;
}

.box-code-km {
    margin: 0 0 10px 0;
    background: #FAF9F8;
    padding: 10px;
}

    .box-code-km ul li {
        display: block;
        margin-bottom: 5px;
    }

.icon-km {
    background: url(/images/icon/km.gif) no-repeat 0 3px;
    padding-left: 22px;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    color: #f00;
}

.square-radio {
    margin-bottom: 30px !important;
}

    .square-radio span {
        display: inline-block;
        padding: 8px 20px;
        border: 1px solid #ccc;
        border-radius: 3px;
        margin: 5px;
        cursor: pointer;
    }

        .square-radio span:hover, .square-radio span.active {
            background: #1e1e1e;
            color: #fff;
        }

a.gflag {
    vertical-align: middle;
    font-size: 16px;
    padding: 1px 0;
    background-repeat: no-repeat;
    background-image: url(/images/icon/img-lang.png);
    width: 31px;
    height: 20px;
    margin-top: 10px;
    margin-left: 3px;
}

.khuyen-mai {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom:25px !important;
}

    .khuyen-mai li {
        list-style: none;
        background: url(/images/icon/check@2x.png) no-repeat 0 4px;
        padding-left: 22px;
        min-height: 22px;
    }

.testimonial {
    border-right: 1px dashed #ccc;
    padding-top: 25px;
    padding-bottom: 15px;
}

    .testimonial:nth-child(4) {
        border-right: none;
    }

    .testimonial .h1 {
        font-weight: 500;
        text-transform: uppercase;
    }

.m-checkbox {
    padding-left: 33px !important;
}

.m-checkbox-checked {
    background: url(/images/icon/checkbox_unchecked.png) 10px 11px no-repeat;
}

    .m-checkbox-checked:hover {
        background: url(/images/icon/checkbox_unchecked_hover.png) 10px 11px no-repeat;
    }

.m-checkbox-unchecked {
    background: url(/images/icon/checkbox_checked.png) 10px 11px no-repeat;
}

.cs-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.list-view {
    background: #fbfbfb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 100%;
    margin-bottom: 20px;
}

    .list-view .item {
        border: 1px solid #e5e5e5;
        margin-bottom: -1px;
        padding: 5px 0;
    }

        .list-view .item .image {
            width: 60px;
            height: 70px;
            background: #fafafa;
        }

        .list-view .item .about {
            padding: 0 10px;
            width: 190px;
        }

            .list-view .item .about .title {
                font-size: 16px;
                margin: 0;
                padding: 15px 0 5px;
                font-weight: bold;
                color: #000;
            }

            .list-view .item .about .description {
                font-size: 16px;
            }

#list_store {
    background: #FBFBFB;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 6px;
    margin-bottom: 10px;
}

    #list_store table {
        width: 100%;
    }

        #list_store table td {
            border-bottom: 1px #CCC solid;
            padding: 7px 0;
        }

    #list_store span {
        color: red;
    }

    #list_store h6 {
        color: red;
        font-size: 16px;
        padding: 0;
        margin: 0;
        font-weight: normal;
    }

    #list_store h7 {
        color: orange;
        font-size: 16px;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }

    #list_store h8 {
        color: teal;
        font-size: 16px;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }

.quantity-container {
    margin-right: 16px;
    position: relative;
    width: 30px;
    height: 50px;
    float: left;
}

    .quantity-container .btn {
        width: 20px;
        height: 13px;
        background: url(/images/icon/TPW-icon-set.png) no-repeat;
        background-position-y: -88px;
        position: absolute;
        cursor: pointer;
        padding: 0;
        left: 5px;
        transform: scale(0.6);
    }

        .quantity-container .btn.btn-quantity-minus {
            background-position-x: -262px;
            bottom: -5px;
        }

    .quantity-container .quantity-input {
        position: absolute;
        border: none;
        border-radius: 0;
        padding: 0 0 3px 0;
        box-sizing: border-box;
        width: 30px;
        height: 40px;
        top: 5px;
        background: transparent;
        text-align: center;
        font-size: 24px;
        outline: none;
    }

    .quantity-container .btn.btn-quantity-plus {
        background-position-x: -224px;
        top: -5px;
    }

.address {
}

    .address a {
        color: #1e1e1e !important;
    }

.mxh a {
    display: inline-block;
    margin: 0 3px;
}

#ucCart_updProgress {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

    #ucCart_updProgress span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 150px;
        height: 50px;
        text-align: center;
    }

        #ucCart_updProgress span img {
            max-width: 100% !important;
            width: auto !important;
        }

.product {
    padding: 0px;
    height: auto;
}

    .product:hover {
    }

        .product:hover img {
        }

.owl-carousel-pr-hot .owl-item, .owl-carousel-pr-lq .owl-item {
    margin-top: 3px;
    margin-bottom: 3px;
}

.vc-search-customer {
    margin-bottom: 45px;
}



#boxkm {
    margin-bottom: 20px;
    text-align: justify;
}

.fb-comments {
    max-width: inherit !important;
    width: 100% !important;
    float: left;
}

    .fb-comments iframe {
        width: 100% !important;
    }

.has-table table tr td:first-child {
    width: 220px;
}

.wrap-suggestion {
    position: absolute;
    top: 34px;
    background: #fff;
    border-radius: 10px;
    left: -2px;
    min-width: 400px;
    z-index: 9999;
    max-height: 300px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

    .wrap-suggestion:after,
    .wrap-suggestion:before {
        bottom: 100%;
        left: 80px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
    }

    .wrap-suggestion:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 8px;
        margin-left: -8px;
    }

    .wrap-suggestion:before {
        border-color: rgba(218, 218, 218, 0);
        border-bottom-color: #dadada;
        border-width: 9px;
        margin-left: -9px;
    }

    .wrap-suggestion li {
        display: block;
        background: #fff;
        overflow: hidden;
        list-style: none;
        border-bottom: 1px dotted #ccc;
    }

        .wrap-suggestion li a {
            display: block;
        }

        .wrap-suggestion li:last-child {
            border-bottom: 0;
        }

        .wrap-suggestion li:hover,
        .wrapp-producthome .wrap-suggestion li.selected,
        .wrap-main .wrap-suggestion li.selected {
        }

        .wrap-suggestion li a {
            display: block;
            overflow: hidden;
            padding: 6px;
            color: #1B76BD;
            font-size: 12px;
            line-height: 16px;
            font-weight: bold;
        }

            .wrap-suggestion li a:hover {
                text-decoration: none;
            }

            .wrap-suggestion li a img {
                float: left;
                width: 70px;
                height: auto;
                margin: 0 10px 0 0;
            }

            .wrap-suggestion li a strong {
                display: block;
                width: auto;
                color: #333;
                font-size: 16px;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                margin-top: -2px;
                line-height: 20px;
            }

            .wrap-suggestion li a b {
                font-size: 12px;
                color: #e67e22;
                display: block;
            }

            .wrap-suggestion li a span {
                float: left;
                font-size: 16px;
                color: #333;
            }

                .wrap-suggestion li a span.price {
                    font-size: 12px;
                    color: #c70100;
                    float: none;
                }

            .wrap-suggestion li a label {
                display: block;
                font-size: 12px;
                color: #999;
                padding-left: 56px;
            }

                .wrap-suggestion li a label strong {
                    font-size: 12px;
                    color: #d0021b;
                }

.BoxH .box-imgN {
    display: block;
    position: relative;
    height: 300px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.BoxH2 .box-imgN {
    width: 30%;
    border: 1px solid #ddd;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
}

.BoxH2 .title-news {
    font-size: 16px;
    line-height: 20px;
}

.BoxH2 .ctn-news {
    text-align: right;
    font-size: 16px;
    padding-top: 5px !important;
}

.BoxH2 p, .BoxH p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.time {
    font-style: italic;
    padding-left: 20px;
    background: url(/images/icon/bg-lich.png)no-repeat left;
    font-size: 16px;
    color: #ccc;
}

    .time span {
        color: #00adef;
        font-style: normal;
    }

.title-news {
    font-size: 18px;
    font-weight: bold;
}

    .title-news a {
        color: #333;
    }

.ctn-news a {
    display: inline-block;
    color: #fff;
    background: #00adef;
    padding: 4px 20px;
}

.thumbV {
    display: block;
    position: relative;
}

    .thumbV img.imgv {
        display: block;
        margin-bottom: 12px;
    }

    .thumbV img.youtube {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 40px;
        max-width: 50px;
    }

    .thumbV strong {
        display: block;
        margin-bottom: 8px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 8px;
    }

    .thumbV:last-child strong {
        border: none;
    }

.home-text {
    display: -webkit-box;
    -webkit-line-clamp: 13;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .home-text h2 {
        font-size: 20px;
        line-height: 150%;
    }

    .home-text h3 {
        font-size: 18px;
        line-height: 150%;
    }

.bottom-content .item {
    border: 1px dashed #ccc;
    padding: 15px;
}

    .bottom-content .item .icon {
        width: 18%;
        display: inline-block;
        float: left;
    }

    .bottom-content .item .nav-icon {
        width: 82%;
        display: inline-block;
        float: right;
        padding-left: 10px;
    }

        .bottom-content .item .nav-icon .title {
            font-weight: 600;
            font-size: 18px;
            text-transform: uppercase;
            margin: 0;
            padding-bottom: 4px;
            color: #1e1e1e;
        }

        .bottom-content .item .nav-icon .desc {
            margin: 0;
            font-size: 16px;
        }


.attributes {
    margin-bottom: 10px;
}

    .attributes dl {
        margin-bottom: 0;
    }

    .attributes dd {
        margin-bottom: 2px;
    }

.option-list li {
    display: inline-block;
    margin-bottom: 8px;
}

    .option-list li label {
        cursor: pointer;
        display: inline-block;
        min-width: 5rem;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 6px 10px;
        margin: 0 8px 8px 0;
        color: rgba(0,0,0,1);
        text-align: center;
        white-space: nowrap;
        border-radius: 2px;
        border: 1px solid #333;
        position: relative;
        background: #fff;
        outline: 0;
        margin-bottom: 0;
        font-weight: 400;
    }

    .option-list li input {
        display: none;
    }

        .option-list li input[type="radio"]:checked + label, .option-list li label:hover {
            color: #ee4d2d;
            border-color: #ee4d2d;
            cursor: pointer;
            background: url(/images/icon/product-variation--selected.png) no-repeat bottom right;
        }

.quantity-container {
    position: relative;
    height: 32px;
    width: 100%;
    margin-bottom: 17px;
}

    .quantity-container span {
        display: block;
        float: left;
        line-height: 32px;
        margin-right: 10px;
        font-weight: 700;
    }

    .quantity-container .qtyb {
        float: left;
        position: relative;
        border: 1px solid #ccc;
        height: 32px;
        box-sizing: border-box;
    }

    .quantity-container .btn {
        width: 32px;
        height: 32px;
        display: inline-block;
        cursor: pointer;
        border-radius: 0;
        margin-top: -6.5px;
    }


    .quantity-container .quantity-input {
        display: inline-block;
        border: none;
        border-radius: 0;
        box-sizing: border-box;
        width: 50px;
        height: 32px;
        background: transparent;
        text-align: center;
        font-size: 16px;
        outline: none;
    }

    .quantity-container .btn.btn-quantity-plus {
        border-left: 1px solid #ccc;
    }

    .quantity-container .btn.btn-quantity-minus {
        border-right: 1px solid #ccc;
    }


.pro-btn-group .btng {
    background: #1b76bd;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
}

    .pro-btn-group .btng.btng1 {
        background: #0b9444;
    }

    .pro-btn-group .btng.btng2 {
        background: #288ad6;
    }

    .pro-btn-group .btng.btng3 {
        background: #0fa80f;
    }

    .pro-btn-group .btng:hover {
        background: #C01919 !important;
    }


.bottom-contact {
    display: block;
    position: fixed;
    top: 40%;
    right: 0;
    padding-bottom: 10px;
    width: 80px;
    text-align: center;
    padding: 15px 0;
    z-index: 3333;
}

    .bottom-contact ul {
        margin: 0;
        padding: 0;
    }

    .bottom-contact li {
        display: block;
        margin-bottom: 10px;
    }

@media (max-width: 1024px) {
    .bottom-contact {
        padding: 0;
        display: block;
        position: fixed;
        bottom: 0;
        top: unset;
        padding-bottom: 10px;
        background: #f9f9f9 !important;
        width: 100%;
        z-index: 4444;
        box-shadow: 2px 1px 9px #dedede;
        border-top: 1px solid #eaeaea;
    }

        .bottom-contact ul li {
            display: inline-block;
            text-align: center;
            min-width: 19%;
            margin-bottom: 0;
        }

            .bottom-contact ul li img {
                width: 35px;
                margin-top: 10px;
                margin-bottom: 0;
            }

            .bottom-contact ul li span {
                color: #000;
            }
}

#nav-icon4,#nav-icon3 { display:none;}
@media(min-width:1025px){
    .show-desktop{display:block !important;}
    .show-mobile{display:none !important;}
    .padding-header {}
}

@media(max-width:1024px) {
    .show-desktop{display:none !important;}
    .show-mobile{display:block !important;}
   
    .call_fix {position:fixed;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,0.8);padding:5px;z-index:999;}
    .call_fix a { display:inline-block;padding:7px 20px;color:#fff;background:red;margin-right:8px;border-radius:3px;text-transform:uppercase;}

    .header {position:fixed;top:0;left:0;z-index:999;width:100%;box-shadow:none;padding:10px 0;height:67px;}
    .header .logo {margin-bottom:0;text-align:center;margin:initial;display:inline-block;}
    .header .logo img {height:auto;max-height:80px;}
    .padding-header {padding-top:22px;}

    .slider {min-height:inherit;width:100%;margin:1px 0 0 0;}
    .slider .container {padding:0;}
    .slider-container {width:100%;margin:0;}

    .slogan {}
    .slogan h1 {font-size:13px;text-transform:uppercase;line-height:18px;padding:7px 10px; text-align:center;margin-bottom:0;font-weight:400;}
    #nav-icon4{width:30px;height:25px;top:13px;right:15px;position:absolute;z-index:9999;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;display:block;z-index:99;}
    #nav-icon4 span{display:block;position:absolute;height:3px;width:100%;background:#1e1e1e;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
    #nav-icon4 span:nth-child(1){top:0;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
    #nav-icon4 span:nth-child(2){top:7px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
    #nav-icon4 span:nth-child(3){top:15px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
    #nav-icon4.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:0;left:0;}
    #nav-icon4.open span:nth-child(2){width:0;opacity:0;}
    #nav-icon4.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:21px;left:0;}

    #nav-icon3{width:35px;height:35px;position:absolute;right:10px;top:15px;display:block;z-index:9999;text-align:center;background:url(/images/icon/cart.png) no-repeat;background-size:contain;padding-left:25px;}
    .nav-icon3:before{content:'\e813';}
    #nav-icon3 a { display:inline-block;margin-top:0;color:#f39}
    .nav-mobile{background:#f3f3f3;position:fixed;left:-400px;top:68px;max-width:400px;max-height:100%;height:100vh;min-width:250px;padding-bottom:56px;overflow:scroll;z-index:9999}
    .nav-mobile ul>li{display:block;text-align:left;border-bottom:solid 1px #f3f3f3;}
    .nav-mobile ul>li:last-child{border-bottom:0}
    .nav-mobile ul>li>a{color:#1e1e1e;margin:0;padding:15px 15px;border:0;display:block;outline:0;text-decoration:none;font-size:16px;background:white;font-weight:bold;}
    .nav-mobile li.parentItem i{float:right;position:relative;right:10px;cursor:pointer}
    .nav-mobile li .mobile-dropdown{display:none;background-color:#f8f8f8}
    .nav-mobile li .mobile-dropdown li>a{border-bottom:solid white 1px;padding:15px 10px 15px 40px;background:#f8f8f8;}
    .nav-mobile li .mobile-dropdown>a:last-child{border:0}

    .search_mobile {position:relative;background:#f8f8f8;}
    .search_mobile input[type=text] {width:100%;border:none;outline:none;padding-left:10px;line-height:48px;background:none;}
    .search_mobile a {position:absolute;top:0;right:0;width:40px;height:48px;text-align:center;padding-top:10px;}
    #menuOverlay {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 100;
    opacity: 0.6;
}

    .product .thumb {height:170px;}
    ul.nav-sider-bar {max-height:inherit !important;}
}

@media (max-width:767px){
  .product {padding:0px;margin-top:0;margin-right:0;}
  .new-item .thumb {width:100% !important;margin:0 0 10px 0;}
  .new-item .ctn-news {width:100% !important;padding:0;}

  .main-left {float:left;width:100%;margin-bottom:10px;}
  .main-right {float:right;width:100%;}

  .prodt-left {float:left;width:100%;}
  .prodt-right {float:right;width:100%;}

  .fill-col {display:none;}
  .block-title {padding: 10px;background: #F8F8F8;border: solid 1px #F3F3F3;font-size: 14px;cursor: pointer;text-transform:uppercase;}
  .new-block-lg {height:165px !important;margin-bottom:10px;}
  .owl-carousel-pr-hot .owl-prev { right:-10px;}
  .owl-carousel-pr-hot .owl-next {
    left: -10px;
    }

  .hotline {margin-top:0;}

   .nav-footer ul.navf1>li {width:46%;padding:0;margin-bottom:20px;}
    .nav-footer ul.navf1 > li:first-child {
        width: 100% !important;
    }
    .nav-footer ul.navf1 > li:nth-child(2n) {margin-right:8%}
    ul.navf2 > li > a {
        display: block;
        padding: 8px 0px;
    }
   .address {padding:10px;}

   .nav-tabs>li {display:block;}
   .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {border-bottom-color:#f39}
    .lstAdv h2 {font-size:15px !important;}

    .col-xs-6.col-responsive {width:70% !important}
    .breadcrumb {margin-bottom:10px !important;}
    .slider {margin-top:15px;}
}

