article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

mark {
    color: #291f44;
    background: #ff0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0
}

legend {
    padding: 0;
    border: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    color: #291f44;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input,
select[multiple],
textarea {
    background-image: none
}

a {
    color: #291f44;
    text-decoration: none
}

a:hover,
a:focus {
    color: #291f44;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-banner-cover {
    max-width: 100%;
    max-height: 50rem;
    object-fit: cover;
    
}

@media (min-width:1170px) {
    .img-banner-cover {
        margin-left: 15%;
    }
    
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

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
}

h1 small,
.h1 small {
    font-size: 24px
}

h2 small,
.h2 small {
    font-size: 18px
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        display: table;
        content: " "
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 10px;
    font-style: normal;
    line-height: 1.428571429
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}

.row {
    /* margin-right: -15px;
    margin-left: -15px */
    width: 100%;
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    display: table;
    content: " "
}

.row:after {
    clear: both
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-12 {
    width: 100%
}

@media(min-width:768px) {
    .container {
        max-width: 750px
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media(min-width:992px) {
    .container {
        max-width: 970px
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 900px
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed thead>tr>th,
.table-condensed tbody>tr>th,
.table-condensed tfoot>tr>th,
.table-condensed thead>tr>td,
.table-condensed tbody>tr>td,
.table-condensed tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    display: table-column;
    float: none
}

table td[class*="col-"],
table th[class*="col-"] {
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media(max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>thead>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>thead>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.has-success .help-block,
.has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.form-control-static {
    padding-top: 7px;
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.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;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-briefcase:before {
    content: "\1f4bc"
}

.glyphicon-calendar:before {
    content: "\1f4c5"
}

.glyphicon-pushpin:before {
    content: "\1f4cc"
}

.glyphicon-paperclip:before {
    content: "\1f4ce"
}

.glyphicon-camera:before {
    content: "\1f4f7"
}

.glyphicon-lock:before {
    content: "\1f512"
}

.glyphicon-bell:before {
    content: "\1f514"
}

.glyphicon-bookmark:before {
    content: "\1f516"
}

.glyphicon-fire:before {
    content: "\1f525"
}

.glyphicon-wrench:before {
    content: "\1f527"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: ""
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

ul.dropdown-menu {
    z-index: 1005
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus {
    outline: 0
}

.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:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.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, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

.btn-group-justified .btn {
    display: table-cell;
    float: none;
    width: 1%
}

[data-toggle="buttons"]>.btn>input[type="radio"],
[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    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: 45px;
    line-height: 45px
}

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
}

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-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    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>.dropdown-toggle,
.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:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav:before,
.nav:after {
    display: table;
    content: " "
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eeeeee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #fff
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-bottom: 1px solid #ddd
}

.nav-tabs-justified>.active>a {
    border-bottom-color: #fff
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tabbable:before,
.tabbable:after {
    display: table;
    content: " "
}

.tabbable:after {
    clear: both
}

.tab-content>.tab-pane,
.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,
.pill-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #428bca;
    border-bottom-color: #428bca
}

.nav a:hover .caret {
    border-top-color: #2a6496;
    border-bottom-color: #2a6496
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

.navbar:before,
.navbar:after {
    display: table;
    content: " "
}

.navbar:after {
    clear: both
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,
.navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,
.navbar-collapse:after {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    z-index: 1030
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

@media(min-width:768px) {
    .navbar>.container .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;
    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
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px 15px;
    text-align: left
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,
.navbar-nav>li>.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        margin-right: 15px;
        margin-left: 15px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,
.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:hover .caret,
.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }

    .aa-logo {
        width: 100%;
        text-align: center
    }

    .aa-logo img {
        max-width: 250px;
        padding-top: 15px
    }

    .logo-img {
        max-width: 250px;
        padding-top: 15px
    }

    .nav .nav-item li {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

    .navbar-nav>li>ul>li>a {
        display: block
    }

    .nav .open>a,
    .nav .open>a:hover,
    .nav .open>a:focus {
        background-color: #291f44
    }

    .nav>li>a:hover,
    .nav>li>a:focus {
        text-decoration: none;
        background-color: #291f44
    }
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-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
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager:before,
.pager:after {
    display: table;
    content: " "
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: inline-block;
    display: block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail>img {
    display: block;
    height: auto;
    max-width: 100%
}

a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #428bca
}

.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 1.5rem;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    text-align: center
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media,
.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.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-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-body:before,
.panel-body:after {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    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-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #291f44;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 15px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (min-width:768px) {
    .modal-dialog {
        right: auto;
        left: 50%;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    background-clip: padding-box
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}

.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0;
    content: " "
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}

.popover.right .arrow:after {
    bottom: -10px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
    content: " "
}

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-top-width: 0
}

.popover.bottom .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0;
    content: " "
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
    border-right-width: 0
}

.popover.left .arrow:after {
    right: 1px;
    bottom: -10px;
    border-left-color: #fff;
    border-right-width: 0;
    content: " "
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    height: auto;
    max-width: 100%;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    opacity: .5;
    filter: alpha(opacity=50)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-xs {
    display: none !important
}

tr.visible-xs {
    display: none !important
}

th.visible-xs,
td.visible-xs {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm {
    display: none !important
}

tr.visible-sm {
    display: none !important
}

th.visible-sm,
td.visible-sm {
    display: none !important
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md,
td.visible-md {
    display: none !important
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg,
td.visible-lg {
    display: none !important
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs,
td.hidden-xs {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }

    tr.hidden-xs {
        display: none !important
    }

    th.hidden-xs,
    td.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important
    }

    tr.hidden-xs.hidden-sm {
        display: none !important
    }

    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display: none !important
    }

    tr.hidden-xs.hidden-md {
        display: none !important
    }

    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg {
        display: none !important
    }

    tr.hidden-xs.hidden-lg {
        display: none !important
    }

    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm,
td.hidden-sm {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none !important
    }

    tr.hidden-sm.hidden-xs {
        display: none !important
    }

    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }

    tr.hidden-sm {
        display: none !important
    }

    th.hidden-sm,
    td.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display: none !important
    }

    tr.hidden-sm.hidden-md {
        display: none !important
    }

    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg {
        display: none !important
    }

    tr.hidden-sm.hidden-lg {
        display: none !important
    }

    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-md.hidden-xs {
        display: none !important
    }

    tr.hidden-md.hidden-xs {
        display: none !important
    }

    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display: none !important
    }

    tr.hidden-md.hidden-sm {
        display: none !important
    }

    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }

    tr.hidden-md {
        display: none !important
    }

    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg {
        display: none !important
    }

    tr.hidden-md.hidden-lg {
        display: none !important
    }

    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-lg.hidden-xs {
        display: none !important
    }

    tr.hidden-lg.hidden-xs {
        display: none !important
    }

    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display: none !important
    }

    tr.hidden-lg.hidden-sm {
        display: none !important
    }

    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display: none !important
    }

    tr.hidden-lg.hidden-md {
        display: none !important
    }

    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }

    tr.hidden-lg {
        display: none !important
    }

    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print,
td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }

    tr.hidden-print {
        display: none !important
    }

    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

body {
    padding: 0;
    margin: 0;
    background-color: #ddd
}

@media(max-width:768px) {
    body {
        font-size: 10px
    }
}

@media(max-width:992px) {
    body {
        font-size: 12px
    }
}

@media(max-width:1200px) {
    body {
        font-size: 14px
    }
}

input,
select,
textarea {
    max-width: 280px
}

@media(max-width:992px) {

    input,
    select,
    textarea {
        max-width: initial
    }
}

.image-in-text {
    margin-top: 10px
}

h4.itemcode {
    color: gray;
    font-size: 14px;
    font-weight: bold
}

div.itemprice {
    color: gray;
    margin-bottom: 10px
}

.divPane a {
    display: block;
    margin: 0;
    padding: 8px;
    font-size: 9pt;
    color: #111
}

.divPane a.selected {
    background-color: #d4d4d4
}

.divPane a:hover {
    background-color: #818285;
    color: #fff
}

.environmental-friendly {
    max-width: 35%;
    position: absolute;
    right: 0;
    bottom: 0
}

.seedling {
    max-width: 28%;
    position: absolute;
    left: 0;
    bottom: 0
}

.new-item {
    max-width: 15%;
    position: absolute;
    left: 0;
    top: 0
}

.environmental-friendly-full {
    max-width: 35%;
    position: absolute;
    right: 0;
    bottom: 0
}

.seedling-full {
    max-width: 22%;
    position: absolute;
    left: 0;
    bottom: 0
}

.new-item-full {
    max-width: 15%;
    position: absolute;
    left: 0;
    top: 0
}

.header-languages-selected .header-regions-selected {
    font-weight: bold
}

.kp-sidebar-filters h3 {
    color: #291f44;
    font-size: 1.0em;
    border-bottom: 1px solid #291f44
}

a.kp-sidebar-filter {
    display: block;
    text-align: left
}

a.kp-sidebar-filter:hover {
    color: #291f44
}

a.kp-sidebar-filter-active {
    display: block;
    background-color: #291f44;
    color: #FFF
}

a.kp-sidebar-filter-active:hover {
    color: #333
}

.kp-product-image {
    text-align: center;
    margin: 10px
}

.kp-product-detail {
    margin: 10px
}

h3 {
    font-weight: bold;
    color: #291f44
}

#kp-product-detail-itemcode {
    color: #291f44;
    font-size: .9em
}

.kp-product-detail-specname {
    display: inline-block;
    color: #aaa;
    width: 180px;
    text-align: right
}

.kp-product-detail-specvalue {
    display: inline-block
}

.kp-post-content {
    background: none repeat scroll 0 0 #FFF;
    opacity: .5;
    top: 0;
    left: 0;
    position: absolute
}

.thumbnail {
    position: relative
}

.kp-thumbnail {
    position: relative;
    margin-bottom: 20px
}

.kp-home-grid {
    flex-wrap: wrap;
    display: flex;
    margin-right: 0;
    margin-left: 0
}

.kp-home-grid:before {
    display: none
}

.kp-text-page {
    margin: 15px 15px 10px 14px
}

.kp-product-page {
    margin: 0 15px 10px 70px
}

.kp-products-grid {
    flex-wrap: wrap;
    display: flex;
    margin-right: -7.5px;
    margin-left: 0
}

.kp-products-grid:before {
    display: none
}

.kp-products-grid .thumbnail {
    min-height: 100%;
    margin-bottom: 30px
}

.kp-product-item {
    padding-bottom: 15px;
    text-align: center;
    padding-left: 7.5px;
    padding-right: 7.5px
}

.kp-product-item a:hover {
    color: #291f44
}

.kp-submit {
    background-color: #291f44;
    border: medium none;
    color: #fff;
    width: 200px;
    height: 40px
}

.kp-qty-input {
    border: 1px solid #ddd;
    color: #555;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    height: 40px;
    padding: 10px 10px 10px 10px;
    width: 100%;
    max-width: 100px
}

.kp-home-grid-item {
    padding-bottom: 15px;
    padding-left: 7.5px;
    padding-right: 7.5px
}

.kp-home-grid-item .thumbnail {
    min-height: 100%
}

.onstock {
    border-color: #01982b !important;
    border-width: 0 !important
}

.notonstock {
    border-color: #ffa500 !important;
    border-width: 0 !important
}

.onstockstatus {
    color: #01982b !important;
    font-size: 14px;
    font-weight: bold
}

.notonstockstatus {
    color: #ffa500 !important;
    font-size: 14px;
    font-weight: bold
}

.kp-cart-page {
    margin: 15px 15px 10px 70px
}

.kp-cart-page .order-info-item {
    margin-top: 14px
}

.kp-cart-page .order-info-item label {
    font-weight: normal
}

.order-thumbnail {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    margin-bottom: 10px;
    color: #291f44;
    font-size: 1.2em
}

.order-qty {
    display: inline
}

.add-to-cart {
    position: absolute;
    right: 25px;
    display: inline
}

.remove-from-cart {
    position: absolute;
    left: 7px;
    display: inline
}

#content input[type=text],
#content input[type=datetime],
#content input[type=email] {
    border: 1px solid #ccc;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%
}

.dropdown {
    display: block;
    float: left
}

.btn-primary {
    background-color: white;
    border-color: #333
}

#upper-navbar {
    margin-bottom: 0
}

.navbar-default {
    background-color: #f3f3f3;
    border-color: #f3f3f3
}

.dropdown-menu>li>a:hover {
    background-color: #291f44
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: white;
    color: black
}

.affix {
    background: gray;
    top: 0;
    left: 0;
    right: 0
}

.affix-bottom {
    background: red
}

#info-list li {
    margin-bottom: 2px solid #291f44
}

.img-contain {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto
}

.navbar-default .navbar-toggle img,
.navbar-default .navbar-toggle form {
    display: none
}

.navbar-default .navbar-toggle.collapsed img.collapse-off,
.navbar-default .navbar-toggle.collapsed form.collapse-off {
    display: inline-block
}

.navbar-default .navbar-toggle:not(.collapsed) img.collapse-on,
.navbar-default .navbar-toggle:not(.collapsed) form.collapse-on {
    display: inline-block
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    padding: 0;
    outline: 0
}

.navbar-default .navbar-toggle.pull-left {
    margin-left: 15px;
    margin-right: 0
}

.searchQuestion-xs {
    border-radius: 3px;
    border: 0;
    /* padding-left: 30px; */
    padding-top: 2px;
    padding-bottom: 7px;
    /* background: url('../Content/Images/search_on.png') no-repeat scroll 9px 6px; */
    background-color: #f0ecf0;
    outline: 0
}

#navbar-content-collapse h3 {
    color: white;
    font-size: 18px
}

#navbar-content-collapse .kp-sidebar-filter {
    color: white;
    font-size: 14px;
    cursor: pointer
}

#navbar-content-collapse .kp-sidebar-filter-active {
    font-weight: bold;
    text-decoration: underline
}

.kp-products-page {
    margin-top: 20px
}

.kp-products-page .tool-buttons {
    text-align: right;
    top: -20px;
    position: absolute;
    right: 30px
}

#sidebar-offcanvas {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

#sidebar-offcanvas.open {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%)
}

#sidebar-offcanvas .bg {
    cursor: pointer;
    position: absolute;
    width: 20%;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.0);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out
}

#sidebar-offcanvas.opened .bg {
    background: rgba(0, 0, 0, 0.7)
}

#sidebar-offcanvas .content {
    overflow-y: scroll;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80%;
    background: white;
    -moz-box-shadow: 12px 4px 14px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 12px 4px 14px rgba(0, 0, 0, 0.6);
    box-shadow: 12px 4px 14px rgba(0, 0, 0, 0.6)
}

#image-target {
    cursor: pointer
}

.zoom-image {
    cursor: pointer
}

.static a {
    color: #291f44
}

#duurzaam-submenu {
    font-size: 12px;
    margin-bottom: 15px
}

@media(min-width:767px) {
    #menu.affix {
        position: relative
    }
}

@media(max-width:767px) {
    #sidebar-offcanvas {
        color: #291f44;
        text-align: center
    }

    #sidebar-offcanvas a {
        color: #291f44
    }

    #sidebar-offcanvas a.kp-sidebar-filter-active {
        color: #FFF
    }

    #sidebar-offcanvas .nav-item .dropdown-menu {
        left: 15px;
        right: 30px;
        position: relative;
        display: block;
        width: 100%
    }

    #sidebar-offcanvas .dropdown-menu a {
        color: #291f44
    }

    #sidebar-offcanvas li {
        list-style: none
    }

    #sidebar-offcanvas .dropdown {
        display: block;
        width: 100%
    }

    #sidebar-offcanvas .dropdown>ul {
        /* padding-left: 30px;
        padding-bottom: 20px; */
        border-bottom: 1px solid #74666a;
        /* margin-bottom: 20px */
    }

    .content>.dropdown {
        margin-bottom: 10px
    }

    #sidebar-offcanvas .caret {
        border-top: 4px solid #291f44
    }

    .kp-products-page .tool-buttons {
        text-align: center;
        padding-right: 0
    }

    .kp-product-page {
        margin: 10px
    }

    .kp-product-page .subitem {
        padding-left: 2.5px;
        padding-right: 2.5px;
        padding-bottom: 5px
    }

    .kp-product-page .kp-home-grid {
        padding-left: 0;
        padding-right: 0
    }

    .kp-cart-page {
        margin: 10px
    }

    .kp-cart-page .item .col-xs-2 {
        padding: 0
    }

    #menu.affix {
        position: fixed;
        left: 0;
        right: 0;
        z-index: 130
    }
}

#ZoomImageModal {
    display: none;
    position: fixed;
    z-index: 1011;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6)
}

#image-target-zoom {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px
}

#ZoomCaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px
}

#image-target-zoom,
#ZoomCaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: .6s;
    animation-name: zoom;
    animation-duration: .6s
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

#ZoomClose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: .3s
}

