.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(images/owl.video.play.7f01b071.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {
    *,
    :after,
    :before {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, Courier New, monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.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,
.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-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-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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

caption,
th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    margin: 0;
    min-width: 0
}

fieldset,
legend {
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control,
output {
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline input[type=checkbox],
.checkbox input[type=checkbox],
.radio-inline input[type=radio],
.radio input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-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: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group .form-control:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li,
.nav>li>a {
    position: relative;
    display: block
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid;
    border-color: #ddd #ddd transparent;
    cursor: default
}

.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;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    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,
.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px
}

.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    left: 5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Book.f6c5449e.eot);
    src: url(fonts/Gotham-Book.f6c5449e.eot#iefix) format("embedded-opentype"), url(fonts/Gotham-Book.c086bc6f.woff2) format("woff2"), url(fonts/Gotham-Book.200b1124.woff) format("woff"), url(fonts/Gotham-Book.60b2eb94.ttf) format("truetype"), url(images/Gotham-Book.edc6dcdc.svg#Gotham-Book) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Medium.03fe2b79.eot);
    src: url(fonts/Gotham-Medium.03fe2b79.eot#iefix) format("embedded-opentype"), url(fonts/Gotham-Medium.02826b4b.woff2) format("woff2"), url(fonts/Gotham-Medium.c7ffd05a.woff) format("woff"), url(fonts/Gotham-Medium.c5713c13.ttf) format("truetype"), url(images/Gotham-Medium.73ff9f56.svg#Gotham-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-MediumItalic.c8d4b499.eot);
    src: url(fonts/Gotham-MediumItalic.c8d4b499.eot#iefix) format("embedded-opentype"), url(fonts/Gotham-MediumItalic.4637a4df.woff2) format("woff2"), url(fonts/Gotham-MediumItalic.341ce35e.woff) format("woff"), url(fonts/Gotham-MediumItalic.f895d453.ttf) format("truetype"), url(images/Gotham-MediumItalic.96f7ca2c.svg#Gotham-MediumItalic) format("svg");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: singulart;
    src: url(fonts/singulart.ff333eda.eot);
    src: url(fonts/singulart.ff333eda.eot#iefix) format("embedded-opentype"), url(fonts/singulart.4699efc9.woff) format("woff"), url(fonts/singulart.927de051.ttf) format("truetype"), url(images/singulart.f5af6a48.svg#singulart) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[data-icon]:before {
    content: attr(data-icon)
}

[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
    font-family: singulart!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ico-arrow-circle:before {
    content: "\61"
}

.icon-ico-card:before {
    content: "\62"
}

.icon-ico-cart:before {
    content: "\63"
}

.icon-ico-arrow-full-bottom:before {
    content: "\64"
}

.icon-ico-arrow-full-left:before {
    content: "\65"
}

.icon-ico-cart2:before {
    content: "\66"
}

.icon-ico-check:before {
    content: "\67"
}

.icon-ico-arrow-full-right:before {
    content: "\68"
}

.icon-ico-arrow-full-top:before {
    content: "\69"
}

.icon-ico-chrono:before {
    content: "\6a"
}

.icon-ico-clock:before {
    content: "\6b"
}

.icon-ico-arrow-simple-bottom:before {
    content: "\6c"
}

.icon-ico-arrow-simple-left:before {
    content: "\6d"
}

.icon-ico-coupon:before {
    content: "\6e"
}

.icon-ico-cross:before {
    content: "\6f"
}

.icon-ico-arrow-simple-right:before {
    content: "\70"
}

.icon-ico-arrow-simple-top:before {
    content: "\71"
}

.icon-ico-delete:before {
    content: "\72"
}

.icon-ico-binocular:before {
    content: "\73"
}

.icon-ico-desk:before {
    content: "\74"
}

.icon-ico-diamond:before {
    content: "\75"
}

.icon-ico-box:before {
    content: "\76"
}

.icon-ico-buyers:before {
    content: "\77"
}

.icon-ico-envelop:before {
    content: "\78"
}

.icon-ico-cadre:before {
    content: "\79"
}

.icon-ico-facebook:before {
    content: "\7a"
}

.icon-ico-line-losange-1:before {
    content: "\41"
}

.icon-ico-like:before {
    content: "\42"
}

.icon-ico-leasing:before {
    content: "\43"
}

.icon-ico-instagram:before {
    content: "\44"
}

.icon-ico-info:before {
    content: "\45"
}

.icon-ico-home:before {
    content: "\46"
}

.icon-ico-help:before {
    content: "\47"
}

.icon-ico-heart-full:before {
    content: "\48"
}

.icon-ico-heart-empty:before {
    content: "\49"
}

.icon-ico-guarantees:before {
    content: "\4a"
}

.icon-ico-grid:before {
    content: "\4b"
}

.icon-ico-focus:before {
    content: "\4c"
}

.icon-ico-fiscal:before {
    content: "\4d"
}

.icon-ico-line-losange-2:before {
    content: "\4e"
}

.icon-ico-linkedin:before {
    content: "\4f"
}

.icon-ico-list:before {
    content: "\50"
}

.icon-ico-loader:before {
    content: "\51"
}

.icon-ico-lock:before {
    content: "\52"
}

.icon-ico-lucky:before {
    content: "\53"
}

.icon-ico-mail:before {
    content: "\54"
}

.icon-ico-mail-focus:before {
    content: "\55"
}

.icon-ico-menu-price:before {
    content: "\56"
}

.icon-ico-mores:before {
    content: "\57"
}

.icon-ico-newsletter:before {
    content: "\58"
}

.icon-ico-paint:before {
    content: "\59"
}

.icon-ico-painter:before {
    content: "\5a"
}

.icon-ico-series:before {
    content: "\30"
}

.icon-ico-selection:before {
    content: "\31"
}

.icon-ico-selection-1:before {
    content: "\32"
}

.icon-ico-secure:before {
    content: "\33"
}

.icon-ico-tree-gifts:before {
    content: "\34"
}

.icon-ico-tree:before {
    content: "\35"
}

.icon-logo-paypal:before {
    content: "\36"
}

.icon-logo-symbole:before {
    content: "\37"
}

.icon-logo-mastercard:before {
    content: "\38"
}

.icon-logo-american:before {
    content: "\39"
}

.icon-logo:before {
    content: "\21"
}

.icon-icon-image-size:before {
    content: "\22"
}

.icon-ico-zoom:before {
    content: "\23"
}

.icon-ico-ze:before {
    content: "\24"
}

.icon-ico-youtube:before {
    content: "\25"
}

.icon-ico-world:before {
    content: "\26"
}

.icon-ico-user:before {
    content: "\27"
}

.icon-ico-validate:before {
    content: "\28"
}

.icon-ico-twitter:before {
    content: "\29"
}

.icon-ico-share:before {
    content: "\2b"
}

.icon-ico-share-1:before {
    content: "\2c"
}

.icon-ico-shipping:before {
    content: "\2d"
}

.icon-ico-shortcuts:before {
    content: "\2e"
}

.icon-ico-smile:before {
    content: "\2f"
}

.icon-ico-stars:before {
    content: "\3a"
}

.icon-ico-stats:before {
    content: "\3b"
}

.icon-ico-three-de:before {
    content: "\3c"
}

.icon-ico-three-en:before {
    content: "\3d"
}

.icon-ico-three-es:before {
    content: "\3e"
}

.icon-ico-three-fr:before {
    content: "\3f"
}

.icon-ico-search-active:before {
    content: "\40"
}

.icon-ico-search:before {
    content: "\5b"
}

.icon-ico-quote:before {
    content: "\5d"
}

.icon-ico-question:before {
    content: "\5e"
}

.icon-ico-portfolio:before {
    content: "\5f"
}

.icon-ico-plus:before {
    content: "\60"
}

.icon-ico-pinterest:before {
    content: "\7b"
}

.icon-ico-payment-times:before {
    content: "\7c"
}

.icon-ico-painting2:before {
    content: "\7d"
}

.icon-ico-notification:before {
    content: "\e01d"
}

.icon-ico-frameart:before {
    content: "\7e"
}

.icon-ico-text:before {
    content: "\5c"
}

.icon-ico-security:before {
    content: "\e000"
}

.icon-ico-sofa:before {
    content: "\e001"
}

.icon-ico-monnaie:before {
    content: "\e002"
}

.icon-ico-christmas:before {
    content: "\e003"
}

.icon-ico-birth:before {
    content: "\e004"
}

.icon-ico-birthday:before {
    content: "\e005"
}

.icon-ico-diploma:before {
    content: "\e006"
}

.icon-ico-giftcard:before {
    content: "\e007"
}

.icon-ico-wedding:before {
    content: "\e008"
}

.icon-ico-telescope:before {
    content: "\e009"
}

.icon-ico-exposition:before {
    content: "\e00a"
}

.icon-ico-commission:before {
    content: "\e00b"
}

.icon-ico-happenings:before {
    content: "\e00c"
}

.icon-ico-ficality:before {
    content: "\e00d"
}

.icon-ico-arrow-new-right:before {
    content: "\e00f"
}

.icon-ico-arrow-new-left:before {
    content: "\e010"
}

.icon-ico-less:before {
    content: "\e011"
}

.icon-ico-certifaction:before {
    content: "\e012"
}

.icon-ico-about-artwork:before {
    content: "\e013"
}

.icon-ico-filters:before {
    content: "\e014"
}

.icon-ico-filters-2:before {
    content: "\e015"
}

.icon-ico-settings:before {
    content: "\e016"
}

.icon-ico-wechat:before {
    content: "\e017"
}

.icon-ico-weibo:before {
    content: "\e018"
}

.icon-ico-qzone:before {
    content: "\e019"
}

.icon-ico-douban:before {
    content: "\e01a"
}

.icon-ico-giftmenu:before {
    content: "\e01b"
}

.icon-ico-artistcommission:before {
    content: "\e01e"
}

.icon-ico-bitcoins:before {
    content: "\e01f"
}

.icon-ico-alipay:before {
    content: "\e020"
}

.icon-ico-sofort:before {
    content: "\e021"
}

.icon-ico-boule:before {
    content: "\e022"
}

.icon-ico-diaporama:before {
    content: "\e01c"
}

.icon-ico-refresh:before {
    content: "\e023"
}

.icon-ico-phone:before {
    content: "\e024"
}

.icon-ico-euros:before {
    content: "\e025"
}

.icon-ico-history:before {
    content: "\e026"
}

.icon-ico-mail-send:before {
    content: "\e027"
}

.icon-logo-visa:before {
    content: "\2a"
}

.icon-qr-1474709:before {
    content: "\e00e"
}

.icon-ico-question2:before {
    content: "\e028"
}

.icon-ico-pictures:before {
    content: "\39"
}

.icon-ico-gift:before {
    content: "\e029"
}

.icon-ico-box-1:before {
    content: "\e02a"
}

.icon-ico-download:before {
    content: "\e02b"
}

.icon-ico-warning:before {
    content: "\e02c"
}

.icon-ico-upload:before {
    content: "\e02d"
}

.icon-ico-chat-commission:before {
    content: "\e02e"
}

.icon-ico-price-equal:before {
    content: "\e02f"
}

.icon-ico-living-room:before {
    content: "\e030"
}

.icon-ico-increase:before {
    content: "\e031"
}

.icon-ico-countries:before {
    content: "\e032"
}

.icon-ico-artfairs:before {
    content: "\e033"
}

.icon-ico-choose-returns:before {
    content: "\e034"
}

.icon-ico-choose-secure:before {
    content: "\e035"
}

.icon-ico-choose-selection:before {
    content: "\e036"
}

.icon-ico-choose-worldwide:before {
    content: "\e037"
}

.icon-ico-more-commission:before {
    content: "\e038"
}

.icon-ico-more-help-find:before {
    content: "\e039"
}

.icon-ico-selection-custom:before {
    content: "\e03a"
}

.icon-ico-full-autonomy:before {
    content: "\e03b"
}

.icon-ico-personal-care:before {
    content: "\e03c"
}

.icon-ico-worldwide-borders:before {
    content: "\e03d"
}

.icon-ico-headphone-artist:before {
    content: "\e03e"
}

.icon-ico-no-borders:before {
    content: "\e03f"
}

.icon-ico-quality-artists:before {
    content: "\e040"
}

.icon-ico-info-b:before {
    content: "\e041"
}

.icon-ico-candle:before {
    content: "\e042"
}

.icon-ico-investment:before {
    content: "\e043"
}

.icon-ico-follow-search:before {
    content: "\e044"
}

.icon-language {
    width: 14px;
    height: 18px;
    background: url(images/icon_language_world.4e247bfa.svg) 50%/18px no-repeat
}

body,
html {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: Gotham;
    font-weight: 300
}

body.no-scroll {
    height: 100%;
    overflow: hidden
}

main {
    padding-top: 126px
}

main.no-bc {
    padding-top: 110px
}

@media (max-width:991px) {
    main {
        padding-top: 110px
    }
}

a {
    text-decoration: none;
    color: inherit
}

a:active,
a:focus,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
}

li,
ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

section {
    position: relative
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0
}

@media (min-width:992px) {
    .row-height {
        display: table
    }
    .row-height [class*=col-] {
        float: none;
        display: table-cell;
        vertical-align: top
    }
}

@media (min-width:992px) and (max-width:991px) {
    .row-height {
        display: block
    }
}

@media (min-width:992px) and (max-width:991px) {
    .row-height [class*=col-] {
        float: left;
        display: block;
        vertical-align: inherit
    }
}

.owl-item.slide:focus,
.slick-slide:focus,
:focus {
    outline: 0!important
}

.liner {
    background-color: #ea5a28;
    height: 80px;
    width: 2px;
    position: absolute;
    top: -40px;
    left: 50%
}

@media (max-width:767px) {
    .liner {
        height: 50px;
        top: -25px
    }
}

.nav-overlay {
    transition: opacity .35s;
    opacity: 0
}

.nav-overlay.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transition: opacity .35s;
    right: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8
}

.serie-masonry-list img.lzy:not(.loaded),
img:not([src]) {
    visibility: hidden
}

img[data-src],
img[data-srcset] {
    display: block;
    min-height: 1px
}

.offscreen-label label {
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.alert-info {
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    border-color: transparent;
    color: #000;
    background-image: url(images/ico_info.dea0aedf.svg);
    background-size: 40px auto;
    background-position: center 25px;
    background-repeat: no-repeat;
    padding: 80px 0 30px
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: unset
}

button.owl-next,
button.owl-prev {
    position: absolute;
    top: 50px;
    margin-top: 30px;
    transition: all .3s;
    opacity: 1;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff!important;
    z-index: 30;
    border: 0;
    text-indent: -9999px
}

button.owl-next.disabled,
button.owl-prev.disabled {
    display: none
}

button.owl-next:before,
button.owl-prev:before {
    font-family: singulart;
    color: #000;
    font-size: 20px;
    line-height: 21px;
    position: absolute;
    text-indent: 0;
    left: 15px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button.owl-next:focus,
button.owl-prev:focus {
    outline: 0
}

button.owl-next:hover,
button.owl-prev:hover {
    background-color: #ea5a28!important
}

button.owl-next:hover:before,
button.owl-prev:hover:before {
    color: #fff
}

button.owl-prev {
    left: 0
}

button.owl-prev:before {
    content: "\65"
}

@media (max-width:991px) {
    button.owl-prev {
        left: 25px
    }
}

button.owl-next {
    right: 0
}

button.owl-next:before {
    content: "\68"
}

@media (max-width:991px) {
    button.owl-next {
        right: 25px
    }
}

.button-follow {
    text-align: center;
    cursor: pointer
}

.button-follow .text {
    display: inline-block;
    color: #fff;
    padding: 10px 30px 10px 60px;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    margin: 0 auto;
    background-image: url(images/ico_plus_white.b60e2b34.png);
    background-size: 14px auto;
    background-position: 20px;
    background-repeat: no-repeat
}

.button-follow .text:hover {
    color: #fff
}

.button-follow.no-follow {
    cursor: pointer
}

.button-follow.no-follow .text {
    background-image: url(images/ico_plus_white.b60e2b34.png);
    background-size: 14px auto;
    background-position: 20px;
    background-repeat: no-repeat;
    background-color: #323232
}

.button-follow.no-follow .text:hover {
    color: #fff
}

.button-follow.followed {
    cursor: pointer
}

.button-follow.followed .text {
    background-image: url(images/ico_check_white.8c67f1ae.svg);
    background-size: 14px auto;
    background-position: 20px;
    background-repeat: no-repeat;
    background-color: #ea5a28
}

.button-follow.followed .text:hover {
    color: #fff
}

.exit-intent-mobile {
    display: block;
    position: fixed;
    bottom: -100%
}

.flag {
    display: inline-block;
    width: 15px;
    height: 11px;
    margin-right: 18px
}

.force-bg img {
    border: 4px solid transparent!important;
    box-shadow: none!important;
    background-color: #f3f3f3!important;
    border-radius: 5px!important
}

.force-bg .material {
    text-align: center!important
}

.slider-handle {
    cursor: pointer
}

.slide .force-bg img {
    background-color: transparent!important
}

.hellobar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    z-index: 999;
    text-align: center
}

@media (max-width:991px) {
    .hellobar {
        font-size: 9px
    }
}

@media (max-width:767px) {
    .hellobar {
        font-size: 9px;
        padding: 6px 20px;
        line-height: 14px;
        height: auto
    }
}

@media (max-width:450px) {
    .hellobar {
        font-size: 9px
    }
}

@media (max-width:380px) {
    .hellobar {
        font-size: 8px
    }
}

@media (max-width:325px) {
    .hellobar {
        font-size: 7px
    }
}

.hellobar.promo {
    background-color: #279eda
}

.hellobar.promo span {
    color: #279eda;
    background-color: #fff;
    padding: 2px 5px
}

#ic-launcher {
    display: none;
    width: 60px;
    height: 60px;
    background-color: #ea5a28;
    background-image: url(images/ico_chat_intercom.c53be7b6.svg);
    background-size: 30px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 60px;
    z-index: 999;
    -webkit-box-shadow: 0 0 80px -1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 80px -1px rgba(0, 0, 0, .5)
}

#ic-launcher:hover {
    cursor: pointer
}

a.button,
button.button {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 4px 35px 0;
    border-radius: 3px;
    line-height: 55px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    vertical-align: middle;
    position: relative;
    white-space: nowrap;
    box-sizing: border-box;
    align-items: flex-start;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    transition: all .15s;
    border: 0
}

a.button:hover,
button.button:hover {
    cursor: pointer
}

a.button i,
button.button i {
    margin-left: 10px;
    float: right;
    padding-top: 1px
}

a.button.rounded,
button.button.rounded {
    border-radius: 50px;
    font-size: 12px;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    padding: 4px 30px 0
}

a.button.rounded i,
button.button.rounded i {
    margin-left: 0;
    margin-right: 10px;
    float: left;
    font-size: 16px;
    padding-top: 2px
}

a.button.rounded img,
button.button.rounded img {
    margin-right: 10px
}

a.button.top:after,
button.button.top:after {
    left: 0;
    right: 0;
    top: 100%;
    bottom: -100%
}

a.button.primary,
button.button.primary {
    background-color: #ea5a28;
    color: #fff
}

a.button.primary:after,
button.button.primary:after {
    background: #ea5a28
}

a.button.primary:hover,
button.button.primary:hover {
    color: #fff;
    background-color: #d19961
}

a.button.primary img,
button.button.primary img {
    margin-left: 5px;
    margin-right: 5px
}

a.button.secondary,
button.button.secondary {
    background-color: #474747;
    color: #fff
}

a.button.secondary:after,
button.button.secondary:after {
    background: #000
}

a.button.secondary:hover,
button.button.secondary:hover {
    color: #fff;
    background-color: #000
}

a.button.remove-all,
button.button.remove-all {
    background-color: #dc3545
}

a.button.remove-all:after,
button.button.remove-all:after {
    background: #dc3545
}

a.button.remove-all:hover,
button.button.remove-all:hover {
    color: #fff;
    background-color: #ac1625
}

a.button.other,
button.button.other {
    background-color: #aaa;
    color: #fff
}

a.button.other:after,
button.button.other:after {
    background: #aaa
}

a.button.other:hover,
button.button.other:hover {
    color: #fff;
    background-color: #888
}

a.link {
    font-weight: 500;
    position: relative;
    color: #000;
    display: inline-block;
    line-height: 150%;
    z-index: 1;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 12px;
    border-bottom: 2px solid #000
}

a.link.white {
    color: #fff;
    border-bottom: 2px solid #fff
}

a.link:hover {
    color: #c29866;
    border-bottom: 2px solid #c2986a
}

a.link:hover:after {
    background-color: #c29866
}

.header {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    left: 0;
    z-index: 800;
    width: 100%;
    top: 0
}

.header.fix {
    position: fixed;
    left: 0;
    top: -105px;
    width: 100%;
    opacity: 1;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2)
}

.header.fix .breadcrb,
.header.fix .header-info {
    display: none
}

.header.scrolling {
    transition: top .4s ease-out;
    position: fixed
}

.header.in-view {
    opacity: 1;
    visibility: visible;
    transition: top .3s ease;
    top: 0;
    position: fixed
}

.header.in-view .main-header .logo a img {
    padding-top: 27px
}

.header.in-view .breadcrb,
.header.in-view .header-info {
    display: none
}

.header .info-pipe {
    text-align: right;
    font-size: 17px;
    color: #9c9c9c;
    font-weight: 300;
    padding-right: 50px;
    line-height: 100px
}

.header .info-pipe i {
    color: #fff;
    font-size: 45px;
    line-height: 23px;
    padding-top: 0;
    vertical-align: middle;
    padding-right: 5px
}

.header .header-info {
    background-color: #202020;
    height: 26px;
    width: 100%;
    top: 0;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 6px;
    transition: all .3s ease
}

.header .header-info a {
    color: #ea5a28;
    text-decoration: underline;
    font-weight: 500
}

.header .header-info a:hover {
    color: #ea5a28
}

@media (max-width:991px) {
    .header .header-info {
        height: 30px;
        font-size: 12px
    }
}

.header .header-info strong {
    font-weight: 500
}

@media (max-width:320px) {
    .header .header-info {
        font-size: 7px
    }
}

@media (min-width:321px) and (max-width:375px) {
    .header .header-info {
        font-size: 8px
    }
}

@media (min-width:376px) and (max-width:415px) {
    .header .header-info {
        font-size: 9px
    }
}

.header .main-header {
    
    width: 100%;
    height: 100px;
    background-image: url('https://lh3.googleusercontent.com/-CxQfz0OHFBU/X3leuPiHJZI/AAAAAAAAAkI/jDEmrZuPCq07sif8pdOdcw_VtkHto0OBwCK8BGAsYHg/s0/2020-10-03.jpg');
}

@media (max-width:991px) {
    .header .main-header {
        display: none
    }
}

.header .main-header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px
}

.header .main-header .logo a {
    width: 100%;
    height: 86px;
    display: block
}

.header .main-header .logo a img {
    width: 300px;
    height: auto;
    padding-left: 50px;
    padding-top: 20px
}

@media (max-width:1199px) {
    .header .main-header .logo a img {
        padding-left: 30px;
        width: 280px
    }
}

.header .main-header .secondary-nav {
    padding: 5px 10px 0 0
}

@media (max-width:1199px) {
    .header .main-header .secondary-nav {
        padding-right: 20px
    }
}

.header .main-header .secondary-nav .search-container {
    width: 100%;
    height: 100%;
    z-index: 50;
    position: absolute;
    right: 20px;
    top: 0;
    background-color: #202020
}

.header .main-header .secondary-nav .search-container .input-group {
    width: 100%;
    position: absolute;
    top: 20px;
    height: 45px
}

.header .main-header .secondary-nav .search-container .input-group input {
    background-color: #343434;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 45px;
    border: 0;
    padding-left: 50px;
    color: #fff;
    font-weight: 300
}

.header .main-header .secondary-nav .search-container .input-group input.on {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.header .main-header .secondary-nav .search-container .input-group input:focus {
    outline: 0;
    box-shadow: none
}

.header .main-header .secondary-nav .search-container .input-group .loading {
    position: absolute;
    right: 35px;
    top: 4px;
    background-image: url(images/search_load.1f984dd7.gif);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: 50%;
    width: 30px;
    height: 40px;
    z-index: 5
}

.header .main-header .secondary-nav .search-container .input-group .icon-ico-search {
    position: absolute;
    left: 14px;
    z-index: 5;
    top: 11px;
    color: #fff;
    font-size: 22px
}

.header .main-header .secondary-nav .search-container .input-group .icon-ico-cross {
    position: absolute;
    right: 20px;
    z-index: 5;
    top: 5px;
    padding: 13px;
    color: #fff;
    font-size: 9px
}

.header .main-header .secondary-nav .search-container .search-results {
    z-index: 60;
    position: absolute;
    width: 300px;
    background-color: #181818;
    left: 50%;
    margin-left: -150px;
    top: 64px;
    padding: 20px 0 0
}

.header .main-header .secondary-nav .search-container .search-results .search-results-group {
    padding-bottom: 30px
}

.header .main-header .secondary-nav .search-container .search-results .title {
    font-size: 10px;
    width: 68px;
    text-align: right;
    color: #ea5a28;
    font-weight: 600;
    float: left
}

.header .main-header .secondary-nav .search-container .search-results .list {
    margin-left: 82px;
    padding-left: 15px;
    border-left: 1px solid #555
}

.header .main-header .secondary-nav .search-container .search-results .list li {
    padding-bottom: 7px;
    padding-right: 15px
}

.header .main-header .secondary-nav .search-container .search-results .list a {
    display: block;
    padding-right: 17px
}

.header .main-header .secondary-nav .search-container .search-results .list.artworks a {
    background-image: url(images/ico_arrow_simple_right_white.0d48fc2d.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 5px auto
}

.header .main-header .secondary-nav .search-container .search-results .list.artworks .thumb {
    float: left
}

.header .main-header .secondary-nav .search-container .search-results .list.artworks img {
    width: 42px;
    height: auto;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 1px;
    border: 1px solid #161616
}

.header .main-header .secondary-nav .search-container .search-results .list.artworks figcaption {
    margin-left: 50px;
    vertical-align: middle
}

.header .main-header .secondary-nav .search-container .search-results .list.artworks figcaption .name {
    color: #fff;
    font-size: 12px
}

.header .main-header .secondary-nav .search-container .search-results .list.artworks figcaption .size-price {
    font-weight: 600;
    font-size: 10px;
    color: #797979
}

.header .main-header .secondary-nav .search-container .search-results .list.tags a {
    color: #fff;
    font-size: 12px
}

.header .main-header .secondary-nav .search-container .search-results .list.tags a:hover {
    color: #ea5a28
}

.header .main-header .secondary-nav .search-container .search-results .list.tags li {
    padding: 5px 0
}

.header .main-header .secondary-nav .search-container .search-results .list.artists a,
.header .main-header .secondary-nav .search-container .search-results .list.series a {
    background-image: url(images/ico_arrow_simple_right_white.0d48fc2d.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 5px auto
}

.header .main-header .secondary-nav .search-container .search-results .list.artists .thumb,
.header .main-header .secondary-nav .search-container .search-results .list.series .thumb {
    width: 42px;
    height: 42px;
    border-radius: 80px;
    overflow: hidden;
    border: 2px solid #c29866;
    float: left;
    box-shadow: 0 10px 50px -9px rgba(0, 0, 0, .5);
    vertical-align: top
}

.header .main-header .secondary-nav .search-container .search-results .list.artists .thumb.bysingulart,
.header .main-header .secondary-nav .search-container .search-results .list.series .thumb.bysingulart {
    background-image: url(images/ico_s.547c9b00.svg);
    background-size: 14px auto;
    background-position: 50%;
    background-repeat: no-repeat
}

.header .main-header .secondary-nav .search-container .search-results .list.artists img,
.header .main-header .secondary-nav .search-container .search-results .list.series img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.header .main-header .secondary-nav .search-container .search-results .list.artists figcaption,
.header .main-header .secondary-nav .search-container .search-results .list.series figcaption {
    margin-left: 50px;
    vertical-align: middle
}

.header .main-header .secondary-nav .search-container .search-results .list.artists figcaption .name,
.header .main-header .secondary-nav .search-container .search-results .list.series figcaption .name {
    color: #fff;
    font-size: 12px
}

.header .main-header .secondary-nav .search-container .search-results .list.artists figcaption .medium-country,
.header .main-header .secondary-nav .search-container .search-results .list.series figcaption .medium-country {
    font-weight: 600;
    font-size: 10px;
    color: #797979
}

.header .main-header .secondary-nav .search-container .search-results .list.series .thumb {
    border: 2px solid #585858
}

.header .main-header .secondary-nav .account,
.header .main-header .secondary-nav .cart,
.header .main-header .secondary-nav .collection,
.header .main-header .secondary-nav .currency,
.header .main-header .secondary-nav .favorites,
.header .main-header .secondary-nav .languages,
.header .main-header .secondary-nav .search {
    float: right;
    height: 93px
}

.header .main-header .secondary-nav .currency,
.header .main-header .secondary-nav .languages {
    padding-top: 28px
}

.header .main-header .secondary-nav .account .user-logged i {
    font-size: 15px
}

.header .main-header .secondary-nav .account .user-name {
    text-align: center;
    font-size: 9px;
    color: #fff
}

.header .main-header .secondary-nav .account .user-name span {
    color: #ea5a28
}

.header .main-header .secondary-nav .account-tooltip {
    opacity: 0;
    position: absolute;
    border-radius: 0;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-transform: scale(.85) translateY(-10%);
    transform: scale(.85) translateY(-10%);
    transition: all .25s cubic-bezier(.24, .22, .015, 1.56), opacity .1s ease-in-out;
    z-index: 55;
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, .4);
    width: 180px;
    pointer-events: none;
    right: 80px;
    top: 110px;
    cursor: default;
    position: fixed;
    text-align: left
}

.header .main-header .secondary-nav .account-tooltip:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    left: 50%;
    margin-left: 15px
}

@media (max-width:1199px) {
    .header .main-header .secondary-nav .account-tooltip:before {
        margin-left: 30px
    }
}

.header .main-header .secondary-nav .account-tooltip.open {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    pointer-events: auto
}

.header .main-header .secondary-nav .account-tooltip ul li {
    list-style: none;
    display: block;
    width: 100%
}

.header .main-header .secondary-nav .account-tooltip ul li a {
    display: block;
    color: #000;
    line-height: 50px;
    padding-top: 0
}

.header .main-header .secondary-nav .account-tooltip ul li a:hover {
    color: #fff;
    background-color: #ea5a28
}

.header .main-header .secondary-nav .favorites-tooltip {
    opacity: 0;
    position: absolute;
    padding-top: 20px;
    border-radius: 0;
    background-clip: padding-box;
    background-color: #fff;
    -webkit-transform: scale(.85) translateY(-10%);
    transform: scale(.85) translateY(-10%);
    transition: all .25s cubic-bezier(.24, .22, .015, 1.56), opacity .1s ease-in-out;
    z-index: 55;
    box-shadow: 0 4px 23px 0 rgba(0, 0, 0, .4);
    width: 250px;
    pointer-events: none;
    right: 6px;
    top: 90px;
    cursor: default;
    position: fixed;
    text-align: left
}

.header .main-header .secondary-nav .favorites-tooltip:before {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    top: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    left: 50%;
    margin-left: 19px
}

@media (max-width:1199px) {
    .header .main-header .secondary-nav .favorites-tooltip:before {
        margin-left: 21px
    }
}

.header .main-header .secondary-nav .favorites-tooltip.open {
    opacity: 1;
    -webkit-transform: scale(1) translate(0);
    transform: scale(1) translate(0);
    pointer-events: auto
}

.header .main-header .secondary-nav .favorites-tooltip hr {
    margin-bottom: 0
}

.header .main-header .secondary-nav .favorites-tooltip .fav-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #202020
}

.header .main-header .secondary-nav .favorites-tooltip .fav-footer {
    text-align: center;
    font-size: 16px;
    font-weight: 500
}

.header .main-header .secondary-nav .favorites-tooltip .fav-footer a {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background-color: #ea5a28;
    padding-top: 0
}

.header .main-header .secondary-nav .favorites-tooltip tr {
    border-bottom: 1px solid #ccc;
    height: 95px
}

.header .main-header .secondary-nav .favorites-tooltip tr:last-child {
    border-bottom: 0
}

.header .main-header .secondary-nav .favorites-tooltip .col-artwork {
    width: 70px;
    padding-left: 10px
}

.header .main-header .secondary-nav .favorites-tooltip .col-desc {
    width: 150px
}

.header .main-header .secondary-nav .favorites-tooltip .col-desc a {
    padding-top: 0;
    text-align: left
}

.header .main-header .secondary-nav .favorites-tooltip .col-arrow {
    width: 30px;
    text-align: center
}

.header .main-header .secondary-nav .favorites-tooltip .col-arrow a i {
    color: #707070;
    font-size: 10px
}

.header .main-header .secondary-nav .favorites-tooltip h3 {
    font-size: 12px;
    color: #202020
}

.header .main-header .secondary-nav .favorites-tooltip p.artwork-artist {
    font-size: 11px;
    color: #707070;
    text-transform: uppercase
}

.header .main-header .secondary-nav .favorites-tooltip p.artwork-desc {
    font-size: 9px;
    color: #707070
}

.header .main-header .secondary-nav .favorites-tooltip .btn.dark a {
    font-size: 9px;
    display: block;
    padding: 6px 12px
}

.header .main-header .secondary-nav .favorites-tooltip img {
    width: auto;
    max-width: 50px;
    max-height: 50px;
    height: auto;
    background: #f3f3f3;
    padding: 2px;
    border: 2px solid #161616;
    position: relative;
    vertical-align: top;
    -o-box-shadow: inset -5px -5px 30px 0 #656565;
    box-shadow: inset -5px -5px 30px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=315, Strength=30)
}