#ZoomClose:hover,
#ZoomClose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer
}

@media only screen and (max-width:700px) {
    #image-target-zoom {
        width: 100%
    }
}

.aa-footer-widget h2 {
    color: white
}

#chosen-filters h3 {
    left: 0
}

#delete-filters {
    position: absolute;
    display: inline;
    top: 21px;
    right: 30px;
    font-size: .8em
}

#delete-filter a:hover {
    color: #291f44
}

.affix {
    background-color: #291f44
}

.carousel {
    margin: 10px 15px 50px
}

.static .carousel {
    margin-left: 30px;
    margin-right: 30px
}

.carousel a,
.carousel a:hover {
    text-decoration: none
}

.carousel-inner>.item img {
    width: 100%
}

.carousel-controls {
    position: absolute;
    top: 165px;
    width: 100%;
    z-index: 20
}

.carousel-controls a {
    display: inline-block;
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 1.5em
}

.carousel-control-left:hover,
.carousel-control-right:hover {
    background: rgba(0, 0, 0, 0.9)
}

.carousel-control-left,
.carousel-control-right {
    color: #fff !important
}

.carousel-control-left {
    float: left
}

.carousel-control-right {
    float: right
}

.carousel-caption-row {
    display: flex
}

.carousel-caption {
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 20px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.carousel-caption h3,
.carousel-caption p {
    margin: 0;
    color: #291f44
}

.carousel-caption p {
    margin-top: 0
}

.carousel-caption-left {
    width: 70%;
    float: left
}

.carousel-caption-right {
    position: relative;
    width: 30%;
    float: right
}

.carousel-caption-button {
    position: absolute;
    top: -27px;
    right: 0
}

.carousel-caption .btn {
    background: #291f44;
    color: #fff;
    margin-bottom: 0
}

.carousel-caption .btn:hover {
    background: #000
}

.carousel-indicators {
    bottom: -50px
}

.carousel-indicators li {
    background: #291f44;
    border-color: #291f44;
    opacity: .5
}

.carousel-indicators li.active {
    background: #291f44;
    border-color: #291f44;
    opacity: 1
}

@media only screen and (max-width:1200px) {
    .carousel-controls {
        top: 120px
    }

    .carousel-controls a {
        font-size: 1em
    }

    .carousel-caption-left {
        width: 70%
    }

    .carousel-caption-right {
        width: 30%
    }
}

@media only screen and (max-width:992px) {
    .carousel-caption {
        position: relative;
        font-size: 1.1em;
        padding: 20px 10px 10px 10px
    }

    .carousel-caption h3 {
        font-size: 1.2em;
        margin-bottom: 0;
        text-align: center
    }

    .carousel-caption p {
        font-size: .8em;
        margin-bottom: 10px
    }

    .carousel-caption-row {
        display: block
    }

    .carousel-caption-left,
    .carousel-caption-right {
        width: 100%;
        float: none
    }

    .carousel-caption .btn {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .carousel {
        margin: 0 13px 40px
    }

    .carousel-controls {
        top: 100px
    }
}

@media only screen and (max-width:480px) {
    .carousel-controls {
        top: 50px
    }

    .carousel-indicators {
        bottom: -40px
    }

    .carousel-controls a {
        font-size: .7em;
        padding: 5px 10px
    }

    .carousel-caption .btn {
        font-size: .8em
    }
}

body {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    color: #333;
    color: #291f44;
    font-size: 13px;
    overflow-x: hidden
}

.no-padding {
    padding: 0 !important
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    color: #333
}

/* a:hover,
a:focus {
    outline: 0;
    color: #ceb484
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 10px
}

img {
    border: 0
}

.aa-primary-btn {
    font-size: 16px;
    padding: 10px 30px;
    border: 1px solid #e9e9e9;
    margin-top: 10px;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.aa-primary-btn:hover,
.aa-primary-btn:focus {
    text-decoration: none
}

.aa-primary-btn span {
    margin-right: 5px
}

.aa-secondary-btn {
    background-color: #fff;
    font-size: 16px;
    padding: 10px 22px;
    margin-top: 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms--border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.aa-secondary-btn:hover,
.aa-secondary-btn:focus {
    text-decoration: none;
    color: #fff
}

.aa-browse-btn {
    display: inline-block;
    font-size: 16px;
    padding: 12px 18px;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-browse-btn span {
    margin-left: 5px
}

.aa-browse-btn:hover,
.aa-browse-btn:focus {
    background-color: #fff
}

.aa-add-to-cart-btn {
    border: 1px solid #ccc;
    color: #555;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .5px;
    margin-top: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all .5s ease 0s
}

.aa-add-to-cart-btn span {
    margin-right: 5px
}

.aa-filter-btn {
    color: #fff;
    font-size: 15px;
    height: 30px;
    width: 80px
}

.aa-cart-view-btn {
    float: right;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-cart-view-btn:hover {
    background-color: #000;
    color: #fff
}

@-webkit-keyframes cartbox-transition {
    33.33% {
        top: -13px
    }

    66.66% {
        top: -17px
    }

    100% {
        top: -15px
    }
}

@keyframes cartbox-transition {
    33.33% {
        top: -13px
    }

    66.66% {
        top: -17px
    }

    100% {
        top: -15px
    }
}

#aa-header {
    display: inline;
    float: left;
    width: 100%
}

#aa-header .aa-header-top {
    border-bottom: 1px solid #E8E8E8;
    display: inline;
    float: left;
    width: 100%
}

#aa-header .aa-header-top .aa-header-top-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-header .aa-header-top .aa-header-top-left {
    float: left
}

#aa-header .aa-header-top .aa-header-top-left .aa-language {
    border-right: 1px solid #ccc;
    float: left
}

#aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
    font-size: 12px
}

#aa-header .aa-header-top .aa-header-top-left .aa-language .btn img {
    display: inline;
    height: 10px;
    margin-right: 5px;
    margin-top: -2px;
    width: 12px
}

#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu {
    border-radius: 0;
    min-width: 110px
}

#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu a {
    font-size: 12px
}

#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu a img {
    height: 10px;
    margin-right: 5px;
    margin-top: -2px;
    width: 12px
}

#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu:after,
#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: 0
}

#aa-header .aa-header-top .aa-header-top-left .aa-language .dropdown-menu:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 8px;
    margin-left: -2px
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency {
    border-right: 1px solid #ccc;
    float: left
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency .btn {
    font-size: 12px
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency .btn i {
    display: inline;
    font-size: 12px;
    margin-right: 3px
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu {
    border-radius: 0;
    min-width: 110px
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu a {
    font-size: 12px
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu a i {
    display: inline;
    font-size: 12px;
    margin-right: 3px
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu:after,
#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu:before {
    bottom: 100%;
    left: 43%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: 0
}

#aa-header .aa-header-top .aa-header-top-left .aa-currency .dropdown-menu:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 8px;
    margin-left: -2px
}

#aa-header .aa-header-top .aa-header-top-left .cellphone {
    border-right: 1px solid #ddd;
    float: left
}

#aa-header .aa-header-top .aa-header-top-left .cellphone p {
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 10px
}

#aa-header .aa-header-top .aa-header-top-left .cellphone p span {
    margin-right: 5px
}

#aa-header .aa-header-top .aa-header-top-right {
    float: right
}

#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right {
    display: inline-block;
    text-align: right
}

#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li {
    display: inline-block !important;
    text-align: right
}

#aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
    display: inline-block;
    color: #333;
    border-right: 1px solid #ddd;
    font-size: 14px;
    padding: 5px 8px
}

#aa-header .aa-header-bottom {
    float: left;
    display: inline;
    width: 100%;
    padding-bottom: 20px
}

#aa-header .aa-header-bottom .aa-header-bottom-area {
    float: left;
    display: inline;
    width: 100%
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
    float: left;
    margin-top: 4px
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
    font-family: "Raleway", sans-serif;
    font-size: 28px
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a:hover {
    color: #333
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a>span {
    display: inline-block;
    float: left;
    font-size: 50px
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p {
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 5px;
    margin-top: -5px
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p span {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    float: right;
    margin-right: 5%;
    margin-top: 13px;
    position: relative;
    width: 500px
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box input[type="text"] {
    border: 1px solid #ddd;
    color: #555;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    height: 40px;
    padding: 10px 55px 10px 10px;
    width: 100%
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button {
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button:hover {
    opacity: .8
}

#search-autocomplete-results {
    position: absolute;
    max-height: 400px;
    overflow-x: hidden;
    width: 100%;
    border: 1px solid #000;
    padding: 0;
    background: #FFF;
    z-index: 10000
}

.search-autocomplete-item {
    display: block;
    width: 100%
}

#search-autocomplete-results>li {
    border-bottom: solid 1px #ccc
}

#search-autocomplete-results>li:last-child {
    border-bottom: 0
}

#search-autocomplete-results>li>a.search-autocomplete-item:active {
    color: black;
    background-color: transparent
}

#search-autocomplete-results>li>a.search-autocomplete-item:hover {
    color: black;
    background-color: transparent;
    -webkit-filter: opacity(.5);
    filter: opacity(.5)
}

.search-autocomplete-item>* {
    display: inline-block
}

.search-autocomplete-item .product-image,
.search-autocomplete-item .stock-info {
    width: 50px
}

.search-autocomplete-item .product-info {
    width: calc(100% - 100px)
}

#aa-header .aa-header-bottom .aa-cartbox {
    float: right;
    text-align: center;
    position: relative;
    padding-bottom: 10px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
    font-size: 22px;
    position: relative;
    width: 120px;
    height: auto;
    display: block
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .fa-shopping-basket {
    z-index: 99;
    position: relative
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-title {
    color: #555;
    display: block;
    font-size: 14px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify {
    background-color: #fff;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 9px;
    position: absolute;
    right: 39%;
    top: -15px;
    z-index: 10;
    -webkit-animation-name: cartbox-transition;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: cartbox-transition;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:after,
#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:after {
    border-color: rgba(255, 102, 102, 0);
    border-width: 5px;
    margin-left: -5px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 6px;
    margin-left: -6px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary {
    background-color: #fff;
    border: 1px solid #E9E9E9;
    display: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 300px;
    z-index: 9999
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary:after,
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary:before {
    bottom: 100%;
    left: 81%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary:before {
    border-color: rgba(233, 233, 233, 0);
    border-bottom-color: #e9e9e9;
    border-width: 11px;
    margin-left: -11px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li {
    border-bottom: 1px solid #e2e2e2;
    display: block;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    position: relative
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li:last-child {
    border: 0;
    margin-bottom: 0
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-img {
    display: block;
    float: left;
    height: 95px;
    width: 80px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-img img {
    width: 100%;
    height: 100%
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info {
    display: block;
    float: left;
    margin-left: 10px;
    width: 55%
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info h4 {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info h4 a {
    color: #333;
    letter-spacing: .5px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-info p {
    font-size: 16px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product {
    border: 1px solid transparent;
    border-radius: 50%;
    color: #c0c0c0;
    font-size: 12px;
    height: 20px;
    line-height: 17px;
    position: absolute;
    right: 0;
    top: 30%;
    width: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product:hover,
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product:focus {
    color: #333
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-total-title {
    float: left;
    font-weight: bold;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    letter-spacing: .5px
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-cartbox-total-price {
    float: right;
    font-weight: bold;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    letter-spacing: .5px
}

#content {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 15px
}

@media screen and (min-width:992px) and (max-width:1200px) {}

#menu {
    display: inline;
    float: left;
    width: 100%
}

#menu .menu-area {
    float: left;
    display: inline;
    width: 100%
}

#menu .menu-area .navbar-default {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    min-height: auto
}

#menu .menu-area .navbar-default .navbar-nav {
    display: inline-block;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%
}

#menu .menu-area .navbar-default .navbar-nav li a {
    color: #74666a;
    font-size: 16px;
    padding: 10px 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#menu .menu-area .navbar-default .navbar-nav .open a {
    background-color: #fff
}

#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a {
    padding: 8px 15px
}

#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:hover,
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:focus {
    color: #fff
}

#menu .menu-area .navbar-default .navbar-nav .dropdown-menu .dropdown-header {
    color: #555;
    display: block;
    font-size: 16px;
    padding: 3px 20px;
    text-transform: uppercase
}

.scrollToTop {
    bottom: 60px;
    color: #fff;
    display: none;
    font-size: 23px;
    height: 50px;
    line-height: 45px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 50px;
    z-index: 999
}

.scrollToTop:hover,
.scrollToTop:focus {
    background-color: #FFF;
    text-decoration: none;
    outline: 0
}

@-webkit-keyframes loader-two-before-transition {
    50% {
        left: -154px
    }

    100% {
        left: -97px
    }
}

@keyframes loader-two-before-transition {
    50% {
        left: -154px
    }

    100% {
        left: -97px
    }
}

@-webkit-keyframes loader-two-after-transition {
    50% {
        left: 54px
    }

    100% {
        left: -4px
    }
}

@keyframes loader-two-after-transition {
    50% {
        left: 54px
    }

    100% {
        left: -4px
    }
}

#wpf-loader-two {
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999
}

#wpf-loader-two .wpf-loader-two-inner {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 100px;
    left: 46%;
    position: absolute;
    top: 40%;
    width: 100px;
    text-align: center
}

#wpf-loader-two .wpf-loader-two-inner:before {
    content: "";
    height: 57%;
    left: -204px;
    position: absolute;
    top: -5px;
    transition: all .5s ease 0s;
    width: 200px;
    -webkit-animation-name: loader-two-before-transition;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: loader-two-before-transition;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

#wpf-loader-two .wpf-loader-two-inner:after {
    content: "";
    height: 57%;
    left: 104%;
    position: absolute;
    top: 50%;
    transition: all .5s ease 0s;
    width: 200px;
    -webkit-animation-name: loader-two-after-transition;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: loader-two-after-transition;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

#wpf-loader-two .wpf-loader-two-inner span {
    color: #fff;
    display: inline-block;
    margin-top: 42%
}

#aa-slider {
    float: left;
    display: inline;
    width: 100%
}

#aa-slider .aa-slider-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-slider .aa-slider-area .seq-title {
    left: 19%;
    margin-right: 0;
    position: absolute;
    top: 30%;
    width: 57%;
    text-align: center
}

#aa-slider .aa-slider-area .seq-title span {
    background-color: #fff;
    display: inline-block;
    padding: 6px 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 10px
}

#aa-slider .aa-slider-area .seq-title h2 {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
    display: inline-block;
    float: none;
    font-family: "Raleway", sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

#aa-slider .aa-slider-area .seq-title p {
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: .5px
}

#aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
    margin-top: 25px
}

#aa-slider .aa-slider-area .seq .seq-next {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-slider .aa-slider-area .seq .seq-next:hover,
#aa-slider .aa-slider-area .seq .seq-next:focus {
    border: 1px solid #f9f9f9;
    color: #fff
}

#aa-slider .aa-slider-area .seq .seq-prev {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-slider .aa-slider-area .seq .seq-prev:hover,
#aa-slider .aa-slider-area .seq .seq-prev:focus {
    border: 1px solid #f9f9f9;
    color: #fff
}

#aa-slider .seq-canvas .slick-prev,
#aa-slider .seq-canvas .slick-next {
    font-weight: bold;
    height: 50px;
    top: 49%;
    width: 50px
}

#aa-slider .seq-canvas .slick-prev {
    left: 50px
}

#aa-slider .seq-canvas .slick-next {
    right: 50px
}

#aa-slider .slick-slide img {
    max-width: 100%;
    min-width: 100%
}

#aa-promo {
    float: left;
    display: inline;
    width: 100%
}

#aa-promo .aa-promo-area {
    display: inline;
    float: left;
    padding: 30px 0;
    width: 100%
}

#aa-promo .aa-promo-area .aa-promo-left {
    display: inline;
    float: left;
    width: 100%;
    height: 400px;
    overflow: hidden
}

#aa-promo .aa-promo-area .aa-promo-left .aa-prom-content {
    top: 40% !important
}

#aa-promo .aa-promo-area .aa-promo-middle {
    display: inline;
    float: left;
    width: 100%;
    height: 400px;
    background-color: #ddd
}

#aa-promo .aa-promo-area .aa-promo-right {
    display: inline;
    float: left;
    width: 100%;
    height: 400px
}

#aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
    width: 50%;
    height: 50%;
    float: left
}

#aa-promo .aa-promo-area .aa-promo-banner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#aa-promo .aa-promo-area .aa-promo-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#aa-promo .aa-promo-area .aa-promo-banner:hover img {
    height: 120%;
    width: 120%;
    margin-left: -10%;
    margin-top: -10%
}

#aa-promo .aa-promo-area .aa-promo-banner:hover:before {
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2)
}

#aa-promo .aa-promo-area .aa-promo-banner img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content {
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 99
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content span {
    background-color: #FFF;
    padding: 5px 10px
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a {
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-product {
    display: inline;
    float: left;
    width: 100%
}

#aa-product .aa-product-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-product .aa-product-area .aa-product-inner {
    display: inline;
    float: left;
    width: 100%
}

#aa-product .aa-product-area .aa-product-inner .aa-product-catg {
    float: left;
    margin: 0;
    width: 100%
}

#aa-product .aa-product-area .aa-product-inner #men {
    margin-left: -55px;
    text-align: center;
    padding-bottom: 35px
}

#aa-product .aa-product-area .aa-product-inner #electronics {
    margin-left: -55px;
    text-align: center;
    padding-bottom: 35px
}

#aa-product .aa-product-area .aa-product-inner #women {
    margin-left: -55px;
    text-align: center;
    padding-bottom: 35px
}

#aa-product .aa-product-area .aa-product-inner #sports {
    margin-left: -55px;
    text-align: center;
    padding-bottom: 35px
}

.aa-product-nav {
    display: inline-block;
    text-align: center;
    width: 100%
}

.aa-product-nav li {
    display: inline-block
}

.aa-product-nav li a {
    color: #333;
    display: inline-block;
    padding: 8px 15px
}

.aa-product-content {
    margin-left: -30px;
    margin-top: 20px
}

.aa-product-content li {
    background-color: #ccc;
    display: block;
    float: left;
    height: 250px;
    margin: 0 0 0 30px;
    width: 22.5%;
    margin-bottom: 20px
}

.aa-products-tab {
    display: block;
    text-align: center;
    border: 0;
    margin-bottom: 20px
}

.aa-products-tab li {
    border: 0;
    float: none;
    display: inline-block
}

.aa-products-tab li a {
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    margin: 0 6px;
    padding: 10px 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-products-tab li a:hover,
.aa-products-tab li a:focus {
    color: #333;
    background-color: inherit
}

.aa-products-tab li.active a {
    border: 0;
    background-color: inherit;
    font-size: 16px
}

.aa-products-tab li.active a:hover,
.aa-products-tab li.active a:focus {
    border: 0;
    background-color: inherit
}

.aa-product-catg {
    margin-left: -54px
}

.aa-product-catg li {
    display: block;
    float: left;
    height: 380px;
    text-align: center;
    margin: 0 0 20px 55px;
    width: 20.5%;
    position: relative;
    overflow: hidden
}

.aa-product-catg li:hover figure .aa-product-img {
    background-color: rgba(0, 0, 0, 0.5)
}

.aa-product-catg li:hover figure .aa-add-card-btn {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.aa-product-catg li:hover .aa-product-hvr-content {
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

.aa-product-catg li figure {
    position: relative;
    height: 300px
}

.aa-product-catg li figure .aa-product-img {
    background-color: #f9f9fb;
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-product-catg li figure .aa-add-card-btn {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    padding: 12px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.aa-product-catg li figure .aa-add-card-btn span {
    margin-right: 5px
}

.aa-product-catg li .aa-product-title {
    color: #333;
    margin-bottom: 5px
}

.aa-product-catg li .aa-product-title a {
    color: #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-product-catg li .aa-product-price {
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 16px
}

.aa-product-catg li .aa-product-price del {
    margin-left: 5px
}

.aa-product-catg li .aa-product-hvr-content {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.aa-product-catg li .aa-product-hvr-content a {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px
}

.aa-product-catg li .aa-badge {
    position: absolute;
    top: 5%;
    left: 0;
    padding: 5px 10px;
    color: #fff;
    font-size: 15px
}

.aa-product-catg li .aa-sale {
    background-color: #008000
}

.aa-product-catg li .aa-sold-out {
    background-color: #F00
}

.aa-product-catg li .aa-hot {
    background-color: #f60
}

#quick-view-modal .modal-dialog {
    margin: 10% auto;
    width: 800px
}

#quick-view-modal .modal-content {
    border-radius: 0
}

#quick-view-modal .modal-content button.close {
    margin-right: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#quick-view-modal .modal-content button.close:hover {
    opacity: 1
}

#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container {
    width: 100%
}

#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container .simpleLens-big-image-container {
    width: 100%
}

#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-container .simpleLens-big-image-container .simpleLens-lens-image {
    width: 100%
}

#quick-view-modal .modal-content .aa-product-view-slider .simpleLens-thumbnails-container {
    text-align: center
}

#quick-view-modal .modal-content .aa-product-view-content {
    padding-right: 10px;
    padding-bottom: 10px
}

#quick-view-modal .modal-content .aa-product-view-content h3 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px
}

#quick-view-modal .modal-content .aa-product-view-content h4 {
    font-weight: bold;
    letter-spacing: 1px
}

#quick-view-modal .modal-content .aa-product-view-content>p {
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 14px
}

#quick-view-modal .modal-content .aa-product-view-content .aa-price-block {
    position: relative;
    margin-bottom: 5px
}

#quick-view-modal .modal-content .aa-product-view-content .aa-price-block .aa-product-view-price {
    font-size: 18px
}

#quick-view-modal .modal-content .aa-product-view-content .aa-price-block .aa-product-avilability {
    position: absolute;
    right: 0;
    top: 0
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-size a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 5px 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity {
    margin-top: 10px
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity form {
    display: inline-block
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity form select {
    height: 25px;
    width: 40px
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category {
    display: inline-block;
    margin-left: 15px
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
    font-size: 14px
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom a:last-child {
    margin-left: 10px
}

#aa-banner {
    display: inline;
    float: left;
    width: 100%
}

#aa-banner .aa-banner-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-banner .aa-banner-area a {
    display: block
}

#aa-banner .aa-banner-area a img {
    max-width: 100%
}

#aa-popular-category {
    display: inline;
    float: left;
    padding: 25px 0;
    width: 100%
}

#aa-popular-category .aa-popular-category-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-popular-category .aa-popular-category-area .tab-content>.tab-pane:not(.active),
#aa-popular-category .aa-popular-category-area .pill-content>.pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden
}

#aa-popular-category .aa-popular-category-area #popular,
#aa-popular-category .aa-popular-category-area #featured,
#aa-popular-category .aa-popular-category-area #latest {
    text-align: center
}

.slick-arrow {
    height: 30px;
    width: 30px
}

#aa-support {
    background-color: #333;
    display: inline;
    float: left;
    width: 100%
}

#aa-support .aa-support-area {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%
}

#aa-support .aa-support-area .aa-support-single {
    display: inline;
    text-align: center;
    padding: 0 10px;
    float: left;
    width: 100%
}

#aa-support .aa-support-area .aa-support-single span {
    font-size: 30px
}

#aa-support .aa-support-area .aa-support-single h4 {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    letter-spacing: .5px
}

#aa-support .aa-support-area .aa-support-single p {
    color: #ccc;
    font-size: 15px;
    margin-bottom: 0
}

#aa-testimonial {
    background-attachment: fixed;
    background-image: url("../img/testimonial-bg-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline;
    float: left;
    width: 100%;
    position: relative
}

#aa-testimonial:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

#aa-testimonial .aa-testimonial-area {
    display: inline;
    float: left;
    padding: 100px 0;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 99
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single {
    color: #fff;
    padding: 50px 0;
    position: relative
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single:before {
    border: 1px solid #fff;
    content: "";
    height: 100px;
    left: 0;
    top: 0;
    width: 100px;
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 0 0 100% 0
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single:after {
    border: 1px solid #fff;
    content: "";
    height: 100px;
    right: 0;
    bottom: 0;
    width: 100px;
    position: absolute;
    z-index: 1;
    background: #fff;
    border-radius: 100% 0 0
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single>p {
    padding: 0 15%;
    margin-bottom: 20px
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-img {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
    width: 100px
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-quote {
    color: #fff;
    display: block;
    font-size: 35px;
    margin-top: 30px
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info p {
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info span {
    color: #f8f8f8;
    display: block;
    letter-spacing: 1px
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .aa-testimonial-single .aa-testimonial-info a {
    color: #f8f8f8;
    letter-spacing: 1px
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider .slick-dots li {
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    height: 6px;
    width: 20px
}

#aa-latest-blog {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%
}

#aa-latest-blog .aa-latest-blog-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-latest-blog .aa-latest-blog-area>h2 {
    margin-bottom: 20px;
    text-align: center
}

.aa-latest-blog-single {
    display: block;
    width: 100%
}

.aa-latest-blog-single .aa-blog-img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden
}

.aa-latest-blog-single .aa-blog-img:hover img {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.aa-latest-blog-single .aa-blog-img img {
    height: 100%;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 100%
}

.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption {
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    width: 100%
}

.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption a,
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption span {
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
    font-weight: bold
}

.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption a i,
.aa-latest-blog-single .aa-blog-img .aa-blog-img-caption span i {
    margin-right: 5px
}

.aa-latest-blog-single .aa-blog-info {
    display: inline;
    width: 100%
}

.aa-latest-blog-single .aa-blog-info .aa-blog-title {
    color: #222;
    font-size: 18px;
    font-weight: bold
}

.aa-latest-blog-single .aa-blog-info .aa-blog-title a {
    color: #222;
    font-size: 18px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.aa-latest-blog-single .aa-blog-info p {
    font-size: 15px
}

.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn {
    border-bottom: 1px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:hover,
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:focus {
    color: #222
}

.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:hover span,
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:focus span {
    opacity: 1;
    transform: translateX(10%)
}

.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn span {
    display: inline-block;
    opacity: 0;
    transform: translateX(-200%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-client-brand {
    background-color: #333;
    display: inline;
    float: left;
    padding: 40px 0;
    width: 100%
}

#aa-client-brand .aa-client-brand-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-client-brand .aa-client-brand-area .aa-client-brand-slider {
    margin-left: -35px
}

#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li {
    background: #fff none repeat scroll 0 0;
    float: left;
    margin-left: 35px;
    text-align: center;
    width: 17%
}

#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li a {
    display: block;
    padding: 20px 0
}

#aa-client-brand .aa-client-brand-area .aa-client-brand-slider li a img {
    display: inline-block;
    max-width: 100%
}

#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev,
#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
    top: 44%
}

#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev {
    left: -15px
}

#aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
    right: -45px
}

#aa-client-brand .aa-client-brand-area .slick-dots {
    display: none !important
}

#aa-subscribe {
    display: inline;
    float: left;
    width: 100%
}

#aa-subscribe .aa-subscribe-area {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%;
    text-align: center
}

#aa-subscribe .aa-subscribe-area h3 {
    color: #222;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase
}

#aa-subscribe .aa-subscribe-area p {
    color: #333;
    font-size: 15px;
    letter-spacing: .5px
}

#aa-subscribe .aa-subscribe-area .aa-subscribe-form {
    margin: 20px auto 0;
    position: relative;
    width: 450px
}

#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="email"] {
    border: 1px solid #ccc;
    color: #555;
    height: 40px;
    padding: 5px 125px 5px 10px;
    width: 100%
}

#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    letter-spacing: 1px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    width: 120px
}

#aa-catg-head-banner {
    display: inline;
    float: left;
    position: relative;
    width: 100%
}

#aa-catg-head-banner .aa-catg-head-banner-area {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
    display: inline-block;
    float: left;
    padding: 10% 0;
    text-align: center;
    width: 100%
}

#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content h2 {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    padding: 0;
    text-transform: uppercase
}

#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content .breadcrumb {
    border-radius: 0;
    background-color: transparent
}

#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content .breadcrumb a {
    color: white
}

#aa-product-category {
    display: inline;
    float: left;
    width: 100%
}

#aa-product-category .aa-sidebar {
    display: inline;
    float: left;
    width: 100%
}

#aa-product-category .aa-sidebar .aa-sidebar-widget {
    display: inline;
    float: left;
    width: 100%
}

#aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
    padding-bottom: 10px
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a {
    display: block;
    padding: 4px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud {
    display: block
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a {
    background-color: #f8f8f8;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range {
    display: inline;
    text-align: center;
    width: 100%
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range .noUi-connect {
    box-shadow: none
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-sidebar-price-range span {
    border: 1px solid #e8e7e6;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 4px 10px
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag {
    display: block;
    width: 100%;
    margin-top: 15px
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag a {
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 30px
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-red {
    background-color: #F00
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-green {
    background-color: #008000
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-yellow {
    background-color: #FF0
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-pink {
    background-color: #FFC0CB
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-purple {
    background-color: #800080
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-blue {
    background-color: #00F
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-orange {
    background-color: #ffa500
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-gray {
    background-color: #bebebe
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-black {
    background-color: #000
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-white {
    background-color: #FFF;
    border: 1px solid #ccc
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-cyan {
    background-color: #0ff
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-olive {
    background-color: #0ff
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-color-tag .aa-color-orchid {
    background-color: #da70d6
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li {
    display: block;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    position: relative
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li:last-child {
    border: 0;
    margin-bottom: 0
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-img {
    display: block;
    float: left;
    height: 95px;
    width: 100px
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-img img {
    width: 100%;
    height: 100%
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info {
    display: block;
    float: left;
    margin-left: 15px;
    width: 55%
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    margin-top: 0
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a {
    color: #333;
    letter-spacing: .5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info p {
    font-size: 16px
}

#aa-product-category .aa-product-catg-content {
    display: inline;
    float: left;
    padding: 30px 0 0;
    width: 100%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head {
    background-color: #f3f3f3;
    display: inline;
    float: left;
    padding: 10px 15px;
    width: 100%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left {
    float: left
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left label {
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: normal
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form {
    float: left
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select {
    border: 1px solid #ccc;
    text-align: center;
    width: 150px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select option {
    padding: 4px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form {
    float: left;
    margin-left: 25px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select {
    border: 1px solid #ccc;
    text-align: center;
    width: 80px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select option {
    padding: 4px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right {
    float: right
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right a {
    color: #555;
    display: inline-block;
    font-size: 20px;
    margin-left: 5px;
    margin-top: 3px;
    padding: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 30px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg {
    margin-left: -30px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
    margin: 0 0 20px 30px;
    width: 29.916%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li .aa-product-descrip {
    display: none
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
    width: 100%;
    height: 345px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img {
    float: left;
    width: 35%;
    margin-right: 40px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
    bottom: 35%;
    left: 40%;
    font-size: 14px;
    transform: scale(1);
    width: 150px
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure figcaption {
    text-align: left
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
    display: block
}

#aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
    width: 35%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination {
    display: inline;
    float: left;
    text-align: center;
    width: 100%
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination {
    border: 1px solid #ccc;
    border-radius: 0
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:first-child a,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:last-child a,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span {
    border: 0;
    color: #888;
    margin-left: 0
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a:hover,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span:hover {
    background-color: #fff
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a:focus,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span:focus {
    color: #fff
}

#aa-product-details {
    display: inline;
    float: left;
    width: 100%
}

#aa-product-details .aa-product-details-area {
    display: inline;
    float: left;
    padding: 30px 0 0;
    width: 100%
}

#aa-product-details .aa-product-details-area .aa-product-details-content {
    margin: 0 auto;
    width: 80%
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-slider {
    background-color: #f8f8f8;
    padding: 10px;
    text-align: center
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
    padding-bottom: 10px;
    padding-right: 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-size a {
    border: 1px solid #ddd;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .5px;
    margin-bottom: 5px;
    margin-right: 8px;
    padding: 5px 10px;
    transition: all .5s ease 0s
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity {
    margin-top: 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity form {
    display: inline-block
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity form select {
    height: 25px;
    width: 40px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity .aa-prod-category {
    display: inline-block;
    margin-left: 15px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
    font-size: 14px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-bottom {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-view-bottom a {
    margin-right: 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag a {
    display: inline-block;
    height: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 30px
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-green {
    background-color: #008000
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-yellow {
    background-color: #ff0
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-pink {
    background-color: #ffc0cb
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-black {
    background-color: #000
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-color-tag .aa-color-white {
    background-color: #fff;
    border: 1px solid #ccc
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #ccc
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs {
    text-align: center
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li {
    display: inline-block;
    float: none;
    margin-bottom: 0
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a {
    border-radius: 0;
    border: 0;
    font-size: 18px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a:hover,
#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a:focus {
    background-color: transparent;
    border: 0
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom #description {
    padding: 20px 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom #description ul {
    margin-bottom: 10px;
    padding-left: 25px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom #description ul li {
    color: #555;
    list-style: outside none square;
    margin-top: 5px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area {
    display: inline;
    float: left;
    padding: 20px 0;
    width: 100%
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area>h4 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li {
    margin-bottom: 20px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-object {
    display: block;
    height: 60px;
    width: 60px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body {
    border: 1px solid #ccc;
    padding: 10px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body .media-heading {
    font-size: 16px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-product-review-area .aa-review-nav li .media-body .aa-product-rating span {
    color: #f60
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form {
    margin-top: 20px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form label {
    color: #555
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form textarea {
    height: 200px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form input {
    height: 45px
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .aa-review-submit {
    border-radius: 0;
    font-size: 18px;
    height: 45px;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .aa-review-submit:hover {
    background-color: #000;
    border-color: #000
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .form-control {
    box-shadow: none;
    border-radius: 0
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .form-control:focus {
    box-shadow: none
}

#aa-product-details .aa-product-details-area .aa-product-related-item {
    display: inline;
    float: left;
    width: 100%
}

#aa-product-details .aa-product-details-area .aa-product-related-item h3 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 20px;
    text-align: center
}

#aa-product-details .aa-product-details-area .aa-product-related-item .slick-prev,
#aa-product-details .aa-product-details-area .aa-product-related-item .slick-next {
    top: -65px
}

#aa-product-details .aa-product-details-area .aa-product-related-item .slick-dots {
    display: none !important
}

#cart-view {
    display: inline;
    float: left;
    width: 100%
}

#cart-view .cart-view-area {
    display: inline;
    float: left;
    padding-top: 50px;
    width: 100%
}

#cart-view .cart-view-area .cart-view-table {
    background-color: #F5F5F5;
    display: inline;
    float: left;
    width: 100%;
    padding: 30px;
    min-height: 350px
}

#cart-view .cart-view-area .cart-view-table .table {
    border: 1px solid #ddd
}

#cart-view .cart-view-area .cart-view-table .table thead tr th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #555;
    font-size: 18px;
    padding: 20px 0;
    text-align: center
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td {
    vertical-align: middle;
    border-right: 1px solid #ccc;
    text-align: center
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove {
    color: #f00;
    padding: 5px
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td .remove:hover {
    color: #555
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td img {
    width: 80px;
    height: 100px
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td .aa-cart-quantity {
    padding: 5px;
    width: 50px
}

#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom {
    padding: 50px
}

#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon {
    float: left
}

#cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
    border: 1px solid #e5e5e5;
    color: #505050;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px;
    margin-right: 20px;
    min-width: 250px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

#cart-view .cart-view-area .cart-view-table .cart-view-total {
    width: 400px;
    margin: 0 auto;
    text-align: center
}

#cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
    color: #555;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px
}

#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table {
    border: 1px solid #ccc;
    width: 100%
}

#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table tr th {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

#cart-view .cart-view-area .cart-view-table .cart-view-total .aa-totals-table tr td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 10px
}

#cart-view .cart-view-area .cart-view-table .cart-view-total a {
    margin-top: 30px;
    display: inline-block;
    float: none
}

#checkout {
    display: inline;
    float: left;
    width: 100%
}

#checkout .checkout-area {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%
}

#checkout .checkout-area .checkout-left {
    display: inline;
    float: left;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .panel-default {
    border-radius: 0
}

#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading {
    background-color: transparent;
    padding: 0
}

#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading .panel-title {
    font-size: 18px;
    padding: 20px 15px
}

#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading .panel-title a {
    display: block
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-coupon .aa-coupon-code {
    border: 1px solid #e5e5e5;
    color: #505050;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-right: 20px;
    min-width: 250px;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-coupon input[type="submit"] {
    font-size: 14px
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="text"],
#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="password"] {
    border: 1px solid #ccc;
    font-size: 14px;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login label {
    cursor: pointer;
    font-weight: normal;
    margin-top: 8px
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login input[type="checkbox"] {
    margin-top: 5px
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login button {
    font-size: 14px;
    padding: 8px 20px;
    margin-right: 5px;
    float: left
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-login .aa-lost-password {
    /* color: #555; */
    float: left;
    margin-top: 10px;
    width: 100%
}

/* #checkout .checkout-area .checkout-left .panel-group .aa-checkout-login .aa-lost-password a {
     color: #555 
} */

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill {
    display: inline;
    width: 100%;
    margin-bottom: 15px;
    float: left
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill input {
    border: 1px solid #ccc;
    height: 40px;
    padding: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill textarea {
    border: 1px solid #ccc;
    color: #999;
    height: 150px;
    padding: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-left .panel-group .aa-checkout-billaddress .aa-checkout-single-bill select {
    border: 1px solid #ccc;
    color: #999;
    height: 40px;
    padding: 10px;
    width: 100%
}

#checkout .checkout-area .checkout-right {
    display: inline;
    float: left;
    width: 100%
}

#checkout .checkout-area .checkout-right h4 {
    margin-top: 0
}

#checkout .checkout-area .checkout-right .aa-order-summary-area {
    margin-bottom: 30px
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table {
    border: 1px solid #ccc
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table thead tr th {
    border: 1px solid #ccc;
    text-align: center
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table tbody tr td {
    border-right: 1px solid #ccc;
    text-align: center
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table tbody tr td strong {
    margin-left: 5px;
    font-size: 14px
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table tfoot tr th {
    border-right: 1px solid #ccc;
    text-align: center
}

#checkout .checkout-area .checkout-right .aa-order-summary-area .table tfoot tr td {
    text-align: center
}

#checkout .checkout-area .checkout-right .aa-payment-method {
    border: 1px solid #ccc;
    padding: 15px
}

#checkout .checkout-area .checkout-right .aa-payment-method label {
    width: 100%;
    font-weight: normal
}

#checkout .checkout-area .checkout-right .aa-payment-method img {
    margin-top: -10px;
    width: 80%
}

#checkout .checkout-area .checkout-right .aa-payment-method input[type="submit"] {
    display: block;
    margin-top: 15px;
    padding: 8px 12px;
    width: 100%
}

#aa-myaccount {
    display: inline;
    float: left;
    width: 100%
}

#aa-myaccount .aa-myaccount-area {
    display: inline;
    float: left;
    padding: 100px 0;
    width: 100%
}

#aa-myaccount .aa-myaccount-area h4 {
    border-bottom: 1px solid #ccc;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 15px
}

#aa-myaccount .aa-myaccount-area .aa-myaccount-login {
    display: inline;
    float: left;
    width: 100%
}

#aa-myaccount .aa-myaccount-area .aa-myaccount-register {
    display: inline;
    float: left;
    width: 100%
}

.aa-login-form input[type="text"],
.aa-login-form input[type="password"] {
    border: 1px solid #ccc;
    font-size: 16px;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%
}

.aa-login-form label {
    font-weight: normal;
    margin-top: 8px
}

.aa-login-form label span {
    color: red
}

.aa-login-form .rememberme {
    cursor: pointer;
    margin-top: 18px
}

.aa-login-form input[type="checkbox"] {
    margin-top: 5px
}

.aa-login-form button {
    font-size: 14px;
    padding: 8px 20px;
    margin-right: 5px;
    margin-top: 10px;
    float: left
}

.aa-login-form .aa-lost-password {
    color: #291f44;
    margin-top: 10px;
    width: 100%
}

.aa-login-form .aa-lost-password a {
    color: #291f44;
}