.header .main-header .secondary-nav .account,
.header .main-header .secondary-nav .cart,
.header .main-header .secondary-nav .collection,
.header .main-header .secondary-nav .favorites,
.header .main-header .secondary-nav .search {
    width: 50px;
    transition: all .3s ease
}

.header .main-header .secondary-nav .account a:focus,
.header .main-header .secondary-nav .cart a:focus,
.header .main-header .secondary-nav .collection a:focus,
.header .main-header .secondary-nav .favorites a:focus,
.header .main-header .secondary-nav .search a:focus {
    outline: 0
}

.header .main-header .secondary-nav .account:hover,
.header .main-header .secondary-nav .account:hover i,
.header .main-header .secondary-nav .cart:hover,
.header .main-header .secondary-nav .cart:hover i,
.header .main-header .secondary-nav .collection:hover,
.header .main-header .secondary-nav .collection:hover i,
.header .main-header .secondary-nav .favorites:hover,
.header .main-header .secondary-nav .favorites:hover i,
.header .main-header .secondary-nav .search:hover,
.header .main-header .secondary-nav .search:hover i {
    color: #ea5a28
}

@media (max-width:1199px) {
    .header .main-header .secondary-nav .account,
    .header .main-header .secondary-nav .cart,
    .header .main-header .secondary-nav .collection,
    .header .main-header .secondary-nav .favorites,
    .header .main-header .secondary-nav .search {
        width: 40px
    }
}