#login-modal .modal-content {
    border-radius: 0
}

#login-modal .modal-dialog {
    margin: 100px auto;
    width: 320px
}

#login-modal .modal-dialog h4 {
    border-bottom: 1px solid #ccc;
    color: #666;
    font-weight: bold;
    padding-bottom: 10px
}

#login-modal .modal-dialog .aa-register-now {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    font-size: 14px;
    padding-top: 10px
}

#login-modal .modal-dialog .aa-register-now a {
    margin-left: 5px
}

#aa-blog-archive {
    display: inline;
    float: left;
    width: 100%
}

#aa-blog-archive .aa-blog-archive-area {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content {
    display: inline;
    float: left;
    width: 100%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 30px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single h4 {
    font-size: 20px;
    margin-bottom: 20px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single h4 a {
    color: #555;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single p {
    font-size: 14px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-blog-img {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-blog-img:hover img {
    opacity: 1
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-blog-img img {
    max-width: 100%;
    opacity: .8;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-article-bottom {
    display: inline;
    float: left;
    width: 100%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-article-bottom .aa-post-author {
    font-size: 12px;
    float: left
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-article-bottom .aa-post-date {
    font-size: 12px;
    float: left;
    margin-left: 10px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar {
    display: inline;
    float: left;
    width: 100%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget {
    display: inline;
    float: left;
    margin-bottom: 15px;
    width: 100%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget h3 {
    margin-top: 5px;
    padding-bottom: 10px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-catg-nav li a {
    display: block;
    padding: 4px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud {
    display: block
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud a {
    background-color: #f8f8f8;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 5px 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud a:hover,
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud a:focus {
    color: #fff
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-sidebar-price-range {
    display: inline;
    text-align: center;
    width: 100%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-sidebar-price-range .noUi-connect {
    box-shadow: none
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-sidebar-price-range span {
    border: 1px solid #e8e7e6;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 4px 10px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views {
    display: inline;
    float: left;
    width: 100%;
    margin-top: 20px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li {
    display: block;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 100%;
    position: relative
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li:last-child {
    border: 0;
    margin-bottom: 0
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-img {
    display: block;
    float: left;
    height: 80px;
    width: 90px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-img img {
    width: 100%;
    height: 100%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info {
    display: block;
    float: left;
    margin-left: 15px;
    width: 55%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 0
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a {
    color: #333;
    letter-spacing: .5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info p {
    font-size: 12px
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination {
    display: inline;
    float: left;
    text-align: center;
    width: 100%
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination {
    border: 1px solid #ccc;
    border-radius: 0
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li:first-child a,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li:first-child span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li:last-child a,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li:last-child span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li a,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li span {
    border: 0;
    color: #888;
    margin-left: 0
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li a:hover,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li span:hover {
    background-color: #fff
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li a:focus,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li span:focus {
    color: #fff
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination .active a {
    color: #fff
}

#aa-blog-archive .aa-blog-archive-2 .aa-blog-content {
    margin-top: 10px
}

#aa-blog-archive .aa-blog-archive-2 .aa-latest-blog-single {
    margin-bottom: 30px
}

#aa-blog-archive .aa-blog-archive-2 .aa-latest-blog-single .aa-blog-img .aa-blog-img-caption a {
    margin-right: 8px
}

#aa-blog-archive .aa-blog-archive-2 .aa-latest-blog-single .aa-blog-img .aa-blog-img-caption span {
    margin-right: 8px
}

.aa-blog-details h2 {
    color: #555
}

.aa-blog-details h2 a {
    color: #555
}

.aa-blog-details .aa-blog-content-single p {
    font-size: 17px !important
}

.aa-blog-details .aa-blog-content-single ul {
    margin-left: 52px
}

.aa-blog-details .aa-blog-content-single ul li {
    list-style: outside none disc;
    margin-bottom: 5px
}

.aa-blog-details .aa-blog-content-single .blog-single-bottom {
    display: inline;
    float: left;
    margin-top: 50px;
    padding: 10px 0;
    width: 100%
}

.aa-blog-details .aa-blog-content-single .blog-single-tag {
    display: inline;
    font-size: 14px;
    float: left;
    width: 100%;
    text-align: left
}

.aa-blog-details .aa-blog-content-single .blog-single-tag span {
    font-size: 20px
}

.aa-blog-details .aa-blog-content-single .blog-single-tag a {
    margin-left: 5px;
    color: #333;
    font-size: 16px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-blog-details .aa-blog-content-single .blog-single-tag a:hover,
.aa-blog-details .aa-blog-content-single .blog-single-tag a:focus {
    text-decoration: none;
    outline: 0
}

.aa-blog-details .aa-blog-content-single .blog-single-social {
    display: inline;
    float: left;
    width: 100%;
    text-align: right
}

.aa-blog-details .aa-blog-content-single .blog-single-social a {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    min-width: 30px;
    padding: 5px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-blog-details .aa-blog-content-single .blog-single-social a:hover,
.aa-blog-details .aa-blog-content-single .blog-single-social a:focus {
    text-decoration: none;
    outline: 0
}

.aa-blog-details .aa-article-bottom {
    margin-bottom: 20px
}

.aa-blog-details .aa-article-bottom .aa-post-author {
    font-size: 14px
}

.aa-blog-details .aa-article-bottom .aa-post-date {
    font-size: 14px
}

.aa-blog-details .aa-blog-navigation {
    border-top: 1px solid #ccc;
    display: inline;
    float: left;
    padding-top: 25px;
    width: 100%
}

.aa-blog-details .aa-blog-navigation .aa-blog-prev {
    float: left;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 8px 15px;
    text-transform: uppercase
}

.aa-blog-details .aa-blog-navigation .aa-blog-prev span {
    margin-right: 10px
}

.aa-blog-details .aa-blog-navigation .aa-blog-next {
    float: right;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 8px 15px;
    text-transform: uppercase
}

.aa-blog-details .aa-blog-navigation .aa-blog-next span {
    margin-left: 10px
}

.aa-blog-details .aa-blog-comment-threat {
    display: inline;
    float: left;
    margin-top: 25px;
    width: 100%
}

.aa-blog-details .aa-blog-comment-threat h3 {
    margin-bottom: 20px;
    margin-top: 0
}

.aa-blog-details .aa-blog-comment-threat .comments {
    float: left;
    display: inline;
    width: 100%
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li {
    border: 1px solid #ddd;
    display: inline;
    float: left;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .news-img {
    height: 70px;
    margin-right: 10px;
    width: 70px
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .media-body .author-name {
    margin-bottom: 0;
    margin-top: 0
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .comments-date {
    color: #888;
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .reply-btn {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 15px;
    line-height: 16px;
    padding: 8px 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .reply-btn:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .8
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .children {
    margin-left: 50px
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .author-tag {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 4px 6px
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .author-comments {
    background-color: #f8f8f8
}

.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination {
    display: inline-block;
    text-align: left
}

.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination li {
    display: inline-block
}

.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination li a {
    border: 1px solid #f8f8f8;
    color: #ccc;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 15px;
    padding: 5px;
    text-align: center;
    width: 30px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-blog-details .aa-blog-comment-threat .comments .comments-pagination li a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist>li:last-child {
    margin-bottom: 0
}

.aa-blog-details .aa-blog-comment-threat .aa-blog-archive-pagination .pagination {
    border: none !important
}

.aa-blog-details #respond {
    border: 1px solid #ccc;
    padding: 20px;
    display: inline;
    float: left;
    margin-top: 25px;
    width: 100%
}

.aa-blog-details #respond .reply-title {
    font-size: 25px;
    margin-top: 0
}

.aa-blog-details #respond .comment-notes {
    font-size: 15px
}

.aa-blog-details #respond .required {
    color: red
}

.aa-blog-details #respond label {
    display: block
}

.aa-blog-details #respond input[type="text"],
.aa-blog-details #respond input[type="email"],
.aa-blog-details #respond input[type="url"] {
    color: #555;
    margin-bottom: 10px;
    height: 35px;
    padding: 5px;
    width: 65%;
    border: 1px solid #ccc;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-blog-details #respond textarea {
    border: 1px solid #ccc;
    color: #555;
    margin-bottom: 5px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-blog-details #respond .form-submit input {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    padding: 5px 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aa-blog-details #respond .form-submit input:hover {
    background-color: #fff
}

#aa-contact {
    background: #ccc none repeat scroll 0 0;
    display: inline;
    float: left;
    width: 100%
}

#aa-contact .aa-contact-area {
    display: inline;
    float: left;
    padding: 50px 0;
    width: 100%
}

#aa-contact .aa-contact-area .aa-contact-top {
    background-color: #FFF;
    display: inline;
    float: left;
    padding: 50px 100px;
    text-align: center;
    width: 100%
}

#aa-contact .aa-contact-area .aa-contact-top h2 {
    color: #555;
    padding-bottom: 0
}

#aa-contact .aa-contact-area .aa-contact-top p {
    color: #555
}

#aa-contact .aa-contact-area .aa-contact-map {
    display: inline;
    float: left;
    width: 100%
}

#aa-contact .aa-contact-area .aa-contact-map iframe {
    margin-bottom: -6px
}

.aa-footer-social {
    margin-bottom: 10px
}

#aa-contact .aa-contact-area .aa-contact-address {
    background-color: #FFF;
    display: inline;
    float: left;
    padding: 50px;
    width: 100%
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left {
    display: inline;
    float: left;
    width: 100%
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form {
    margin-top: 10px
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form input {
    height: 40px;
    font-size: 16px;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form textarea {
    border-radius: 0;
    font-size: 16px;
    height: 200px;
    padding: 10px;
    width: 70%
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form .form-control:focus {
    box-shadow: none
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form .form-group {
    margin-bottom: 20px;
    float: left;
    width: 100% !important
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form button {
    width: 100px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right {
    display: inline;
    float: left;
    width: 100%
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right address h4 {
    font-size: 22px
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right address span {
    margin-right: 10px
}

#aa-error {
    display: inline;
    float: left;
    width: 100%
}

#aa-error .aa-error-area {
    display: inline;
    float: left;
    margin-top: 50px;
    padding: 100px 100px 130px;
    text-align: center;
    width: 100%
}

#aa-error .aa-error-area h2 {
    display: inline-block;
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px #ddd
}

#aa-error .aa-error-area span {
    color: #000;
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px #ddd
}

#aa-error .aa-error-area p {
    font-size: 18px
}

#aa-error .aa-error-area a {
    border: 1px solid #ccc;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .5px;
    margin-top: 30px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-footer {
    background-color: #291f44;
    display: inline;
    float: left;
    width: 100%
}

#aa-footer .aa-footer-top {
    display: inline;
    float: left;
    padding: 20px 0;
    width: 100%;
    min-height: 100px;
}

#aa-footer .aa-footer-top .aa-footer-top-area {
    display: inline;
    float: left;
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px
}

#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
    display: block
}

#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget h3 {
    color: #ffffff
}

#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a {
    color: #ffffff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a:hover,
#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-nav li a:focus {
    color: #ffffff
}

#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p {
    margin-bottom: 0;
    color: #ffffff
}

#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget address p span {
    margin-right: 0
}

#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a {
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    margin-right: 8px;
    padding: 2px 0;
    text-align: center;
    width: 35px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget .aa-footer-social a:hover {
    color: #fff;
    border-color: #fff
}

#aa-footer .aa-footer-bottom {
    border-top: 1px solid #333;
    display: inline;
    float: left;
    padding: 15px 0;
    width: 100%
}

#aa-footer .aa-footer-bottom .aa-footer-bottom-area {
    display: inline;
    float: left;
    width: 100%
}

#aa-footer .aa-footer-bottom .aa-footer-bottom-area>p {
    color: #daeeed;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 0
}

#aa-footer .aa-footer-bottom .aa-footer-bottom-area>p a {
    color: #daeeed;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
    float: right
}

#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span {
    color: #daeeed;
    margin-left: 8px
}

#aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment span:hover {
    color: #fff
}

@media(max-width:1199px) {
    .aa-product-catg {
        margin-left: -45px
    }

    .aa-product-catg li {
        margin: 0 0 20px 45px;
        width: 20.5%
    }

    .slick-prev {
        left: 93%
    }

    .aa-popular-category-area .slick-dots {
        display: none !important
    }

    #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev {
        left: 15px
    }

    #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
        right: -15px
    }

    #aa-slider .aa-slider-area .seq-title h2 {
        line-height: 50px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
        width: 29.2%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        width: 100%
    }

    .aa-sidebar-price-range .aa-filter-btn {
        margin-top: 10px
    }

    #aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
        font-size: 22px
    }

    #aa-catg-head-banner img {
        width: 100%
    }

    #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
        padding: 5% 0
    }

    #aa-slider .aa-slider-area .seq-title {
        top: 18%
    }

    #aa-product .aa-product-area .aa-product-inner #men,
    #aa-product .aa-product-area .aa-product-inner #women,
    #aa-product .aa-product-area .aa-product-inner #sports,
    #aa-product .aa-product-area .aa-product-inner #electronics {
        margin-left: -45px
    }
}

@media(max-width:991px) {
    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
        margin-right: 0
    }

    #aa-slider .aa-slider-area .seq-title {
        left: 8%;
        top: 10%;
        width: 80%
    }

    #aa-slider .aa-slider-area .seq-title h2 {
        font-size: 35px;
        line-height: 35px;
        margin-top: 0
    }

    #aa-slider .seq-canvas .slick-prev {
        left: 20px
    }

    #aa-slider .seq-canvas .slick-next {
        right: 20px
    }

    #aa-product .aa-product-area .aa-product-inner #men,
    #aa-product .aa-product-area .aa-product-inner #women,
    #aa-product .aa-product-area .aa-product-inner #sports,
    #aa-product .aa-product-area .aa-product-inner #electronics {
        margin-left: -20px
    }

    .aa-product-catg {
        margin-left: -20px
    }

    .aa-product-catg li {
        margin: 0 0 20px 20px;
        width: 30.5%
    }

    .slick-prev {
        left: 91%
    }

    #quick-view-modal .modal-dialog {
        margin: 10% auto;
        width: 90%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
        width: 44%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        width: 100%
    }

    #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
        padding: 3.5% 0
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
        padding-right: 20px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img {
        margin-right: 20px;
        width: 42%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img img {
        max-width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-descrip {
        padding-right: 25px;
        font-size: 15px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
        bottom: 20%;
        left: 46%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
        width: 42%
    }

    #aa-product-details .aa-product-details-area .aa-product-details-content {
        margin: 0 auto;
        width: 100%
    }

    .aa-product-details-content .aa-product-view-slider .simpleLens-big-image-container {
        width: 100%
    }

    .aa-product-details-content .aa-product-view-slider .simpleLens-big-image-container .simpleLens-lens-image {
        width: 100%
    }

    .cart-view-table .table-responsive .aa-cart-view-bottom .aa-cart-view-btn {
        float: none;
        margin-top: 20px
    }

    #aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-right {
        margin-top: 20px
    }

    #aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar {
        margin-top: 30px
    }
}

@media(max-width:767px) {

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle {
        border-radius: 0
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        color: #fff
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }

    #aa-product .aa-product-area {
        padding: 0 15px
    }

    #aa-popular-category .aa-popular-category-area {
        padding: 0 15px
    }

    #aa-support .aa-support-area .aa-support-single {
        margin-bottom: 30px
    }

    #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single {
        margin-bottom: 30px
    }

    #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single .aa-blog-img {
        height: 400px
    }

    #aa-footer .aa-footer-top .aa-footer-top-area .aa-footer-widget {
        margin-bottom: 30px;
        text-align: center
    }

    .simpleLens-lens-element {
        display: none
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
        width: 45%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        width: 100%
    }

    .aa-product-details-content .aa-product-view-slider .simpleLens-container {
        width: 100%
    }

    #aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
        padding: 0 30px;
        text-align: center
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon {
        float: none
    }

    .cart-view-table .table-responsive .aa-cart-view-bottom .aa-cart-view-btn {
        float: none;
        margin-top: 20px
    }

    #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
        font-size: 15px;
        padding: 12px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom {
        padding: 15px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
        font-size: 15px;
        margin-right: 15px;
        min-width: 100px;
        padding: 12px;
        width: 150px
    }

    .aa-blog-details .aa-blog-content-single .blog-single-tag {
        text-align: center
    }

    .aa-blog-details .aa-blog-content-single .blog-single-social {
        margin-top: 20px;
        text-align: center
    }
}

@media(max-width:640px) {
    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
        margin-right: 0;
        width: 100%
    }

    .aa-product-catg {
        margin-left: -20px
    }

    .aa-product-catg li {
        margin: 0 0 20px 20px;
        width: 46%
    }

    .slick-prev {
        left: 89%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg {
        margin-left: 0
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .aa-product-catg li {
        margin-left: 0;
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        width: 100%
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td img {
        height: 40px;
        width: 40px
    }

    #cart-view .cart-view-area .cart-view-table .table thead tr th {
        font-size: 16px;
        padding: 10px 0
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td {
        font-size: 14px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
        font-size: 12px;
        margin-right: 10px;
        min-width: 100px;
        padding: 8px;
        width: 100px
    }

    #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
        font-size: 12px;
        padding: 10px
    }

    #cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
        font-size: 20px
    }

    .aa-wishlist-table .aa-add-to-cart-btn {
        font-size: 10px;
        padding: 8px 10px
    }

    #aa-slider .aa-slider-area .seq-title span {
        font-size: 14px;
        padding: 3px 10px
    }

    #aa-slider .aa-slider-area .seq-title h2 {
        font-size: 25px;
        line-height: 25px;
        margin-top: 0
    }

    #aa-slider .aa-slider-area .seq-title p {
        font-size: 14px
    }

    #aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
        font-size: 14px;
        margin-top: 10px
    }
}

@media(max-width:480px) {
    #aa-slider .aa-slider-area .seq-title {
        left: 2%;
        top: 15%;
        width: 90%
    }

    #aa-slider .aa-slider-area .seq-title h2 {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 5px;
        padding-top: 5px
    }

    #aa-slider .seq-canvas .slick-prev,
    #aa-slider .seq-canvas .slick-next {
        height: 30px;
        top: 45%;
        width: 30px
    }

    #aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
        font-size: 12px;
        margin-top: 0
    }

    #aa-slider .slick-slider {
        height: 250px
    }

    #aa-slider .slick-slide img {
        height: 250px
    }

    #aa-product .aa-product-area .aa-product-inner #men,
    #aa-product .aa-product-area .aa-product-inner #women,
    #aa-product .aa-product-area .aa-product-inner #sports,
    #aa-product .aa-product-area .aa-product-inner #electronics {
        margin-left: 0
    }

    #aa-slider .aa-slider-area .seq-title span {
        font-size: 12px
    }

    .seq .seq-next,
    .seq .seq-prev {
        font-size: 30px;
        line-height: 35px;
        margin-top: -50px;
        padding: 5px 12px
    }

    .aa-product-catg {
        margin-left: 0
    }

    .aa-product-catg li {
        margin-left: 0;
        width: 100%
    }

    .slick-prev {
        left: 84%
    }

    #aa-promo .aa-promo-area {
        margin-top: 20px;
        padding: 0
    }

    #aa-promo .aa-promo-area .aa-promo-left {
        height: 250px;
        width: 100%
    }

    #aa-promo .aa-promo-area .aa-promo-right {
        height: auto
    }

    #aa-promo .aa-promo-area .aa-promo-right .aa-single-promo-right {
        height: 250px;
        width: 100%
    }

    #aa-product .aa-product-area {
        margin-top: 20px
    }

    .aa-products-tab li a {
        margin: 0 4px;
        padding: 6px
    }

    .scrollToTop {
        font-size: 20px;
        height: 40px;
        line-height: 35px;
        width: 40px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-sort-form select {
        width: auto;
        padding: 0 5px 0 0
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form select {
        padding: 0 5px 0 0;
        width: auto
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li {
        height: 500px;
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-product-img {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li figure .aa-add-card-btn {
        bottom: 0;
        left: 0;
        width: 100%
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-body .list li .aa-product-hvr-content {
        top: 40%;
        width: 100%
    }

    #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content h2 {
        font-size: 20px;
        line-height: 20px
    }

    #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content .breadcrumb {
        margin-bottom: 0;
        padding: 3px 10px
    }

    #aa-catg-head-banner {
        height: 100px
    }

    #aa-catg-head-banner img {
        height: 100%
    }

    #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
        padding: 6.5% 0
    }

    .aa-wishlist-table .aa-add-to-cart-btn {
        font-size: 7px;
        padding: 8px 0
    }

    #cart-view .cart-view-area .aa-wishlist-table .table thead tr th {
        font-size: 14px;
        padding: 10px 0
    }

    #aa-contact .aa-contact-area .aa-contact-top {
        padding: 20px
    }

    #aa-contact .aa-contact-area .aa-contact-top h2 {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px
    }

    #aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form textarea {
        width: 100%
    }

    #aa-contact .aa-contact-area .aa-contact-address {
        padding: 20px
    }

    #aa-error .aa-error-area {
        padding: 70px 70px 90px
    }

    #aa-error .aa-error-area h2 {
        font-size: 100px;
        line-height: 100px;
        margin-bottom: 20px
    }

    .aa-blog-details #respond input[type="text"],
    .aa-blog-details #respond input[type="email"],
    .aa-blog-details #respond input[type="url"] {
        width: 100%
    }
}

@media(max-width:360px) {
    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo {
        margin-bottom: 10px;
        text-align: left;
        width: 100%
    }

    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a {
        display: inline-block
    }

    #aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a p {
        text-align: left
    }

    #aa-header .aa-header-bottom .aa-cartbox {
        text-align: center;
        width: 100%
    }

    #aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
        display: inline-block
    }

    .aa-popular-category .aa-products-tab {
        text-align: left
    }

    .aa-popular-category-area .tab-content {
        margin-top: 40px
    }

    .slick-prev,
    .slick-next {
        margin-top: 0;
        top: -40px
    }

    .slick-prev {
        left: 77%
    }

    #aa-subscribe .aa-subscribe-area .aa-subscribe-form {
        width: 100%
    }

    #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-prev,
    #aa-client-brand .aa-client-brand-area .aa-client-brand-slider .slick-next {
        top: 30%
    }

    #aa-subscribe .aa-subscribe-area h3 {
        font-size: 20px
    }

    #aa-subscribe .aa-subscribe-area p {
        font-size: 14px
    }

    #aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
        font-size: 14px
    }

    #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
    #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
        left: 45%
    }

    #aa-latest-blog .aa-latest-blog-area .aa-latest-blog-single .aa-blog-img {
        height: 250px
    }

    #wpf-loader-two .wpf-loader-two-inner {
        left: 36%
    }

    #aa-footer .aa-footer-bottom .aa-footer-bottom-area>p {
        width: 100%;
        text-align: center
    }

    #aa-footer .aa-footer-bottom .aa-footer-bottom-area .aa-footer-payment {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    #quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom {
        text-align: center
    }

    #quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-bottom a:last-child {
        margin-left: 0;
        margin-top: 10px
    }

    .aa-add-to-cart-btn {
        min-width: 150px
    }

    #quick-view-modal .modal-content .aa-product-view-content {
        text-align: center;
        margin-top: 10px
    }

    #quick-view-modal .modal-content .aa-product-view-content .aa-price-block {
        text-align: left
    }

    #quick-view-modal .modal-content .aa-product-view-content h3 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 5px
    }

    #aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content {
        padding: 8% 0
    }

    #aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content {
        padding: 0 10px
    }

    #aa-product-details .aa-product-details-area .aa-product-related-item h3 {
        text-align: left
    }

    #aa-product-details .aa-product-details-area .aa-product-related-item .slick-prev,
    #aa-product-details .aa-product-details-area .aa-product-related-item .slick-next {
        top: -75px
    }

    #cart-view .cart-view-area .cart-view-table {
        padding: 0 0 20px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td img {
        height: 15px;
        width: 15px
    }

    #cart-view .cart-view-area .cart-view-table .table thead tr th {
        font-size: 10px;
        padding: 7px 0
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td {
        font-size: 14px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
        font-size: 12px;
        margin-right: 10px;
        min-width: 100px;
        padding: 8px;
        width: 100px
    }

    #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
        font-size: 12px;
        padding: 10px
    }

    #cart-view .cart-view-area .cart-view-table .cart-view-total h4 {
        font-size: 20px
    }

    #cart-view .cart-view-area .cart-view-table .cart-view-total {
        width: auto
    }

    .aa-wishlist-table .aa-add-to-cart-btn {
        font-size: 7px;
        min-width: auto;
        padding: 8px 0
    }

    #cart-view .cart-view-area .aa-wishlist-table .table thead tr th {
        font-size: 14px;
        padding: 10px 0
    }

    #aa-error .aa-error-area {
        padding: 10px;
        padding-bottom: 30px
    }

    .aa-blog-details h2 {
        font-size: 20px;
        line-height: 25px
    }

    .aa-blog-details .aa-blog-content-single p {
        font-size: 15px !important
    }

    .aa-blog-details .aa-blog-content-single blockquote {
        font-size: 16px
    }

    .aa-blog-details .aa-blog-navigation .aa-blog-prev {
        font-size: 14px;
        padding: 6px 10px
    }

    .aa-blog-details .aa-blog-navigation .aa-blog-next {
        padding: 6px 10px;
        font-size: 14px
    }

    #aa-slider .seq-canvas .slick-prev,
    #aa-slider .seq-canvas .slick-next {
        top: 40%
    }

    #aa-slider .aa-slider-area .seq-title .aa-shop-now-btn {
        font-size: 12px;
        padding: 8px 15px
    }
}

@media(max-width:320px) {

    #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::after,
    #aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary::before {
        left: 52%
    }

    #aa-header .aa-header-top .aa-header-top-left .aa-language .btn {
        padding: 6px 1px;
        font-size: 10px
    }

    #aa-header .aa-header-top .aa-header-top-left .aa-language {
        padding-top: 3px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left .aa-show-form {
        margin-left: 5px
    }

    #aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-left label {
        margin-right: 0
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr td {
        font-size: 10px
    }

    #cart-view .cart-view-area .cart-view-table .aa-cart-view-btn {
        font-size: 10px;
        letter-spacing: .5px
    }

    #cart-view .cart-view-area .cart-view-table .table tbody tr .aa-cart-view-bottom .aa-cart-coupon .aa-coupon-code {
        font-size: 10px;
        min-width: auto;
        padding: 6px;
        width: 90px
    }

    #aa-header .aa-header-top .aa-header-top-right .aa-head-top-nav-right li a {
        padding: 5px 2px
    }
}

.aa-search-box input[type="text"] {
    max-width: initial
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-top: 50px;
    width: 50%
}

h2 {
    color: #291f44
}

.aa-primary-btn:hover,
.aa-primary-btn:focus {
    color: #291f44;
    border-color: #291f44
}

.aa-secondary-btn {
    color: #291f44
}