.header .main-header .secondary-nav .account a,
.header .main-header .secondary-nav .account i.lnk,
.header .main-header .secondary-nav .cart a,
.header .main-header .secondary-nav .cart i.lnk,
.header .main-header .secondary-nav .collection a,
.header .main-header .secondary-nav .collection i.lnk,
.header .main-header .secondary-nav .favorites a,
.header .main-header .secondary-nav .favorites i.lnk,
.header .main-header .secondary-nav .search a,
.header .main-header .secondary-nav .search i.lnk {
    display: block;
    text-align: center;
    padding-top: 30px;
    cursor: pointer
}

.header .main-header .secondary-nav .account a:focus,
.header .main-header .secondary-nav .account i.lnk:focus,
.header .main-header .secondary-nav .cart a:focus,
.header .main-header .secondary-nav .cart i.lnk:focus,
.header .main-header .secondary-nav .collection a:focus,
.header .main-header .secondary-nav .collection i.lnk:focus,
.header .main-header .secondary-nav .favorites a:focus,
.header .main-header .secondary-nav .favorites i.lnk:focus,
.header .main-header .secondary-nav .search a:focus,
.header .main-header .secondary-nav .search i.lnk:focus {
    outline: 0
}

.header .main-header .secondary-nav .account .col-artwork a,
.header .main-header .secondary-nav .cart .col-artwork a,
.header .main-header .secondary-nav .collection .col-artwork a,
.header .main-header .secondary-nav .favorites .col-artwork a,
.header .main-header .secondary-nav .search .col-artwork a {
    padding-top: 0
}