.aa-secondary-btn:hover,
.aa-secondary-btn:focus {
    background-color: #291f44
}

.aa-browse-btn {
    background-color: #291f44;
    border: 1px solid #291f44
}

.aa-browse-btn:hover,
.aa-browse-btn:focus {
    color: #291f44
}

.aa-add-to-cart-btn:hover,
.aa-add-to-cart-btn:focus {
    color: #291f44;
    border-color: #291f44
}

.aa-filter-btn {
    background-color: #291f44;
    border: 1px solid #291f44
}

.aa-cart-view-btn {
    background-color: #291f44
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a>span {
    color: #291f44
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-logo a strong {
    color: #291f44
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box button {
    background-color: #291f44
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link {
    color: #291f44
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify {
    border: 1px solid #291f44;
    color: #291f44
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cart-link .aa-cart-notify:after {
    border-top-color: #291f44
}

#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product:hover,
#aa-header .aa-header-bottom .aa-cartbox .aa-cartbox-summary ul li .aa-remove-product:focus {
    border-color: #291f44
}

#menu {
    background-color: #291f44
}

#menu .menu-area .navbar-default .navbar-nav .open a {
    color: #291f44
}

#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a {
    color: #291f44
}

#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:hover,
#menu .menu-area .navbar-default .navbar-nav .dropdown-menu li a:focus {
    background-color: #291f44
}

.scrollToTop {
    background-color: #291f44;
    border: 1px solid #291f44
}

.scrollToTop:hover,
.scrollToTop:focus {
    color: #291f44
}

#wpf-loader-two .wpf-loader-two-inner:before {
    background: #291f44
}

#wpf-loader-two .wpf-loader-two-inner:after {
    background: #291f44
}

#wpf-loader-two {
    background-color: #291f44
}

#aa-slider .aa-slider-area .seq-title span {
    color: #291f44
}

#aa-slider .aa-slider-area .seq .seq-next:hover,
#aa-slider .aa-slider-area .seq .seq-next:focus {
    background-color: #291f44
}

#aa-slider .aa-slider-area .seq .seq-prev:hover,
#aa-slider .aa-slider-area .seq .seq-prev:focus {
    background-color: #291f44
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content span {
    color: #291f44
}

#aa-promo .aa-promo-area .aa-promo-banner .aa-prom-content h4 a:hover {
    color: #291f44 !important
}

.aa-products-tab li a:hover,
.aa-products-tab li a:focus {
    border-bottom: 1px solid #291f44
}

.aa-products-tab li.active a {
    border-bottom: 1px solid #291f44 !important
}

.aa-products-tab li.active a:hover,
.aa-products-tab li.active a:focus {
    border-bottom: 1px solid #291f44
}

.aa-product-catg li figure .aa-add-card-btn:hover {
    color: #291f44
}

.aa-product-catg li .aa-product-title a:hover,
.aa-product-catg li .aa-product-title a:focus {
    color: #291f44
}

.aa-product-catg li .aa-product-price {
    color: #291f44
}

.aa-product-catg li .aa-product-hvr-content a:hover,
.aa-product-catg li .aa-product-hvr-content a:focus {
    color: #291f44
}

#quick-view-modal .modal-content button.close:hover {
    color: #291f44
}

#quick-view-modal .modal-content .aa-product-view-content .aa-price-block .aa-product-avilability span {
    color: #291f44
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-size a:hover,
#quick-view-modal .modal-content .aa-product-view-content .aa-prod-view-size a:focus {
    border-color: #291f44;
    color: #291f44
}

#quick-view-modal .modal-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
    color: #291f44
}

.slick-prev,
.slick-next {
    background-color: #291f44
}

#aa-support .aa-support-area .aa-support-single span {
    color: #291f44
}

#aa-testimonial .aa-testimonial-area .aa-testimonial-slider li.slick-active {
    background-color: #291f44
}

.aa-latest-blog-single .aa-blog-img:hover .aa-blog-img-caption {
    background-color: #291f44
}

.aa-latest-blog-single .aa-blog-info .aa-blog-title a:hover {
    color: #291f44
}

.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn {
    color: #291f44
}

.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:hover span,
.aa-latest-blog-single .aa-blog-info .aa-read-mor-btn:focus span {
    color: #291f44
}

#aa-subscribe .aa-subscribe-area .aa-subscribe-form input[type="submit"] {
    background: #291f44 none repeat scroll 0 0;
    border: 1px solid #291f44
}

#aa-footer .aa-footer-bottom .aa-footer-bottom-area>p a:hover,
#aa-footer .aa-footer-bottom .aa-footer-bottom-area>p a:focus {
    color: #291f44
}

#aa-catg-head-banner .aa-catg-head-banner-area .aa-catg-head-banner-content .breadcrumb .active {
    color: #291f44
}

#aa-product-category .aa-sidebar .aa-sidebar-widget h3 {
    color: #291f44;
    border-bottom: 1px solid #291f44
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a:hover,
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-catg-nav li a:focus {
    color: #291f44
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a:hover,
#aa-product-category .aa-sidebar .aa-sidebar-widget .tag-cloud a:focus {
    background-color: #291f44
}

#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a:hover,
#aa-product-category .aa-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a:focus {
    color: #291f44
}

#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right a:hover,
#aa-product-category .aa-product-catg-content .aa-product-catg-head .aa-product-catg-head-right a:focus {
    color: #291f44
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a:hover,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span:hover {
    color: #291f44
}

#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li a:focus,
#aa-product-category .aa-product-catg-content .aa-product-catg-pagination .pagination li span:focus {
    background-color: #291f44
}

#aa-product-details .aa-product-details-area .aa-product-details-content .aa-product-view-content .aa-prod-quantity .aa-prod-category a {
    color: #291f44
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a:hover,
#aa-product-details .aa-product-details-area .aa-product-details-bottom .nav-tabs li a:focus {
    color: #291f44
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .aa-review-submit {
    background-color: #291f44;
    border-color: #291f44
}

#aa-product-details .aa-product-details-area .aa-product-details-bottom .aa-review-form .form-control:focus {
    border-color: #291f44
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td .aa-cart-title {
    color: #291f44
}

#cart-view .cart-view-area .cart-view-table .table tbody tr td .aa-cart-title:hover {
    color: #291f44
}

#checkout .checkout-area .checkout-left .panel-group .panel-default .panel-heading .panel-title a {
    color: #291f44
}

#checkout .checkout-area .checkout-right h4 {
    color: #291f44
}

#login-modal .modal-dialog .aa-register-now a {
    color: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single h4 a:hover,
#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single h4 a:focus {
    color: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-content .aa-blog-content-single .aa-article-bottom .aa-post-author a {
    border-bottom: 1px solid #291f44;
    color: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget h3 {
    color: #291f44;
    border-bottom: 1px solid #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-catg-nav li a:hover,
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-catg-nav li a:focus {
    color: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud a:hover,
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .tag-cloud a:focus {
    background-color: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-sidebar-price-range .noUi-connect {
    background: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a:hover,
#aa-blog-archive .aa-blog-archive-area .aa-blog-sidebar .aa-sidebar-widget .aa-recently-views ul li .aa-cartbox-info h4 a:focus {
    color: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li a:hover,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li span:hover {
    color: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li a:focus,
#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination li span:focus {
    background-color: #291f44
}

#aa-blog-archive .aa-blog-archive-area .aa-blog-archive-pagination .pagination .active a {
    background-color: #291f44
}

.aa-blog-details h2 a:hover,
.aa-blog-details h2 a:focus {
    color: #291f44
}

.aa-blog-details .aa-blog-content-single .blog-single-tag a:hover,
.aa-blog-details .aa-blog-content-single .blog-single-tag a:focus {
    color: #291f44
}

.aa-blog-details .aa-blog-content-single .blog-single-social a:hover,
.aa-blog-details .aa-blog-content-single .blog-single-social a:focus {
    color: #291f44
}

.aa-blog-details .aa-blog-navigation .aa-blog-prev {
    background-color: #291f44;
    border: 1px solid #291f44
}

.aa-blog-details .aa-blog-navigation .aa-blog-next {
    background-color: #291f44;
    border: 1px solid #291f44
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .reply-btn {
    background-color: #291f44
}

.aa-blog-details .aa-blog-comment-threat .comments .commentlist li .author-tag {
    background-color: #291f44
}

.aa-blog-details #respond input[type="text"]:focus,
.aa-blog-details #respond input[type="email"]:focus,
.aa-blog-details #respond input[type="url"]:focus {
    border-color: #291f44
}

.aa-blog-details #respond textarea:focus {
    border-color: #291f44
}

.aa-blog-details #respond .form-submit input:hover {
    color: #291f44 !important
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form .form-control:focus {
    border-color: #291f44
}

#aa-contact .aa-contact-area .aa-contact-address .aa-contact-address-left .comments-form button {
    border: 1px solid #291f44
}

#aa-error .aa-error-area {
    border: 5px solid #291f44
}

#aa-error .aa-error-area h2 {
    border-bottom: 3px solid #291f44
}

#aa-error .aa-error-area a:hover,
#aa-error .aa-error-area a:focus {
    color: #291f44;
    border-color: #291f44
}

#aa-footer .aa-footer-bottom .aa-footer-bottom-area>p a:hover,
#aa-footer .aa-footer-bottom .aa-footer-bottom-area>p a:focus {
    color: #291f44
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #291f44
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

/*! jQuery UI - v1.12.0 - 2016-07-08
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: 0
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: 0
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: 0
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: 0
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: 0
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: 0;
    background: 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #f0ecf0;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-default .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

#upper-navbar>.navbar-collapse {
    margin: 0 auto
}

#aa-header .aa-header-bottom .aa-header-bottom-area .aa-search-box {
    margin-right: 0
}

.searchQuestion-xs {
    filter: grayscale(100%)
}

h1 {
    width: 80%;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 1em;
    line-height: 1.5em
}

#delete-filters {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    top: 0;
    right: 0
}

#delete-filters a {
    color: #fff;
    color: red
}

#delete-filters a:after {
    margin-left: 10px
}

.kp-sidebar-filter {
    font-size: .8em
}

.kp-sidebar-filters {
    padding-top: 23px
}

.kp-sidebar-filter i {
    margin-right: 5px
}

.kp-sidebar-filters h3 {
    padding-bottom: 5px
}

.aa-footer-widget h2 {
    color: white;
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase */
}

@media only screen and (max-width:1200px) {
    h1 {
        font-size: 22px
    }

    #sidebar-offcanvas .dropdown-menu {
        left: 15px;
        right: 15px
    }
}

@media only screen and (max-width:400px) {
    #aa-header .aa-header-bottom {
        padding-bottom: 10px
    }

    .aa-logo img {
        max-width: 80%
    }
}

#chosen-filters h3 {
    padding-top: 10px
}

.kp-sidebar-filter {
    position: relative
}

.kp-sidebar-filter,
#chosen-filters {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px
}

#chosen-filters {
    background: #e2e2e2
}

#chosen-filters .kp-sidebar-filter {
    padding: 0 0 6px 0
}

.fa-check-square::before {
    display: none
}

.fa-check-square::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f1f8";
    position: absolute;
    right: 10px;
    top: 0
}

.kp-sidebar-filters>h3:nth-of-type(1)~a {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0
}

.kp-sidebar-filters>h3:nth-of-type(1)~a>.fa-check-square::before {
    display: inline-block
}

.kp-sidebar-filters>h3:nth-of-type(1)~a>.fa-check-square::after {
    display: none
}

.fa-check-square {
    font-weight: bold
}

.aa-header-bottom .container {
    padding-left: 0;
    padding-right: 0
}

#menu {
    background-color: #f0ecf0;
}

.menu-area {
    width: 100%
}

.navbar-nav-left {
    float: left;
    width: auto !important
}

.navbar-nav>li>.dropdown-menu {
    border: 0;
    padding: 0
}

#menu .menu-area .navbar-default .navbar-nav li a {
    padding: 15px 8px;
    transition: none;
    font-size: 13px;
    font-weight: 400;

}

#menu .menu-area .navbar-default .navbar-nav .dropdown-toggle {
    font-weight: 500;

}

.navbar-nav-right {
    float: right !important;
    /* margin-right: -30px !important; */
    width: auto !important
}

.navbar-nav .dropdown-menu li {
    background: #f0ecf0;
    text-align: left
}

.navbar-nav .dropdown-menu li a {
    text-align: left;
    color:#74666a !important;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #74666a;
    font-size: 1em !important;
}

.navbar-nav .dropdown-menu li:first-child a {
    border-top: none !important;
}



.navbar-nav .dropdown-menu li a:hover {
    background: #74666a !important;
    color: #ffffff !important;
    text-decoration: none
}

#menu .btn {
    border: 0 !important;
    border-radius: 0 !important;
    font-weight: bold
}

#menu .btn:hover {
    background: #fff
}

.btn-login {
    background: #76646a;
    color: #ffffff !important
}

#menu .btn-register {
    background: #8a89a4 !important;
    color: #ffffff !important
}

.btn-login:hover {
    background: #483e41 !important;
    color: #584b4f !important;
}

.btn-contact {
    background: #76646a;
    color: #ffffff !important;
}

.btn-news {
    background: #8a89a2;
    color: #ffffff !important;
}

.btn-contact:hover {
    background: #d1bfdb !important;
    color: #ffffff !important;
}

#menu .btn-register:hover {
    background: #69687e !important;
    color: #ffffff !important;
}

@media only screen and (max-width:768px) {
    .btn-register {
        border-bottom: 1px solid #fff;
        padding-bottom: 20px !important;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block
    }
}

.navbar-toggle:hover {
    background: none !important
}

#sidebar-offcanvas .content {
    background: #f0ecf0
}

#sidebar-offcanvas a,
#sidebar-offcanvas h3 {
    color: #74666a
}

#sidebar-offcanvas #chosen-filters a {
    color: #f0ecf0;
    text-align: left
}

#sidebar-offcanvas #chosen-filters h3 {
    color: #f0ecf0
}

#sidebar-offcanvas h3 {
    margin-left: 10px
}

#sidebar-offcanvas #chosen-filters #delete-filters a {
    color: red
}

#sidebar-offcanvas .caret {
    border-top: 4px solid #74666a
}

#sidebar-offcanvas .dropdown-menu a {
    color: #f0ecf0
}

#sidebar-offcanvas .dropdown-menu li>a {
    background: #f0ecf0 !important;
    color: #74666a !important;
    padding: 10px
}

#sidebar-offcanvas .dropdown-menu li>a:hover {
    background: #f0ecf0 !important;
    color: #74666a !important
}

.intro {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px
}

@media(min-width:768px) {
    .kp-home-grid {
        margin-left: 0;
        margin-right: 0
    }
}

.thumbnail {
    padding: 0;
    border-radius: 0
}

.kp-home-grid-item {
    display: flex;
    padding-left: 15px !important;
    padding-right: 15px !important
}

@media(max-width:768px) {
    .kp-home-grid-item {
        display: block !important;
        width: 100%;
        margin-left: 0
    }
}

.kp-home-grid-item img {
    width: 100%
}

.kp-home-grid-item a:hover {
    text-decoration: none
}

.btn {
    border-radius: 0
}

.btn-dark {
    float: right;
    margin-bottom: 10px;
    background: #291f44;
    color: #fff !important
}

.btn-outline-purple{
    float: right;
    margin-bottom: 10px;
    border: 1.5px solid #2b1e46;
    color: #2b1e46;
    font-weight: 600;

}

.kp-products-grid .thumbnail {
    padding: 10px
}

h1 {
    text-align: center
}

.TitleContent {
    text-align: center;
    margin-bottom: 40px;
    width: 80%;
    margin-left: 10%
}

.thumbnail .caption {
    position: unset
}

.thumbnail .caption p {
    margin-bottom: 50px
}

.cart-complete-p {
    margin-bottom: 10px !important
}

.thumbnail .caption .btn {
    position: absolute;
    right: 10px;
    bottom: 0
}

@media(max-width:768px) {
    .carousel-indicators {
        display: none
    }

    .thumbnail .caption {
        min-height: auto
    }

    .thumbnail .caption .btn {
        position: relative;
        right: 0;
        white-space: normal
    }
}

.container {
    /* max-width: 100% */
}

@media(min-width:992px) {
    .container {
        /* max-width: 900px */
        max-width: 146rem;
    }
}

.breadcrumb {
    margin: 0 -15px;
    font-size: 13px
}

.kp-home-grid {

    margin: 4rem auto;
}

@media (min-width:992px) {

    .kp-home-grid {
        max-width: var(--max-row-width);
    }
    
}

.kp-home-grid-item {
    display: flex
}

.kp-home-conversion {
    margin-top: 0
}

@media(max-width:992px) {
    .kp-home-conversion .kp-home-grid-item {
        width: 100%
    }
}

.kp-home-conversion-item {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    padding-bottom: 40px
}