.header .main-header .secondary-nav .account i,
.header .main-header .secondary-nav .cart i,
.header .main-header .secondary-nav .collection i,
.header .main-header .secondary-nav .favorites i,
.header .main-header .secondary-nav .search i {
    color: #fff;
    font-size: 22px;
    transition: all .3s ease
}

@media (max-width:1199px) {
    .header .main-header .secondary-nav .account i,
    .header .main-header .secondary-nav .cart i,
    .header .main-header .secondary-nav .collection i,
    .header .main-header .secondary-nav .favorites i,
    .header .main-header .secondary-nav .search i {
        font-size: 18px
    }
}

@media (max-width:1199px) {
    .header .main-header .secondary-nav .search {
        width: 30px
    }
    .header .main-header .secondary-nav .account {
        width: 32px
    }
    .header .main-header .secondary-nav .languages {
        width: 48px
    }
}

.header .main-header .secondary-nav .cart span.items,
.header .main-header .secondary-nav .collection span.items,
.header .main-header .secondary-nav .favorites span.items {
    color: #ea5a28;
    padding-left: 3px;
    transition: all .3s ease
}

.header .breadcrb {
    position: absolute;
    bottom: -30px;
    z-index: 1;
    width: auto;
    left: 0;
    transition: all .3s ease
}

@media (max-width:667px) {
    .header .breadcrb {
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        background-color: #202020
    }
}

.header .breadcrb ol {
    width: auto;
    margin: 0;
    padding: 0
}

@media (max-width:667px) {
    .header .breadcrb ol {
        width: auto;
        min-width: 100%
    }
}

.header .breadcrb ol li {
background-image: url('https://lh3.googleusercontent.com/-CxQfz0OHFBU/X3leuPiHJZI/AAAAAAAAAkI/jDEmrZuPCq07sif8pdOdcw_VtkHto0OBwCK8BGAsYHg/s0/2020-10-03.jpg');
    display: inline-block;
    height: 40px;
    padding: 10px 6px 0;
    font-weight: 300;
    margin-right: -4px
}

.header .breadcrb ol li:after {
    content: "\68";
    font-family: singulart;
    width: 10px;
    height: 40px;
    font-size: 8px;
    color: #fff
}

.header .breadcrb ol li a {
    color: #fff;
    font-size: 9px;
    font-weight: 300;
    text-transform: uppercase;
    transition: all .3s ease;
    padding: 0 8px
}

.header .breadcrb ol li a:hover {
    color: #ea5a28
}

.header .breadcrb ol li.active a {
    color: #9d9d9d;
    font-weight: 300
}

.header .breadcrb ol li:first-child {
    padding-left: 40px
}

.header .breadcrb ol li:first-child i {
    font-size: 12px
}

@media (max-width:1199px) {
    .header .breadcrb ol li:first-child {
        padding-left: 22px
    }
}

.header .breadcrb ol li:last-child {
    height: 40px;
    padding-right: 18px
}

.header .breadcrb ol li:last-child a,
.header .breadcrb ol li:last-child span {
    color: #fff;
    font-size: 9px;
    text-transform: uppercase
}

.header .breadcrb ol li:last-child:after {
    content: "";
    background-image: url(images/background_bread.0fc0e804.png);
    background-size: auto 50px;
    background-position: 100%;
    background-repeat: no-repeat;
    top: 0;
    right: -63px;
    position: absolute;
    display: inline-block;
    width: 59px;
    height: 40px
}

@media (max-width:667px) {
    .header .breadcrb ol li:last-child:after {
        display: none
    }
}

.mobile-payment-button {
    line-height: 50px;
    background-color: #ea5a28;
    position: fixed;
    bottom: 0;
    z-index: 50;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500
}

.mobile-payment-button i {
    color: #fff;
    vertical-align: bottom;
    font-size: 18px;
    margin-left: 20px;
    position: relative;
    padding-top: 3px
}

.client-service-mobile {
    background-color: #393939;
    font-size: 12px;
    text-align: center;
    color: #9c9c9c;
    font-weight: 500;
    line-height: 18px;
    height: 80px;
    padding-top: 19px
}

.client-service-mobile i {
    font-size: 31px;
    display: block;
    color: #9c9c9c
}

.client-service-mobile a {
    display: block
}

.client-service-mobile.piping {
    margin-top: 30px;
    padding-top: 24px
}

#mmenu .search-mobile-input .input-group {
    width: 58vw
}

@media (min-width:768px) {
    #mmenu .search-mobile-input .input-group {
        width: 47vw
    }
}

#mmenu .search-mobile-input .search-close {
    right: 23%
}

.search-mobile-input .input-group {
    position: relative;
    width: 76vw;
    margin: 15px 20px
}

.search-mobile-input input[type=search] {
    width: 95%;
    background-color: #343434;
    border-radius: 50px;
    height: 45px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border: 0;
    padding-left: 50px;
    color: #fff;
    font-weight: 300
}

.search-mobile-input input[type=search]:focus {
    outline: 0;
    box-shadow: none
}

.search-mobile-input .input-group-btn {
    float: left
}

.search-mobile-input .input-group-btn:last-child>.btn {
    height: 45px;
    border: 0;
    background-color: #c29866;
    line-height: 41px;
    width: 60px
}

.search-mobile-input .input-group-btn:last-child>.btn .icon {
    color: #fff;
    font-size: 19px
}

.search-mobile-input .icon-ico-search {
    position: absolute;
    left: 14px;
    z-index: 5;
    top: 11px;
    color: #fff;
    font-size: 22px
}

.search-mobile-input .search-close {
    position: absolute;
    top: 16px;
    z-index: 10;
    right: 11%;
    cursor: pointer;
    color: #fff
}

.search-close {
    cursor: pointer
}

.press {
    background-color: #232323;
    padding: 50px 0
}

@media (max-width:767px) {
    .press {
        padding-bottom: 10px
    }
}

.press .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    font-size: 12px
}

.press .press-list {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.press .press-list a {
    display: block
}

.press .press-list a:hover .press-item {
    opacity: 1
}

.press .press-list .press-item {
    background-image: url(images/black.994154b6.jpg);
    background-repeat: no-repeat;
    background-size: 1201px 40px;
    margin: 0 10px 30px;
    opacity: .7
}

.press .press-list .press-item.lesechos {
    background-position: 0 -5px;
    width: 166px;
    height: 30px
}

.press .press-list .press-item.lexpress {
    background-position: -166px -1px;
    width: 140px;
    height: 38px
}

.press .press-list .press-item.suddeutsche {
    background-position: -306px -4px;
    width: 245px;
    height: 30px
}

.press .press-list .press-item.forbes {
    background-position: -551px -8px;
    width: 94px;
    height: 25px
}

.press .press-list .press-item.latribune {
    background-position: -645px -1px;
    width: 110px;
    height: 38px
}

.press .press-list .press-item.lequotidien {
    background-position: -756px -6px;
    width: 250px;
    height: 26px
}

.press .press-list .press-item.howtospendit {
    background-position: -1006px -1px;
    width: 195px;
    height: 38px
}

.reinsurance-pipe {
    background-color: #fff;
    padding: 50px 0
}

@media (max-width:991px) {
    .reinsurance-pipe {
        padding: 30px 0
    }
}

.reinsurance-pipe h4 {
    color: #181818;
    font-size: 26px;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .reinsurance-pipe h4 {
        font-size: 22px;
        text-align: left
    }
}

.reinsurance-pipe ul li {
    padding-left: 30px;
    background-image: url(images/ico_validate.cf187315.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: 0;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300
}

@media (max-width:991px) {
    .reinsurance-pipe ul li {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .reinsurance-pipe .frequent-questions {
        margin-top: 30px;
        text-align: left
    }
}

.reinsurance-pipe .frequent-questions .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0
}

.reinsurance-pipe .frequent-questions .panel {
    border: 0;
    background: inherit;
    box-shadow: none
}

.reinsurance-pipe .frequent-questions .panel-heading {
    background: inherit;
    border: 0
}

@media (max-width:991px) {
    .reinsurance-pipe .frequent-questions .panel-heading {
        padding: 0;
        text-align: left
    }
}

.reinsurance-pipe .frequent-questions .panel-heading h4 {
    font-size: 16px;
    border: 0;
    margin: 0
}

.reinsurance-pipe .frequent-questions .panel-heading h4 i {
    color: #ea5a28;
    margin-right: 5px;
    font-size: 12px
}

@media (max-width:991px) {
    .reinsurance-pipe .frequent-questions .panel-heading h4 {
        text-align: left;
        padding-bottom: 10px
    }
}

.reinsurance-pipe .frequent-questions .panel-body {
    font-size: 15px;
    line-height: 22px;
    font-weight: 300;
    padding-top: 0
}

.banner-newsletter {
    background-color: grey;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding: 50px 0
}

@media (max-width:767px) {
    .banner-newsletter {
        text-align: center
    }
}

.banner-newsletter .title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin-left: 80px
}

@media (min-width:1300px) {
    .banner-newsletter .title {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width:767px) {
    .banner-newsletter .title {
        margin-left: inherit;
        margin-bottom: 20px
    }
}

.banner-newsletter i {
    font-size: 60px;
    color: #ea5a28;
    float: left
}

@media (max-width:767px) {
    .banner-newsletter i {
        float: none
    }
}

.banner-newsletter .form-control {
    height: 44px;
    border-top-right-radius: 0;
    font-weight: 300;
    border-bottom-right-radius: 0
}

@media (max-width:767px) {
    .banner-newsletter .form-control {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }
}

.banner-newsletter .form-group {
    width: 65%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

@media (max-width:767px) {
    .banner-newsletter .form-group {
        float: none;
        width: 80%;
        margin: 0 auto 10px
    }
}

.banner-newsletter .feedback {
    text-align: left;
    font-size: 14px;
    color: #ea5a28
}

@media (max-width:767px) {
    .banner-newsletter .feedback {
        text-align: center;
        margin-top: 10px
    }
}

.banner-newsletter .clear {
    clear: both
}

.banner-newsletter button {
    width: 120px;
    height: 44px;
    border: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 44px;
    padding: 0
}

.banner-newsletter button i {
    color: #fff;
    font-size: 16px;
    float: inherit;
    vertical-align: sub;
    margin-left: 10px
}

.reinsurance {
    text-align: center;
    background-color: #232323;
    padding-bottom: 30px;
    padding-top: 30px
}

@media (max-width:991px) {
    .reinsurance {
        padding-top: 15px
    }
}

.reinsurance hr {
    background-color: #fff;
    opacity: .1;
    margin-top: 55px
}

.reinsurance .pay-with {
    text-align: center;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.reinsurance .pay-with .card {
    background-image: url(images/sprite_payment.7c6cecbb.jpg);
    background-repeat: no-repeat;
    margin: 0 10px 15px;
    opacity: .7
}

.reinsurance .pay-with .card.card-visa {
    background-position: -309px -10px;
    background-size: 800px 50px;
    width: 70px;
    height: 30px
}

@media (max-width:767px) {
    .reinsurance .pay-with .card.card-visa {
        background-position: -231px -10px;
        background-size: 600px 38px;
        width: 53px;
        height: 19px
    }
}

.reinsurance .pay-with .card.card-mastercard {
    background-position: -473px -4px;
    background-size: 800px 50px;
    width: 65px;
    height: 40px
}

@media (max-width:767px) {
    .reinsurance .pay-with .card.card-mastercard {
        background-position: -355px -4px;
        background-size: 600px 38px;
        width: 48px;
        height: 30px
    }
}

.reinsurance .pay-with .card.card-american {
    background-position: -380px -4px;
    background-size: 800px 50px;
    width: 93px;
    height: 40px
}

@media (max-width:767px) {
    .reinsurance .pay-with .card.card-american {
        background-position: -284px -4px;
        background-size: 600px 38px;
        width: 71px;
        height: 28px
    }
}

.reinsurance .pay-with .card.card-paypal {
    background-position: -206px -4px;
    background-size: 800px 50px;
    width: 103px;
    height: 40px
}

@media (max-width:767px) {
    .reinsurance .pay-with .card.card-paypal {
        background-position: -155px -7px;
        background-size: 600px 38px;
        width: 78px;
        height: 23px
    }
}

.reinsurance .pay-with .card.card-bitcoins {
    background-position: -109px -4px;
    background-size: 800px 50px;
    width: 38px;
    height: 40px
}

@media (max-width:767px) {
    .reinsurance .pay-with .card.card-bitcoins {
        background-position: -83px -4px;
        background-size: 600px 38px;
        width: 28px;
        height: 29px
    }
}

.reinsurance .pay-with .card.card-alipay {
    background-position: -47px -4px;
    background-size: 800px 50px;
    width: 63px;
    height: 40px
}

@media (max-width:767px) {
    .reinsurance .pay-with .card.card-alipay {
        background-position: -5px -4px;
        background-size: 600px 38px;
        width: 78px;
        height: 27px
    }
}

.reinsurance .pay-with .card.card-sofort {
    background-position: -148px -4px;
    background-size: 800px 50px;
    width: 58px;
    height: 40px
}

@media (max-width:767px) {
    .reinsurance .pay-with .card.card-sofort {
        background-position: -111px -4px;
        background-size: 600px 38px;
        width: 43px;
        height: 30px
    }
}

.reinsurance .pay-with .card.card-3x-fr {
    background-position: -777px -11px;
    background-size: 1000px 63px;
    width: 45px;
    height: 40px
}

.reinsurance .pay-with .card.card-3x-en {
    background-position: -672px -7px;
    background-size: 1000px 63px;
    width: 66px;
    height: 50px
}

.reinsurance .pay-with .card.card-3x-de {
    background-position: -823px -11px;
    background-size: 1000px 63px;
    width: 34px;
    height: 40px
}

.reinsurance .pay-with .card.card-3x-it {
    background-position: -857px -11px;
    background-size: 1000px 63px;
    width: 55px;
    height: 40px
}

.reinsurance .pay-with .card.card-3x-es {
    background-position: -738px -7px;
    background-size: 1000px 63px;
    width: 37.5px;
    height: 47px
}

.reinsurance .pay-with .card.card-3x-zh {
    background-position: -913px -11px;
    background-size: 1000px 63px;
    width: 86px;
    height: 40px
}

.reinsurance .icon {
    height: 90px
}

@media (max-width:991px) {
    .reinsurance .icon {
        height: 100px;
        padding-top: 20px
    }
}

@media (max-width:767px) {
    .reinsurance .icon {
        height: 80px
    }
}

.reinsurance .icon i {
    color: #ea5a28;
    font-size: 70px
}

@media (max-width:991px) {
    .reinsurance .icon i {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .reinsurance .icon i {
        font-size: 45px
    }
}

.reinsurance .icon.shipping i {
    font-size: 90px
}

@media (max-width:991px) {
    .reinsurance .icon.shipping i {
        font-size: 80px
    }
}

@media (max-width:767px) {
    .reinsurance .icon.shipping i {
        font-size: 65px
    }
}

.reinsurance .title {
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0;
    font-weight: 500
}

@media (max-width:991px) {
    .reinsurance .title {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .reinsurance .title {
        font-size: 14px;
        line-height: 18px
    }
}

.reinsurance .desc {
    color: #9d9d9d;
    font-weight: 300;
    font-size: 16px
}

@media (max-width:991px) {
    .reinsurance .desc {
        padding-bottom: 30px
    }
    .reinsurance .desc.last {
        border-bottom: 0
    }
}

@media (max-width:767px) {
    .reinsurance .desc {
        font-size: 12px;
        line-height: 18px
    }
}

.reinsurance .info {
    font-weight: 300;
    font-size: 13px;
    margin: 15px auto;
    width: 70%
}

@media (max-width:991px) {
    .reinsurance .info {
        width: 90%
    }
}

@media (max-width:767px) {
    .reinsurance .info {
        width: 90%;
        text-align: left
    }
}

.reinsurance .info a {
    text-decoration: underline;
    color: #9d9d9d;
    font-weight: 700
}

.reinsurance .info h2 {
    color: #fff;
    font-size: 16px;
    margin: 15px
}

@media (max-width:767px) {
    .reinsurance .info h2 {
        margin-left: 0;
        font-size: 14px;
        line-height: 22px
    }
}

.reinsurance .info p {
    color: #9d9d9d
}

@media (max-width:767px) {
    .reinsurance .info p {
        font-size: 12px;
        line-height: 18px
    }
}

.reinsurance .info hr {
    margin-top: 12px;
    margin-bottom: 25px
}

.footer {
    background-color: #000;
    padding: 50px 0
}

@media (max-width:991px) {
    .footer {
        padding: 50px 0
    }
}

.footer .f-logo,
.footer .f-logo.f-pipe {
    text-align: center
}

.footer .f-logo.f-pipe i {
    font-size: 80px
}

.footer .f-logo i {
    font-size: 130px;
    color: #3e3e3e
}

@media (max-width:991px) {
    .footer .f-logo i {
        font-size: 60px;
        margin-top: 30px
    }
}

@media (max-width:991px) {
    .footer .f-logo {
        margin-top: 20px
    }
}

.footer .f-cat {
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px
}

.footer .f-cat.sm {
    font-size: 13px
}

@media (min-width:991px) {
    .footer .f-cat {
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .footer .f-cat {
        text-align: left
    }
}

@media (max-width:767px) {
    .footer .f-cat {
        text-align: left;
        font-size: 16px
    }
}

@media (max-width:991px) {
    .footer .f-links {
        text-align: left;
        margin-bottom: 20px
    }
}

.footer .f-links li.phone i {
    color: #9d9d9d
}

.footer .f-links a,
.footer .f-links span {
    color: #9d9d9d;
    font-weight: 300;
    transition: all .3s ease
}

@media (max-width:991px) {
    .footer .f-links a,
    .footer .f-links span {
        text-align: left
    }
}

@media (max-width:767px) {
    .footer .f-links a,
    .footer .f-links span {
        font-size: 12px
    }
}

.footer .f-links a:hover,
.footer .f-links span:hover {
    color: #fff
}

.footer .f-links.zh a {
    font-weight: 500
}

.footer .f-socials {
    color: #888;
    font-weight: 300;
    margin-top: 30px
}

@media (max-width:991px) {
    .footer .f-socials {
        text-align: left
    }
}

.footer .f-socials li {
    display: inline-block;
    color: #fff
}

.footer .f-socials li a i {
    vertical-align: sub;
    font-size: 20px;
    color: #9d9d9d;
    transition: all .3s ease
}

.footer .f-socials li a:hover i {
    color: #fff
}

.footer .icp a {
    margin-bottom: 6px;
    display: inline-block
}

.footer .currency,
.footer .languages {
    display: inline-block;
    margin-top: 20px
}

@media (max-width:991px) {
    .footer .currency,
    .footer .languages {
        display: none
    }
}

.footer .currency .dropdown button.btn.dropdown-toggle,
.footer .languages .dropdown button.btn.dropdown-toggle {
    color: #888
}

.footer .f-newsletter {
    color: #888;
    font-weight: 300
}

@media (max-width:991px) {
    .footer .f-newsletter {
        text-align: center
    }
}

.footer .f-newsletter form {
    margin-top: 5px
}

.footer .f-newsletter .button_newsletter {
    background-color: #c29866;
    color: #fff;
    text-align: center;
    height: 50px;
    width: 100%;
    font-weight: 500;
    line-height: 50px;
    cursor: pointer;
    border-radius: 5px;
    border: 2px solid #ea5a28
}

.footer .f-newsletter .button_newsletter i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px
}

.footer .f-newsletter .button_newsletter:hover {
    background-color: transparent
}

.footer hr {
    opacity: .2
}

@media (max-width:991px) {
    .footer .sf-links {
        display: none
    }
}

.footer .sf-links li {
    display: inline-block;
    margin-right: 14px
}

.footer .sf-links li a {
    color: #888;
    font-weight: 300;
    transition: all .3s ease
}

.footer .sf-links li a:hover {
    color: #fff
}

.footer .copyright {
    color: #fff;
    font-weight: 300;
    text-align: right;
    font-size: 12px
}

@media (max-width:991px) {
    .footer .copyright {
        text-align: center
    }
}

.footer .md-rating {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .footer .md-rating {
        text-align: center
    }
}

.footer .md-rating div {
    display: inline-block
}

.footer .md-rating .review {
    font-size: 12px;
    color: #fff;
    text-align: left;
    padding: 5px 0 0 20px
}

@media (max-width:991px) {
    .footer .md-rating .review {
        text-align: center
    }
}

.footer .md-rating .stars {
    margin-left: 5px;
    vertical-align: top
}

.footer .md-rating .stars ul li {
    display: inline-block;
    margin: 0
}

.footer .md-rating .stars ul li img {
    width: 20px;
    height: auto
}

.footer.landing {
    padding: 20px 0
}

.footer.landing,
.footer.landing .copyright {
    text-align: center
}

@media (max-width:991px) {
    .footer.landing .f-logo {
        display: block;
        margin-top: 20px
    }
}

@media (max-width:991px) {
    .footer.landing .f-socials {
        border: 0
    }
}

.footer.landing .f-socials li {
    font-size: 20px
}

.footer.landing .f-socials li a i {
    font-size: 32px
}

.footer .cookies {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: hsla(0, 0%, 100%, .95);
    z-index: 999;
    padding: 10px
}

@media (max-width:767px) {
    .footer .cookies .buttons {
        text-align: center;
        margin-top: 5px
    }
}

.footer .cookies a {
    display: inline-block
}

.footer .cookies p {
    line-height: 23px
}

@media (max-width:768px) {
    .footer .cookies p {
        font-size: 12px;
        line-height: 20px;
        display: inline
    }
}

.footer .cookies .exp {
    margin-top: 10px
}

@media (max-width:768px) {
    .footer .cookies span {
        font-size: 12px;
        margin-bottom: 10px;
        display: inline-block
    }
}

.footer .cookies .button {
    line-height: inherit;
    white-space: inherit;
    padding: 20px 30px
}

.footer .cookies .link {
    white-space: inherit;
    border-bottom: 0;
    margin-top: 20px
}

@media (max-width:767px) {
    .footer .cookies .link {
        text-align: center
    }
}

header .menu ul li.main-nav-element {
    display: inline-block;
    padding: 0 20px;
    margin: 0 -8px
}

@media (max-width:1199px) {
    header .menu ul li.main-nav-element {
        padding: 0 15px
    }
}

header .menu ul li.main-nav-element:hover a.mega-menu {
    color: #ea5a28
}

header .menu ul li.main-nav-element a.mega-menu {
    color: #fff;
    font-size: 19px;
    line-height: 93px;
    transition: color .3s ease;
    font-weight: 500;
    cursor: pointer
}

header .menu ul li.main-nav-element a.mega-menu span {
    margin-left: 4px
}

header .menu ul li.main-nav-element a.mega-menu i {
    font-size: 11px;
    padding-left: 5px;
    color: #878787
}

header .menu ul li.main-nav-element a.mega-menu:hover {
    color: #ea5a28
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    header .menu ul li.main-nav-element a.mega-menu.dd {
        pointer-events: none
    }
}

header .menu ul li.main-nav-element .sub-menu-block {
    display: none
}

header.in-view .menu ul li.main-nav-element .sub-menu-block {
    position: fixed
}

header .menu ul {
    text-align: center;
    min-width: 500px
}

header .menu ul .sub-sub-menu .subtitle {
    color: #ea5a28;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 50px
}

header .menu ul .sub-sub-menu .higher .subtitle {
    padding-top: 30px
}

header .menu ul .sub-sub-menu [class*=col-] {
    padding-left: 0;
    padding-right: 0;
    height: 370px!important
}

header .menu ul .sub-sub-menu .col-dark {
    background-color: #000
}

header .menu ul .sub-sub-menu .col-white {
    background-color: #fff
}

header .menu ul .sub-sub-menu.sub-menu-explore .icon {
    color: #cdcdcd;
    font-size: 70px;
    text-align: center;
    line-height: 0
}

header .menu ul .sub-sub-menu.sub-menu-explore .icon.icon-top {
    display: block
}

header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-full-filter {
    padding-top: 20px
}

header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-explore-price,
header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-explore-size {
    min-width: inherit;
    padding: 20px 30px
}

header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-explore-price li,
header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-explore-size li {
    margin: 5px 0
}

header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-explore-price li a,
header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-explore-size li a {
    display: block;
    text-align: center;
    border-radius: 5px;
    color: #000;
    padding: 10px 0;
    background-color: #f2f2f2
}

header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-explore-price li a:hover,
header .menu ul .sub-sub-menu.sub-menu-explore .sub-menu-explore-size li a:hover {
    background-color: #ea5a28;
    color: #fff
}

header .menu ul .sub-sub-menu.sub-sub-menu-lists .subtitle {
    text-align: left;
    padding-left: 50px
}

header .menu ul .sub-sub-menu .sub-menu-list-items {
    min-width: inherit;
    padding-left: 50px;
    margin-top: 10px
}

header .menu ul .sub-sub-menu .sub-menu-list-items li {
    margin: 0
}

header .menu ul .sub-sub-menu .sub-menu-list-items li a {
    display: block;
    text-align: left;
    font-weight: 300;
    color: #000;
    padding: 5px 0
}

header .menu ul .sub-sub-menu .sub-menu-list-items li a:hover {
    color: #ea5a28
}

header .menu ul .sub-sub-menu .sub-menu-full-block {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 370px;
    position: relative;
    display: block;
    transition: all .3s
}

header .menu ul .sub-sub-menu .sub-menu-full-block .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0
}

header .menu ul .sub-sub-menu .sub-menu-full-block a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

header .menu ul .sub-sub-menu .sub-menu-full-block a:hover .content {
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1.1);
    transition: all .2s ease-in;
    transform: scale(1.1);
    z-index: 2
}

header .menu ul .sub-sub-menu .sub-menu-full-block a:hover .icon-link {
    background-color: #c29866;
    border: 2px solid #ea5a28
}

header .menu ul .sub-sub-menu .sub-menu-full-block .icon {
    color: #fff
}

header .menu ul .sub-sub-menu .sub-menu-full-block .icon-link {
    color: #fff;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background-color: rgba(194, 152, 102, 0);
    border: 2px solid #fff;
    transition: all .2s ease;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin: 20px auto 0 -25px
}

header .menu ul .sub-sub-menu .sub-menu-full-block .icon-link i {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 55px;
    left: 0;
    font-size: 20px;
    top: 0;
    padding: 0
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content {
    position: absolute;
    top: 120px;
    text-align: center;
    padding: 0 50px;
    width: 100%;
    z-index: 1;
    -webkit-transition: all .2s ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all .2s ease-in;
    -ms-transform: scale(1);
    -moz-transition: all .2s ease-in;
    -moz-transform: scale(1);
    transition: all .2s ease-in;
    transform: scale(1)
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content .title {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection {
    top: 65px
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist,
header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection {
    text-align: center
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist .thumb,
header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection .thumb {
    width: 30%;
    height: 30%;
    margin: 0 auto;
    border-radius: 80px;
    overflow: hidden;
    border: 2px solid #ea5a28;
    box-shadow: 0 10px 50px -9px rgba(0, 0, 0, .5);
    vertical-align: top
}

@media (max-width:991px) {
    header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist .thumb,
    header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection .thumb {
        width: 80px;
        height: 80px
    }
}

@media (min-width:1500px) {
    header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist .thumb,
    header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection .thumb {
        width: 80px;
        height: 80px
    }
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist .thumb img,
header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection .thumb img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist figcaption,
header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection figcaption {
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
    text-align: center
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist figcaption span,
header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection figcaption span {
    font-size: 22px;
    line-height: 29px;
    font-weight: 500;
    color: #fff
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist figcaption p,
header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection figcaption p {
    font-size: 9px;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    color: #c4c4c4;
    line-height: 14px
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist figcaption p.zh,
header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection figcaption p.zh {
    font-size: 16px
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.artist figcaption {
    margin-top: 50px
}

header .menu ul .sub-sub-menu .sub-menu-full-block .content.collection .thumb {
    background-color: #202020;
    background-image: url(images/ico_s.ec2bfe56.svg);
    background-size: 25px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0
}

header .menu ul .sub-sub-menu.sub-sub-menu-collections .sub-menu-full-block .shadow {
    background-color: rgba(0, 0, 0, .5)
}

header .menu ul li.main-nav-element .button {
    margin: 0 50px
}

header .menu ul li.main-nav-element .button.artist {
    margin-top: 13px
}

header .menu ul li.main-nav-element .button.collection {
    margin-top: 115px
}

header .menu ul li.main-nav-element .button a.black {
    width: 100%;
    display: block
}

@media (max-width:1199px) {
    header .menu ul li.main-nav-element .button a.black {
        font-size: 12px;
        padding: 20px 10px
    }
}

header .menu ul li.main-nav-element ul.sub-menu-lists {
    margin: 0;
    padding: 40px 50px;
    list-style-type: none;
    display: block
}

header .menu ul li.main-nav-element ul.sub-menu-lists>li {
    display: block;
    float: none;
    padding: 0;
    text-align: left;
    margin: 0;
    line-height: 1.9em;
    font-weight: 500
}

header .menu ul li.main-nav-element ul.sub-menu-lists>li.margin {
    margin-top: 15px
}

header .menu ul li.main-nav-element ul.sub-menu-lists>li.list-header {
    color: #ea5a28;
    text-transform: uppercase;
    font-size: .75em;
    margin-bottom: 1.3em
}

header .menu ul li.main-nav-element ul.sub-menu-lists>li>a {
    color: #181818;
    text-align: left;
    transition: all .3s ease;
    font-size: 18px;
    font-weight: 500
}

@media (max-width:1199px) {
    header .menu ul li.main-nav-element ul.sub-menu-lists>li>a {
        font-size: 18px
    }
}

header .menu ul li.main-nav-element ul.sub-menu-lists>li>a i {
    color: #ea5a28;
    font-size: 10px;
    padding: 0 6px;
    margin-left: -30px;
    opacity: 0;
    font-size: 14px;
    line-height: 14px;
    transition: all .3s ease
}

header .menu ul li.main-nav-element ul.sub-menu-lists>li>a:hover {
    color: #ea5a28
}

header .menu ul li.main-nav-element ul.sub-menu-lists>li>a:hover i {
    opacity: 1;
    margin-left: 0
}

header .menu ul li.main-nav-element ul.sub-menu-lists li.active a {
    color: #ea5a28
}

header .menu ul li.main-nav-element ul.sub-menu-lists li.active a i {
    opacity: 1;
    margin-left: 0
}

header .menu ul li.main-nav-element .sub-menu-block {
    display: block;
    visibility: hidden;
    background-color: #f9f9f9;
    position: absolute;
    width: 960px;
    left: 50%;
    margin-top: -8px;
    margin-left: -480px;
    color: #333;
    box-sizing: border-box;
    z-index: 3;
    font-size: 16px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 11px 10px -7px rgba(0, 0, 0, .1);
    height: 0
}

header .menu ul li.main-nav-element .sub-menu-block .button a {
    padding: 20px 10px
}

header .menu ul li.main-nav-element .sub-menu-block .row [class*=col-] {
    padding-left: 0;
    padding-right: 0;
    height: 100%
}

header .menu ul li.main-nav-element .sub-menu-block.opened {
    background-color: #f9f9f9;
    visibility: visible;
    opacity: 1;
    height: 370px
}

header .menu ul li.main-nav-element .sub-menu-block.opened:after {
    opacity: .85
}

header .menu ul li.main-nav-element .sub-menu-block.opened>* {
    opacity: 1
}

header .menu ul.main-nav.enabled>li:hover>div.sub-menu-block {
    background-color: #f9f9f9;
    visibility: visible;
    opacity: 1;
    height: 370px;
    margin-top: -30px
}

header .menu ul.main-nav.enabled>li:hover>div.sub-menu-block:after {
    opacity: .85
}

header .menu ul.main-nav>li:hover>div.sub-menu-block>* {
    opacity: 1
}

.mm-wrapper_opened .mm-wrapper__blocker.mm-slideout:before {
    font-family: singulart;
    content: "\6f";
    font-size: 20px;
    display: block;
    width: 20%;
    height: 50px;
    opacity: 1;
    position: absolute;
    text-align: center;
    padding-top: 48px;
    color: #fff
}

.header.fix .mobile-header #hamburger {
    padding-top: 30px
}

.header.fix .mobile-header .quickaccess {
    top: 30px
}

.mobile-header {
    height: 80px;
    background-color: #202020;
    z-index: 80;
    width: 100%
}

@media (min-width:992px) {
    .mobile-header {
        display: none
    }
}

.mobile-header .quickaccess {
    position: absolute;
    right: 14px;
    top: 54px
}

@media (max-width:320px) {
    .mobile-header .quickaccess {
        top: 60px
    }
}

.mobile-header .quickaccess .cart,
.mobile-header .quickaccess .collection,
.mobile-header .quickaccess .favorites,
.mobile-header .quickaccess .search {
    display: inline-block;
    margin-left: 10px
}

.mobile-header .quickaccess .cart i,
.mobile-header .quickaccess .collection i,
.mobile-header .quickaccess .favorites i,
.mobile-header .quickaccess .search i {
    color: #fff;
    font-size: 28px
}

@media (max-width:320px) {
    .mobile-header .quickaccess .cart i,
    .mobile-header .quickaccess .collection i,
    .mobile-header .quickaccess .favorites i,
    .mobile-header .quickaccess .search i {
        font-size: 18px
    }
}

@media (min-width:321px) and (max-width:413px) {
    .mobile-header .quickaccess .cart i,
    .mobile-header .quickaccess .collection i,
    .mobile-header .quickaccess .favorites i,
    .mobile-header .quickaccess .search i {
        font-size: 24px
    }
}

.mobile-header .cart span.items,
.mobile-header .collection span.items,
.mobile-header .favorites span.items {
    color: #ea5a28;
    padding-left: 3px
}

.mobile-header .logo {
    height: 80px;
    text-align: center;
    line-height: 80px
}

.mobile-header .logo img {
    height: 50px;
    width: auto;
    line-height: 80px
}

.mobile-header .search-mobile {
    position: relative;
    display: none;
    width: 100%;
    right: 0
}

.mobile-header .search-mobile form {
    position: relative;
    left: 100%
}

.mobile-header #hamburger {
    width: 40px;
    height: 100%;
    padding-top: 54px;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 30px;
    background-color: transparent
}

.mobile-header #hamburger.loading span {
    background-color: #9d9d9d
}

.mobile-header #hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    margin-top: 7px
}

.mobile-header #hamburger span:first-child {
    margin-top: 0
}

.modal-backdrop.in {
    opacity: .95
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .7)
}

.fade-scale {
    opacity: 0;
    transition: all .3s linear
}

.fade-scale.in {
    opacity: 1
}

.magnific-popup .modal-body {
    padding: 0
}

#modal-apply .modal-dialog,
#pop-generic .modal-dialog,
#pop-invest .modal-dialog,
#pop-search-follow .modal-dialog,
#pop-subscribe .modal-dialog,
.pop-form .modal-dialog,
.pop-wishlist-not-connected .modal-dialog {
    width: 600px
}

@media (max-width:767px) {
    #modal-apply .modal-dialog,
    #pop-generic .modal-dialog,
    #pop-invest .modal-dialog,
    #pop-search-follow .modal-dialog,
    #pop-subscribe .modal-dialog,
    .pop-form .modal-dialog,
    .pop-wishlist-not-connected .modal-dialog {
        width: 100%
    }
}

.modal .offscreen-label .check-element label {
    -webkit-clip-path: inherit;
    clip-path: inherit;
    clip: inherit;
    height: inherit;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    width: 100%;
    font-weight: 400;
    color: #000
}

@media (max-width:1199px) {
    .modal .input-element.check-element {
        height: inherit
    }
}

.modal .input-element.check-element [type=checkbox]:not(:checked)+label:before {
    background-color: #f2f2f2
}

.modal .input-element.check-element label {
    width: 100%;
    padding-left: 40px
}

@media (max-width:1199px) {
    .modal .input-element.check-element label,
    .modal .input-element.check-element label a {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .modal .input-element.check-element label a {
        text-align: left
    }
}

.modal .input-element.check-element label .link {
    text-transform: none;
    margin: 0;
    padding: 0
}

@media (max-width:767px) {
    .modal {
        padding-left: 0!important;
        padding-right: 0!important
    }
}

.modal .modal-dialog {
    margin-top: 80px
}

@media (max-width:767px) {
    .modal .modal-dialog {
        margin: 80px 0 0
    }
}

.modal .close {
    float: none;
    opacity: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -50px;
    text-shadow: none;
    cursor: pointer
}

.modal .close i {
    color: #ea5a28;
    font-size: 30px;
    text-align: center;
    width: 100%
}

.modal-content {
    border: 0;
    border-radius: 0
}

.modal-content .modal-footer,
.modal-content .modal-header {
    border-top: 0;
    border-bottom: 0
}

.modal-content .modal-header {
    padding-top: 30px;
    text-align: center
}

.modal-content .modal-header i {
    color: #ea5a28;
    font-size: 60px;
    padding: 0 6px;
    text-align: center
}

.modal-content .modal-header .modal-title {
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    width: 440px;
    margin: 0 auto;
    line-height: 30px
}

@media (max-width:991px) {
    .modal-content .modal-header .modal-title {
        width: 350px
    }
}

@media (max-width:414px) {
    .modal-content .modal-header .modal-title {
        width: 300px
    }
}

.modal-content .modal-body button {
    width: 100%
}

.modal-content .modal-body p {
    color: #181818;
    font-size: 16px;
    font-weight: 300;
    margin: 8px 0;
    text-align: center;
    line-height: 22px
}

.modal-content .modal-body p a {
    color: #ea5a28
}

.modal-content .modal-body .modal-elements {
    width: 300px;
    margin: 5px auto 0;
    text-align: center
}

.modal-content .modal-body .modal-elements .message {
    text-align: center
}

.modal-content .modal-body hr {
    margin: 20px 0
}

.modal-content .modal-body form.no-label {
    width: 450px;
    margin: 10px auto 0
}

@media (max-width:991px) {
    .modal-content .modal-body form.no-label {
        width: 350px
    }
}

@media (max-width:414px) {
    .modal-content .modal-body form.no-label {
        width: 300px
    }
}

.modal-content .modal-body form.no-label.max-width {
    width: 95%
}

.modal-content .modal-body form.no-label .submit-info {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #181818;
    margin: 0 10px 10px
}

.modal-content .modal-body form.no-label .submit-info a {
    text-transform: inherit;
    color: #ea5a28
}

.modal-content .modal-body form.no-label button {
    margin-top: 5px
}

.modal-content .modal-body form.no-label input[name="newsletter[phone][number]"],
.modal-content .modal-body form.no-label select[name="newsletter[phone][country]"] {
    width: 50%
}

.modal-content .modal-body form.no-label .input-element.check-element [type=checkbox]:not(:checked)+label:before {
    background-color: #f2f2f2
}

.modal-content .modal-body form.no-label [type=checkbox]:checked+label,
.modal-content .modal-body form.no-label [type=checkbox]:not(:checked)+label {
    padding-left: 2.5em;
    padding-top: 5px
}

.modal-content .modal-body form.no-label .input-element.check-element {
    font-size: 14px;
    color: #aaa;
    margin-bottom: -20px;
    font-weight: 300
}

.modal-content .modal-footer {
    margin: 0;
    text-align: center;
    background-color: #efefef;
    padding: 30px 0
}

.modal-content .modal-footer img {
    width: 100%;
    height: auto
}

.modal-content .modal-footer .message {
    text-align: center;
    font-size: 12px
}

.modal-content .modal-footer .socials-buttons {
    margin-top: 10px
}

.modal-content .modal-footer .socials-buttons>div {
    display: inline-block
}

.modal-content .modal-footer .socials-buttons>div.btn {
    width: 150px
}

.page-intro {
    padding-top: 200px;
    text-align: center;
    padding-bottom: 50px
}

@media (max-width:767px) {
    .page-intro {
        padding-top: 150px;
        padding-bottom: 25px
    }
}

.page-intro i {
    text-align: center;
    color: #ea5a28;
    font-size: 70px;
    line-height: 50px
}

@media (max-width:767px) {
    .page-intro i {
        font-size: 50px;
        line-height: 40px
    }
}

.page-intro button.button i {
    text-align: inherit;
    font-size: 14px;
    color: #fff;
    line-height: 55px
}

@media (max-width:767px) {
    .page-intro button.button i {
        font-size: 14px;
        line-height: 55px
    }
}

.page-intro h1 {
    padding-top: 10px;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center
}

@media (max-width:991px) {
    .page-intro h1 {
        padding-top: 10px;
        text-align: center;
        font-size: 32px
    }
}

.page-intro p {
    font-size: 16px;
    line-height: 24px;
    color: #9d9d9d;
    font-weight: 300
}

.page-intro button {
    margin-top: 20px;
    width: auto
}

.page-content-form {
    background-color: #f8f8f8;
    padding: 50px 0
}

@media (max-width:767px) {
    .page-content-form {
        padding: 15px 0;
        margin-bottom: 15px
    }
}

.page-content-form .spacer {
    margin: 15px
}

.page-content-form .page-content-form-ctn {
    background-color: #fff;
    width: 100%;
    padding: 50px
}

.page-content-form .submit-info {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    color: #181818;
    margin: 0 10px 10px
}

.page-content-form .submit-info a {
    text-transform: inherit;
    color: #ea5a28
}

.page-content-form .info {
    width: 80%;
    margin: 0 auto;
    padding: 10px
}

.page-content-form form {
    width: 80%;
    margin: 0 auto
}

@media (max-width:767px) {
    .page-content-form form {
        width: 92%
    }
}

.page-content-form form.forgot-form input[type=email],
.page-content-form form.forgot-form input[type=password],
.page-content-form form.forgot-form input[type=text],
.page-content-form form.forgot-form textarea,
.page-content-form form.login-form input[type=email],
.page-content-form form.login-form input[type=password],
.page-content-form form.login-form input[type=text],
.page-content-form form.login-form textarea,
.page-content-form form.registration-form input[type=email],
.page-content-form form.registration-form input[type=password],
.page-content-form form.registration-form input[type=text],
.page-content-form form.registration-form textarea,
.page-content-form form.reset-form input[type=email],
.page-content-form form.reset-form input[type=password],
.page-content-form form.reset-form input[type=text],
.page-content-form form.reset-form textarea {
    background-color: #fff
}

.page {
    padding: 70px 0
}

@media (max-width:767px) {
    .page {
        padding: 50px 0
    }
}

.page.odd {
    background-color: #efefef
}

.page h1 {
    font-size: 42px
}

.page h2 {
    font-size: 26px;
    margin-bottom: 50px;
    text-align: left
}

@media (max-width:767px) {
    .page h2 {
        text-align: center;
        margin-bottom: 20px
    }
}

.page p {
    font-size: 17px;
    line-height: 22px;
    color: #181818
}

@media (max-width:767px) {
    .page p {
        margin-bottom: 20px
    }
}

.page blockquote {
    padding-left: 0;
    border-left: 0;
    font-size: 28px;
    line-height: 35px;
    font-style: italic
}

@media (max-width:767px) {
    .page blockquote {
        text-align: center
    }
}

.page.cover {
    padding: 0;
    height: 575px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative
}

@media (max-width:767px) {
    .page.cover {
        height: 575px
    }
}

.page.cover .bread-liner {
    position: absolute;
    left: 60px;
    color: #fff;
    font-size: 8px;
    bottom: 110px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg)
}

.page.cover .bread-liner img {
    height: 15px;
    width: auto;
    vertical-align: middle;
    margin-right: 20px
}

@media (max-width:991px) {
    .page.cover .bread-liner {
        display: none
    }
}

.page.cover .content {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #fff;
    text-align: center
}

@media (max-width:991px) {
    .page.cover .content {
        top: 60%
    }
}

.page.cover .content .losange {
    margin: 0 auto 20px
}

.page.cover .content h1 {
    font-size: 42px;
    margin-top: 10px;
    margin-bottom: 20px
}

@media (max-width:991px) {
    .page.cover .content h1 {
        font-size: 40px;
        padding: 0 20px
    }
}

.page.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 440px;
    padding: 0
}

@media (max-width:767px) {
    .page.banner {
        height: 200px
    }
}

.page.mini-banner {
    padding-top: 55px;
    padding-bottom: 30px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.page.mini-banner.advisory {
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .page.mini-banner {
        padding-bottom: 55px
    }
}

.page.mini-banner.white .title h3 {
    color: #181818;
    text-shadow: inherit
}

.page.mini-banner.white .title .link {
    text-shadow: inherit
}

.page.mini-banner .icon-quote {
    display: inline-block;
    font-size: 120px;
    color: #ea5a28;
    margin-right: 20px
}

.page.mini-banner .icon-chrono {
    display: inline-block;
    font-size: 92px;
    color: #ea5a28;
    margin-right: 20px
}

@media (max-width:767px) {
    .page.mini-banner .icon-chrono {
        font-size: 80px
    }
}

.page.mini-banner .title {
    display: inline-block
}

.page.mini-banner .title h3 {
    color: #fff;
    font-size: 42px;
    line-height: 40px;
    font-weight: 500;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .5)
}

@media (max-width:767px) {
    .page.mini-banner .title h3 {
        font-size: 32px;
        line-height: 32px
    }
}

.page.mini-banner .title span {
    display: block;
    color: #000;
    font-size: 36px;
    line-height: 36px;
    font-weight: 500
}

@media (max-width:767px) {
    .page.mini-banner .title span {
        font-size: 32px;
        line-height: 32px
    }
}

.page.mini-banner .title .link {
    margin-top: 30px
}

@media (max-width:991px) {
    .page.mini-banner {
        text-align: center;
        background-size: auto 100%;
        background-position: 0
    }
    .page.mini-banner .icon-quote,
    .page.mini-banner .title {
        text-align: center;
        display: block
    }
    .page.mini-banner .icon-quote {
        line-height: 50px;
        font-size: 50px
    }
}

.page.mini-banner.art-banner {
    background-image: url(images/bg_minibaner_art.157ca594.jpg)
}

.currency .dropdown button.btn.dropdown-toggle,
.languages .dropdown button.btn.dropdown-toggle {
    color: #fff;
    background-color: transparent!important;
    border: 0
}

.currency .dropdown .dropdown-menu,
.languages .dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    min-width: 70px;
    text-align: left;
    max-height: 370px;
    overflow-y: auto
}

.currency .dropdown .dropdown-menu li>a,
.languages .dropdown .dropdown-menu li>a {
    padding: 8px 20px
}

.languages .dropdown .dropdown-menu {
    margin-left: -20px
}

.languages .dropdown button.btn.dropdown-toggle {
    text-transform: uppercase
}

.currencies .dropdown {
    margin-bottom: 20px;
    float: right;
    margin-top: -10px;
    width: 150px
}

@media (max-width:1199px) {
    .currencies .dropdown {
        width: 120px
    }
}

.currencies .dropdown button.btn.dropdown-toggle {
    background-color: #f2f2f2;
    text-align: center;
    color: #181818;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px 20px;
    border: 1px solid #cecece;
    border-radius: 0;
    width: 150px
}

@media (max-width:1199px) {
    .currencies .dropdown button.btn.dropdown-toggle {
        width: 120px
    }
}

.currencies .dropdown .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    min-width: 150px;
    text-align: left;
    max-height: 370px;
    overflow-y: auto
}

@media (max-width:1199px) {
    .currencies .dropdown .dropdown-menu {
        max-width: 120px
    }
}

.currencies .dropdown .dropdown-menu li>a {
    padding: 8px 20px;
    color: #181818;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase
}

form .input-group {
    width: 100%;
    margin-bottom: 10px
}

form .input-group.inline .input-element {
    display: inline-block;
    width: 48%
}

form .input-group.inline .input-element .title {
    margin-bottom: 5px
}

form .input-group.inline .input-element.last {
    margin-left: 4%
}

form .feedback {
    text-align: center;
    font-size: 18px;
    font-weight: 300
}

form .feedback i {
    color: #24ba35;
    font-size: 32px
}

form.followsearch-form input[type=email],
form.followsearch-form input[type=password],
form.followsearch-form input[type=text],
form.followsearch-form textarea,
form.forgot-form input[type=email],
form.forgot-form input[type=password],
form.forgot-form input[type=text],
form.forgot-form textarea,
form.login-form input[type=email],
form.login-form input[type=password],
form.login-form input[type=text],
form.login-form textarea,
form.registration-form input[type=email],
form.registration-form input[type=password],
form.registration-form input[type=text],
form.registration-form textarea,
form.reset-form input[type=email],
form.reset-form input[type=password],
form.reset-form input[type=text],
form.reset-form textarea,
form.sharebyemail-form input[type=email],
form.sharebyemail-form input[type=password],
form.sharebyemail-form input[type=text],
form.sharebyemail-form textarea {
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    border-radius: 3px;
    clear: both;
    display: block;
    width: 100%;
    padding: 12px 10px 12px 20px;
    outline: 0;
    font-weight: 300;
    line-height: 1.3em;
    height: 52px;
    -webkit-appearance: none;
    color: #868c96;
    transition: all .3s ease
}

form.followsearch-form textarea,
form.forgot-form textarea,
form.login-form textarea,
form.registration-form textarea,
form.reset-form textarea,
form.sharebyemail-form textarea {
    height: 150px
}

form.followsearch-form input:focus[type=email],
form.followsearch-form input:focus[type=password],
form.followsearch-form input:focus[type=text],
form.followsearch-form textarea:focus,
form.forgot-form input:focus[type=email],
form.forgot-form input:focus[type=password],
form.forgot-form input:focus[type=text],
form.forgot-form textarea:focus,
form.login-form input:focus[type=email],
form.login-form input:focus[type=password],
form.login-form input:focus[type=text],
form.login-form textarea:focus,
form.registration-form input:focus[type=email],
form.registration-form input:focus[type=password],
form.registration-form input:focus[type=text],
form.registration-form textarea:focus,
form.reset-form input:focus[type=email],
form.reset-form input:focus[type=password],
form.reset-form input:focus[type=text],
form.reset-form textarea:focus,
form.sharebyemail-form input:focus[type=email],
form.sharebyemail-form input:focus[type=password],
form.sharebyemail-form input:focus[type=text],
form.sharebyemail-form textarea:focus {
    border-color: #fff;
    color: #181818;
    font-weight: 300;
    background-color: #f2f2f2;
    padding-left: 20px
}

form.newsletter-form label,
form.search-form label {
    font-weight: 500;
    display: block;
    background-image: url(images/ico_mail.f065be35.svg);
    background-repeat: no-repeat;
    background-size: 18px auto;
    background-position: 90%
}

form.newsletter-form input[type=email],
form.newsletter-form input[type=search],
form.newsletter-form input[type=text],
form.search-form input[type=email],
form.search-form input[type=search],
form.search-form input[type=text] {
    background-color: #1d1d1d;
    border: 2px solid #1d1d1d;
    border-radius: 3px;
    clear: both;
    display: block;
    width: 100%;
    padding: 12px 10px 12px 50px;
    outline: 0;
    line-height: 1.3em;
    height: 52px;
    -webkit-appearance: none;
    color: #868c96;
    transition: all .3s ease;
    background-image: url(images/ico_mail.f065be35.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 7%
}

form.newsletter-form input:focus[type=email],
form.newsletter-form input:focus[type=search],
form.newsletter-form input:focus[type=text],
form.search-form input:focus[type=email],
form.search-form input:focus[type=search],
form.search-form input:focus[type=text] {
    border-color: #fff;
    color: #fff;
    font-weight: 300;
    background-color: #1d1d1d;
    background-image: url(images/ico_enter.09223c33.svg);
    background-repeat: no-repeat;
    background-size: 24px auto;
    background-position: 90%;
    padding-left: 20px
}

form.newsletter-form button.search-submit,
form.search-form button.search-submit {
    font-size: .9em;
    color: #868c96;
    outline: 0;
    border: none;
    position: absolute;
    right: 12px;
    top: 15px;
    transition: all .3s ease;
    border-radius: none;
    padding: 0;
    background: 0 0
}

form.newsletter-form button.search-submit:focus,
form.newsletter-form button.search-submit:hover,
form.search-form button.search-submit:focus,
form.search-form button.search-submit:hover {
    color: #ea5a28
}

[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=checkbox]:checked+label,
[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer
}

[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
    background: #fff;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

[type=checkbox]:checked+label:before {
    background: #ea5a28;
    border: 2px solid #ea5a28
}

[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    content: "\67";
    font-family: singulart;
    position: absolute;
    top: 6px;
    left: 5px;
    font-size: 18px;
    line-height: .8;
    color: #fff;
    transition: all .2s
}

[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

[type=checkbox]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

[type=checkbox]:disabled:checked+label:before,
[type=checkbox]:disabled:not(:checked)+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #fff
}

[type=checkbox]:disabled:checked+label:after {
    color: #999
}

[type=checkbox]:disabled+label {
    color: #aaa
}

button.large {
    width: 100%;
    height: 60px
}

button.small {
    width: auto;
    height: 55px;
    border-radius: 5px;
    padding: 0 20px
}

@media (max-width:767px) {
    button.small {
        height: 36px
    }
}

button.shadow {
    text-align: center;
    margin: 10px 0;
    border: 0;
    box-shadow: 0 10px 50px -9px rgba(0, 0, 0, .5);
    position: relative;
    border-radius: 5px;
    -webkit-transform: translateY(0)
}

button.shadow,
button.shadow:after {
    transition: all .6s cubic-bezier(.165, .84, .44, 1)
}

button.shadow:after {
    content: "";
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 80px -9px rgba(0, 0, 0, .3);
    opacity: 0
}

button.shadow:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

button.shadow:hover:after {
    opacity: 1
}

button.btn-sg-cta {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ea5a28
}

button.btn-sg-black {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all .1s ease
}

button.btn-sg-black:hover {
    background-color: #ea5a28;
    border: 1px solid #ea5a28
}

@-webkit-keyframes nshow {
    0% {
        top: 170px;
        opacity: 0
    }
    to {
        top: 160px;
        opacity: 1
    }
}

@keyframes nshow {
    0% {
        top: 170px;
        opacity: 0
    }
    to {
        top: 160px;
        opacity: 1
    }
}

@-webkit-keyframes nhide {
    0% {
        top: 160px;
        opacity: 1
    }
    to {
        top: 170px;
        opacity: 0
    }
}

@keyframes nhide {
    0% {
        top: 160px;
        opacity: 1
    }
    to {
        top: 170px;
        opacity: 0
    }
}

@-webkit-keyframes nshowmob {
    0% {
        bottom: -100%;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes nshowmob {
    0% {
        bottom: -100%;
        opacity: 0
    }
    to {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes nhidemob {
    0% {
        bottom: 0;
        opacity: 1
    }
    to {
        bottom: -100%;
        opacity: 0
    }
}

@keyframes nhidemob {
    0% {
        bottom: 0;
        opacity: 1
    }
    to {
        bottom: -100%;
        opacity: 0
    }
}

.notification {
    position: fixed;
    top: 170px;
    right: 50px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 320px;
    z-index: 700;
    opacity: 0;
    box-shadow: -10px 10px 26px -8px rgba(0, 0, 0, .3)
}

@media (max-width:767px) {
    .notification {
        top: inherit;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100%;
        border-radius: 0
    }
}

.notification .button-follow {
    text-align: center;
    cursor: pointer;
    padding: 0;
    display: block;
    width: 100%;
    margin: 10px 0 0
}

.notification .button-follow .text {
    display: inline-block;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    font-size: 11px;
    margin: 0 auto;
    background-image: url(images/ico_plus_white.b60e2b34.png);
    background-size: 11px auto;
    background-position: 15px;
    background-repeat: no-repeat
}

.notification .button-follow .text:hover {
    background-color: #ea5a28;
    color: #fff
}

.notification.active {
    -webkit-animation: nshow .2s ease-out .5s forwards, nhide .2s ease-in 5s forwards;
    animation: nshow .2s ease-out .5s forwards, nhide .2s ease-in 5s forwards
}

@media (max-width:767px) {
    .notification.active {
        -webkit-animation: nshowmob .2s ease-out .5s forwards, nhidemob .2s ease-in 5s forwards;
        animation: nshowmob .2s ease-out .5s forwards, nhidemob .2s ease-in 5s forwards
    }
}

.notification.animShow {
    -webkit-animation: nshow .2s ease-out .5s forwards;
    animation: nshow .2s ease-out .5s forwards
}

@media (max-width:767px) {
    .notification.animShow {
        -webkit-animation: nshowmob .2s ease-out .5s forwards;
        animation: nshowmob .2s ease-out .5s forwards
    }
}

.notification:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@media (max-width:767px) {
    .notification {
        right: 20px
    }
}

.notification .n-artwork {
    display: inline-block;
    width: 80px;
    vertical-align: top;
    text-align: center
}

.notification .n-artwork img {
    width: auto;
    max-width: 60px;
    max-height: 60px;
    height: auto;
    background: #f3f3f3;
    padding: 1px;
    border: 1px solid #161616;
    position: relative;
    vertical-align: top;
    -o-box-shadow: inset -5px -5px 30px 0 #656565;
    box-shadow: inset -5px -5px 30px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=315, Strength=30)
}

.notification .n-artist {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 2px solid #ea5a28;
    vertical-align: top;
    text-align: center;
    overflow: hidden;
    margin-right: 20px
}

.notification .n-artist img {
    width: auto;
    max-width: 60px;
    max-height: 60px;
    height: auto;
    padding: 1px;
    position: relative;
    vertical-align: top;
    -o-box-shadow: inset -5px -5px 30px 0 #656565;
    box-shadow: inset -5px -5px 30px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=315, Strength=30)
}

.notification .n-close {
    position: absolute;
    right: 20px;
    top: 20px
}

.notification .n-close i {
    font-size: 10px;
    color: #ea5a28
}

.notification .n-text {
    display: inline-block;
    width: 170px;
    font-size: 12px;
    color: #202020
}

.notification .n-text strong {
    font-weight: 500
}

.notification .n-text a {
    color: #ea5a28;
    font-weight: 500
}

@-webkit-keyframes opacityStart {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes opacityStart {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes opacityEnd {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes opacityEnd {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.secondary-nav .favorites .icon {
    z-index: 50;
    position: relative
}

.secondary-nav .favorites .circle {
    position: absolute;
    border-radius: 100px;
    background-color: #ea5a28;
    width: 50px;
    z-index: 20;
    display: none;
    opacity: 0;
    padding-top: 20px;
    height: 50px;
    top: 13px;
    -webkit-animation: opacityStart .2s ease-out .5s forwards, opacityEnd .2s ease-in 4s forwards;
    animation: opacityStart .2s ease-out .5s forwards, opacityEnd .2s ease-in 4s forwards
}

@media (max-width:1199px) {
    .secondary-nav .favorites .circle {
        width: 40px;
        height: 40px;
        top: 16px
    }
}

.losange {
    background-image: url(images/losange.fa293337.png);
    background-size: 19px auto;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px
}

.transition {
    height: 19px;
    width: 100%;
    z-index: 3;
    position: relative;
    background-color: #efefef
}

.transition .icon-quote {
    position: absolute;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    top: -50px
}

@media (max-width:991px) {
    .transition .icon-quote {
        top: -30px
    }
}

.transition .icon-quote i {
    font-size: 120px;
    margin: 0 auto;
    text-align: center;
    color: #ea5a28
}

@media (max-width:991px) {
    .transition .icon-quote i {
        font-size: 90px
    }
}