@media(max-width:768px) {
    .kp-home-conversion-item {
        width: 100%
    }
}

.kp-home-conversion-item h2 {
    width: 100%;
    font-size: 18px;
    background: #fff;
    color: #291f44;
    text-align: center;
    padding-bottom: 0;
    padding-top: 15px;
    margin-top: 10px
}

.kp-home-conversion-item p {
    padding: 15px 20px
}

.kp-home-conversion-item-bottom {
    position: absolute;
    bottom: 0;
    width: 100%
}

.kp-home-conversion-item form {
    padding-left: 17px;
    height: 50px;
    display: block
}

.kp-home-conversion-item .form-group {
    display: inline-block;
    width: 70%;
    margin-bottom: 0;
    float: left
}

@media(max-width:520px) {
    .kp-home-conversion-item .form-group {
        width: 50%
    }
}

.kp-home-conversion-item .form-group~.form-group {
    width: 30%;
    padding-right: 15px
}

.kp-home-conversion-item .form-group~.form-group .btn {
    width: 100%;
    padding-right: 15px
}

.kp-home-conversion-item .form-group input {
    max-width: inherit
}

input {
    border-radius: 0 !important
}

.btn:hover {
    background: #483e41 !important;
    color: #fff !important
}

#aa-header .aa-header-bottom .aa-header-bottom-area {
    /* padding: 0 15px */
}

@media(min-width:900px) {
    #aa-header .aa-header-bottom .aa-header-bottom-area {
        /* padding: 0 15px */
    }
}

.navbar-header {
    padding: 0 15px
}

#menu .menu-area {
    /* margin-left: -15px;
    padding-right: 15px */
}

.tool-buttons .img-responsive {
    margin-top: -64px !important
}

@media(max-width:992px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }

    .static .row {
        margin-left: 0;
        margin-right: 0
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    .static .carousel {
        margin-left: 15px;
        margin-right: 15px
    }

    .kp-products-page .tool-buttons {
        right: -7.5px;
        top: 0;
        position: relative
    }

    .tool-buttons .img-responsive {
        margin-top: 0 !important
    }

    #aa-header .aa-header-bottom .aa-header-bottom-area {
        padding: 0
    }
}

#upper-navbar {
    z-index: 999999
}

.cart-button-mobile {
    color: white;
    margin-top: 9px;
    border-width: 1px;
    border-color: #74666a !important;
    padding: 2px 8px 1px 6px !important
}

.navmenu-button-mobile {
    color: #74666a;
    margin-top: 9px;
    border-width: 1px;
    border-color: #74666a !important;
    padding: 2px 8px 1px 6px !important
}

.navmenu-button-mobile i{
    font-size: 26px;
}

.kp-products-page .tool-buttons {
    right: -7.5px;
    top: 0;
    position: relative
}

.tool-buttons .img-responsive {
    margin-top: 0 !important
}

#aa-header .aa-header-bottom .aa-header-bottom-area {
    /* padding: 0 */
}

#upper-navbar {
    z-index: 999999
}

.cart-button-mobile {
    color: white;
    margin-top: 9px;
    border-width: 1px;
    border-color: white !important;
    padding: 2px 8px 1px 6px !important
}

.enteremailaddress {
    display: none
}

.sort-bar {
    text-align: right;
    margin-right: 0;
    font-size: 13px
}

.bold {
    font-weight: bold
}

* {
    box-sizing: border-box
}

.zoom-container {
    position: relative
}

.zoom-image {
    cursor: pointer
}

#img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 25px
}

#zoom-image-result {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 320px;
    z-index: 10000
}

#zoom-image-result.show {
    display: block;
    border: 1px #000 solid;
    background-color: white
}

#zoom-image-result.hide {
    display: none;
    border: 0
}

@media(max-width:991px) {

    #img-zoom-lens,
    .zoom-image-result {
        display: none
    }
}

.hover-zoom-note {
    position: absolute;
    font-size: 12px;
    text-align: center;
    width: 100%
}

.panel-background-1 {
    background-image: url(https://img.koenpack.com/GlobalWebshop/onetree-1.png)
}

.panel-background-2,
.panel-background-3,
.panel-background-4 {
    background-image: url(https://img.koenpack.com/GlobalWebshop/onetree.jpg)
}

#oneTreeSidepanel {
    height: 200px;
    width: 130px;
    position: fixed;
    z-index: 1;
    top: 240px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    overflow-x: hidden;
    padding-top: 10px;
    transition: .4s;
    right: 0
}

#oneTreeSidepanel .insidediv {
    margin-left: 30px;
    margin-top: 117px;
    position: center
}

#oneTreeCounter {
    position: absolute;
    text-align: center;
    overflow: hidden
}

@media screen and (max-width:1200px) {
    #oneTreeSidepanel {
        display: none
    }
}

#onetreeplantedlink :hover {
    color: #000
}

.flexbox-container {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1%;
    width: 100%;
    padding: 16px 16px
}

.flexbox-item {
    width: 24%
}

@media screen and (max-width:992px) {
    .flexbox-item {
        width: 49%
    }
}

@media screen and (max-width:692px) {
    .flexbox-item {
        width: 99%
    }
}

/* EXTRA FOOOTER */

/* ---- Refactored from original line 18711 onward (v2) ---- */

/* Upper footer: works for both <footer> and <section> just in case */

.kp-footer-upper {
    display: block;
    width: 100%;
    background: #f0ecf0;
    /* 🔥 belangrijkste fix: voorkomt dat hij achter floats omhoog kruipt */
  clear: both;
}

/* Als je layout veel met floats werkt, is dit extra veilig */

.kp-footer-upper::before,
.kp-footer-upper::after {
    content: " ";
    display: table;
}

.kp-footer-upper::after {
    clear: both;
}

/* jouw bestaande styling, maar dan zonder 'footer' ervoor */

.kp-footer-upper .kp-footer-upper-row {
    display: flex;
    align-items: center;
    /* margin-left: -15px;
    margin-right: -15px;
    */ height: 100%;
}

@media (max-width:992px) {
    .kp-footer-upper .kp-footer-upper-row {
        flex-direction: column;
        height: 100%;
    }
}

/* === Make upper footer compact (match example) === */

footer.kp-footer-upper {
    height: calc(var(--footer-bottom-height) * 0.838);
    min-height: calc(var(--footer-bottom-height) * 0.838);
    padding: 0;
    /* hoogte wordt nu leidend */ display: flex;
    align-items: center;
    /* content verticaal centreren */;
}

/* icon smaller */

footer.kp-footer-upper .kp-footer-upper-icon {
    width: 56px !important;
    height: 56px !important;
    margin: 0 auto 10px !important;
}

footer.kp-footer-upper .kp-footer-upper-icon svg {
    width: 56px !important;
    height: 56px !important;
}

/* titles smaller + less spacing */

footer.kp-footer-upper .kp-footer-upper-title {
    font-weight: 600;
    font-size: 20px !important;
    /* was 28px */ margin: 0 0 8px !important;
    text-align: center !important;
    color: #8988a1 !important;
}

/* text smaller */

footer.kp-footer-upper .kp-footer-upper-text {
    font-size: 12px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    color: #8988a1 !important;
}

/* less padding inside columns */

footer.kp-footer-upper .kp-footer-upper-item {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    color: #8988a1 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}

footer .kp-footer-upper-item.kp-item-clickable {
    cursor: pointer;
}

footer.kp-footer-upper > .container {
    width: 100%;
    height: 100%;
}

/* vertical dividers a bit subtler */
/* 
@media (min-width: 992px) {
    footer.kp-footer-upper .kp-footer-upper-item:not(:first-child) {
        border-left: 1px solid rgba(92,127,130,0.25) !important;
    }
} */

@media (max-width: 991px) {
    :root {
        --footer-bottom-height: 420px;
    }
}

html,
body {
    height: 100%;
}

#all-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#content {
    flex: 1 0 auto;
}

.kp-footer-upper,
#aa-footer {
    margin-top: auto;
}

/* Newsletter tile clickable */

.kp-newsletter {
    cursor: pointer;
}

/* Modal overlay */

.kp-nl-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 9998;
    display: none;
}

/* Modal box */

.kp-nl-modal {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: min(360px, calc(100% - 32px));
    background: #fff;
    border-radius: 6px;
    z-index: 9999;
    display: none;
    box-shadow: 0 10px 40px rgba(0,0,0,.35);
    padding: 18px 18px 14px;
}

.kp-nl-modal h3 {
    margin: 0 0 6px;
    font-size: 18px;
}

.kp-nl-modal p {
    margin: 0 0 12px;
    font-size: 13px;
    color: #666;
}

.kp-nl-modal .kp-nl-row {
    margin-bottom: 10px;
}

.kp-nl-modal input {
    width: 100%;
    height: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 0 10px;
}

.kp-nl-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 12px;
}

.kp-nl-btn {
    height: 38px;
    padding: 0 14px;
    border-radius: 4px;
    border: 0;
}

.kp-nl-btn-primary {
    background: #2f7d32;
    color: #fff;
}

.kp-nl-btn-ghost {
    background: #f2f2f2;
}

.kp-nl-error {
    color: #b00020;
    font-size: 12px;
    margin-top: 8px;
    display: none;
}

.kp-nl-success {
    color: #1b5e20;
    font-size: 12px;
    margin-top: 8px;
    display: none;
}

.photo-banner-colorbg {
    display: flex;
    justify-content: center;
}

.text-banner-colorbg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3vmax 3% 3vmax;
    color: #f7f2f8;
}

@media (max-width:900px) {
    .text-banner-colorbg.custom-made-banner {
        padding: 3vmax 0 0;
    }
    
}

.text-banner-colorbg h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 600;
    margin-bottom: 1rem;
}

.text-banner-colorbg h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 500;
    /* margin-bottom: 10px;
    */ color: #f6f2f8;
}

.text-banner-colorbg h3 {
    font-size: clamp(1.2rem, 2.5vw, 1.5rem);
    font-weight: 600;
    color: #f6f2f8;
    margin-bottom: 0;
    margin-top: 2rem;
}

:root {
    --gap: 40px;
    /* spacing between the 3 items */ --items-visible: 3;
    --radius: 8px;
    --arrow-size: 40px;
    --max-row-width: 57vw;
}

.carousel-items-1 {
    --items-visible: 1;
}

.carousel-items-4 {
    --items-visible: 4;
}

@media (max-width: 900px) {

        .carousel-items-4 {
        --items-visible: 2;
    }

    .carousel-items-3 {
        --items-visible: 2;
    }
}

@media (max-width: 640px) {
    
    .carousel-items-4 {
        --items-visible: 1;
    }

    .carousel-items-3 {
        --items-visible: 1;
    }

    .carousel-items-2 {
        --items-visible: 1;
    }
    
}

/* container */

.custom-carousel-component {
    max-width: var(--max-row-width);
    margin: 4rem auto 6rem auto;
}

.align-right {
    margin-right: 0 !important;
}

/* title like the example: centered, not huge */

.custom-carousel-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 18px;
    letter-spacing: 0;
}

/* shell */

.custom-carousel-shell {
    position: relative;
}

/* viewport: no border/background box */

.custom-carousel-viewport {
    overflow: hidden;
    width: 100%;
    border: 0;
    background: transparent;
    border-radius: 0;
}

/* track: remove big padding */

.custom-carousel-track {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--gap);
    padding: 0;
    /* IMPORTANT */ transition: transform 300ms ease;
    will-change: transform;
}

/* item: clean card with centered content */

.custom-carousel-item {
    flex: 0 0 calc(
    (100% - (var(--gap) * (var(--items-visible) - 1))) / var(--items-visible)
  );
    border: 0;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-carousel-link{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  text-align: center;
}

.custom-carousel-link dd {
    margin-top: 1rem;
    color: #808080;
}

.custom-carousel-link p {

    color: #291f44;
}



.underline-expand {
  position: relative;
  display: inline-block;
  text-decoration: none !important;
}

.underline-expand::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;              /* adjust underline distance */
  width: 0%;
  height: 1px;               /* underline thickness */
  background: white;         /* underline color */
  transform: translateX(-50%);
  transition: width 0.3s ease;
}

.underline-expand:hover::after {
  width: 100%;
}



/* image block like the example */

.custom-carousel-item img {
    width: 100%;
    /* height: 100%; */
    /* smaller, like your example */ object-fit: cover;
    display: block;
    background: #f3f3f3;
    max-width: max-content;
    margin: auto;
}

/* label under image: centered and dark */

.custom-carousel-item p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    color: #291f44;
    text-align: center;
}

.custom-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    width: var(--arrow-size);
    height: var(--arrow-size);
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 10;
    display: flex;
    /* switch from grid */ align-items: center;
    justify-content: center;
    box-shadow: none;
    border-radius: 0;
    user-select: none;
    font-size: 34px;
    line-height: 1;
    padding: 0;
    color: #2b1d46;
    fill: #2b1d46;
}

/* THIS fixes the visual offset */

.custom-carousel-arrow::before {
    display: block;
    line-height: 1;
    transform: translateY(-1px);
    /* optical correction */;
}

.custom-carousel-arrow:hover {
    transform: translateY(-80%) scale(1.05);
    background: transparent;
}

.custom-carousel-arrow:active {
    transform: translateY(-80%) scale(0.98);
}

.custom-carousel-arrow.left {
    left: -52px;
}

.custom-carousel-arrow.right {
    right: -52px;
}

/* keep arrows inside on small screens */

@media (max-width: 900px) {
    :root {
        --items-visible: 2;
        --gap: 24px;
    }

    .custom-carousel-arrow.left {
        left: 0px;
    }

    .custom-carousel-arrow.right {
        right: 0px;
    }
}

@media (max-width: 640px) {
    :root {
        --items-visible: 1;
        --gap: 18px;
    }

    .custom-carousel-arrow.left {
        left: -42px;
    }

    .custom-carousel-arrow.right {
        right: -42px;
    }
}

/* counter/meta: optional; hide if you want */

.custom-carousel-meta {
    margin-top: 10px;
    font-size: 12px;
    color: #888;
}

.text-banner-colorbg.custom-made-banner h2 {
    color: #6a7569;
    font-weight: 700;
    font-size: clamp(2rem, 1.3vmax, 3rem);
}

.text-banner-colorbg.custom-made-banner h3 {
    color: #6a7569;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: clamp(1.5rem, 1.2vmax, 2rem);
}

.text-banner-colorbg.custom-made-banner p {
    color: #6a7569;
    font-size: clamp(1rem, 0.8vmax, 1.5rem);
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .text-banner-colorbg.custom-made-banner {
        padding: 0 15rem;
        text-align: left;
    }
}

@media (min-width:1170px) {

    .custom-made-banner .row {
        max-width: var(--max-row-width);
    }

    .custom-row {
        max-width: var(--max-row-width) !important;
    }

    .custom-made-banner .row {
        display: flex;
        align-items: center;
    }

    .img-banner-custom-made {
        padding: 0 !important;
    }
}

.img-banner-custom-made {
    max-width: 100%;
    max-height: fit-content;
    padding: 1rem 0 0 0;
}

@media (min-width:768px) {
    .home-banner-text-column {
        padding: 2rem;
    }
}

.home-grid-text {
    text-align: center;
    padding-bottom: 3rem;
}

.text-banner-colorbg.landing-page-banner {
    flex-direction: row !important;
}

.text-banner-colorbg.landing-page-banner h2 {
    font-size: clamp(3rem, 3vmax, 7rem);
    font-weight: 500;
    margin: 0;
}

.text-banner-colorbg.landing-page-banner h3 {
    font-size: clamp(3rem, 1.5vmax, 6rem);
}

.landing-page-text-header-left {
    text-align: center;
    color: #cdc1ce !important;
}

.landing-page-text-header-right {
    text-align: center;
    padding: 2rem 1rem 0 1rem;
    font-size: clamp(1rem, 1.2vmax, 2rem);
}

.landing-page-text-header-left h3 {
    margin-top: 0;
    font-weight: 300;
}

.custom-row {
    position: relative;
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (min-width:900px) {

    .landing-page-text-header-right {
        padding: 0 10% 0 0;
        text-align: left;
    }

    .landing-page-text-header-left {
        text-align: left;
        padding-left: 3% !important;
    }

    .custom-row {
        flex-direction: row;
    }

    .custom-row:has(.landing-page-text-article-left) {
        align-items: flex-start;
    }

    .landing-page-text-article-left {
        padding: 5% 15% 0 0 !important;
        text-align: left;
    }

    .text-banner-colorbg.landing-page-banner h2 {
        margin-inline-end: 25%;
    }

    .home-banner-text-column {
        padding-right: 10% !important;
        padding-bottom: 15% !important;
    }

    .home-banner-text-column p{
        margin-inline-end: 15%;
    }

    
}

.text-banner-colorbg.landing-page-banner .landing-page-text-article-left h2 {
    color: #74666a;
    font-size: clamp(2.5rem,1.75vmax,5rem) !important;
    font-weight: 600 !important;
}

.landing-page-text-header-left h2,
.landing-page-text-header-left h3 {
    color: #f8f2f8;
}

.landing-page-text-header-right p {
    color: #f8f2f8;
}

.img-news-article {
    max-width: 100%;
    float: left;
}

.landing-page-text-article-left {
    padding: 5% 1rem 2% 1rem !important;
    font-size: clamp(1rem, 2vmin, 2rem);
}

@media (max-width:1170px) {

        .landing-page-text-article-left {
        padding: 3% 3% 3% 3% !important;
    }
    
}

.news-article-expandable .expandable:not(:first-child) {
    border-top: 1px solid #d8d8d8;
    border-radius: 10px;
}

.expandable {
    padding: 2rem 2rem;
    background: #fff;
    width: calc(100% - 21.5vw);
    margin-bottom: 4rem;
}

.expandable__summary {
    list-style: none;
    /* removes default marker in some browsers */ cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    user-select: none;
    padding: 2px 0;
}

/* Remove the default disclosure triangle (Chrome/Safari) */

.expandable__summary::-webkit-details-marker {
    display: none;
}

.expandable__title {
    font-size: clamp(16px, 1.2vmax, 3rem);
    color: #2b1e46;
}

/* Chevron built with borders */

.expandable__chevron {
    width: 10px;
    height: 10px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(45deg);
    /* points down */ transition: transform 150ms ease;
    flex: 0 0 auto;
    margin-left: auto;
}

/* When open, rotate to point up */

.expandable[open] .expandable__chevron {
    transform: rotate(-135deg);
    /* points up */;
}

.expandable__content {
    padding-top: 10px;
}

.expandable__content p {
    margin: 0;
    font: 400 14px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: #333;
}

/* Optional: focus styles for keyboard accessibility */

.expandable__summary:focus-visible {
    outline: 2px solid #4c9ffe;
    outline-offset: 4px;
    border-radius: 8px;
}

.custom-row .col-sm-6,
.row .col-sm-6 {
    position: relative;
    /* max-height: 20vw;
    */ overflow: hidden;
    /* padding: 0; */
}


@media (max-width:1170px) {

    .tag {
        font-size: 2rem !important;
    }

    .expandable {
        width: 100% !important;
    }

    .row.news-article-row {
        margin-top: 1rem;
    }

    .kp-bottom-links__col{
        margin-bottom: 1rem;
    }

    .custom-row.quicklinks-row .kp-bottom-links__col:not(:last-child) {
        /* border-bottom: 1px solid #d8d8d8; */
    }

    .custom-row .col-sm-6{
        padding: 0;
    }

    .row.news-article-row .col-sm-6{
        padding-left: 0;
        padding-right: 0;
    }

}

.tag {
    position: absolute;
    right: 0px;
    z-index: 1;
    background-color: #8a89a2;
    padding: 1.5rem;
    color: #f6f2f8;
    font-weight: 500;
    font-size: 4rem;
    padding-right: 15px !important;
}

@media (min-width:1170px) {

    /* .landing-page-banner .custom-row:has(.landing-page-text-article-left),
        .news-article-row{
            height: 20vw;
        } */

    .custom-row .col-sm-6,
.row .col-sm-6 {
        padding: 0;
    }

    .news-article-image-col .tag{
        padding: 1.5rem; 
    }

    .news-article-row {
        display: flex;
        align-items: stretch;
        /* important */;
    }

    .news-article-image-col {
        position: relative;
        overflow: hidden;
    }

    .news-article-image-col img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* keeps it filling the box */ width: 100%;
        height: 100%;
        object-fit: cover;
        /* or contain */ object-position: top center;
        /* ✅ anchor to top */ display: block;
    }

    .news-article-expandable {
        flex-grow: 1;
    }
}

.bg-white {
    background-color: #ffffff !important;
}

.landing-page-text-article-left .custom-carousel-item img {
    width: auto;
    height: auto;
}

/* =========================================================
   SPLIT CAROUSEL — scoped & desktop-aligned
   ========================================================= */

/* Shell: shrink-wrap container, aligned to the right */

.banner--carousel-split .custom-carousel-shell {
    position: relative;
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    /* float right inside column */ justify-content: flex-end;
    /* reserve space for arrows */ padding-inline: var(--split-arrow-gap, 5rem);
}

/* Viewport: constrained to half of var(--max-row-width) on desktop */

.banner--carousel-split .custom-carousel-viewport {
    position: relative;
    width: min(100%, calc(var(--max-row-width) / 2));
    height: auto;
    overflow: hidden;
}

/* Let carousel items grow vertically (image + text) */

.banner--carousel-split .custom-carousel-item {
    min-height: 0;
}

/* Images define their own height */

.banner--carousel-split .custom-carousel-item img {
    height: auto;
    object-fit: contain;
    display: block;
    max-width: -webkit-fill-available;
}

/* Arrows positioned relative to the shell */

.banner--carousel-split .custom-carousel-arrow {
    position: relative;
    top: 50%;
    transform: translateY(13rem);
    z-index: 5;
    color: #74666a;
}

/* Arrows exactly offset from picture */

.banner--carousel-split .custom-carousel-arrow.left {
    left: 0;
}

.banner--carousel-split .custom-carousel-arrow.right {
    right: 0;
}

/* Prevent Bootstrap column from clipping arrows */

.banner--carousel-split .landing-page-text-article-left {
    overflow: visible !important;
}

.banner--carousel-split .landing-page-text-article-left p {
    color: #323232;
}

.banner--carousel-split .landing-page-text-article-left dd {
    color: #7f7f7f;
}

/* =========================================================
   Responsive adjustments
   ========================================================= */

/* Tablet & down: center it and allow more width */

@media (max-width: 991px) {
    .banner--carousel-split .custom-carousel-shell {
        margin-inline: auto;
    }

    .banner--carousel-split .custom-carousel-viewport {
        width: min(100%, 90vw);
    }
}

/* Mobile: arrows closer */

@media (max-width: 768px) {
    .banner--carousel-split .custom-carousel-shell {
        padding-inline: 2.5rem;
    }
}

.landing-page-text-article-left .custom-carousel-component {
    max-width: calc(var(--max-row-width)/2) !important;
    float: right;
}

/* Split carousel: only show the active panel block */

.banner--carousel-split .banner--carousel-split-panelInner {
    display: none;
    height: 100%;
    padding: 10% 10% 5% 10%;
}

.banner--carousel-split .banner--carousel-split-panelInner h3 {
    margin-top: 1rem;
    font-size: 3rem;
}

.banner--carousel-split .banner--carousel-split-panelInner.is-active {
    display: block;
    height: 100%;
}

/* Optional: if you want the right column to have its own scrollbar */

.banner--carousel-split .banner--carousel-split-panel {
    overflow: auto;
    max-height: 100%;
    flex: 1;
    /* fill the column height */ min-height: 100%;
    background-color: #6a7569;
    color: white;
    text-align: left;
}

@media (min-width:1170px) {

    .banner--carousel-split-panelInner {
        max-width: calc(var(--max-row-width) / 2);
    }

    .kp-tips-right .kp-tips-list h3 {
        font-size: clamp(2rem, 1.5vmax, 3rem);
    }

    .kp-tips-right .kp-tips-list {
        padding: 0 12rem 0 5rem;
    }

    .kp-tips-right {
        padding: 0 !important;
    }
}

/* Make the split banner behave like equal-height columns */

.banner--carousel-split .banner--carousel-split-row {
    display: flex;
    /* ensure it's a flex row (even if bootstrap changes) */ align-items: stretch;   /* make both columns equal height */;
}

/* Ensure the two half-columns stretch */

.banner--carousel-split .banner--carousel-split-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

/* --- Split carousel: RIGHT align on desktop --- */

.banner--carousel-split .landing-page-text-article-left {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: flex-start;
    overflow: visible !important;
    /* keep arrows visible */;
}

/* The component should size to its content and sit on the right */

.banner--carousel-split .custom-carousel-component {
    float: none !important;
    /* kill float-based layout */ margin-left: auto !important;
    /* push it to the right */ width: fit-content;
    max-width: 100%;
}

/* Prefer your explicit width variable for the split carousel */

.banner--carousel-split .custom-carousel-viewport {
    width: min(100%, var(--split-viewport-width, 280px)) !important;
}

/* Tablet/mobile: center it */

@media (max-width: 991px) {
    .banner--carousel-split .landing-page-text-article-left {
        justify-content: center !important;
    }

    .banner--carousel-split .custom-carousel-component {
        margin-left: 0 !important;
    }

    .banner--carousel-split .custom-carousel-viewport {
        width: min(100%, 90vw) !important;
    }
}

/* =========================================================
   MOBILE/TABLET PATCHES (<=900px)
   Goal: add breathing room and stack the split carousel
   ========================================================= */

@media (max-width: 768px) {
    /* Give the whole page section a bit of gutter on smaller screens */

    .container-new {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    /* Split carousel: change from left/right to top/bottom */

    .banner--carousel-split .banner--carousel-split-row {
        flex-direction: column;
        gap: 1.6rem;
    }

    /* Override the earlier “no padding” rule for columns */

    .banner--carousel-split .banner--carousel-split-row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 !important;
    }

    /* Add padding inside each stacked panel so it doesn't touch screen edges */

    .banner--carousel-split .bg-white {
        padding: 1.2rem 1.2rem 1.6rem 1.2rem;
    }

    .banner--carousel-split .banner--carousel-split-panel {
        margin-top: 0;
    }

    /* The right-side text block had huge desktop padding */

    .banner--carousel-split .banner--carousel-split-panelInner {
        padding: 2.2rem 1.6rem;
        height: auto;
    }

    /* Keep carousel arrows visible and not cramped */

    .banner--carousel-split .custom-carousel-shell {
        padding-inline: 3.2rem;
    }
}

@media (max-width: 768px) {
    /* Slightly tighter gutters on very small devices */

    .container-new {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }

    .banner--carousel-split .bg-white {
        padding: 1rem 1rem 1.4rem 1rem;
    }

    .banner--carousel-split .banner--carousel-split-panelInner {
        padding: 1.8rem 1.2rem;
    }

    .banner--carousel-split .custom-carousel-shell {
        padding-inline: 2.6rem;
    }
}

/* =========================================================
   FORCE FULL-WIDTH CAROUSEL ON MOBILE
   ========================================================= */

@media (max-width: 1170px) {

    /* Break carousel out of padded layout */

    .banner--carousel-split .custom-carousel-shell {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding-inline: 3.2rem;
        /* visual breathing room, NOT layout width */;
    }

    /* Viewport must be full width for JS measurements */

    .banner--carousel-split .custom-carousel-viewport {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    /* Track uses full available width */

    .banner--carousel-split .custom-carousel-track {
        width: max-content;
    }

    /* Each item should size correctly relative to viewport */

    .banner--carousel-split .custom-carousel-item {
        width: calc(100% / var(--items-visible));
        flex: 0 0 auto;
    }
}

@media (max-width: 768px) {
    .banner--carousel-split .custom-carousel-shell {
        padding-inline: 2.6rem;
    }
}

/* =========================================================
   FIX: Split carousel full-width WITHOUT horizontal overflow
   ========================================================= */

@media (max-width: 1170px) {
    /* Stop shrink-wrap/right-align behavior on mobile */

    .banner--carousel-split .custom-carousel-shell {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
        justify-content: center !important;
        box-sizing: border-box;
        /* breathing room for arrows (doesn't shrink viewport incorrectly) */ padding-inline: 3.2rem !important;;
    }

    /* Remove the mobile cap that was making it tiny (90vw) */

    .banner--carousel-split .custom-carousel-viewport {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Ensure nothing is pushing it sideways */

    .banner--carousel-split .custom-carousel-shell,
.banner--carousel-split .custom-carousel-viewport {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .banner--carousel-split .custom-carousel-shell {
        padding-inline: 2.6rem !important;
    }
}

/* =========================================================
   FIX: viewport too small on mobile (<=900px)
   - remove half-width / capped viewport rules
   - prevent float/right alignment shrink
   ========================================================= */

@media (max-width: 1170px) {
    .landing-page-text-article-left .custom-carousel-component {
        max-width: 100% !important;
        width: 100% !important;
        float: none !important;
    }

    .banner--carousel-split .custom-carousel-shell {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        box-sizing: border-box;
        margin: 0 !important;
    }

    /* Override any min()/var() caps (some are !important in the file) */

    .banner--carousel-split .custom-carousel-viewport {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Ensure the viewport can expand inside flex layouts */

    .banner--carousel-split .custom-carousel-shell,
.banner--carousel-split .custom-carousel-viewport {
        min-width: 0 !important;
    }

    .banner--carousel-split .custom-carousel-track {
        width: 100% !important;
        /* not max-content */;
    }
}

/* Utility colors (so you can remove inline background-color styles) */

.bg-mauve {
    background-color: #74666a;
}

.bg-white {
    background-color: #ffffff;
}

.text-invert {
    color: #ffffff !important;
}

.text-mauve {
    color: #74666a !important;
}

/* Tips block tweaks (keeps your existing layout classes doing most of the work) */

.kp-tips-row {
    padding: 48px 0;
}

.kp-tips-row h2 {
    color: #f6f2f8 !important;
}

.kp-tips-row a {
    color: #f6f2f8 !important;
}

.kp-tips-row .kp-tips-left a {
    color: #fff !important;
    font-size: clamp(2rem, 0.5vmax, 7rem);
    font-weight: 400;
}

.kp-tips-left {
    padding-right: 40px;
}

.kp-tips-left h2.kp-tips-headline {
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: 600;
    line-height: 1.08;
    font-size: clamp(3rem, 2vmax, 4.5rem);
}

.kp-tips-contact-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.kp-tips-contact-link:hover {
    text-decoration: underline;
}

/* Right list */

.kp-tips-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.kp-tips-title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
}

.kp-tips-title:first-child {
    margin-top: 0;
}

.kp-tips-text {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.45;
    opacity: 0.92;
}

.kp-tips-cta {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

.kp-tips-cta:hover {
    text-decoration: underline;
}

.custom-row.kp-tips-row .kp-tips-right {
    padding: 0 2rem;
}

/* Bottom 4 links bar */

.kp-bottom-links {
    border-top: 0;
}

.kp-bottom-links .custom-row {
    padding: 4rem 0;
    gap: 2rem;
}

.kp-bottom-links__col {
    text-align: center;
    font-size: 2rem;
}

.kp-bottom-links__item {
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.kp-bottom-links__item:hover {
    text-decoration: underline;
}

/* Responsive (keeps it simple with your existing grid) */

@media (max-width: 991px) {
    .kp-tips-left {
        padding-right: 15px;
    }

    .kp-tips-headline {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .kp-tips-row {
        padding: 32px 1rem;
    }

    .kp-bottom-links__col {
        margin-bottom: 10px;
    }
}

.quicklinks-row {
    width: 100%;
}

.custom-row.quicklinks-row .kp-bottom-links__col a {
    color: #291f44 !important;
}

.aa-footer-widget address a{
    color: #ffffff !important;
}

.home-banner-text-column h2,
.home-banner-text-column h3,
.home-banner-text-column{
    color: #76646a !important;
}

.home-banner-text-column{
    text-align: left;
}

@media (max-width:1170px) {
    .home-banner-text-column {
        padding-left: 5% !important;
    }
    
}

.home-banner-text-column h3{
    margin-bottom: 1rem;
}

.home-banner-text-column p{
    font-size: clamp(1rem, 0.8vmax, 1.5rem);
}

@media (max-width:900px) {
    .home-banner-text-column {
        text-align: center;
        padding: 1rem 1rem !important;
    }
}


@media (max-width: 1170px) {
  footer.kp-footer-upper {
    height: auto !important;
    min-height: 0 !important;
    display: block !important;
    padding: 1rem 0 !important; /* overall breathing room */
  }

  footer.kp-footer-upper > .container {
    height: auto !important;
  }

  .kp-footer-upper .kp-footer-upper-row {
    height: auto !important;
  }

  footer.kp-footer-upper .kp-footer-upper-item {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  } 

}

.kp-home-grid-item h3 {
    margin-top: 0;
}

@media (min-width:1170px) {

        .landing-page-text-article-left.news-article p {
        margin-inline-end: 20rem;
    } 

}

.expandable__content a {
    float: inline-end;
}


.custom-carousel-track a {
    max-width: 100%;
}

p.kp-tips-text.bulletpoints {
    text-align: left;
}

.banner--carousel-split-panelInner h4{
    font-weight: 600;
    font-size: 3rem;
    padding-bottom: 3rem;
}

@media (max-width:768px) {

    .banner--carousel-split-panelInner h4{
        font-size: clamp(2.5rem, 1.5vmax, 3rem);
        padding-bottom: 1rem;
    }
    
}

.aa-footer-widget .row{
    padding-bottom: 10px;
}