@charset "UTF-8";

/*
@font-face {
    font-family: 'sackers';
    src: url('../fonts/SackersGothicStd-Light.woff') format('woff');
    src: url('../fonts/SackersGothicStd-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
*/

@font-face {
    font-family: 'sackers';
    src: url('../fonts/SackersGothicStd-Medium.woff') format('woff');
    src: url('../fonts/SackersGothicStd-Medium.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'sackers';
    src: url('../fonts/SackersGothicStd-Heavy.woff') format('woff');
    src: url('../fonts/SackersGothicStd-Heavy.woff2') format('woff2');
    font-weight: 400 500 600 700 800;
    font-style: normal;
}
@font-face {
    font-family: 'Simoncini_Garamond_Std';
    src: url('../fonts/SimonciniGaramondStd.otf') format('truetype');
    src: url('../fonts/SimonciniGaramondStd.woff2') format('woff2');
    src: url('../fonts/SimonciniGaramondStd.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Simoncini_Garamond_Std';
    src: url('../fonts/SimonciniGaramondStd-Bold.woff2') format('woff2');
    src: url('../fonts/SimonciniGaramondStd-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Simoncini_Garamond_Std';
    src: url('../fonts/SimonciniGaramond-Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}
em {
    font-style: italic !important;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: 300;
    letter-spacing: 1.5px;
    letter-spacing: 0px;
    font-size: 14px;
}
.blue {
    color: #000;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */


/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: 'Simoncini_Garamond_Std';
    /*font-family: 'Sabon', serif;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
.body_fixed {
    width: 100vw;
    overflow: hidden;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C""\201D""\2018""\2019";
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.abz_fade_in_text {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 0.8s ease-out;
    will-change: opacity, visibility;
}
.abz_fade_in_text.is-visible {
    opacity: 1;
    transform: none;
    visibility: visible;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-size: 13px;
    line-height: 1.42857;
    color: #777777;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input,
select[multiple],
textarea {
    background-image: none;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: #515151;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted #333;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    text-decoration: none;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail,
.thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 45px;
    margin-bottom: 45px;
    border: 0;
    border-top: 1px solid #eaeaea;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}
p {
    margin: 0 0 9px;
}
.lead {
    margin-bottom: 18px;
    font-size: 14.95px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 19.5px;
    }
}
small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-nowrap {
    white-space: nowrap;
}
.text-muted {
    color: #999999;
}
.text-primary {
    color: #428bca;
}
.text-warning {
    color: #fff;
}
.text-danger {
    color: #fff;
}
.text-success {
    color: #fff;
}
.text-info {
    color: #fff;
}
.text-left {
    text-align: left;
}
.text-right,
#cart_summary tbody td.cart_unit,
#cart_summary tbody td.cart_total {
    text-align: right;
}
.text-center,
#cart_summary thead th.cart_product,
#cart_summary tbody td.cart_product,
#cart_summary tbody td.cart_avail,
#cart_summary tbody td.cart_delete {
    text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
    text-align: center;
    letter-spacing: 3.5px;
    margin: 10px 0px;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 18px;
}
h3 {
    font-size: 16px;
}
.page-header {
    padding-bottom: 8px;
    margin: 36px 0 18px;
    border-bottom: 1px solid #eeeeee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 9px;
}
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}
.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-bottom: 18px;
}
dt,
dd {
    line-height: 1.42857;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
.clear {
    clear: both;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */
    }
    .dl-horizontal dd:after {
        clear: both;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999;
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    border-left: 5px solid #eeeeee;
}
blockquote p {
    font-size: 16.25px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999;
}
blockquote small:before {
    content: '\2014 \00A0';
}
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right;
}
blockquote.pull-right small:before {
    content: '';
}
blockquote.pull-right small:after {
    content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}
address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 1.42857;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 0px;
}
pre {
    display: block;
    padding: 8.5px;
    margin: 0 0 9px;
    font-size: 12px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0px;
}
pre.prettyprint {
    margin-bottom: 18px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before,
.container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.container:after {
    clear: both;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.row:before,
.row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.row:after {
    clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-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 {
    float: left;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-12 {
    width: 100%;
}
@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 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
}
@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 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
}
@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 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
}
table {
    max-width: 100%;
    background-color: transparent;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    margin-bottom: 18px;
}
.table thead > tr > th,
.table thead > tr > td,
.table tbody > tr > th,
.table tbody > tr > td,
.table tfoot > tr > th,
.table tfoot > tr > td {
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    vertical-align: top;
    /* border-top: 1px solid #d6d4d4; */
}
.table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d6d4d4;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}
.table tbody + tbody {
    border-top: 2px solid #d6d4d4;
}
.table .table {
    background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #d6d4d4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #55c65e;
    border-color: #48b151;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #42c04c;
    border-color: #419f49;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f3515c;
    border-color: #d4323d;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #f13946;
    border-color: #c32933;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #92ace0;
    border-color: #708dc6;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #fe840d;
    border-color: #da681c;
}
@media (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #d6d4d4;
    }
    .table-responsive > .table {
        margin-bottom: 0;
        background-color: #fff;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > thead > tr:last-child > th,
    .table-responsive > .table-bordered > thead > tr:last-child > td,
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 18px;
    font-size: 19.5px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}
input[type="file"] {
    display: block;
}
select[multiple],
select[size] {
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
.form-control:-moz-placeholder {
    color: #999999;
}
.form-control::-moz-placeholder {
    color: #999999;
}
.form-control:-ms-input-placeholder {
    color: #999999;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: #fff;
    border: 0px;
    border-bottom: 1px solid #dedede;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-control:focus {
    border-color: #000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    display: block;
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.radio label,
.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm,
.input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
.input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
    height: auto;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg,
.input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 44px;
    line-height: 44px;
}
textarea.input-lg,
.input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
    height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
    color: #fff;
}
.has-warning .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-warning .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #92ace0;
}
.has-error .help-block,
.has-error .control-label {
    color: #fff;
}
.has-error .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-error .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #f3515c;
}
.has-success .help-block,
.has-success .control-label {
    color: #fff;
}
.has-success .form-control {
    border-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
}
.has-success .input-group-addon {
    color: #fff;
    border-color: #fff;
    background-color: #55c65e;
}
.form-control-static {
    margin-bottom: 0;
    padding-top: 7px;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #b7b7b7;
}
@media (min-width: 768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block;
    }
    .form-inline .radio,
    .navbar-form .radio,
    .form-inline .checkbox,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .navbar-form .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"],
    .navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.form-horizontal .form-group:after {
    clear: both;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    background-color: #fff;
    border: medium none;
    color: #999999;
    font-size: 13px;
}
.btn-blue {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    text-transform: uppercase;
    background: #000;
    color: #FFF;
    padding: 10px 20px;
}
.btn-blue:hover {
    opacity: 0.8;
    color: #FFF;
}
.btn-light {
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    padding: 10px 20px;
    background: none;
}
.btn-light:hover {
    background: #000;
    color: #FFF;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {}
.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active {
    background-image: none;
}
.open .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active {
    background-image: none;
}
.open .btn-primary.dropdown-toggle {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active {
    background-image: none;
}
.open .btn-warning.dropdown-toggle {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active {
    background-image: none;
}
.open .btn-danger.dropdown-toggle {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    color: #fff;
    background-color: #46a74e;
    border-color: #3e9546;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31;
}
.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3a8a41;
    border-color: #2c6a31;
}
.btn-success:active,
.btn-success.active {
    background-image: none;
}
.open .btn-success.dropdown-toggle {
    background-image: none;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
    background-color: #46a74e;
    border-color: #3e9546;
}
.btn-info {
    color: #fff;
    background-color: #5192f3;
    border-color: #3983f1;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de;
}
.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de;
}
.btn-info:active,
.btn-info.active {
    background-image: none;
}
.open .btn-info.dropdown-toggle {
    background-image: none;
}
.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5192f3;
    border-color: #3983f1;
}
.btn-link {
    color: #777;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #515151;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn,
.btn-xs,
.btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: "";
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
    outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.btn-toolbar:after {
    clear: both;
}
.btn-toolbar .btn-group {
    float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret,
.btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.btn-group-vertical > .btn-group:after {
    clear: both;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
    z-index: 2;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav:before,
.nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.nav:after {
    clear: both;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}
.nav > li.disabled > a {
    color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #777;
}
.nav .nav-divider {
    height: 1px;
    margin: 8px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 5px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%;
}
.nav-justified > li,
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
    text-align: center;
}
@media (min-width: 768px) {
    .nav-justified > li,
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.tabbable:after {
    clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}
.tab-content > .active,
.pill-content > .active {
    display: block;
}
.breadcrumb {
    padding: 8px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #333;
}
.breadcrumb > .active {
    color: #333;
}
.pagination,
.pagination > div {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0;
    border-radius: 0px;
}
.pagination > li,
.pagination > div > div {
    display: inline;
}
.pagination > div > div {
    cursor: pointer;
}
.pagination > li > a,
.pagination > li > span,
.pagination > div > div {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > div > div:first-child {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > div > div:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > div > div:hover,
.pagination > div > div:focus {
    background-color: #f6f6f6;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus,
.pagination > div > .dhx_pager_item_selected,
.pagination > div > .dhx_pager_item_selected:hover,
.pagination > div > .dhx_pager_item_selected:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 18px 0;
    list-style: none;
    text-align: center;
}
.pager:before,
.pager:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.pager:after {
    clear: both;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #f6f6f6;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: not-allowed;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}
.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.label-default {
    background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: gray;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #4a4949;
    border: 1px solid #000;
    font-weight: 300;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #3aae43;
}
.label-info {
    background-color: #5192f3;
    border: 1px solid #4b80c3;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #2174f0;
}
.label-warning {
    background-color: #92ace0;
    border: 1px solid #708dc6;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #f07701;
}
.label-danger {
    background-color: #f3515c;
    border: 1px solid #d4323d;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #f0212f;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.btn .badge {
    position: relative;
    top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #777;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.thumbnail {
    display: block;
}
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
    border-color: #777;
}
.thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}
.thumbnail .caption {
    padding: 9px;
    color: #777777;
}
.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable {
    padding-right: 35px;
}
.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    background-color: #55c65e;
    border-color: #48b151;
    color: #fff;
}
.alert-success {
    background-color: #1b2b48;
    border-color: #ffffff;
    color: #fff;
}
.alert-success hr {
    border-top-color: #419f49;
}
.alert-success .alert-link {
    color: #e6e6e6;
}
.alert-info {
    background-color: #5192f3;
    border-color: #4b80c3;
    color: #fff;
}
.alert-info hr {
    border-top-color: #3d73b7;
}
.alert-info .alert-link {
    color: #e6e6e6;
}
.alert-warning {
    background-color: #f6efe8;
    border-color: #ffffff;
    color: #000;
    text-align: CENTER;
    MARGIN-TOP: 40px;
    margin: 40px 0px;
}
.alert-warning hr {
    border-top-color: #000;
}
.alert-warning .alert-link {
    color: #000;
}
.alert-danger {
    background-color: #f3515c;
    border-color: #d4323d;
    color: #fff;
}
.alert-danger hr {
    border-top-color: #c32933;
}
.alert-danger .alert-link {
    color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 40px 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    overflow: hidden;
    height: 18px;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media,
.media .media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    display: block;
}
.media-heading {
    margin: 0 0 5px;
}
.media > .pull-left {
    margin-right: 10px;
}
.media > .pull-right {
    margin-left: 10px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-body:before,
.panel-body:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.panel-body:after {
    clear: both;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table {
    margin-bottom: 0;
}
.panel > .panel-body + .table {
    border-top: 1px solid #d6d4d4;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1px;
    border-top-left-radius: -1px;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1px;
    border-bottom-left-radius: -1px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #428bca;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca;
}
.panel-success {
    border-color: #48b151;
}
.panel-success > .panel-heading {
    color: #fff;
    background-color: #55c65e;
    border-color: #48b151;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #48b151;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #48b151;
}
.panel-warning {
    border-color: #708dc6;
}
.panel-warning > .panel-heading {
    color: #fff;
    background-color: #92ace0;
    border-color: #708dc6;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #708dc6;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #708dc6;
}
.panel-danger {
    border-color: #d4323d;
}
.panel-danger > .panel-heading {
    color: #fff;
    background-color: #f3515c;
    border-color: #d4323d;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d4323d;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d4323d;
}
.panel-info {
    border-color: #4b80c3;
}
.panel-info > .panel-heading {
    color: #fff;
    background-color: #5192f3;
    border-color: #4b80c3;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #4b80c3;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #4b80c3;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow {
    border-width: 11px;
}
.popover .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}
.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}
.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after {
    clear: both;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.visible-xs {
    display: none !important;
}
tr.visible-xs {
    display: none !important;
}
th.visible-xs,
td.visible-xs {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important;
    }
    tr.visible-xs.visible-sm {
        display: table-row !important;
    }
    th.visible-xs.visible-sm,
    td.visible-xs.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
        display: block !important;
    }
    tr.visible-xs.visible-md {
        display: table-row !important;
    }
    th.visible-xs.visible-md,
    td.visible-xs.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display: block !important;
    }
    tr.visible-xs.visible-lg {
        display: table-row !important;
    }
    th.visible-xs.visible-lg,
    td.visible-xs.visible-lg {
        display: table-cell !important;
    }
}
.visible-sm {
    display: none !important;
}
tr.visible-sm {
    display: none !important;
}
th.visible-sm,
td.visible-sm {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display: block !important;
    }
    tr.visible-sm.visible-xs {
        display: table-row !important;
    }
    th.visible-sm.visible-xs,
    td.visible-sm.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
        display: block !important;
    }
    tr.visible-sm.visible-md {
        display: table-row !important;
    }
    th.visible-sm.visible-md,
    td.visible-sm.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display: block !important;
    }
    tr.visible-sm.visible-lg {
        display: table-row !important;
    }
    th.visible-sm.visible-lg,
    td.visible-sm.visible-lg {
        display: table-cell !important;
    }
}
.visible-md {
    display: none !important;
}
tr.visible-md {
    display: none !important;
}
th.visible-md,
td.visible-md {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-md.visible-xs {
        display: block !important;
    }
    tr.visible-md.visible-xs {
        display: table-row !important;
    }
    th.visible-md.visible-xs,
    td.visible-md.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important;
    }
    tr.visible-md.visible-sm {
        display: table-row !important;
    }
    th.visible-md.visible-sm,
    td.visible-md.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }
    tr.visible-md.visible-lg {
        display: table-row !important;
    }
    th.visible-md.visible-lg,
    td.visible-md.visible-lg {
        display: table-cell !important;
    }
}
.visible-lg {
    display: none !important;
}
tr.visible-lg {
    display: none !important;
}
th.visible-lg,
td.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display: block !important;
    }
    tr.visible-lg.visible-xs {
        display: table-row !important;
    }
    th.visible-lg.visible-xs,
    td.visible-lg.visible-xs {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important;
    }
    tr.visible-lg.visible-sm {
        display: table-row !important;
    }
    th.visible-lg.visible-sm,
    td.visible-lg.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }
    tr.visible-lg.visible-md {
        display: table-row !important;
    }
    th.visible-lg.visible-md,
    td.visible-lg.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
.hidden-xs {
    display: block !important;
}
tr.hidden-xs {
    display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    tr.hidden-xs {
        display: none !important;
    }
    th.hidden-xs,
    td.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }
    tr.hidden-xs.hidden-sm {
        display: none !important;
    }
    th.hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md {
        display: none !important;
    }
    tr.hidden-xs.hidden-md {
        display: none !important;
    }
    th.hidden-xs.hidden-md,
    td.hidden-xs.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-xs.hidden-lg {
        display: none !important;
    }
    tr.hidden-xs.hidden-lg {
        display: none !important;
    }
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important;
    }
}
.hidden-sm {
    display: block !important;
}
tr.hidden-sm {
    display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }
    tr.hidden-sm.hidden-xs {
        display: none !important;
    }
    th.hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
    tr.hidden-sm {
        display: none !important;
    }
    th.hidden-sm,
    td.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md {
        display: none !important;
    }
    tr.hidden-sm.hidden-md {
        display: none !important;
    }
    th.hidden-sm.hidden-md,
    td.hidden-sm.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-sm.hidden-lg {
        display: none !important;
    }
    tr.hidden-sm.hidden-lg {
        display: none !important;
    }
    th.hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg {
        display: none !important;
    }
}
.hidden-md {
    display: block !important;
}
tr.hidden-md {
    display: table-row !important;
}
th.hidden-md,
td.hidden-md {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-md.hidden-xs {
        display: none !important;
    }
    tr.hidden-md.hidden-xs {
        display: none !important;
    }
    th.hidden-md.hidden-xs,
    td.hidden-md.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm {
        display: none !important;
    }
    tr.hidden-md.hidden-sm {
        display: none !important;
    }
    th.hidden-md.hidden-sm,
    td.hidden-md.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
    tr.hidden-md {
        display: none !important;
    }
    th.hidden-md,
    td.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-md.hidden-lg {
        display: none !important;
    }
    tr.hidden-md.hidden-lg {
        display: none !important;
    }
    th.hidden-md.hidden-lg,
    td.hidden-md.hidden-lg {
        display: none !important;
    }
}
.hidden-lg {
    display: block !important;
}
tr.hidden-lg {
    display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-lg.hidden-xs {
        display: none !important;
    }
    tr.hidden-lg.hidden-xs {
        display: none !important;
    }
    th.hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm {
        display: none !important;
    }
    tr.hidden-lg.hidden-sm {
        display: none !important;
    }
    th.hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md {
        display: none !important;
    }
    tr.hidden-lg.hidden-md {
        display: none !important;
    }
    th.hidden-lg.hidden-md,
    td.hidden-lg.hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    tr.hidden-lg {
        display: none !important;
    }
    th.hidden-lg,
    td.hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
tr.visible-print {
    display: none !important;
}
th.visible-print,
td.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
    .hidden-print {
        display: none !important;
    }
    tr.hidden-print {
        display: none !important;
    }
    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


/* FONT PATH
 * -------------------------- */

.icon,
[class^="icon-"] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.icon-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.icon-2x {
    font-size: 2em;
}
.icon-3x {
    font-size: 3em;
}
.icon-4x {
    font-size: 4em;
}
.icon-5x {
    font-size: 5em;
}
.icon-fw {
    width: 1.28571em;
    text-align: center;
}
.icon-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}
.icon-ul > li {
    position: relative;
}
.icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}
.icon-li.icon-lg {
    left: -1.85714em;
}
.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.icon.pull-left,
.pull-left[class^="icon-"] {
    margin-right: .3em;
}
.icon.pull-right,
.pull-right[class^="icon-"] {
    margin-left: .3em;
}
.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.icon-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.icon-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.icon-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.icon-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.icon-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.icon-stack-1x,
.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.icon-stack-1x {
    line-height: inherit;
}
.icon-stack-2x {
    font-size: 2em;
}
.icon-inverse {
    color: #fff;
}
a:hover {
    text-decoration: none;
}
body {
    min-width: 320px;
    height: 100%;
    line-height: 18px;
    font-size: 14px;
    color: #000;
}
body.content_only {
    background: none;
}
textarea {
    resize: none;
}
.columns-container {
    background: #fff;
    width: 100%;
    float: left;
}
#columns {
    position: relative;
}
#index .tab-content {
    margin-top: 35px;
    margin-bottom: 34px;
}
#index #columns {
    padding-top: 0;
}
header {
    float: left;
    width: 100%;
    position: relative;
    /*background: #fff;*/
    z-index: 3;
}
#center_column .page_product_box h3 {
    color: #555454;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 20px 17px;
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #d6d4d4;
    border-bottom: none;
    background: #fbfbfb;
}
p.info-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 25px;
}
p.info-account {
    margin: -4px 0 24px 0;
}
.dark {
    color: #333;
}
.main-page-indent {
    margin-bottom: 30px;
}
.alert {
    font-weight: bold;
}
.alert:before {
    cursor: pointer;
}
.alert ul,
.alert ol {
    padding-left: 15px;
    margin-left: 27px;
}
.alert ul li,
.alert ol li {
    list-style-type: decimal;
    font-weight: normal;
}
.alert.alert-success {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.alert.alert-success:before {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
}
.alert.alert-danger {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.alert.alert-danger:before {
    font-family: "FontAwesome";
    content: "\f057";
    font-size: 20px;
    vertical-align: -2px;
    padding-right: 7px;
    float: left;
}
.label {
    white-space: normal;
    display: inline-block;
    padding: 6px 10px;
}
label {
    color: #333;
}
label.required:before {
    content: "*";
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}
.unvisible {
    display: none;
}
.checkbox {
    line-height: 16px;
}
.checkbox label {
    color: #777777;
}
.close {
    opacity: 1;
}
.close:hover {
    opacity: 1;
}
input.button_mini,
input.button_small,
input.button,
input.button_large,
input.button_mini_disabled,
input.button_small_disabled,
input.button_disabled,
input.button_large_disabled,
input.exclusive_mini,
input.exclusive_small,
input.exclusive,
input.exclusive_large,
input.exclusive_mini_disabled,
input.exclusive_small_disabled,
input.exclusive_disabled,
input.exclusive_large_disabled,
a.button_mini,
a.button_small,
a.button,
a.button_large,
a.exclusive_mini,
a.exclusive_small,
a.exclusive,
a.exclusive_large,
span.button_mini,
span.button_small,
span.button,
span.button_large,
span.exclusive_mini,
span.exclusive_small,
span.exclusive,
span.exclusive_large,
span.exclusive_large_disabled {
    position: relative;
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid #cc9900;
    font-weight: bold;
    color: black;
    background: #000;
    cursor: pointer;
    white-space: normal;
    text-align: left;
}
*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
    border: none;
}
input.button_mini:hover,
input.button_small:hover,
input.button:hover,
input.button_large:hover,
input.exclusive_mini:hover,
input.exclusive_small:hover,
input.exclusive:hover,
input.exclusive_large:hover,
a.button_mini:hover,
a.button_small:hover,
a.button:hover,
a.button_large:hover,
a.exclusive_mini:hover,
a.exclusive_small:hover,
a.exclusive:hover,
a.exclusive_large:hover {
    text-decoration: none;
    background-position: left -50px;
}
input.button_mini:active,
input.button_small:active,
input.button:active,
input.button_large:active,
input.exclusive_mini:active,
input.exclusive_small:active,
input.exclusive:active,
input.exclusive_large:active,
a.button_mini:active,
a.button_small:active,
a.button:active,
a.button_large:active,
a.exclusive_mini:active,
a.exclusive_small:active,
a.exclusive:active,
a.exclusive_large:active {
    background-position: left -100px;
}
input.button_disabled,
input.exclusive_disabled,
span.exclusive {
    border: 1px solid #cccccc;
    color: #999999;
    background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
    cursor: default;
}
.btn.disabled,
.btn[disabled]:hover {
    opacity: 0;
}
.button.button-small {
    background: none repeat scroll 0 0 #000;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
}
.button.button-small span i {
    vertical-align: 0px;
    margin-right: 5px;
}
.button.button-small span i.right {
    margin-right: 0;
    margin-left: 5px;
}
.button.button-small span:hover {
    transition: all 0.3s ease-out 0s;
}
.button.button-medium {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0 10px;
}
.button.button-medium span {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-size: 12px;
    padding: 10px 0px 7px 0px;
    min-width: 140px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 480px) {
    .button.button-medium span {
        font-size: 14px;
        padding-right: 7px;
        padding-left: 7px;
    }
}
.button.button-medium span i.left {
    font-size: 24px;
    vertical-align: -2px;
    margin: -4px 10px 0 0;
    display: inline-block;
}
@media (max-width: 480px) {
    .button.button-medium span i.left {
        margin-right: 5px;
    }
}
.button.button-medium span i.right {
    margin-right: 0;
    margin-left: 9px;
}
@media (max-width: 480px) {
    .button.button-medium span i.right {
        margin-left: 5px;
    }
}
.button.button-medium:hover {
    opacity: 0.8;
    transition: all 0.4s ease-out 0s;
}
.button.button-medium.exclusive {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #000;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    padding: 0 10px;
}
.button.button-medium.exclusive span {
    border-color: #fec133 #febc33 #feb233 #febc33;
}
.button.button-medium.exclusive:hover {}
.button.button-medium.exclusive:hover span {
    border-color: #fec133;
}
.link-button {
    font-weight: bold;
}
.link-button i {
    margin-right: 5px;
}
.link-button i.large {
    font-size: 26px;
    line-height: 26px;
    vertical-align: -3px;
    color: silver;
}
.btn.button-plus,
.btn.button-minus {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    border: 1px solid #000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.btn.button-plus span,
.btn.button-minus span {
    display: block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0 0 0;
    color: #000;
    background: #f5efe8;
}
.btn.button-plus:hover,
.btn.button-minus:hover {
    color: #333;
}
.btn.button-plus:hover span,
.btn.button-minus:hover span {
    filter: none;
    background: #000;
    color: #fff;
}
.button.exclusive-medium {
    border: medium none;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
    padding: 0;
}
.button.exclusive-medium span {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #000;
    color: #000;
    display: block;
    padding: 9px 10px 11px;
}
@media (max-width: 480px) {
    .button.exclusive-medium span {
        font-size: 15px;
        padding-right: 7px;
        padding-left: 7px;
    }
}
.button.exclusive-medium span:hover {
    background: #000;
    transition: all 0.4s ease-out 0s;
    color: #fff
}
.button.exclusive-medium span:hover span {
    background: #e7e7e7;
    background: -moz-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7e7e7), color-stop(0%, #e7e7e7));
    background: -webkit-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
    background: -o-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
    background: -ms-linear-gradient(top, #e7e7e7 0%, #e7e7e7 0%);
    background: linear-gradient(to bottom, #e7e7e7 0%, #e7e7e7 0%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#e7e7e7', GradientType=0);
}
.button.ajax_add_to_cart_button {
    color: #fff;
    padding: 0;
    border: none;
}
.button.ajax_add_to_cart_button span {
    padding: 10px 14px;
    display: block;
    font-size: 13px;
}
.button.ajax_add_to_cart_button {
    color: #fff;
    padding: 0;
    border: none;
    background: #e4e4e4 !important;
    border: none;
    color: #000 !important;
    padding: 0;
    width: 100%;
    text-align: center;
}
.button.ajax_add_to_cart_button:hover {}
.button.ajax_add_to_cart_button:hover span {}
.button.lnk_view {
    color: #333;
    text-shadow: 1px 1px white;
    padding: 0;
    border: 1px solid;
    border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
}
.button.lnk_view span {
    border: 1px solid;
    border-color: #fff;
    padding: 10px 14px;
    display: block;
    background: #f7f7f7;
}
.button.lnk_view:hover {
    border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
}
.button.lnk_view:hover span {
    filter: none;
    background: #e7e7e7;
}
.button.lnk_view i.left {
    padding-right: 8px;
    color: #777777;
}
.form-control {
    padding: 3px 5px;
    height: 27px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.grey {
    background: #fbfbfb;
}
table.std,
table.table_block {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #999999;
    border-bottom: none;
    background: white;
    border-collapse: inherit;
}
table.std th,
table.table_block th {
    padding: 14px 12px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 0 black;
    background: #999999;
}
table.std tr.alternate_item,
table.table_block tr.alternate_item {
    background-color: #f3f3f3;
}
table.std td,
table.table_block td {
    padding: 12px;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    font-size: 14px;
    vertical-align: top;
}
.table {
    margin-bottom: 30px;
}
.table > thead > tr > th {
    /*background: #fbfbfb;*/
    border-bottom-width: 1px;
    color: #333;
    vertical-align: middle;
}
.table td a.color-myaccount {
    color: #777;
    text-decoration: underline;
}
.table td a.color-myaccount:hover {
    text-decoration: none;
}
.table tfoot tr {
    /*    background: #fbfbfb;*/
}
.product-name {
    color: #000;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .product-name {
        color: #000;
        font-size: 14px;
        font-weight: inherit;
        line-height: 12px;
        margin-bottom: 0;
        text-transform: uppercase;
    }
}
.product-name a {
    color: #fff !important;
    font-size: 17px;
    line-height: 17px;
    text-decoration: none !important;
}
.product-name a:hover {
    color: #515151;
}
.cta_confirm_pay_now,
.cta_read_more_blog,
#cms h1,
#cms h2,
#cms h3,
.ul_menu_account,
.cta-baseline_,
.title-expo-listing,
.expo-title,
.cta_expo_menu,
.expo-sub-title,
.podcast_title,
.subtitle-page,
button,
.font_1,
.button,
.title-blocksecu,
.main_nav,
.title-page,
.label-title,
.cta_manufacturer_alpha,
.languages-block,
.form-control,
.page-subheading,
.info-accrochage,
.smartblog_list_title,
.step-num,
.pay_title,
.sdstitle_block2 {
    font-family: 'sackers', sans-serif;
    font-size: 12px;
}
.info-accrochage {
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .product-name a {
        font-size: 14px;
    }
}
.cart_description .product-name a {
    color: #000 !important;
    font-size: 17px;
    line-height: 17px;
    text-decoration: none !important;
}
.price {
    font-size: 13px;
    white-space: nowrap;
}
.price.product-price {
    color: #333;
    float: right;
    width: 100%;
    text-align: right;
    font-weight: 400;
}
.old-price {
    color: #6f6f6f;
    text-decoration: line-through;
}
.old-price.product-price {
    font-size: 17px;
}
.special-price {
    color: #f13340;
}
.price-percent-reduction {
    background: #f13340;
    border: 1px solid #d02a2c;
    font-weight: 600px;
    font-size: 21px;
    color: #fff;
    padding: 0 5px 0 3px;
    display: inline-block;
}
.price-percent-reduction.small {
    font-weight: 400;
    font-size: 14px;
    padding: 1px 6px;
}
.new-box,
.sale-box {
    position: absolute;
    top: -4px;
    overflow: hidden;
    height: 85px;
    width: 85px;
    text-align: center;
    z-index: 0;
}
.new-box {
    left: -4px;
}
.sale-box {
    right: -5px;
}
.new-label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #6ad4ff;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 130px;
    text-align: center;
    display: block;
    position: absolute;
    left: -33px;
    top: 16px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.new-label:before {
    position: absolute;
    bottom: -3px;
    right: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #21a3d8 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.new-label:after {
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #21a3d8 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sale-label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background: #f13340;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 130px;
    text-align: center;
    display: block;
    position: absolute;
    right: -33px;
    top: 16px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sale-label:before {
    position: absolute;
    bottom: -3px;
    right: 4px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.sale-label:after {
    position: absolute;
    bottom: -3px;
    left: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    border-color: #ad2b34 transparent transparent transparent;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ie8 .new-label {
    left: 0px;
    top: 0px;
    width: auto;
    padding: 5px 15px;
}
.ie8 .new-label:after {
    display: none;
}
.ie8 .new-label:before {
    display: none;
}
.ie8 .sale-label {
    right: 0px;
    top: 0px;
    width: auto;
    padding: 5px 15px;
}
.ie8 .sale-label:after {
    display: none;
}
.ie8 .sale-label:before {
    display: none;
}
.ie8 .new-box {
    top: -1px;
    left: -1px;
}
.ie8 .sale-box {
    right: -1px;
    top: -1px;
}
.box {
    padding: 20px;
    margin: 0 0 30px 0;
    line-height: 23px;
}
.box p {
    margin-bottom: 0;
}
.box.box-small {
    padding: 9px 10px 9px 20px;
}
.box.box-small .dark {
    padding-top: 10px;
    padding-right: 20px;
    margin-bottom: 0;
    width: auto;
}
.page-product-box {
    padding-bottom: 10px;
}
.product-box .product-image {
    background: none repeat scroll 0 0 white;
    display: block;
    margin-bottom: 11px;
}
.product-box .product-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#home-page-tabs {
    border: none;
    background: #fff;
}
@media (min-width: 768px) {
    #home-page-tabs {
        padding: 10px 0;
        margin: 0 0 0 -18px;
    }
}
#home-page-tabs > li {
    margin-bottom: 0;
}
@media (min-width: 991px) {
    #home-page-tabs > li {
        border-left: 1px solid #d6d4d4;
        margin: 0 0px 0 9px;
        padding: 0 0px 0 9px;
    }
}
@media (max-width: 479px) {
    #home-page-tabs > li {
        width: 100%;
    }
}
#home-page-tabs > li a {
    font-weight: 600;
    font-size: 21px;
    color: #555454;
    text-transform: uppercase;
    border: none;
    outline: none;
    margin: 0;
    padding: 10px;
}
@media (min-width: 768px) {
    #home-page-tabs > li a {
        padding: 1px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #home-page-tabs > li a {
        padding: 10px 10px;
    }
}
#home-page-tabs > li:first-child {
    border: none;
}
#home-page-tabs > li.active a,
#home-page-tabs > li a:hover {
    background: #333;
    color: #fff;
    padding: 10px;
}
@media (min-width: 768px) {
    #home-page-tabs > li.active a,
    #home-page-tabs > li a:hover {
        margin: -9px 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #home-page-tabs > li.active a,
    #home-page-tabs > li a:hover {
        margin: 0px 0;
    }
}
.block {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .block {
        margin-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .cart_block .block .block_content {
        display: none;
    }
    .block .block_content {
        margin-bottom: 20px;
    }
}
.block .title_block,
.block h4 {}
#respond .title_block,
#respond h4 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: 3px solid #ddd;
    color: #555454;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin: 11px 0 15px;
    padding: 15px 0 0;
    display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
    .block .title_block,
    .block h4 {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .block .title_block,
    .block h4 {
        position: relative;
    }
    .block .title_block:after,
    .block h4:after {
        display: block;
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 15px;
        height: 36px;
        width: 36px;
        font-size: 26px;
        font-weight: normal;
    }
    .block .title_block.active:after,
    .block h4.active:after {
        content: "";
    }
}
.block .title_block a,
.block h4 a {
    color: #777;
    font-weight: 400;
    font-size: 13px;
}
.block .title_block a:hover,
.block h4 a:hover {
    color: #333;
}
.block .list-block {
    margin-top: -8px;
}
@media (max-width: 767px) {
    .block .list-block {
        margin-top: 0;
    }
}
.block .list-block li {
    padding: 5px 0 6px 20px;
    border-top: 1px solid #d6d4d4;
}
.block .list-block li a i {
    display: none;
}
.block .list-block li a:before {
    content: "\f105";
    display: inline;
    font-family: "FontAwesome";
    color: #333;
    padding-right: 8px;
}
.block .list-block li a:hover {
    color: #333;
    font-weight: bold;
}
.block .list-block li:first-child {
    border-top: none;
}
.block .list-block .form-group {
    padding-top: 20px;
    border-top: 1px solid #d6d4d4;
    margin-bottom: 0;
}
.block .list-block .form-group select {
    max-width: 270px;
}
@media (max-width: 767px) {
    .block .list-block .form-group select {
        width: 270px;
    }
}
.block .list-block .btn {
    margin-top: 12px;
}
.block .products-block li {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d4d4;
}
.block .products-block li .products-block-image {
    float: left;
    border: 1px solid #d6d4d4;
    margin-right: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .block .products-block li .products-block-image {
        float: none;
        display: inline-block;
        margin: 0 auto 10px;
        text-align: center;
    }
}
.block .products-block li .product-content {
    overflow: hidden;
}
.block .products-block li .product-content h5 {
    margin: -3px 0 0 0;
}
.block .products-block .product-name {
    font-size: 15px;
    line-height: 18px;
}
.block .products-block .product-description {
    margin-bottom: 14px;
}
.block .products-block .price-percent-reduction {
    font-weight: 400;
    font-size: 14px;
    padding: 1px 6px;
}
.page-heading {
    color: #000;
    text-transform: uppercase;
    padding: 0px 0px 17px 0px;
    margin-bottom: 30px;
    overflow: hidden;
}
.page-heading span.heading-counter {
    font-weight: 400;
    font-size: 13px;
    float: right;
    color: #333;
    text-transform: none;
    margin-bottom: 10px;
}
@media (max-width: 480px) {
    .page-heading span.heading-counter {
        float: none;
        display: block;
        padding-top: 5px;
    }
}
.page-heading span.lighter {
    color: #9c9c9c;
}
.page-heading.bottom-indent {
    margin-bottom: 16px;
}
.page-heading.product-listing {
    border-bottom: medium none;
    color: #fff;
    font-size: 30px;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: none;
    font-weight: inherit;
}
.page-heading.product-listing span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
}
.page-subheading {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    padding: 0 0 15px;
    line-height: normal;
    margin-bottom: 12px;
}
h3.page-product-heading {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 20px;
    padding: 14px 10px 17px;
    position: relative;
}
ul.footer_links {
    padding: 20px 0 0px 0;
    border-top: 1px solid #d6d4d4;
    height: 65px;
}
ul.footer_links li {
    float: left;
}
ul.footer_links li + li {
    margin-left: 10px;
}
.content_sortPagiBar .sortPagiBar {}
#productsSortForm {
    float: right;
    margin-right: 45px;
    margin-bottom: 10px;
    margin-top: -20px;
}
.content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 192px;
    float: left;
}
@media (max-width: 991px) {
    .content_sortPagiBar .sortPagiBar #productsSortForm select {
        max-width: 160px;
    }
}
.content_sortPagiBar .sortPagiBar #productsSortForm .selector {
    float: left;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage {
    float: left;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage select {
    max-width: 59px;
    float: left;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
    padding: 3px 0 0 12px;
    display: inline-block;
    float: left;
}
.content_sortPagiBar .sortPagiBar .nbrItemPage #uniform-nb_item {
    float: left;
}
.content_sortPagiBar .sortPagiBar label,
.content_sortPagiBar .sortPagiBar select {
    float: left;
}
.content_sortPagiBar .sortPagiBar label {
    margin-right: 5px;
    margin-top: 5px;
}
.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
    display: none;
}
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
    float: right;
    margin-top: -4px;
}
.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li {
    float: left;
    padding-left: 12px;
    text-align: center;
}
.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
    color: #808080;
    font-size: 11px;
    line-height: 14px;
    cursor: pointer;
}
.content_sortPagiBar .display li a i,
.content_sortPagiBar .display_m li a i {
    display: block;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    margin-bottom: -3px;
    color: #e1e0e0;
}
.content_sortPagiBar .display li a:hover i,
.content_sortPagiBar .display_m li a:hover i {
    color: gray;
}
.content_sortPagiBar .display li.selected a,
.content_sortPagiBar .display_m li.selected a {
    cursor: default;
}
.content_sortPagiBar .display li.selected i,
.content_sortPagiBar .display_m li.selected i {
    color: #333;
}
.content_sortPagiBar .display li.display-title,
.content_sortPagiBar .display_m li.display-title {
    font-weight: bold;
    color: #333;
    padding: 7px 6px 0 0;
}
.top-pagination-content,
.bottom-pagination-content {
    text-align: center;
    padding: 12px 0 12px 0;
    position: relative;
    float: right;
}
.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
    margin: 0;
    float: right;
    width: 530px;
    text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .top-pagination-content div.pagination,
    .bottom-pagination-content div.pagination {
        width: 380px;
    }
}
@media (max-width: 991px) {
    .top-pagination-content div.pagination,
    .bottom-pagination-content div.pagination {
        float: left;
        width: auto;
    }
}
.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
    float: right;
    margin: 8px 53px 8px 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .top-pagination-content div.pagination .showall,
    .bottom-pagination-content div.pagination .showall {
        margin-right: 11px;
    }
}
@media (max-width: 991px) {
    .top-pagination-content div.pagination .showall,
    .bottom-pagination-content div.pagination .showall {
        margin-right: 0;
    }
}
.top-pagination-content div.pagination .showall .btn span,
.bottom-pagination-content div.pagination .showall .btn span {
    font-size: 13px;
    padding: 3px 5px 4px 5px;
    line-height: normal;
}
.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
    margin: 8px 0px 8px 0;
}
@media (max-width: 991px) {
    .top-pagination-content ul.pagination,
    .bottom-pagination-content ul.pagination {
        float: left;
    }
}
.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
    display: inline-block;
    float: left;
}
.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
    margin: 0 5px 0 0px;
    padding: 0;
    font-weight: bold;
    border: 0px solid;
    display: block;
}
.top-pagination-content ul.pagination li > a span,
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > a span,
.bottom-pagination-content ul.pagination li > span span {
    border: 0px solid #fff;
    padding: 10px;
    display: block;
}
.top-pagination-content ul.pagination li > a:hover span,
.bottom-pagination-content ul.pagination li > a:hover span {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.top-pagination-content ul.pagination li.pagination_previous,
.top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_next {
    color: #777676;
    font-weight: bold;
}
.top-pagination-content ul.pagination li.pagination_previous > a,
.top-pagination-content ul.pagination li.pagination_previous > span,
.top-pagination-content ul.pagination li.pagination_next > a,
.top-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_previous > a,
.bottom-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_next > a,
.bottom-pagination-content ul.pagination li.pagination_next > span {
    border: none;
    background: none;
    display: block;
    padding: 4px 0;
}
@media (max-width: 767px) {
    .top-pagination-content ul.pagination li.pagination_previous > a b,
    .top-pagination-content ul.pagination li.pagination_previous > span b,
    .top-pagination-content ul.pagination li.pagination_next > a b,
    .top-pagination-content ul.pagination li.pagination_next > span b,
    .bottom-pagination-content ul.pagination li.pagination_previous > a b,
    .bottom-pagination-content ul.pagination li.pagination_previous > span b,
    .bottom-pagination-content ul.pagination li.pagination_next > a b,
    .bottom-pagination-content ul.pagination li.pagination_next > span b {
        display: none;
    }
}
.top-pagination-content ul.pagination li.pagination_previous > a span,
.top-pagination-content ul.pagination li.pagination_previous > span span,
.top-pagination-content ul.pagination li.pagination_next > a span,
.top-pagination-content ul.pagination li.pagination_next > span span,
.bottom-pagination-content ul.pagination li.pagination_previous > a span,
.bottom-pagination-content ul.pagination li.pagination_previous > span span,
.bottom-pagination-content ul.pagination li.pagination_next > a span,
.bottom-pagination-content ul.pagination li.pagination_next > span span {
    border: none;
    padding: 0;
    background: none;
}
.top-pagination-content ul.pagination li.pagination_previous > a span b,
.top-pagination-content ul.pagination li.pagination_previous > span span b,
.top-pagination-content ul.pagination li.pagination_next > a span b,
.top-pagination-content ul.pagination li.pagination_next > span span b,
.bottom-pagination-content ul.pagination li.pagination_previous > a span b,
.bottom-pagination-content ul.pagination li.pagination_previous > span span b,
.bottom-pagination-content ul.pagination li.pagination_next > a span b,
.bottom-pagination-content ul.pagination li.pagination_next > span span b {
    font-weight: bold;
}
.top-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_previous {
    margin-right: 5px;
    padding: 6px;
    width: 30px;
    text-align: center;
}
.top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_next {
    margin-left: 5px;
    padding: 6px;
    width: 30px;
    text-align: center;
}
.top-pagination-content ul.pagination li.active > span,
.bottom-pagination-content ul.pagination li.active > span {
    color: #333;
    border: 1px solid #eee;
    background: #fff;
}
background: #fff;
border: 1px solid #eee;
.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form {
    float: right;
}
@media (max-width: 479px) {
    .top-pagination-content .compare-form,
    .bottom-pagination-content .compare-form {
        float: left;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        clear: both;
    }
}
.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
    padding: 11px 0 0 0;
    float: left;
}
@media (max-width: 991px) {
    .top-pagination-content .product-count,
    .bottom-pagination-content .product-count {
        clear: left;
    }
}
.bottom-pagination-content {
    border-top: 1px solid #d6d4d4;
}
ul.step {
    margin-bottom: 30px;
    overflow: hidden;
}
@media (min-width: 768px) {
    ul.step {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
}
ul.step li {
    float: left;
    width: 20%;
    text-align: left;
}
@media (max-width: 767px) {
    ul.step li {
        width: 100%;
        border-left-width: 1px;
    }
}
ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
    display: block;
    padding: 13px 10px 14px 13px;
    color: #1a2a47;
    font-size: 17px;
    position: relative;
}
@media (max-width: 992px) {
    ul.step li a,
    ul.step li span,
    ul.step li.step_current span,
    ul.step li.step_current_end span {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    ul.step li a:after,
    ul.step li span:after,
    ul.step li.step_current span:after,
    ul.step li.step_current_end span:after {
        content: ".";
        position: absolute;
        top: 0;
        right: -31px;
        z-index: 0;
        text-indent: -5000px;
        display: block;
        width: 31px;
        height: 52px;
        margin-top: -2px;
    }
}
ul.step li.first span,
ul.step li.first a {
    z-index: 5;
    padding-left: 13px !important;
}
@media (min-width: 768px) {
    ul.step li.first span,
    ul.step li.first a {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
}
ul.step li.second span,
ul.step li.second a {
    z-index: 4;
}
ul.step li.third span,
ul.step li.third a {
    z-index: 3;
}
ul.step li.four span,
ul.step li.four a {
    z-index: 2;
}
ul.step li.last span {
    z-index: 1;
}
@media (min-width: 768px) {
    ul.step li.last {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    ul.step li.last span {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
}

/*ul.step li.step_current {
    font-weight: bold;
    background: #000;
    border-color: #000;
}
*/


/*ul.step li.step_current span {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    position: relative;
    text-shadow: 1px 1px #000;
}*/

@media (min-width: 992px) {
    ul.step li.step_current span {
        padding-left: 38px;
        font-size: 20px;
        font-weight: bold;
    }
}
ul.step li.step_current_end {
    font-weight: bold;
}
ul.step li.step_todo span {
    display: block;
    color: #333;
    position: relative;
}
@media (min-width: 992px) {
    ul.step li.step_todo span {
        padding-left: 38px;
    }
}
@media (min-width: 992px) {
    ul.step li.step_done a {
        padding-left: 38px;
    }
}
@media (min-width: 992px) {}
@media (min-width: 992px) {
    ul.step li#step_end span:after {
        display: none;
    }
}
ul.step li em {
    font-style: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
    ul.step li em {
        display: none;
    }
}
.rating {
    clear: both;
    display: block;
    margin: 2em;
    cursor: pointer;
}
.rating:after {
    content: ".";
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}
.cancel,
.star {
    overflow: hidden;
    float: left;
    margin: 0 1px 0 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.cancel,
.cancel a {
    background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}
.cancel a,
.star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
}
div.star_on a {
    background-position: 0 -16px;
}
div.star_hover a,
div.star a:hover {
    background-position: 0 -32px;
}
.pack_content {
    margin: 10px 0 10px 0;
}
.confirmation {
    margin: 0 0 10px;
    padding: 10px;
    border: 1px solid #e6db55;
    font-size: 13px;
    background: none repeat scroll 0 0 lightyellow;
}
#page .rte {
    background: transparent none repeat scroll 0 0;
}
.listcomment {
    list-style-type: none;
    margin: 0 0 20px 0 !important;
}
.listcomment li {
    padding: 10px 0;
    border-bottom: 1px dotted #d6d4d4;
    color: #666666;
}
.listcomment .titlecomment {
    display: block;
    font-weight: bold;
    font-size: 12px;
    color: #333;
}
.listcomment .txtcomment {
    display: block;
    padding: 5px 0;
    color: #333;
}
.header-container {
    background: #fff;
    width: 100%;
    float: left;
}
#index .header-container {
    background: #ffffffba;
    width: 100%;
    float: left;
    position: absolute;
    z-index: 2;
}
#index #languages-block-top div.current {
    background: none !important;
}
.breadcrumb {
    font-size: 10px;
}
.breadcrumb .navigation-pipe {
    width: 18px;
    display: inline-block;
    text-indent: -5000px;
}
.breadcrumb a {
    font-size: 10px;
    display: inline-block;
    position: relative;
    z-index: 2;
    color: #333;
    color: #000;
}
.breadcrumb span {
    font-size: 9px;
}
.breadcrumb a.home {}
.breadcrumb a.home i {
    vertical-align: -1px;
}
.breadcrumb a.home:before {
    border: none;
}
.breadcrumb a:after {
    display: inline-block;
    content: ".";
    position: absolute;
    right: -14px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    text-indent: -5000px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb a:hover {
    color: #777777;
}
.ie8 .breadcrumb {
    min-height: 1px;
}
.ie8 .breadcrumb a:after {
    display: none;
}
.ie8 .breadcrumb .navigation-pipe {
    width: 20px;
}
#footer {
    margin: auto;
}
.footer-container {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 55px;
}
.press_sitation {
    width: 100%;
    line-height: 30px;
    font-weight: 100;
    padding: 10px;
    font-size: 20px;
    text-align: center;
}
.footer-container #footer h4 {
    color: #000;
    text-align: left;
    margin: 15px 0px;
    font-weight: 500;
}
section.abz_blockcmsfooter .fa {
    color: #fff;
    background: #111;
    padding: 5px 0px 5px 2px;
    border-radius: 50%;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.ios_footer {
    padding-top: 8px;
    text-align: center;
    margin: auto;
    width: 50%;
    margin-top: 20px;
}
.base_footer {
    text-align: center;
    font-size: 9px;
    color: #777;
    margin-top: 40px;
    text-transform: uppercase;
    padding: 0px 5px;
}
.base_footer a {
    color: #000;
    font-size: 9px;
}
@media (max-width: 767px) {
    .footer-container #footer h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px;
    }
    /*.footer-container #footer h4:after {
        display: block;
        content: "\f055";
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
        top: 1px;
    }
    .footer-container #footer h4.active:after {
        content: "\f056";
    }*/
}
.footer-container #footer h4 a {
    color: #fff;
}
.footer-container #footer ul li {
    padding-bottom: 8px;
    padding-right: 0;
    padding-left: 0;
}
.newsletter-input {
    height: 36px;
    background: #fff !important;
    width: calc(100% - 55px);
    float: left;
}
.newsletter-input .button.button-small span {
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 11px 12px 8px;
    /* width: 40px; */
    text-shadow: none;
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .footer-container #footer #block_contact_infos {
        border: none;
    }
}
.footer-container #footer #block_contact_infos > div {
    padding: 0 0 0 5px;
}
@media (max-width: 767px) {
    .footer-container #footer #block_contact_infos > div {
        padding-left: 0;
    }
}
.footer-container #footer #block_contact_infos > div ul li {
    padding: 0 0 7px 4px;
    overflow: hidden;
    line-height: 30px;
}
.footer-container #footer #block_contact_infos > div ul li > span,
.footer-container #footer #block_contact_infos > div ul li > span a {
    color: #fff;
    font-weight: normal;
}
.footer-container #footer #block_contact_infos > div ul li i {
    font-size: 25px;
    width: 32px;
    text-align: center;
    padding-right: 12px;
    float: left;
    color: #908f8f;
}
.footer-container #footer .blockcategories_footer {
    clear: left;
}
.footer-container #footer #social_block {
    float: left;
    width: 50%;
    padding: 22px 15px 0 15px;
}
@media (max-width: 767px) {
    .footer-container #footer #social_block {
        width: 100%;
        float: left;
        padding-top: 5px;
    }
}
.footer-container #footer #social_block ul {
    float: right;
}
@media (max-width: 767px) {
    .footer-container #footer #social_block ul {
        float: none;
    }
}
.footer-container #footer #social_block ul li {
    float: left;
    width: 40px;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-container #footer #social_block ul li {
        width: 30px;
    }
}
.footer-container #footer #social_block ul li a {
    display: inline-block;
    color: #908f8f;
    font-size: 28px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-container #footer #social_block ul li a {
        font-size: 20px;
    }
}
.footer-container #footer #social_block ul li a span {
    display: none;
}
.footer-container #footer #social_block ul li a:before {
    display: inline-block;
    font-family: "FontAwesome";
    vertical-align: -5px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-container #footer #social_block ul li a:hover {
    color: #fff;
}
.footer-container #footer #social_block ul li.facebook a:before {
    content: "\f09a";
}
.footer-container #footer #social_block ul li.twitter a:before {
    content: "\f099";
}
.footer-container #footer #social_block ul li.rss a:before {
    content: "\f09e";
}
.footer-container #footer #social_block ul li.youtube a:before {
    content: "\f167";
}
.footer-container #footer #social_block ul li.google-plus a:before {
    content: "\f0d5";
}
.footer-container #footer #social_block ul li.pinterest a:before {
    content: "\f0d2";
}
.footer-container #footer #social_block ul li.vimeo a:before {
    content: "\f194";
}
.footer-container #footer #social_block ul li.instagram a:before {
    content: "\f16d";
}
.footer-container #footer #social_block h4 {
    float: right;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 25px;
    text-transform: none;
    padding: 0 10px 0 0;
}
@media (max-width: 767px) {
    .footer-container #footer #social_block h4 {
        display: none;
        text-align: center;
    }
}
.footer-container #footer .bottom-footer {
    position: absolute;
    bottom: -55px;
    left: 0;
}
.footer-container #footer .bottom-footer div {
    padding: 15px 0 0 0;
    border-top: 1px solid #515151;
    width: 100%;
}
#reinsurance_block {
    clear: both !important;
}
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
    margin-left: 20px;
}
.rte ul {
    list-style-type: disc;
    padding-left: 15px;
}
.rte ol {
    list-style-type: decimal;
    padding-left: 15px;
}
.block_hidden_only_for_screen {
    display: none;
}
.cart_navigation {
    margin: 0 0 20px;
}
.cart_navigation .button-medium {
    border-radius: 0;
    float: right;
    font-size: 20px;
    line-height: 24px;
}
.cart_navigation .button-medium span {
    border-radius: 4px;
    padding: 1px 15px 0;
}
@media (max-width: 992px) {
    .cart_navigation .button-medium span {
        font-size: 16px;
    }
}
.cart_navigation .button-medium i.right {
    font-size: 25px;
    line-height: 25px;
    vertical-align: -4px;
    margin-left: 6px;
}
.cart_navigation .button-exclusive {
    border: none;
    background: none;
    padding: 0;
    font-size: 15px;
    color: #333;
    font-weight: 300;
    margin: 9px 0 0 0;
}
.cart_navigation .button-exclusive i {
    color: #777777;
    margin-right: 8px;
}
.cart_navigation .button-exclusive:hover,
.cart_navigation .button-exclusive:focus,
.cart_navigation .button-exclusive:active {
    color: #515151;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 480px) {
    .cart_navigation > span {
        display: block;
        width: 100%;
        padding-bottom: 15px;
    }
}
.cart_last_product {
    display: none;
}
li.cart_quantity {
    float: left;
    width: 100%;
}
.cart_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
    float: left;
    margin-bottom: 20px;
}
.cart_quantity_button {
    text-align: left;
    padding-left: 10px;
    float: left;
}
.cart_gift_quantity .cart_quantity_input {
    height: 27px;
    line-height: 27px;
    padding: 0;
    text-align: center;
    width: 57px;
}
.table tbody > tr > td {
    vertical-align: middle;
}
.table tbody > tr > td.cart_quantity {
    padding: 41px 14px 25px;
    width: 70px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button {
    margin-top: 3px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a {
    float: left;
    margin-right: 3px;
}
.table tbody > tr > td.cart_quantity .cart_quantity_button a + a {
    margin-right: 0;
}
.table tbody > tr > td.cart_delete,
.table tbody > tr > td.price_discount_del {
    padding: 5px;
}
.table tfoot > tr > td {
    vertical-align: middle;
}
.cart_delete a.cart_quantity_delete,
a.price_discount_delete {
    font-size: 12px;
    padding: 5px;
    color: #333;
}
.cart_delete a.cart_quantity_delete:hover,
a.price_discount_delete:hover {
    color: silver;
}
#cart_summary thead th {
    padding: 5px;
}
#cart_summary tbody td {
    padding: 5px;
    width: calc(100% - 135px);
    position: relative;
    vertical-align: top;
}
.cart_delete {
    position: absolute;
    right: 0px;
    top: 0;
}
#cart_summary tbody td.cart_product {
    padding: 5px;
    width: 137px;
}
#cart_summary tbody td.cart_product img {
    border: 1px solid #d6d4d4;
}
#cart_summary tbody td.cart_unit .price span {
    display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.price-percent-reduction {
    margin: 5px auto;
    display: inline-block;
}
#cart_summary tbody td.cart_unit .price span.old-price {
    text-decoration: line-through;
}
#cart_summary tbody td.cart_description small {
    display: block;
    padding: 5px 0 0 0;
}
#cart_summary tbody td.cart_avail {
    width: 1%;
}
#cart_summary tbody td.cart_avail span {
    white-space: nowrap;
}
#cart_summary tbody td.cart_delete {
    width: 1%;
    padding: 0px;
    margin: 0;
    vertical-align: top;
}
#cart_summary tfoot td.text-right,
#cart_summary tfoot tbody td.cart_unit,
#cart_summary tbody tfoot td.cart_unit,
#cart_summary tfoot tbody td.cart_total,
#cart_summary tbody tfoot td.cart_total {
    font-weight: bold;
    color: #333;
}
#cart_summary tfoot td.price {
    text-align: right;
}
#cart_summary tfoot td.total_price_container span {
    font-weight: 600;
    font-size: 18px;
    color: #555454;
    text-transform: uppercase;
}
#cart_summary tfoot td#total_price_container {
    font-weight: 600;
    font-size: 21px;
}
#cart_summary .stock-management-on tbody td.cart_description {
    width: 480px;
}
.cart_discount_price {
    text-align: right;
}
.cart_discount_delete {
    text-align: center;
}
@media (max-width: 767px) {
    #order-detail-content #cart_summary table,
    #order-detail-content #cart_summary thead,
    #order-detail-content #cart_summary tbody,
    #order-detail-content #cart_summary th,
    #order-detail-content #cart_summary td,
    #order-detail-content #cart_summary tr {
        display: block;
    }
    #order-detail-content #cart_summary thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #order-detail-content #cart_summary tr {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 7px;
        overflow: hidden;
        position: relative;
    }
    #order-detail-content #cart_summary td {
        border: none;
        position: relative;
        float: left;
        white-space: normal;
        padding: 7px 20px 7px 20px;
    }
    #order-detail-content #cart_summary td.cart_product {
        text-align: left;
    }
    #order-detail-content #cart_summary td.cart_avail {
        display: none;
    }
    #order-detail-content #cart_summary td.cart_unit {
        width: 33%;
        text-align: right;
        min-height: 70px;
        clear: both;
    }
    #order-detail-content #cart_summary td.cart_unit .price {
        text-align: right;
    }
    #order-detail-content #cart_summary td.cart_quantity {
        width: 33%;
        min-height: 70px;
        border-left: 1px solid #cccccc;
        border-right: 1px solid #cccccc;
    }
    #order-detail-content #cart_summary td.cart_quantity div {
        display: block;
    }
    #order-detail-content #cart_summary td.cart_quantity > .form-control {
        display: inline;
    }
    #order-detail-content #cart_summary td.cart_quantity > .cart_quantity_button a {
        margin-right: 0px;
        float: none;
    }
    #order-detail-content #cart_summary td.cart_total {
        width: 33%;
        min-height: 70px;
        text-align: right;
    }
    #order-detail-content #cart_summary td.cart_delete {
        position: absolute;
        right: 20px;
        top: 7px;
    }
    #order-detail-content #cart_summary td.cart_delete:before {
        content: '' !important;
    }
    #order-detail-content #cart_summary td div {
        display: inline;
    }
    #order-detail-content #cart_summary td:before {
        content: attr(data-title);
        font-weight: bold;
        display: block;
    }
    #order-detail-content #cart_summary tfoot td {
        float: none;
        width: 100%;
    }
    #order-detail-content #cart_summary tfoot td:before {
        display: inline;
    }
    #order-detail-content #cart_summary tfoot tr .text-right,
    #order-detail-content #cart_summary tfoot tr tbody td.cart_unit,
    #order-detail-content #cart_summary tbody tfoot tr td.cart_unit,
    #order-detail-content #cart_summary tfoot tr tbody td.cart_total,
    #order-detail-content #cart_summary tbody tfoot tr td.cart_total,
    #order-detail-content #cart_summary tfoot tr .price {
        display: block;
        float: left;
        width: 50%;
    }
}
@media (max-width: 768px) {
    #order-detail-content #cart_summary tbody td .price {
        text-align: center;
    }
    #order-detail-content #cart_summary tbody td.cart_description {
        width: 300px;
    }
}
.cart_voucher {
    vertical-align: top !important;
}
.cart_voucher h4 {
    color: #555454;
    text-transform: uppercase;
    padding: 7px 0 10px 0;
    font-weight: 100;
}
.cart_voucher .title-offers {
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;
}
.cart_voucher fieldset {
    margin-bottom: 10px;
}
.cart_voucher fieldset #discount_name {
    float: left;
    width: 219px;
    margin-right: 11px;
}
.cart_voucher #display_cart_vouchers span {
    font-weight: bold;
    cursor: pointer;
    color: #777;
}
.cart_voucher #display_cart_vouchers span:hover {
    color: #515151;
}
.enable-multishipping {
    margin: -13px 0 17px;
}
.enable-multishipping label {
    font-weight: normal;
}
#HOOK_SHOPPING_CART #loyalty i {
    font-size: 26px;
    line-height: 26px;
    color: #cfcccc;
}
#order_carrier {
    clear: both;
    margin-top: 20px;
    border: 1px solid #999999;
    background: #fff;
}
#order_carrier .title_block {
    padding: 0 15px;
    height: 29px;
    font-weight: bold;
    line-height: 29px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}
#order_carrier span {
    display: block;
    padding: 15px;
    font-weight: bold;
}
.multishipping_close_container {
    text-align: center;
}
table#cart_summary .gift-icon {
    color: white;
    background: #0088cc;
    line-height: 20px;
    padding: 2px 5px;
    border-radius: 5px;
}
#multishipping_mode_box {
    padding-top: 12px;
    padding-bottom: 19px;
}
#multishipping_mode_box .title {
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
#multishipping_mode_box .description_off {
    display: none;
}
#multishipping_mode_box .description_off div {
    margin-bottom: 10px;
}
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
    background: #f3f3f3;
    border: 1px solid #cccccc;
}
#multishipping_mode_box.on .description_off {
    display: block;
}
.multishipping-cart .cart_address_delivery.form-control {
    width: 198px;
}
#order .address_add.submit {
    margin-bottom: 20px;
}
#ordermsg {
    margin-bottom: 30px;
}
#id_address_invoice.form-control,
#id_address_delivery.form-control {
    width: 269px;
}
.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
    clear: both;
    float: left;
}
.addresses .waitimage {
    display: none;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url("../../../img/loader.gif");
    background-repeat: no-repeat;
    position: relative;
    bottom: -2px;
    left: 10px;
}
.addresses .checkbox.addressesAreEquals {
    clear: both;
    float: left;
    margin: 15px 0 25px 0;
}
.not-displayable {
    display: none;
}
#address .box,
#identity .box,
#account-creation_form .box,
#new_account_form .box,
#opc_account_form .box,
#authentication .box {
    padding-bottom: 20px;
    max-width: 600px;
    margin: auto;
}
#address p.required,
#identity p.required,
#account-creation_form p.required,
#new_account_form p.required,
#opc_account_form p.required,
#authentication p.required {
    color: #f13340;
    margin: 9px 0 16px 0;
}
#address p.inline-infos,
#identity p.inline-infos,
#account-creation_form p.inline-infos,
#new_account_form p.inline-infos,
#opc_account_form p.inline-infos,
#authentication p.inline-infos {
    color: red;
}
#address .form-group,
#identity .form-group,
#account-creation_form .form-group,
#new_account_form .form-group,
#opc_account_form .form-group,
#authentication .form-group {
    margin-bottom: 4px;
}
#address .form-group .form-control,
#identity .form-group .form-control,
#account-creation_form .form-group .form-control,
#new_account_form .form-group .form-control,
#opc_account_form .form-group .form-control,
#authentication .form-group .form-control {
    max-width: 100%;
    min-height: 40px;
}
#address .form-group .form-control#adress_alias,
#identity .form-group .form-control#adress_alias,
#account-creation_form .form-group .form-control#adress_alias,
#new_account_form .form-group .form-control#adress_alias,
#opc_account_form .form-group .form-control#adress_alias,
#authentication .form-group .form-control#adress_alias {
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
    #address .form-group.phone-number,
    #identity .form-group.phone-number,
    #account-creation_form .form-group.phone-number,
    #new_account_form .form-group.phone-number,
    #opc_account_form .form-group.phone-number,
    #authentication .form-group.phone-number {
        float: left;
        width: 270px;
        margin-right: 13px;
    }
}
@media (min-width: 1200px) {
    #address .form-group.phone-number + p,
    #identity .form-group.phone-number + p,
    #account-creation_form .form-group.phone-number + p,
    #new_account_form .form-group.phone-number + p,
    #opc_account_form .form-group.phone-number + p,
    #authentication .form-group.phone-number + p {
        padding: 23px 0 0 0px;
        margin-bottom: 0;
    }
}
#address .gender-line,
#identity .gender-line,
#account-creation_form .gender-line,
#new_account_form .gender-line,
#opc_account_form .gender-line,
#authentication .gender-line {
    margin-bottom: 4px;
    padding-top: 4px;
}
#address .gender-line > label,
#identity .gender-line > label,
#account-creation_form .gender-line > label,
#new_account_form .gender-line > label,
#opc_account_form .gender-line > label,
#authentication .gender-line > label {
    margin-right: 10px;
    margin-bottom: 0;
}
#address .gender-line .radio-inline label,
#identity .gender-line .radio-inline label,
#account-creation_form .gender-line .radio-inline label,
#new_account_form .gender-line .radio-inline label,
#opc_account_form .gender-line .radio-inline label,
#authentication .gender-line .radio-inline label {
    font-weight: normal;
    color: #777777;
}
#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
    margin-left: -5px;
    margin-right: -5px;
}
#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 94px;
}
#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
    max-width: 84px;
}
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
    border: none;
    padding-top: 0;
}
#new_account_form .box {
    line-height: 20px;
}
#new_account_form .box .date-select {
    padding-bottom: 10px;
}
#new_account_form .box .top-indent {
    padding-top: 10px;
}
#new_account_form .box .customerprivacy {
    padding-top: 15px;
}
#authentication fieldset.account_creation {
    margin-bottom: 20px;
}
#password {
    padding-top: 0;
    border: none;
}
#password .box p {
    margin-bottom: 9px;
}
#password .box .form-group {
    margin-bottom: 20px;
}
#password .box .form-group .form-control {
    width: 470px;
    height: 40px;
    display: inline-block;
}
#instant_search_results a.close {
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
    line-height: inherit;
    text-transform: none;
}
#instant_search_results a.close:hover {
    color: #515151;
}
table.discount i {
    font-size: 20px;
    line-height: 20px;
    vertical-align: -2px;
}
table.discount i.icon-ok {
    color: #46a74e;
}
table.discount i.icon-remove {
    color: #f13340;
}
#guestTracking .form-control {
    max-width: 271px;
}
@media (min-width: 1200px) {
    #guestTracking .form-group {
        overflow: hidden;
    }
    #guestTracking .form-group i {
        padding-left: 10px;
    }
    #guestTracking .form-control {
        float: left;
    }
    #guestTracking label {
        float: left;
        clear: both;
        width: 100%;
    }
}
#pagenotfound .pagenotfound {
    max-width: 824px;
    margin: 0 auto;
    text-align: center;
}
#pagenotfound .pagenotfound .img-404 {
    padding: 8px 0 27px 0;
}
#pagenotfound .pagenotfound .img-404 img {
    max-width: 100%;
}
#pagenotfound .pagenotfound h1 {
    font-size: 22px;
    line-height: 34px;
    color: #000;
}
#pagenotfound .pagenotfound p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
#pagenotfound .pagenotfound h3 {
    font-weight: bold;
    color: #000;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 18px;
}
#pagenotfound .pagenotfound label {
    font-weight: normal;
}
@media (max-width: 767px) {
    #pagenotfound .pagenotfound label {
        display: block;
    }
}
#pagenotfound .pagenotfound .form-control {
    max-width: 293px;
    display: inline-block;
    margin-right: 5px;
}
@media (max-width: 767px) {
    #pagenotfound .pagenotfound .form-control {
        margin: 0 auto 15px auto;
        display: block;
    }
}
#pagenotfound .pagenotfound .buttons {
    padding: 48px 0 20px 0;
}
#pagenotfound .pagenotfound .buttons .button-medium i.left {
    font-size: 17px;
}
#account-creation_form fieldset.reversoform {
    padding: 10px !important;
}
#account-creation_form fieldset.reversoform .text label {
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
    text-align: left;
}
#account-creation_form fieldset.reversoform .infos-sup {
    padding: 0 !important;
    font-size: 10px;
    font-style: italic;
    text-align: right;
}
#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
    cursor: pointer;
}
.tab-content {
    margin-top: 20px;
}
form#sendComment fieldset {
    padding: 10px;
    border: 1px solid #cccccc;
    background: #eeeeee;
}
form#sendComment h3 {
    font-size: 14px;
}
#new_comment_form p.text {
    margin-bottom: 0;
    padding-bottom: 0;
}
#sendComment p.text label,
#sendComment p.textarea label {
    display: block;
    margin: 12px 0 4px;
    font-weight: bold;
    font-size: 14px;
}
#sendComment p.text input {
    padding: 0 5px;
    height: 28px;
    width: 498px;
    border: 1px solid #cccccc;
    background: url(../img/bg_input.png) repeat-x 0 0 #fff;
}
#sendComment p.textarea textarea {
    height: 80px;
    width: 508px;
    border: 1px solid #cccccc;
}
#sendComment p.submit {
    padding: 0;
    text-align: right;
}
#sendComment p.closeform {
    float: right;
    padding: 0;
    height: 12px;
    width: 12px;
    text-indent: -5000px;
    background: url(../img/icon/delete.gif) no-repeat 0 0;
}
.star {
    position: relative;
    top: -1px;
    float: left;
    width: 14px;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}
.star {
    display: block;
}
.star a {
    display: block;
    position: absolute;
    text-indent: -5000px;
}
div.star:after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676;
}
div.star.star_on {
    display: block;
}
div.star.star_on:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}
div.star.star_hover:after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ef8743;
}
.advertising_block {
    width: 191px;
    margin-bottom: 1em;
    text-align: center;
}
.blockcategories_footer ul ul {
    display: none !important;
}
.form-group.form-error input,
.form-group.form-error textarea {
    border: 1px solid #f13340;
    color: #f13340;
    background: url(../img/icon/form-error.png) 98% 5px no-repeat #fff1f2;
}
.form-group.form-ok input,
.form-group.form-ok textarea {
    border: 1px solid #46a74e;
    color: #35b33f;
    background: url(../img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1;
}
.form-group.form-error .form-control,
.form-group.form-ok .form-control {
    padding-right: 30px;
}
.radio-inline,
.checkbox {
    padding-left: 0;
}
.radio-inline .checker,
.checkbox .checker {
    float: left;
}
.radio-inline .checker span,
.checkbox .checker span {
    top: 0px;
}
.radio-inline div.radio,
.checkbox div.radio {
    display: inline-block;
}
.radio-inline div.radio span,
.checkbox div.radio span {
    float: left;
    top: 0px;
}
.fancybox-skin {
    background: #fff !important;
}
.fancybox-skin .fancybox-close {
    color: #333;
    font-size: 28px;
    height: 32px;
    line-height: 28px;
    text-align: center;
    width: 32px;
    background: #fff;
}
.fancybox-skin .fancybox-close:hover {
    color: #515151;
}
.fancybox-skin .fancybox-close:after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(../img/close.png);
    background-position: 50% 50%;
    background-size: cover;
    /* background: #fff; */
    /* top: -54px; */
    position: absolute;
    left: 8px;
    top: 8px;
}
.fancy_shdesc {}
#facebook_block,
#cmsinfo_block {
    overflow: hidden;
    background: #f2f2f2;
    min-height: 344px;
    padding-right: 29px;
    padding-left: 29px;
}
@media (max-width: 991px) {
    #facebook_block,
    #cmsinfo_block {
        min-height: 348px;
        padding-left: 13px;
        padding-right: 13px;
    }
}
@media (max-width: 767px) {
    #facebook_block,
    #cmsinfo_block {
        width: 100%;
        min-height: 1px;
    }
}
#facebook_block h4 {
    padding: 35px 0 0 0;
    margin: 0 0 12px 0;
    font-weight: 300;
    font-size: 21px;
    color: #6f6d6d;
}
@media (max-width: 991px) {
    #facebook_block h4 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    #facebook_block h4 {
        padding-top: 20px !important;
    }
}
@media (max-width: 768px) {
    #facebook_block h4 {
        font-size: 16px;
    }
}
#facebook_block .facebook-fanbox {
    background: #fff;
    border: 1px solid #aaaaaa;
    padding-bottom: 10px;
}
#cmsinfo_block {
    border-left: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
    #cmsinfo_block {
        border: none;
        margin-top: 10px;
    }
}
#cmsinfo_block > div {
    padding: 35px 10px 0 0;
}
@media (max-width: 767px) {
    #cmsinfo_block > div {
        padding-top: 20px;
    }
}
@media (max-width: 479px) {
    #cmsinfo_block > div {
        width: 100%;
        border-top: 1px solid #d9d9d9;
    }
}
#cmsinfo_block > div + div {
    border-left: 1px solid #d9d9d9;
    min-height: 344px;
    padding-left: 29px;
}
@media (max-width: 479px) {
    #cmsinfo_block > div + div {
        border-left: none;
        padding-left: 10px;
        min-height: 1px;
        padding-bottom: 15px;
    }
}
#cmsinfo_block em {
    float: left;
    width: 60px;
    height: 60px;
    margin: 3px 10px 0 0;
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background: #6f6d6d;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
@media (max-width: 991px) {
    #cmsinfo_block em {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
    }
}
#cmsinfo_block .type-text {
    overflow: hidden;
}
#cmsinfo_block h3 {
    margin: 0 0 5px 0;
    font-weight: 300;
    font-size: 21px;
    color: #6f6d6d;
}
@media (max-width: 1199px) {
    #cmsinfo_block h3 {
        font-size: 18px;
    }
}
#cmsinfo_block ul li {
    padding-bottom: 22px;
}
@media (max-width: 1199px) {
    #cmsinfo_block ul li {
        padding-bottom: 10px;
    }
}
@media (max-width: 991px) {
    #cmsinfo_block ul li {
        padding-bottom: 0;
    }
}
#cmsinfo_block p em {
    background: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0;
    font-size: 13px;
    color: #777777;
    float: none;
    height: inherit;
    line-height: inherit;
    text-align: left;
    font-style: italic;
}
.ie8 #facebook_block,
.ie8 #cmsinfo_block {
    height: 344px;
}
@media (max-width: 1199px) {
    .zoomdiv {
        display: none !important;
    }
}
#product.content_only div.pb-left-column p.resetimg {
    margin-bottom: 0px;
    padding-top: 0px;
}
#product.content_only div.pb-left-column #thumbs_list_frame {
    margin-bottom: 0px;
}
#product_comparison td.compare_extra_information {
    padding: 10px;
}
#product_comparison #social-share-compare {
    margin-bottom: 50px;
}
.btn-facebook:hover,
.btn-twitter:hover,
.btn-google-plus:hover,
.btn-pinterest:hover {
    border-color: white;
}
.btn-facebook i {
    color: #435f9f;
}
.btn-facebook:hover {
    color: white;
    background-color: #435f9f;
}
.btn-facebook:hover i {
    color: white;
}
.btn-twitter i {
    color: #00aaf0;
}
.btn-twitter:hover {
    color: white;
    background-color: #00aaf0;
}
.btn-twitter:hover i {
    color: white;
}
.btn-google-plus i {
    color: #e04b34;
}
.btn-google-plus:hover {
    color: white;
    background-color: #e04b34;
}
.btn-google-plus:hover i {
    color: white;
}
.btn-pinterest i {
    color: #ce1f21;
}
.btn-pinterest:hover {
    color: white;
    background-color: #ce1f21;
}
.btn-pinterest:hover i {
    color: white;
}
.htmlcontent-item-1 {
    color: #999999;
    display: block;
    float: initial;
    font-size: 13px;
    line-height: 24px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.htmlcontent-item-1 h1 {
    color: #000;
    display: block;
    float: initial;
    font-size: 24px;
    line-height: 23px;
    margin: 10px auto 15px 0;
    text-align: center;
}
.slide-cadre {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 327px;
}
.slide-name {
    background: url("../img/bg-slide.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 36px;
    color: #fff;
    font-size: 13px;
    left: 0;
    padding: 10px 17px;
    position: absolute;
    text-shadow: 1px 1px 1px #000;
}
.slide-name a {
    color: #000;
    //display: inline-block !important;
    font-style: italic;
    text-shadow: 0 0 0;
}
.slide-img {
    position: absolute;
    right: 80px;
    top: 60px;
}
.slide-desc {
    bottom: 87px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 327px;
}
.slide-desc p {
    color: #999999;
    font-size: 13px;
    text-transform: none;
    padding-top: 10px;
}
.actu-home {
    color: #999999;
    font-size: 13px;
    margin: 7px auto;
    max-width: 1170px;
}
.actu-home .actu {
    color: #000;
    font-size: 24px;
    padding: 0 20px;
}
.actu-home span a {
    font-size: 13px;
    font-style: inherit;
    font-weight: 400;
}
.bt-home {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    display: block;
    font-size: 13px;
    margin: 0px auto 0px;
    padding: 22px 13px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 400;
    /* line-height: 3.5px; */
    /* text-decoration: underline; */
    /* width: 240px; */
}
.bt-grey {
    background: #f3f3f1;
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 22px 13px;
    text-align: center;
    text-transform: uppercase;
}
.bt-grey:hover {
    background: none repeat scroll 0 0 #000;
    color: #000;
    transition: all 0.4s ease-out 0s;
    color: #FFF;
}
.bt-bleu {
    background: none repeat scroll 0 0 #000;
    border: 1px solid #000;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 22px 13px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease-out 0s;
    width: 360px;
    margin: auto;
}
.bt-bleu:hover {
    background: none repeat scroll 0 0 #fff;
    color: #000;
    transition: all 0.4s ease-out 0s;
    border: 1px solid #000;
}
.info-link a:hover,
.fb:hover,
.tw:hover,
.in:hover,
.panier:hover,
.header_user_info2 a:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: all 0.4s ease-out 0s;
}
.reassurence li {
    color: #777;
    display: inline-block;
    font-size: 14px;
    margin: 30px 0 18px;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .reassurence li {
        color: #777;
        display: inline-block;
        font-size: 14px;
        margin: 10px 0 0;
        text-align: center;
        text-transform: uppercase;
    }
}
@media (max-width: 400px) {
    .reassurence li {
        color: #777;
        display: inline-block;
        font-size: 11px;
        margin: 0px 0 0px;
        text-align: center;
        text-transform: uppercase;
    }
}
.mentions img {
    float: left;
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 23px;
}
.social {
    float: left;
    width: 60px;
    margin-top: 27px;
}

/*
.social2 {
    position: absolute;
    right: 3px;
    display: block;
    top: 11px;
    width: 38px;

}*/

.social2 {
    position: fixed;
    right: 3px;
    display: block;
    /* top: 11px; */
    /* width: 38px; */
    /* padding: 5px; */
    left: 5px;
    bottom: 5px;
}
.social2 {
    padding: 2.5px 0px;
}
.social2 .fb {
    background: url("../img/fb.png");
    display: inline-block;
    float: left;
    height: 20px;
    margin-bottom: 6px;
    z-index: 5000;
    width: 20px;
    margin-left: 5px;
}
.social2 .pinterest {
    background: rgba(0, 0, 0, 0) url("../img/pinterest.png") repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 20px;
    margin-bottom: 6px;
    z-index: 5000;
    margin-left: 5px;
    width: 20px;
}
.social2 .tw {
    background: url(../img/tw.png);
    width: 20px;
    height: 20px;
    z-index: 5000;
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.social2 .in {
    background: url("../img/in.png");
    display: inline-block;
    height: 20px;
    z-index: 5000;
    margin-left: 5px;
    margin-top: 5px;
    width: 20px;
    float: left;
}
.social .fb {
    background: url("../img/fb.png");
    display: inline-block;
    height: 20px;
    margin-bottom: 6px;
    width: 20px;
    margin-left: 5px;
    float: left;
}
.social .pinterest {
    background: rgba(0, 0, 0, 0) url("../img/pinterest.png") repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 20px;
    margin-bottom: 6px;
    margin-left: 5px;
    width: 20px;
}
.social .tw {
    background: url(../img/tw.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 5px;
    float: left;
}
.social .in {
    background: url("../img/in.png");
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    clear: left;
    float: left;
    width: 20px;
}
.info-link {
    color: #777;
    float: left;
    font-size: 10px;
    margin-top: 11px;
    padding: 20px 0;
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    .info-link {
        padding: 11px 30px;
    }
    .mentions {
        width: 100%;
    }
    #footer #newsletter_block_left {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .info-link {
        float: right;
        padding: 11px 40px;
        width: 100%;
    }
    .mentions {
        width: 100%;
        text-align: center;
    }
    #footer #newsletter_block_left {
        width: 100%;
    }
}
@media (max-width: 767px) {
    #homepage-slider {}
}
.info-link a {
    color: #777 !important;
}
#languages-block-top.languages-block span {
    font-size: 10px !important;
}
.cta_open_search {
    font-size: 13px;
}
.user_zone {
    position: absolute;
    right: 130px;
    top: 45px;
    z-index: 3;
}
.wish_zone {
    position: absolute;
    right: 160px;
    top: 45px;
    z-index: 3;
}
.hidden-user {
    margin: 0;
}
.cart_zone {
    position: absolute;
    right: 90px;
    top: 45px;
    z-index: 3;
}
.cta_open_search,
#languages-block-top {
    top: 45px !important;
}
#searchbox .cta_open_search {
    top: -45px !important;
}
@media (max-width: 991px) {
    .header_user_info2 {
        background: none;
        margin-top: 0px;
        padding: 0px;
        clear: both;
        float: right;
        margin-right: 2px;
        position: fixed;
        top: 19px;
        left: 107px;
    }
    div#gotothetop {
        margin-top: 0px;
    }
    .user_zone {
        top: 15px;
    }
    .wish_zone {
        top: 15px;
    }
    .cart_zone {
        top: 15px;
    }
    .cta_open_search,
    #languages-block-top {
        top: 15px !important;
    }
    .header_picto {
        position: absolute;
        text-align: center;
        width: 250px;
        top: 0px;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.top-link-left {
    float: left;
}
.top-link-right {
    float: right;
    width: auto;
    margin-top: 10px;
    position: absolute;
    top: 90px;
    right: 0;
}
@media (min-width: 768px) {
    .top-link-right li {
        display: block;
    }
}
@media (max-width: 767px) {
    .top-link-right li {
        display: none;
    }
    .top-link-right li {
        float: left !important;
        text-align: left;
    }
    .top-link-right li a {
        font-size: 12px !important;
        text-align: left !important;
    }
    .top-link-right {
        float: left !important;
        width: 100%;
    }
    .offers-nav {
        float: left !important;
        text-align: left;
        font-size: 12px !important;
    }
}
.top-link-left li,
.top-link-right li {
    background: none repeat scroll 0 0 #f3f3f1;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 2px;
    text-align: center;
    text-transform: uppercase;
}
.top-link-left li a,
.top-link-right li a,
.top-link-right li span {
    display: block;
    padding: 9px 9px 7px;
}
.top-link-left li:hover,
.top-link-right li:hover {
    background: none repeat scroll 0 0 #000;
    border-bottom-color: #666666;
    color: #b3b3b3;
    text-decoration: none;
    transition: all 0.4s ease-out 0s;
}
.top-link-left li:hover a,
.top-link-right li:hover a {
    color: #fff;
}
.bg-bleu {
    background: none repeat scroll 0 0 #f3f3f1;
}
.zone-bleue {
    background: #fff;
    text-align: center;
}
.zone-grise {
    background-color: #f3f3f1 !important;
    margin-bottom: 20px;
    padding: 35px 0;
    text-align: center;
}
.contenu {
    margin: 0 auto;
    max-width: 1170px;
}
.titre-bleu {
    color: #000;
    margin-bottom: 16px;
    text-align: left;
    margin-top: 0px;
}
.txt-bleu {
    line-height: 22px;
    text-align: left;
}
.info-plus-artiste,
.youtube-cta-artiste,
.url-artiste {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    min-width: 215px;
    text-align: center;
    display: inline-block;
    border: 1px solid #000;
    margin-bottom: 15px;
}
.info-plus-artiste:hover,
.youtube-cta-artiste:hover,
.url-artiste:hover {
    text-decoration: none;
    opacity: 0.8;
    transition: all 0.4s ease-out 0s;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}
.titre-prod {
    border-bottom: medium none;
    color: #fff;
    font-size: 30px;
    font-weight: inherit;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: none;
}
.desc-prod {
    border-bottom: medium none;
    color: #fff;
    font-size: 20px;
    font-weight: inherit;
    line-height: 29px;
    margin-bottom: 0;
    text-transform: none;
}
.type-produit {
    color: #000;
    font-size: 14px;
    margin: 20px 0 33px;
    text-transform: uppercase;
}
.apropos {
    color: #000;
    font-size: 24px;
    text-transform: none;
}
.block-ft-logo {
    margin-bottom: 30px;
}
@media (max-width: 400px) {
    .cercle-home.row a.cercle {
        float: left;
        width: 50%;
    }
    .lastcercle {
        float: none !important;
        width: 100% !important;
    }
}
@media (max-width: 768px) {
    .block-ft-logo {
        display: block;
        float: initial;
        margin: auto;
        width: 136px;
    }
}
@media (min-width: 361px) and (max-width: 768px) {
    .social2 {}
    .top-link-left li,
    .top-link-right li {
        background: none repeat scroll 0 0;
        clear: both;
        color: #000;
        font-size: 16px;
        margin: 0;
        padding: 0;
        text-align: right;
        text-transform: capitalize;
        width: auto;
    }
    .top-link-left li:hover,
    .top-link-right li:hover {
        background: none repeat scroll 0 0;
        color: #000;
    }
    .top-link-left li:hover a,
    .top-link-right li:hover a,
    .top-link-right li a {
        color: #000;
    }
    .link-concept {
        text-align: left !important;
    }
    .link-concept a {
        color: #000;
    }
    .top-link-left {
        float: left;
        margin-top: 5px;
    }
}
@media (min-width: 1px) and (max-width: 360px) {
    .top-link-left li,
    .top-link-right li {
        background: none repeat scroll 0 0;
        clear: both;
        color: #000;
        font-size: 16px;
        margin: 0;
        padding: 0;
        text-align: right;
        text-transform: capitalize;
        width: 100%;
    }
    .top-link-left li:hover,
    .top-link-right li:hover {
        background: none repeat scroll 0 0;
        color: #000;
    }
    .top-link-left li:hover a,
    .top-link-right li:hover a,
    .top-link-right li a {
        color: #000;
    }
    .link-concept {
        text-align: left !important;
    }
    .link-concept a {
        color: #000;
    }
    .top-link-left {
        float: left;
        margin-top: 5px;
    }
    /*
    .shopping_cart {
        float: none;
        width: 100%;
        position: absolute !important;
    }
    */
}
.artiste-type {
    color: #999999 !important;
    font-size: 13px;
    min-height: 20px;
}
.product-counter a {
    color: #999999 !important;
    font-size: 13px;
    font-style: italic;
}
.bx-controls {
    bottom: 37px;
    display: block;
    left: 19%;
    position: absolute;
    z-index: 9999;
}
#index center {
    color: #777;
    line-height: 23px;
}
#index #center_column .bt-home {}
.zone-intro-gris {
    background: #f3f3f1;
    margin-bottom: 10px;
}
.block-intro-gris {
    margin: auto;
    max-width: 1170px;
    padding: 25px 0;
}
#module-smartblog-details h1 {
    text-align: left;
}
#index .sdsblog-box-content {
    margin: 0 !important;
}
#index .block-intro-gris p {
    font-size: 14px;
    line-height: 23px;
    margin: 6px auto 0;
    max-width: 450px;
    text-align: justify;
    /* margin-bottom: 20px !important; */
    margin: 25px auto;
}
#index .block-intro-gris h2 {
    max-width: 800px;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 10px !important;
    text-align: justify;
}
#page .zone-bleue .page-heading {
    color: #fff;
    font-size: 26px;
    margin-top: 34px;
}
#conseils div.uploader span.action {
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
#conseils div.uploader span.filename {
    width: 275px;
}
#conseils .contact-form-box textarea {
    height: 104px;
}
.ccm {
    background: #f3f3f1;
}
.schema {
    position: relative;
}
.schema2 {
    display: none;
    width: 100%;
}
.schema3 {
    display: none;
    width: 100%;
}
@media (max-width: 1170px) {
    .schema2 {
        display: block;
    }
}
.schema .block {
    background: none repeat scroll 0 0 #fff;
    border-radius: 100px;
    display: table;
    float: left;
    height: 170px;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    vertical-align: middle;
    width: 170px;
}
.schema .block a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}
.schema .block:hover {
    background: none repeat scroll 0 0 #000;
    transition: all 0.4s ease-out 0s;
}
.schema .block:hover p {
    color: #fff;
}
.schema .block .item-n {
    text-transform: uppercase;
}
.schema .block .item-h {
    font-size: 14px !important;
}
.schema .font-chiffre {
    font-size: 14px;
}
.schema .block:hover .item-n {
    display: none !important;
}
.schema .block:hover .item-h {
    display: block !important;
    text-transform: inherit;
    font-size: 11px;
    padding: 0 10px;
}
.schema .block2 {
    border-radius: 100px;
    display: table-cell;
    float: left;
    padding: 78px 10px 0;
    text-align: center;
    vertical-align: middle;
}
.bd-blue {
    border-top: 1px solid #000;
    max-width: 1170px;
}
.schema .block-fleche1,
.schema .block-fleche2 {
    display: block;
    float: left;
    height: 13px;
}
.schema .block-fleche1 img,
.schema .block-fleche2 img {
    display: block;
}
.schema .block p {
    color: #000;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.schema .item7 p,
.schema .item8 p,
.schema .item9 p {
    color: #999999;
}
.schema .item8 {
    margin-left: 140px;
}
.schema .item9 {
    margin-left: 140px;
}
.schema .item-sch3 {
    left: 167px;
    position: absolute;
    top: 168px;
}
.schema .item-sch4 {
    position: absolute;
    top: 168px;
    left: 349px;
}
.schema .item-sch5 {
    position: absolute;
    top: 168px;
    left: 475px;
}
.schema .item-sch6 {
    left: 645px;
    position: absolute;
    top: 168px;
}
.block-intro-gris h2 {
    color: #000;
    display: block;
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 10px;
}
.fonctionnement {
    background: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px !important;
    text-align: center;
    margin-top: 20px;
}
.fonctionnement p {
    color: #000;
    font-style: 13px;
}
.fonctionnement h2 {
    border: medium none;
    color: #000;
    font: 400 24px/25px "aleoregular";
    margin-bottom: 0;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    text-transform: none;
}
.info-fonc {
    background: url("../img/info-fonc.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #999999;
    height: 400px;
    margin-bottom: 50px;
    margin-right: 35px;
    padding: 190px 40px 0;
    text-align: center;
    width: 370px;
    margin: 0 auto;
}
#offrir .contact-form-box,
#mariage .contact-form-box {
    background: none;
    float: left;
    width: 375px;
}
.mini-ligne {
    background: none repeat scroll 0 0 #000;
    display: block;
    height: 1px;
    margin: 20px auto !important;
    width: 35px;
}
.info-fonc .info {}
.info-fonc .info2 {
    margin: 10px 0;
}
.info-fonc .info3 {
    color: #000;
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
}
.info-fonc .info4 {
    margin: 20px 0;
}
.info-fonc .info4 span {
    font-size: 26px;
}
.info-fonc .info5 {
    color: #000;
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
    padding-top: 40px;
}
.info-fonc .info6 {
    margin: 10px 0;
}
.info-fonc .info7 {
    color: #000;
    font-size: 14px;
    margin: 60px 0 0;
    text-transform: uppercase;
}
.info-fonc .info7 a {
    color: #000;
}
#offrir h2,
#mariage h2 {
    border: medium none;
    color: #000;
    font: 400 24px/25px 'aleoregular';
    margin-bottom: 0;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    text-transform: none;
}
#offrir .contact-form-box .form-group,
#mariage h2 .contact-form-box .form-group {
    margin-bottom: 15px;
}
.fancybox-inner {
    padding: 0 20px;
}
.fancybox-inner h2 {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.fancybox-inner label {
    padding-left: 40px;
    text-transform: uppercase;
    display: block;
}
.fancybox-inner input,
.fancybox-inner textarea {
    background: none repeat scroll 0 0 #f3f3f1;
    border: medium none;
    color: #595959;
    font-size: 14px;
    font-style: italic;
    margin: 0 40px 15px;
    padding: 9px 8px;
    width: 470px;
}
.fancybox-inner #submit {
    background: none repeat scroll 0 0 #1a2946;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-style: inherit;
    margin: 0 40px 20px;
    padding: 15px 8px;
    text-transform: uppercase;
    width: 470px;
}
.fancybox-inner #submit:hover {
    opacity: 0.8;
    transition: all 0.4s ease-out 0s;
}
.fancybox-inner p {
    padding: 0 24px;
    text-align: justify;
}
.img-bio {
    float: left;
    padding-right: 20px;
}
.slide-oeuvre {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 3px 2px 3px #333;
    height: 550px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1150px;
}
.button.button-small span {
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 10px 15px 7px;
    text-shadow: none;
    text-transform: uppercase;
}
.item-vendu {
    /*! background: url("../img/vendu.png") no-repeat scroll center center rgba(0, 0, 0, 0); */
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.item-vendu2 {
    background: url("../img/vendu.png") no-repeat scroll center 90px rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}
.item-indisponible {
    background: url("../img/indisponible.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}
.item-indisponible2 {
    background: url("../img/indisponible.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
}
.bg-vendu {
    background: rgba(242, 242, 242, 0.60);
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 30% 0px;
    font-weight: 600;
    z-index: 2;
}
@media (max-width: 768px) {
    .footer-container .footer_contact {
        display: inline-block;
        margin: auto;
        padding: 0px 10px;
        margin-bottom: 30px;
        text-align: center;
    }
    .social {
        float: inherit;
    }
}
.cercle-hover {
    height: 168px;
    width: 168px;
    border-radius: 100%;
    background: #000;
    position: absolute;
    display: none;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    padding-top: 50px;
    opacity: 0.9;
}
.cercle-hover.top {
    padding-top: 40px;
}
.cercle-hover span.nb {
    font-size: 30px;
    line-height: 40px;
    display: block;
}
.cercle-home .cercle-content {
    display: block;
    height: 168px;
    margin: auto;
    width: 168px;
}
@media (max-width: 1200px) {
    .wrapper_filtres {
        margin-bottom: 82px !important;
    }
    .sep {
        display: none !important;
    }
}

/* Evolution */

.offers-nav {
    position: relative;
}
.offers-list {
    position: absolute;
    left: 0;
    top: 34px;
    background: white;
    z-index: 999;
    display: none;
}
.offers-list li a:hover {
    color: black !important;
}
.offers-nav:hover .offers-list {
    display: block;
    color: #FFFFFF;
}
.offers-list li {
    margin: 0;
    width: 100% !important;
}
.offers-list li a {
    display: block;
    color: #777 !important;
    width: 130px;
}
.offers-list li a:hover {}
.center {
    text-align: center;
}
.rdv {
    text-align: center;
    max-width: 800px;
    margin: 30px auto 0px auto;
    display: block;
    width: 320px;
}
#artroom .rdv div.col-xs-12.col-sm-4 a img {
    border: 10px solid #fff;
}
.rdv div.col-xs-12.col-sm-6 {
    margin-top: 30px;
    margin-bottom: 40px;
}
.pays2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
.pays {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}

/* General */

.center {
    text-align: center;
}
.title-upper {
    font-size: 15px;
    margin: 0 0 20px;
    color: #A1A0A0;
    text-transform: uppercase;
}
.padding-lg {
    padding: 50px 0;
}
.mb-sm {
    margin-bottom: 15px;
}
.mb-md {
    margin-bottom: 50px;
}
.text-italic {
    font-style: italic;
}

/* Artroom */

.Lightgrey {
    background: #f3f3f1;
}
.SectionWhite {
    background: #FFF;
    padding: 30px 0;
}
.art-room-video {
    padding: 30px 0;
    min-height: 200px;
    display: block;
}
.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Mariage */

.bloc-grey {
    background: #f3f3f1;
    padding: 30px;
    margin-bottom: 20px;
}

/* Actus home */

.container-actus div a {
    font-size: 15px;
    padding-top: 7px;
}

/* Liste product */

.artiste-name {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #FFF;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 9px;
}
.bandeau-new {
    display: inline-block;
    color: #fff;
    right: 0;
    padding: 1px 10px;
    font-size: 12px;
    z-index: 2;
    position: absolute;
    background: #000;
    top: 0;
}
.bloc-blue {
    display: block;
    padding: 30px;
    /* background-color: #C3E9EF; */
    margin: 20px 0;
    border: 1px solid #000;
    min-height: 230px;
}
.spe-height {
    min-height: 412px !important;
}

/* Enchere */

.panel-default > .panel-heading {
    color: #FFFFFF;
    background-color: #000;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    position: relative;
}
.panel-default > .panel-heading:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 20px;
    right: 15px;
    top: 18px;
    background: url(../img/rows.png) no-repeat;
}
.panel-title > a {
    color: inherit;
    display: block;
    padding: 15px 35px 15px 15px;
}
.panel-collapse:hover {
    opacity: inherit;
}
.panel-body {
    padding: 40px 40px;
}
.panel-body li {
    padding: 5px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border: 1px solid #000;
}
.box-info-encheres {
    border: 1px solid #000;
    margin-bottom: 15px;
}
.spe-span {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 5px;
    cursor: pointer !important;
}
.box-info-encheres .content_prices {
    float: none;
    width: 100%;
}
.box-info-encheres .our_price_display span {
    font-weight: bold;
}
.bloc-nb-encheres {
    background: #000;
    color: #FFF;
    padding: 10px 10px;
}
#page-products {
    padding-top: 20px;
}
.sdsarticle-des .btn-blue {
    margin-top: 15px;
}
.btn-enchere {
    background: none;
    border: 1px solid #ff962f;
    text-transform: uppercase;
    color: #ff962f;
    padding: 15px 30px 15px 70px;
    position: relative;
    display: inline-block;
}
.btn-enchere:before {
    content: '';
    display: block;
    width: 34px;
    height: 32px;
    position: absolute;
    background: url(../img/icon/btn-enchere.png) no-repeat;
    left: 20px;
    top: 10px;
}
.btn-enchere:hover {
    opacity: 0.8;
}
.result-enchere {
    display: block;
    background: #b2b2b2;
    color: #FFF;
    padding: 50px 0;
    text-align: center;
    margin-top: -30px;
}
.btn-white {
    text-transform: uppercase;
    color: #FFF;
    padding: 15px 30px;
    display: inline-block;
    background: none;
    border: 1px solid #FFF;
}
.section-oeuvre-enchere {
    background: #F3F3F1;
    padding: 0 0 10px;
}
.section-oeuvre-enchere .slick-list {
    overflow: hidden;
    border: 1px solid #000;
}
.bloc-enchere {
    padding: 20px;
    border: 1px solid #000;
}
.section-montant-enchere {
    padding: 30px 0;
    display: block;
}
.section-montant-enchere h2 {
    font-size: 20px;
    position: relative;
    margin-bottom: 40px;
}
.section-montant-enchere h2:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 120px;
    background: #000;
    left: 50%;
    margin-left: -60px;
    bottom: -10px;
}
.list-add-enchere {
    margin-bottom: 30px;
    text-align: center;
}
.list-add-enchere li {
    color: #000;
    width: 80px;
    display: block;
    float: left;
    background: #F3F3F1;
    margin: 15px;
    border: 1px solid rgba(255, 255, 255, 0);
    ;
}
.list-add-enchere li .radio-inline div.radio {
    display: none;
}
.list-add-enchere li:hover {
    background: none;
    border: 1px solid #000;
}
.list-add-enchere .border-blue {
    border: 1px solid #000;
    background: #FFF;
}
.montant-oeuvre {
    color: #ff962f;
    border: 1px solid #ff962f;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.montant-oeuvre .enchere-text {
    display: block;
    font-style: italic;
    margin-bottom: 10px;
}
.montant-oeuvre .enchere-price {
    font-size: 20px;
    font-weight: bold;
}

/* Liste encheres */

.encheres-list {
    margin-top: 30px;
}
.encheres-list .zone-info {
    margin: 0;
}
.encheres-list .item {
    padding: 20px;
    border: 1px solid #000;
    margin-bottom: 30px;
}
.encheres-list .date-enchere {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.encheres-list .apropos {
    margin-bottom: 15px;
}
.encheres-list .prix-enchere {
    display: block;
    border: 1px solid #000;
    width: 200px;
    margin: auto;
    padding: 15px;
    margin-bottom: 15px;
}
.encheres-list .prix-enchere span {
    font-style: italic;
}
.encheres-list .prix-enchere strong {
    display: block;
    color: #000;
    font-size: 18px;
}
.encheres-list .vente-enchere {
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    width: 200px;
    margin: auto;
    padding: 15px;
}
.encheres-list .vente-enchere span {
    font-style: italic;
}
.encheres-list .vente-enchere strong {
    display: block;
    color: #FFF;
    font-size: 18px;
}
@media (max-width: 768px) {
    .encheres-list .item img {
        margin: 20px 0;
    }
}

/* Timer */

.section-timer {
    padding: 60px 0 20px;
}
.timer-content {
    float: right;
}
.timer {
    color: #000;
    background: #D6D6D3;
    padding: 10px 30px 10px 50px;
    display: inline-block;
    position: relative;
}
.timer:before {
    content: '';
    display: block;
    height: 19px;
    width: 19px;
    position: absolute;
    left: 15px;
    top: 9px;
    background: url(../img/icon/clock.png) no-repeat;
}
.timer-bar {
    display: block;
    height: 5px;
    width: 100%;
    margin: 8px 0 0;
    background: #f3f3f1;
    position: relative;
}
.timer-bar-progress {
    position: absolute;
    height: 100%;
    width: 50%;
    background: #000;
}

/* ------------------------------------------------------
            ZEUXIS - 18/01/2016
------------------------------------------------------ */


/*POPUP*/

#index .fancybox-inner {}
.fancybox-inner #marketing-popup .block-newsletter .newsletter-input {
    width: 60% !important;
    margin-bottom: 0 !important;
}
.fancybox-inner #marketing-popup .block-newsletter,
.fancybox-inner #marketing-popup .block-social {
    background: #000;
}
.fancybox-inner #marketing-popup .block-newsletter .newsletter-input {
    background: #000;
    position: relative;
}
.fancybox-inner #marketing-popup .block-newsletter h4,
.fancybox-inner #marketing-popup .block-social h4 {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.fancybox-inner #marketing-popup input {
    font-size: 11px;
}
.fancybox-inner #marketing-popup .block-social ul li.twitter a:before {
    content: "\f16d";
}
.fancybox-inner #marketing-popup .block-social .block_content {
    padding-right: 50px;
}

/* ------------------------------------------------------
            ADD code Thierry-creation.fr - 10/03/2016
------------------------------------------------------ */

#smartblogcat.block div.sdsarticleCat:first-child {
    display: none !important;
}
.module-smartblog-category .sdsarticleCat .col-xs-12 a.imageFeaturedLink img.imageFeatured {
    height: auto;
    margin-bottom: 30px;
    max-width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}

/* .bloc-nb-encheres {display: none;} */

.col-xs-12.col-sm-4 a.imageFeaturedLink img.imageFeatured {
    padding: 0 !important;
}
.imageFeaturedgrande {
    padding-left: 15% !important;
    padding-right: 15% !important;
}
span.st_fblike_large {
    margin-top: -10px;
}
.left-block {
    position: relative;
}
.soci {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#index .sdstitle_block {
    margin-bottom: -20px !important;
    padding-left: 18px !important;
}
.block-intro-gris {
    padding: 25px !important;
    text-align: justify !important;
}
.block-intro-gris center {
    text-align: justify !important;
}
.img-bio {
    padding-right: 0 !important;
    width: 100% !important;
}
.zone-bleue p {
    text-align: center;
}
.zone-bleue {
    margin-top: 20px;
}
.bt-grey {
    width: 100%;
}
#manufacturer .zone-grise div.contenu {
    padding-left: 20px;
    padding-right: 20px;
}
#manufacturer .zone-grise div.contenu p.txt-bleu {
    text-align: justify;
}
.manufacturer .zone-grise div.contenu h2.titre-bleu {
    text-align: center;
}
#manufacturer .description_box .descrip {
    text-align: justify;
    width: 100% !important;
}
p.responimg {
    display: inline-block;
    text-align: center;
    width: 100%;
}
p.responimg img {
    display: inline !important;
    float: none !important;
    margin: 0 !important;
}
.manufacturer h2.titre-bleu {
    text-align: center !important;
}
.zone-info {
    text-align: left;
}
.apropos {
    text-align: center;
}
#wishlist_button {
    width: 100% !important;
}
.content_prices {
    width: 100% !important;
}
#offrir.offrir div.zone-bleue div.contenu p {
    text-align: center;
}
#offrir #center_column {
    width: 95% !important;
}
#offrir .info-fonc {
    background: rgba(0, 0, 0, 0) url("../img/info-fonc.jpg") no-repeat scroll -13px 0 !important;
    margin-right: 0 !important;
    padding: 190px 0 0 !important;
    width: 100% !important;
}
select#card_select.choose {
    width: 90% !important;
}
.category-carte-cadeaux .contact-form-box input {
    width: 90% !important;
}
.offrir .contact-form-box button#submitMessage {
    width: 90% !important;
}
#offrir .contact-form-box textarea {
    width: 90% !important;
}
#category div.cat_desc {
    padding-bottom: 20px;
}
#category div.cat_desc {
    display: inline-block;
    float: left;
    padding-bottom: 50px;
    width: 100%;
}
.manufacture_bloc {
    padding: 30px;
}
@media (min-width: 401px) and (max-width: 600px) {
    .top-link-left li,
    .top-link-right li {
        width: auto;
    }
    .top-link-left li a {
        float: left;
        margin-right: 20px;
        padding: 4px 20px 4px 0 !important;
        text-align: left !important;
    }
    .top-link-left {
        width: 100%;
    }
    #index .sdstitle_block {
        margin-bottom: -20px !important;
        padding-left: 18px !important;
    }
    a.cercle {
        margin-bottom: 30px;
    }
    .block-intro-gris {
        padding: 25px !important;
        text-align: justify !important;
    }
    .block-intro-gris center {
        text-align: justify !important;
    }
    .img-bio {
        padding-right: 0 !important;
        width: 100% !important;
    }
    .zone-bleue p {
        text-align: justify;
    }
    .zone-bleue {
        margin-top: 20px;
    }
    .bt-grey {
        width: 100%;
    }
    #manufacturer .zone-grise div.contenu {
        padding-left: 20px;
        padding-right: 20px;
    }
    #manufacturer .zone-grise div.contenu p.txt-bleu {
        text-align: justify;
    }
    .manufacturer .zone-grise div.contenu h2.titre-bleu {
        text-align: center;
    }
    #manufacturer .description_box .descrip {
        text-align: justify;
        width: 100% !important;
    }
    p.responimg {
        display: inline-block;
        text-align: center;
        width: 100%;
    }
    p.responimg img {
        display: inline !important;
        float: none !important;
        margin: 0 !important;
    }
    .manufacturer h2.titre-bleu {
        text-align: center !important;
    }
    .apropos {
        text-align: center;
    }
    .box-cart-bottom.liste-souhaits {
        display: inline-block;
        float: left;
        margin-bottom: 20px;
        margin-top: 10px !important;
        text-align: center;
        width: 100%;
    }
    #wishlist_button {
        width: 100% !important;
    }
    .content_prices {
        width: 100% !important;
    }
    #offrir.offrir div.zone-bleue div.contenu p {
        text-align: center;
    }
    #offrir #center_column {
        width: 95% !important;
    }
    #offrir .info-fonc {
        background: rgba(0, 0, 0, 0) url("../img/info-fonc.jpg") no-repeat scroll -13px 0 !important;
        margin-right: 0 !important;
        padding: 190px 0 0 !important;
        width: 100% !important;
    }
    select#card_select.choose {
        width: 90% !important;
    }
    .category-carte-cadeaux .contact-form-box input {
        width: 90% !important;
    }
    .offrir .contact-form-box button#submitMessage {
        width: 90% !important;
    }
    #offrir .contact-form-box textarea {
        width: 90% !important;
    }
    #category div.cat_desc {
        padding-bottom: 20px;
    }
    #category div.cat_desc {
        display: inline-block;
        float: left;
        padding-bottom: 50px;
        width: 100%;
    }
}
ul#placed-list li {
    float: left;
    height: auto;
    margin-top: 30px;
    margin-right: 1%;
    position: relative;
    list-style: none;
    width: 32%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
ul#placed-list li a {
    float: left;
    height: auto;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
ul#placed-list li a img {
    height: auto;
    margin: 0 auto;
    max-height: 400px;
    text-align: center;
    width: auto;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
a:hover.voiir {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 25px !important;
    line-height: 25px;
    margin-top: -25px;
    width: 100%;
    visibility: visible;
}
a.voiir {
    background: transparent none repeat scroll 0 0;
    height: 25px !important;
    line-height: 25px;
    margin-top: -25px;
    width: 100%;
    color: white;
    opacity: 0.7
}
a.voiir:hover {
    background: #f7f7f7;
    color: black;
    opacity: 1;
}
@media (min-width: 768px) and (max-width: 999px) {
    /* .cercle-home.row a.cercle {
        display: inline-block;
        margin-top: 30px;
        text-align: center;
        width: 33%;
    }
    */
    .bt-home {
        width: auto !important;
        font-size: 12px !important;
        min-height: 60px;
    }
    .advtm_column_wrap_4 p {
        display: none;
    }
    .advtm_column_wrap_4 {
        padding-top: 10px !important;
    }
    .decouvrirartistes {
        margin: 0px auto 0px !important;
    }
}
@media (max-width: 501px) {
    .displaynone {
        display: none !important;
    }
    .instawidget {
        max-width: 340px !important;
        max-height: 110px;
        overflow: hidden !important;
    }
    .layerstyle {
        display: inline-block;
        width: 50% !important;
        padding: 0 !important;
    }
    .newsl {
        margin-top: 10px;
    }
    #ul_layered_id_feature_12 li.nomargin.hiddable {
        min-width: 100% !important;
    }
    li.ssmenu-module:nth-child(8) {
        display: none !important;
    }
    li.ssmenu-module:nth-child(9) {
        display: none !important;
    }
    li.ssmenu-module:nth-child(10) {
        display: none !important;
    }
    .desc-prod {
        text-align: center !important;
    }
    .bt-home {
        width: 100% !important;
        display: inline-block !important;
    }
    #block_top_menu {
        margin-bottom: 10px !important;
    }
    .layered_condition_news2 {
        top: 0 !important;
        width: 150px;
        left: 22px !important;
    }
    .wrapper_filtres {
        margin-bottom: 0 !important;
        padding-bottom: 10px !important;
    }
}
.editorial_block {
    float: none;
    margin: 0 auto;
    max-width: 1170px;
}
body#category.category-28 div.wrapper_filtres {
    display: none;
}
.containerhomelast {
    padding-top: 15px;
    text-align: center;
    margin-top: 60px;
}
.container-actus {
    width: 100%;
    float: left;
}
.modulesden-newsletter {
    max-width: 100% !important;
}
.modulesden-btn-newsletter {
    padding: 13px 25px !important;
}
.modulesden-btn-newsletter {
    display: inline-block !important;
}
#index .fancybox-inner p {
    text-align: center !important;
}
#modulesden_popup {
    border: 7px solid #1b2848;
}
.fancybox-close {
    right: 0px !important;
    top: 28px !important;
}
footer#footer.container p a:hover {
    color: black;
}
.lang_en .editorial_block {
    display: none;
}
#block_top_menu ul.sf-menu li:nth-child(3) ul.submenu-container li:nth-child(1) {
    display: inline-block !important;
}
body.lang_en ul.sf-menu li:nth-child(6) {
    display: none;
}
@media (max-width: 900px) {
    .achetezart,
    .achetezart a {
        display: inline-block;
        height: 70px;
        margin-left: 0px;
        margin-top: 9px;
        width: 70px;
    }
}
@media (min-width: 901px) {
    .achetezart,
    .achetezart a {
        display: inline-block;
        height: 70px;
        margin-top: 9px;
        width: 80px;
    }
}
a.achete-art img {
    margin-right: 0 !important;
    margin-top: 0 !important;
}
.instawidget {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px !important;
    max-width: 500px;
    max-height: 167px;
    overflow: hidden;
}
.module-smartblog-category .comment {
    display: none !important;
}
#respond,
.post-info {
    display: none !important;
}
.instawidget img {
    width: 165px !important;
    height: 165px !important;
}
#index #center_column {
    padding-top: 105px
}
@media (max-width: 768px) {
    .nomobile {
        display: none;
    }
}
@media (min-width: 769px) {
    .pcmac {
        display: none;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .safari {
        display: none;
    }
}
@media screen and (max-device-width: 960px) {
    .safari {
        display: none;
    }
}
.nb-enchere {
    margin-right: 4px;
}
#listsetup h5 img {
    display: none;
}
#info_process_wldd ol li h5 {
    margin-left: 0 !important;
}
.module-blockgiftlistpro-mywishlist #block-history.block-center img#arrowdown {
    display: none;
}
.module-blockgiftlistpro-mywishlist #block-history.block-center h3 {
    margin-bottom: 0 !important;
    color: #000
}
.lang_en .item-vendu2 {
    background: transparent url("../img/vendu2.png") no-repeat scroll center center;
}
.lang_en .item-vendu {
    background: transparent url("../img/vendu2.png") no-repeat scroll center center;
}
.lang_en li:nth-child(3) ul.submenu-container li:last-child {
    display: none !important;
}
.lang_en .france {
    display: none;
}
.lang_fr .england {
    display: none;
}
@media (max-width: 768px) {
    .instawidget {
        max-height: 95px !important;
    }
    #wishlist_button,
    .box-cart-bottom a.btn-success {
        width: 100% !important;
    }
    .surmobile a {
        color: #1c2745;
        display: inline-block;
        font-size: 13px;
        line-height: 30px;
        padding-top: 5px;
        text-align: center;
        text-transform: none;
        width: 100%;
    }
    .surmobile {
        float: right;
        list-style: outside none none;
        margin-right: 15px;
        text-align: center;
        width: 147px;
    }
    .zone-bleue div.contenu p {
        text-align: center !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    .contact-form-box input.form-control,
    .contact-form-box select,
    .contact-form-box textarea {
        text-align: center;
    }
}
@media (min-width: 769px) {
    .surmobile {
        display: none;
    }
}
#info_complete_guide a img {
    display: none;
}
.sdsarticleCat img.imageFeatured {
    max-height: 300px;
    margin-bottom: 20px;
}
.myaccount-link-list li a i.icon-legal {
    color: #0f163e;
    float: left;
    font-size: 30px;
    margin-left: 23px;
    margin-right: -50px;
    margin-top: 20px;
}
.category-encheres .bt-resp.btresp1,
.category-encheres .bt-resp.btresp2 {
    display: none;
}
.category-auction .bt-resp.btresp1,
.category-auction .bt-resp.btresp2 {
    display: none;
}
.category-auction #buy_block div.box-info-product {
    display: none;
}
@media (min-width: 1000px) and (max-width: 1199px) {
    .bgartt {
        background: transparent url("../img/bgart2.jpg") no-repeat scroll center center;
        display: inline-block;
        min-height: 592px;
        margin-bottom: 30px;
        width: 100%;
    }
    .bgavenir {
        background: transparent url("../img/avenir.jpg") no-repeat scroll center top;
        display: inline-block;
        min-height: 592px;
        margin-bottom: 30px;
        width: 100%;
    }
    .bgavenir div.txtavenir {
        background: white none repeat scroll 0 0;
        margin: 80px auto 0;
        max-width: 400px;
        min-height: 440px;
        padding: 20px 15px 15px;
    }
    .txtart {
        display: inline-block;
        float: right;
        margin-right: 34px;
        margin-top: 100px;
        width: 324px;
    }
    .txtart p {
        color: #000;
        font-size: 11px;
    }
    .txtart a {
        display: inline-block;
        width: 100%;
        text-align: center;
        text-decoration: underline;
        color: #000;
    }
}
@media (min-width: 1200px) {
    .bgartt {
        background: transparent url("../img/bgart2.jpg") no-repeat scroll center top;
        display: inline-block;
        min-height: 592px;
        margin-bottom: 30px;
        width: 100%;
    }
    .bgavenir {
        background: transparent url("../img/avenir.jpg") no-repeat scroll center top;
        display: inline-block;
        min-height: 592px;
        margin-bottom: 30px;
        width: 100%;
    }
    .bgavenir div.txtavenir {
        background: white none repeat scroll 0 0;
        margin: 80px auto 0;
        max-width: 400px;
        min-height: 440px;
        padding: 20px 15px 15px;
    }
    .txtart {
        display: inline-block;
        float: right;
        margin-right: 82px;
        margin-top: 100px;
        width: 324px;
    }
    .txtart p {
        color: #000;
        font-size: 11px;
    }
    .txtart a {
        display: inline-block;
        width: 100%;
        text-align: center;
        text-decoration: underline;
        color: #000;
    }
}
@media (max-width: 999px) {
    .cms-7 .col-xs-12.col-sm-6 {
        background: #F3F3F1;
        margin-bottom: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .cms-7 .zone-bleue {
        margin-bottom: 30px;
    }
}
.bgartt {
    margin-bottom: 30px;
}
.txtart p {
    color: #000;
}
.txtart p a.info-plus-artiste {
    color: #fff !important;
    font-weight: bold;
}
.cms-11 #columns.container {
    width: 100% !important;
    max-width: 100%;
}
.cms-11 .griscms a {
    color: #000;
}
.cms-11 .griscms p {
    color: #000;
    font-size: 14px;
}
.cms-11 .griscms {
    background: transparent url("../img/questceque.jpg") no-repeat scroll center bottom;
    background-size: 100% auto;
    min-height: 700px;
}
.cms-11 .bgonze {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid #ccc;
    margin: 30px auto 0;
    max-width: 700px;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.cms-12 .center_column h2 {
    color: #000;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.cms-12 .col-xs-12 {
    max-width: 800px;
    margin: 0 auto 20px;
}
.cms-12 .zone-bleue {
    margin-top: -42px !important;
}
.gotothetop {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 38px;
    right: 12px;
    background: #1a2a48;
    padding: 5px 6px;
    z-index: 999999999;
}
.sdstitle_block a {
    font-size: 22px !important;
}
.content_img_big {
    width: 500px;
    position: fixed;
    display: none;
    z-index: 9989;
}
.content_img_big img {
    width: 100%
}
.manu-desc p,
.manu-desc div {
    font-size: 10px !important;
    font-style: italic !important;
    font-weight: normal !important;
    display: inline
}
h @media (max-width: 767px) {
    .manu-desc,
    .product-counter {
        display: inline-block;
        margin-left: -10px;
        text-align: left;
        width: 150px;
    }
}
@media (min-width: 768px) {
    .manu-desc,
    .product-counter {
        width: 100%;
        display: inline-block !important;
    }
}
.content_scene_cat .content_scene_cat_bg {
    padding: 50px 0 0;
    text-align: center;
}
#search #columns.container,
#search #center_column.center_column {
    max-width: 100%;
    padding: 0;
}
#search ul.product_list {
    /*max-width: 1170px;*/
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
}
#search .product-count {
    display: none;
}
ul.product_list .apropos {
    display: none;
}
.mansup-container.row div.col-sm-6 {
    padding: 0 !important;
}
.category-36 .category-name h1.cath1 {
    display: none !important;
}
@media (max-width: 767px) {
    #actuhome {}
    .displaynone {
        display: none;
    }
}
.index ul#placed-list.homesitu {
    display: inline-block;
    width: 100%;
}
#actuhome {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    clear: left;
    display: block;
}
.homelogos {
    padding-bottom: 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .homelogos {
        display: none !important;
    }
}
#actuhome p {
    color: #1B2848;
    font: 600 13px/25px 'aleoregular';
    vertical-align: middle;
    text-align: center;
    font-weight: 100;
    line-height: 13px;
}
#actuhome h2 {
    font: 400 13px/25px 'aleoregular';
    FONT-SIZE: 20px;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 30px;
}
.homelogos p {
    margin-top: -20px;
    margin-bottom: 0;
}
.homelogos img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    /* padding: 25%; */
    opacity: 0.7;
    width: 100%;
    height: auto;
    padding: 27px;
}
.homelogos img:hover {
    opacity: 1;
}
#actuhome a {
    color: #000;
    vertical-align: middle;
    font-size: 14px;
}
#actuhome .trait {
    border-right: 2px solid #000;
}
@media (min-width: 1200px) {
    #actuhome td {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 767px) {
    .homesurmob {
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .homesurmob img {
        width: 100% !important;
        height: auto !important;
        display: none;
    }
}
@media (min-width: 768px) {
    .homesurmob {
        display: none !important;
    }
}
.lien_rdv {
    cursor: pointer;
    position: fixed;
    bottom: 1px;
    right: 11px;
    color: #fff;
    background: #12478b;
    padding: 5px 10px;
    z-index: 99;
}
.lien_rdv a {
    color: #fff;
    font-size: 11px;
}
.lien_rdv:hover {
    color: #12478b;
    background: #fff;
    border: 1px solid #12478b;
}
.lien_rdv:hover a {
    color: #12478b;
}
.lien_popup_newsletter {
    cursor: pointer;
    position: fixed;
    bottom: 1px;
    left: 11px;
    color: #fff;
    background: #12478b;
    padding: 5px 10px;
    z-index: 99;
}
.lien_popup_newsletter a {
    color: #fff;
}
.lien_popup_newsletter:hover {
    color: #12478b;
    background: #fff;
    border: 1px solid #12478b;
}
#index .auction-tabs-block {
    display: none !important;
}
@media (min-width: 768px) {
    .liendecontact {
        display: none !important;
    }
}
.manu-desc blockquote {
    padding: 0px;
    margin: 0px;
    border-left: 0px solid #eeeeee;
}
.category-encheres .box-cart-bottom.liste-souhaits {
    display: none !important;
}
.sdsarticle-des h2 {
    color: #000;
    font-size: 13px;
    margin-top: 0;
    line-height: 21px !important;
    padding-bottom: 0;
}
#index .columns-container {
    padding-bottom: 30px;
}
.share-overlay a.icon {
    display: none !important;
}
#concept .center_column,
#concept #columns.ccm {
    padding: 0 !important;
}
.list_concept {
    list-style: inside;
    padding-left: 20px;
}
.list_concept li {
    list-style: none;
    letter-spacing: normal;
    margin: 5px 0px;
}
#pagenotfound .header-container {
    display: none;
}
body #pagenotfound {
    background: #f3f3f1;
}
.pag_artroom {
    max-width: 700px;
    margin: 0 auto;
    text-align: justify;
    color: #000;
    font-size: 12px;
    padding-top: 20px;
    line-height: 20px;
    padding: 20px;
}
#artroom-paris .pag_artroom,
#artroom-londre .pag_artroom {
    padding-top: 10px !important;
}
.londres-paris {
    max-width: 1000px;
    margin: 0 auto;
}
.londres-paris div.col-xs-12.col-sm-6 a img {
    border: 20px solid #fff;
}
section.art-room-slider {
    overflow: hidden;
}
#artroom-londre .center_column,
#artroom-paris .center_column {
    padding: 0 !important;
}
.expodumoment {
    max-width: 1170px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .lesartistes {
        display: none;
    }
    #index .zone-intro-gris div.block-intro-gris a.bt-home {
        display: none !important;
    }
    .decouvrirartistes {
        display: none;
    }
    #actuhome {
        display: none;
    }
}
.alpha_filter {
    position: absolute;
    height: 100%;
    max-height: calc(100vh - 400px);
    width: 50px;
    overflow: auto;
    right: 0;
    top: 0px;
    padding: 10px 0px;
    z-index: 0;
    background: #fff;
    padding-bottom: 100px;
}
.cta_manufacturer_alpha:hover {
    font-size: 30px;
}
.lesartistes {
    max-width: 1000px;
    margin: 0 auto;
    min-height: 250px;
}
.lesartistes h2 {
    margin-bottom: 20px;
    margin-top: 0;
}
ul#manufacturers_list {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 10px 0px;
    margin: auto;
    min-height: 750px;
}
.manu_list_pad {
    padding: 0px 50px;
}
.lesartistes div.col-md-6 {
    margin-bottom: 30px;
    margin-top: 10px;
}
.category-carte-cadeau .zone-bleue div.contenu h1 {
    color: white;
}
.category-carte-cadeau .btn-blue {
    margin-top: 20px !important;
    display: block;
    width: 100%;
    margin: 0 auto;
}
.contact-form-box select#carte_cadeaux {
    max-width: 300px !important;
    margin: 0 auto;
    height: 40px;
    margin-bottom: 35px;
    width: 90%;
}
.category-carte-cadeaux .contact-form-box {
    width: 100%;
}
.contactoffrir {
    text-align: center;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0px;
}
.offrir-content {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: calc(100vh - 100px);
    /* max-width: 1200px; */
    padding: 20px;
}
.page-offrir-block-kdo-abs {
    position: absolute;
    right: 0px;
    width: 100%;
    max-width: 500px;
    padding: 20px;
    bottom: 20px;
    padding-bottom: 50px;
    top: 50%;
    /* left: 50%; */
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
}
@media (max-width: 768px) {
    .page-offrir-block-kdo-abs {
        width: 90%;
        top: 35%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}
.select_kdo,
.p_selected_kdo {
    margin: 0;
    background: #fff;
    padding: 10px;
    cursor: pointer;
}
.angle_select {
    position: absolute;
    right: 13px;
    top: 8px;
    font-size: 20px;
}
.select_kdo:hover {
    background: #000;
    color: #fff;
}
/*
.p_selected_kdo {
    border-bottom: 1px solid #333;
}
*/
#selected_kdo {
    position: relative;
}
#list_carte_cadeaux {
    height: 20vh;
    overflow: auto;
    position: absolute;
    width: calc(100% - 40px);
}
p.select_kdo.selected {
    background: #000;
    color: #fff;
}
.button-container- {
    position: relative;
    z-index: 99;
}
.page-offrir-block-kdo {
    text-align: justify;
    padding: 5px 15px;
    margin-bottom: 80px !important;
    padding: 25px;
}
.offrir-content h2 {
    font-size: 20px;
    margin-bottom: 25px;
}
.block-desc-offrir {
    padding-bottom: 30px;
}
.page-offrir-block-wishlist {
    text-align: justify;
    padding: 25px;
}
.offrir_background {
    background: #f6efe8;
    max-width: 100% !important;
    background-position: 50% 50%;
    background-size: cover;
}
.citation-offrir {
    font-style: italic;
    color: #737373;
    margin-bottom: 60px;
}
.citation-gris {
    color: #737373;
}
.sous-mariage {
    clear: left;
    text-align: center;
    padding-top: 20px;
}
.category-carte-cadeau .zone-bleue {
    margin-bottom: 60px;
}
.category-carte-cadeau .contact-form-box {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    float: none;
}
.category-carte-cadeau h2 {
    margin-bottom: 18px;
}
.category-carte-cadeau .boitegrise {
    background: #f7f7f7;
    padding: 20px;
    border: 20px solid white;
    border-top: none;
}
@media (min-width: 1000px) and (max-width: 1399px) {
    .cercle .titre {
        font-size: 11px !important;
    }
}
.category-28 .catno {
    display: none !important;
}
@media (max-width: 999px) {
    .nobtnbleu,
    .footer-container .social {
        display: none;
    }
    .cms-faq-zeuxis .rte {
        padding-left: 15px;
    }
}
#jquerysearch-top form#searchForm fieldset div.input {
    border: none;
}
.artroom .footer-bleu {
    margin-top: 60px;
}
.deuximages {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}
.title-deux {
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 5px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1.5px;
}
.deuximages img {
    width: 100% !important;
    height: auto !important;
}
.deuximages div.col-xs-12.col-sm-6 p a {
    color: #000;
    padding-top: 30px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.separateur {
    height: 1px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
}
#index .center.rdv {
    margin-top: 40px;
}
#index .center.rdv a.bt-bleu {
    line-height: 50px;
    height: 50px;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 13px;
    max-width: 100%
}
.footer-bleu {
    min-height: 95px;
    width: 100%;
    background: #1A2A48;
    display: inline-block;
}
.footer-bleu-in {
    min-height: 95px;
    max-width: 1200px;
    background: #1A2A48;
    display: block;
    margin: 0 auto;
    width: 100%;
    color: white;
    text-align: center;
    line-height: 95px;
}
@media (max-width: 767px) {
    .footer-bleu-in div.col-xs-12.col-sm-2 {
        width: 33% !important;
        display: inline-block;
    }
}
@media (max-width: 700px) {
    .qui-est-zeux,
    .container-actus,
    .art-room-catalogue {
        display: none;
    }
}
@media (max-width: 991px) {
    .desc-concept-galerie {
        padding: 0 42px;
    }
}
.schema-picto .fa {
    background: #fff;
    /* width: 91px; */
    font-size: 44px;
    padding: 16px 22px;
    margin: auto;
    /* width: 75px; */
    border-radius: 50%;
}
.schema p {
    text-align: center;
    margin-bottom: 20px;
}
.contact_background {
    background: #f6efe8;
}
.contact_background .center_column {
    max-width: 600px;
    margin: auto;
    padding: 40px 10px;
}
.block_left_contact {
    text-align: justify;
    padding: 10px 100px 30px 0px;
}
@media (max-width: 780px) {
    .block_left_contact {
        padding: 10px 0px 30px 0px;
    }
    .contact_background .center_column {
        max-width: 100%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.block_left_contact h2 {
    font-size: 14px;
}
.block_left_contact p {
    margin-bottom: 20px;
}
.blue_border {
    border: 1px solid #1a2a47 !important;
}
.contact_background::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #1a2a47;
}
.contact_background::-moz-placeholder {
    /* Firefox 19+ */
    color: #1a2a47;
}
.contact_background:-ms-input-placeholder {
    /* IE 10+ */
    color: #1a2a47;
}
.contact_background:-moz-placeholder {
    /* Firefox 18- */
    color: #1a2a47;
}
p.schema-desc {
    /* width: 80%; */
    text-align: center;
    font-size: 12px;
    color: #696969;
    margin: 10px auto 45px auto;
}
#index .center.rdv {
    margin-top: 20px;
    margin-bottom: 20px;
}
.snapwidget-widget {
    height: 170px;
}
.hr_actuhome {
    width: 100%;
    border-top: 1px solid #ddd;
    min-height: 1px;
    margin-top: 30px;
}
.section_concept {
    margin: auto;
    max-width: 1000px;
}
.desc-concept-galerie {
    text-align: justify;
    font-size: 15px;
    line-height: 23px;
    max-width: 1170px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.concept-bloc-1 {
    margin-bottom: 20px
}
.concept-bloc-1 img {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 35px;
}
#concept .subtitle-page {
    margin-top: -35px;
    margin-bottom: 44px;
    font-size: 25px;
}
.concept_section {
    margin-bottom: 50px;
}
.concept-bloc-1 .fa.fa-quote-left,
.concept-bloc-2 .fa.fa-quote-left {
    font-size: 40px;
    margin: 0px 15px 0px -1px;
    margin-right: 15px;
}
.concept-bloc-2 img {
    margin: auto;
}
.concept-bloc-2 h2,
.concept-bloc-1 h2 {
    font-weight: 500;
    margin-bottom: 50px;
}
.concept-bloc-2 p,
.concept-bloc-1 p {
    text-align: justify;
    margin: auto;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
}
.schema {
    position: relative;
    max-width: 1300px;
    margin: auto;
}
p.schema-title {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.last-concept-block {
    text-align: justify;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
}
img.photo_manu-profil {
    max-width: 100%;
    margin: auto;
    border-radius: 50%;
    padding: 7%;
}
h2.text-center.bold.titre_press {
    margin-bottom: 30px;
}

/* mise en situation */

.block-mes {
    margin: 20px auto 20px auto;
}
.block-mes-img {
    margin: auto;
}
.block-mes-link {
    text-align: center;
    font-size: 25px;
    margin-top: 10px;
}
.block-mes-link a {
    color: #1a2a47;
}
.block-mes-link a:hover {
    color: #1a2a47;
}
.popup_mes {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 61px;
    z-index: 999999;
    background: rgba(26, 42, 71, 0.68);
}
.block-mes-img,
.mes_open_popup,
.popup_mes_close {
    cursor: pointer;
}
.popup_mes_close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
}
.image_mes_popup {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
}
.block-mes-link .fa {
    font-size: 11px;
    margin-right: 5px;
    border: 1px solid #1a2a47;
    border-radius: 50%;
}
.block_mes_category {
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
}
.filtre_name {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin: 10px 0px 10px;
}
.block-mes-img {
    width: 300px;
    height: 300px;
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.popup_mes {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    padding: 61px;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.70);
}
.popup_mes_close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000;
}
.block-mes-link .fa {
    font-size: 11px;
    margin-right: 5px;
    border: 1px solid #1a2a47;
    border-radius: 50%;
    /* padding: 4px 4px; */
    text-align: center;
    padding-top: 4px;
    padding-left: 1px;
    width: 20px;
    height: 20px;
}
#manufacturers_list strong {
    font-weight: normal;
}
.popup_milk {
    width: 30%;
    position: fixed;
    bottom: 50px;
    right: 13px;
    z-index: 999999999;
    cursor: pointer;
}
@media (min-width: 0px) and (max-width: 500px) {
    .popup_milk {
        width: calc(100% - 15px);
    }
}
@media (min-width: 500px) and (max-width: 900px) {
    .popup_milk {
        width: 50%;
    }
}
.bt-bleu {
    max-width: 100%;
}
@media screen and (max-width: 701px) {
    .bloc_cc {
        display: none !important;
    }
}
.order-bg {
    background: #fff;
    padding: 40px 0px;
}
.container-order {
    max-width: 800px;
    margin: auto;
}
.container-white {
    background: rgba(255, 255, 255, 0.90);
    padding: 20px !important;
    width: 90%;
    max-width: 600px;
    margin: auto;
}
#module-smartblog-details img {
    max-width: 100%;
    height: auto;
}
.text-uppercase {
    text-transform: uppercase;
}
.see_all_insitu {
    position: relative;
    width: 200px;
    margin: auto;
    background: white;
    border: 1px solid #1b2b48;
    color: #1b2b48;
    padding: 10px;
    margin-bottom: 40px;
    text-align: center;
}
.see_all_insitu:hover {
    background: #1b2b48;
    color: #fff;
}
.see_all_insitu:hover a {
    background: #1b2b48;
    color: #fff;
}
.see_all_insitu a {
    color: #1b2b48
}
.see_all_insitu a:hover {
    color: #fff
}
.cercle:hover .cercle-hover {
    display: block;
}
.artiste-info {}
.artiste-info-contenu {
    max-width: 800px;
    margin: auto;
    text-align: justify;
    line-height: 21px;
    font-size: 12px;
    padding: 20px;
}
.cta-artiste-info,
.cta-artroom {
    color: #696969;
    font-size: 11px;
    cursor: pointer;
    margin-top: -30px;
    text-transform: lowercase;
}
p.cta-artiste-info-close {
    color: #1b2946;
    text-align: right;
    cursor: pointer;
}
.artiste-info-contenu p {
    color: #000;
    margin-bottom: 10px;
    text-align: justify;
}
.block_rdv {
    width: 345px;
    margin: auto;
    text-align: center;
    background: #fff;
    padding: 25px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    margin-top: -100px;
}
hr.sep_rdv {
    margin-top: 75px;
    border-top: 1px solid #ccc;
}
p.rdv_first_line {
    letter-spacing: 1.5px;
}
p.rdv_second_line {
    font-size: 25px;
}
.block_rdv:hover {
    background: #e4e4e4;
}
.title-page {
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #444;
}

/*
h1.title-page:after {
    content: " ";
    display: block;
    width: 100%;
    max-width: 100px;
    height: 1px;
    background: #000;
    margin: auto;
    margin-top: 10px;
}*/

.manu-country {
    font-size: 11px;
    text-transform: capitalize;
}
.map-artroom {
    max-width: 800px;
    width: 800px;
    text-align: center;
    margin: auto;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.art-room-catalogue {
    width: 80%;
    margin: auto;
    max-width: 1000px;
}
.block_homecontent_content_second {
    padding: 20px;
}
.manufac_sub_title {
    margin-top: -55px;
    margin-bottom: 60px !important;
}
#_desktop_top_menu {
    margin-top: 35px !important;
}
div#sdsblogArticle {
    margin: 65px auto 0px auto;
}
.lgcookieslaw_banner {
    display: table;
    width: calc(100% - 400px) !important;
    /* margin: auto !important; */
    margin-left: 200px !important;
}
.alert-window {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    position: fixed;
    z-index: 99;
}
.alert.alert-danger {
    width: 90%;
    max-width: 500px;
    margin: auto;
    margin-top: 150px;
    background: #fff;
    color: #000;
    text-shadow: none;
    text-align: center;
}
p.paybox_module a {
    padding: 17px;
    text-align: center;
    margin: 0px;
}
@media (max-width: 550px) {
    #lgcookieslaw_banner,
    .popup-zeuxis {
        display: none;
    }
}
@media (max-width: 350px) {
    img.logo {
        width: 170px;
    }
}
.available_label {
    font-size: 10px;
}
.desc-artroom {
    max-width: 800px;
    margin: auto;
    text-align: justify;
}
.homelogos > div {
    min-height: 140px;
}
.ac_results {
    min-width: 400px;
}
.semi-bold {
    font-weight: 500;
}
p.smartblog_list_title {
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    text-transform: uppercase;
}
p.smartblog_list_desc {
    margin-top: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bloc_link_blog {
    margin-bottom: 70px;
    text-align: center;
}
.cta_read_more_blog {
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 200px;
    margin: auto;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 60px;
}
.cta_read_more_baseline_title {
    cursor: pointer;
    text-align: center;
    margin-bottom: 40px;
    margin-top: -30px;
}
p.text-center.cta_read_less_baseline_title {
    margin-top: -40px;
    margin-bottom: 40px;
    cursor: pointer;
}
img.img_art_room {
    margin-top: 20px;
}
@import url('https://fonts.googleapis.com/css?family=Marck+Script');
.adtm_column.adtm_column_85 span a:after {
    content: " by Pierre Wat";
    display: inline-block;
    font-family: 'Marck Script', cursive;
    margin-left: 5px;
    vertical-align: 0px;
    font-weight: 100;
    font-size: 17px;
    text-transform: none;
}
.li-niveau1 .adtm_sub {
    width: 290px !important;
}

/*Modif */

.back_account {
    margin-bottom: 40px !important;
}
.back_account a {
    margin-bottom: 20px !important;
    color: #908a8a;
    cursor: pointer;
}
.product_list_bottom {
    width: 100%;
    display: block;
    float: left;
}
#cart_summary .cart_delete {
    padding: 0px;
    margin: 0px;
}
.gototop {
    position: fixed;
    bottom: 50px;
    background: white;
    padding-top: 10px;
    right: 1px;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
@media (max-width: 1023px) {
    .gototop {
        bottom: 72px;
    }
}
.gototop a.js-scrollTo {
    color: #7b7b7b;
}
.gototop a.js-scrollTo {}
.gototop #footer .bottom-footer div {}
.masonry_style,
.agenda_header,
#module-abz_journal-journalpage .center_column,
.img-link-inssitu {
    max-width: 700px !important;
    margin: auto;
}
header div[class^="col-"] {
    margin: 0;
    padding: 0;
}
.cta_insta {
    margin-left: 12px !important;
    font-size: 16px !important;
    margin-top: 0px;
}
.sous-block .price.product-price {
    margin-top: 15px;
}
#hook_abz_manufacturer {
    width: 100%;
    max-width: 1100px;
    margin: 25px auto;
}

/*.bloc_cta_manu {
    position: absolute;
    margin-top: 33%;
    text-align: center;
    width: 100%;
}*/

.bloc_cta_manu {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#hook_abz_manufacturer div {
    margin-bottom: 10px;
}
span.cta_manu {
    background: #fff;
    padding: 40px 15%;
    font-weight: 500;
    font-size: 25px;
    transition-duration: 1s;
}
span.cta_manu {
    background: #fff;
    padding: 30px 20px;
    font-weight: 500;
    font-size: 20px;
}
.cta_manu:hover {
    background: rgba(255, 255, 255, 0.7);
}
.cta_manu a {
    font-weight: 500 !important;
    font-size: 25px;
}

/*Modif Cart*/

.cart_div .cart_product {
    width: 250px;
    float: left;
}
.cart_div .cart_description {
    width: calc(100% - 250px);
    float: left;
    padding: 0 20px;
}
@media (max-width: 600px) {
    .cart_div .cart_product {
        width: 100%;
    }
    .cart_div .cart_description {
        width: 100%;
        text-align: center;
        padding-top: 40px;
    }
    .cart_delete {
        position: absolute;
        right: -20px;
        top: -0px;
    }
}
.cart_div .cart_item {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 50px;
    border-bottom: 1px solid #000;
    /* background: #fff; */
    padding: 20px;
    /* box-shadow: 0px 0px 13px 0px #eee; */
}
.menu_account {
    text-align: center;
    width: 100%;
    float: left;
}
.li_menu_account {
    padding: 10px;
}
.block-center {
    width: 100%;
    float: left;
    /*background: rgba(255, 255, 255, 0.80);*/
    padding: 20px;
}
.block-center .box {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 10px 0px #eee;
    padding: 14px 18px 13px;
    margin: 0 0 30px 0;
    line-height: 23px;
}
.add_new_addr {
    text-align: right;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0px 15px;
}
.myaccount-bg-fixe {
    /*background: url(../img/bg_order.jpg);*/
    background-position: 50% 60%;
    background-size: cover;
    padding: 20px;
    height: 600px;
    max-height: 60vh;
    width: 100%;
    margin-top: -40px;
    position: absolute;
}
.footer-container {
    background: #fff;
}
#columns.myaccount-bg {
    background: url(../img/bg_order.jpg);
    background-position: 50% 60%;
    background-size: cover;
    padding: 20px;
    height: 90vh;
    width: 100%;
}
#mywishlist {
    max-width: 100% !important;
    margin: auto;
    padding: 0px !important;
}
.li_menu_account.active {
    border-bottom: 1px solid #000;
}
#module-blockwishlist-mywishlist .table_block,
#block-order-detail {
    background: #fff;
}
.li_menu_account a {
    text-transform: uppercase;
    font-size: 10px;
}
.bnt-cmd_detail {
    background: #000;
    color: #fff;
    padding: 9px;
    width: fit-content;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.bnt-cmd_detail a {
    color: #fff;
    font-weight: 500;
}
.img_order_box {
    width: 100%;
    width: 100%;
    overflow: auto;
    margin: 15px 0px;
}
.img_order {
    width: 150px;
    float: left;
}
.bold {
    font-weight: 400;
}
.statut_txt {
    padding: 15px 0px;
}
.container-float {
    float: left;
    width: 100%;
}
#module-blockwishlist-mywishlist #block-order-detail {
    width: calc(100% - 250px);
    float: right;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
}
#manufacturer .left {
    padding: 0px 70px 0px 100px;
}
#manufacturer .product_list h3 {
    height: 18px;
    overflow: hidden;
    width: 100%;
}
.new_catalogue,
.old_catalogue {
    margin-bottom: 15px;
}
#order-opc .lien_rdv {
    display: none;
}
.box-forgot-pw {
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.adtm_column.adtm_column_71 span a {
    font-weight: 500 !important;
}
.manufacturer_type {
    text-align: center;
    padding: 30px 10px 10px 10px;
    /* font-weight: 600; */
}
span.cta_manufacturer_type {
    text-transform: uppercase;
    cursor: pointer;
}
.titre-artiste-manufacturer {
    font-size: 26px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
}
.titre-artiste-manufacturer-poop_up {
    font-size: 24px;
    color: #1a2947;
    width: 500px;
}
.advtm_menu_actif {
    text-decoration: underline;
}
#CatalogueAmelie #center_column {
    width: 1100px;
    margin: auto;
}
.text-center.catalogue_title {
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}
.catalogue {
    min-height: 600px;
}
.cata_border_img {
    border: 1px solid #ccc;
}
.baseline_title {
    max-width: 500px;
    margin: -35px auto 25px;
    margin: 10px auto 25px;
    text-align: justify;
}
#module-smartblog-category .baseline_title {
    margin: 0px auto 40px;
}
.adtm_column.adtm_column_93 span a {
    color: #bf2a2a !important;
    font-weight: 700 !important;
}

/***** Manufactuer *****/

.manufacturer_img {
    background: #fff;
    position: relative;
}
.img_p_man {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.img_m_first,
.img_m_done {
    position: relative;
}
.manufacturer_name {
    text-align: left;
    margin: 10px 0 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.manufacturers_container {
    margin-bottom: 20px;
}
.artiste_menu {
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
}
.section_manu {
    width: 100%;
    padding-bottom: 50px;
}
.section_manu p {
    min-height: 18px;
}
.artiste_menu li {
    font-size: 12px;
    display: inline-block;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 0px 5px;
}
.abz_facet {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 400px;
    margin: 0px auto 40px auto;
    max-width: 90%;
}
.abz_facet_3 {
    width: 600px;
}
.abz_facet_with_serie {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 600px;
    margin: 0px auto 40px auto;
    max-width: 90%;
}
.list_facette {
    text-align: left;
    padding: 20px 10px 10px 10px;
    position: absolute;
    width: 100%;
    background: #fff;
}
.facet_select {
    position: relative;
    width: 200px;
    z-index: 2;
}
.breadcrumb_new li {
    display: inline;
}
.breadcrumb_new {
    padding: 20px;
    float: left;
    width: 100%;
}
.abz_facet_with_serie .facet_select {
    max-width: 25%;
}
.title_facet {
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}
.list_facette .checker,
.list_facette input {
    cursor: pointer;
    margin-right: 5px;
    cursor: pointer;
    display: inline;
    margin-top: -12px;
}
.list_facette label {
    display: inline-block;
    cursor: pointer;
    display: inline;
    margin-left: 5px;
    padding-right: 10px;
    vertical-align: 4px;
    font-size: 11px;
}
.list_facette p {
    margin-bottom: 18px;
    font-size: 10px;
    white-space: nowrap;
}

/*
@media screen and (min-width: 992px) {
    .cta_cat.active,
    .cta_manufac.active,
    .main_nav.active {
        border-bottom: 1px solid #000;
    }
}
*/

.manufacturer_bio {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    min-height: calc(100vh - 500px);
    padding: 40px;
}
.manufacturer_bio_text_abs {
    position: relative;
    padding: 40px;
    margin-top: -80px;
    background: #fff;
    width: 800px;
    max-width: 90%;
    margin: -100px auto 0 auto
}
.manufacturer_expo img {
    margin: auto;
    width: 100%;
}
.manufacturer_exposition {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    min-height: calc(100vh - 500px);
    padding: 40px;
}
.manufacturer_expo {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
}
.content_expo {
    background: #fff;
    max-width: 80%;
    margin: auto;
}
.content_expo_illustration {
    position: relative;
    padding: 40px;
    margin-top: -80px;
    background: #fff;
    max-width: 800px;
    margin: -100px auto 0 auto
}
.manufacturer_bio_text_relative {
    position: relative;
    width: calc(100% - 40px);
    padding: 40px;
    background: rgb(255 255 255 / 70%);
    margin: auto;
}
#manufacturer .content_expo h3,
#manufacturer .content_expo h2,
#manufacturer .manufacturer_bio_text h3 {
    font-family: 'sackers', sans-serif;
    font-size: 12px;
    text-align: left;
    margin-top: 30px;
}
#manufacturer .manufacturer_bio .section_manu p,
#manufacturer .content_expo .section_manu p {
    min-height: 18px;
    font-size: 16px !important;
    line-height: 1.5;
}
#manufacturer em {
    font-style: italic;
}
.manufacturer_img img {
    margin: auto;
    display: block;
    width: 100%;
}
.manufacturers_container {
    opacity: 0.1;
    transform: translateY(80px);
}
.manufacturers_container {
    transition: transform 0.6s ease, opacity 0.6s linear;
}
.manufacturers_container_move {
    opacity: 1;
    transform: translateY(0px);
}
.product_video_box {
    margin-top: 40px;
    margin-bottom: 40px;
    margin: 0px auto 40px auto;
}
.cta_open_m_filter {
    cursor: pointer;
}
.img_portrait_artiste {
    float: left;
    width: 300px;
    padding-right: 20px;
    padding-bottom: 16px;
}
div#smartblogcat_ {
    max-width: 712px;
    margin: auto;
    max-width: 1170px;
}
.cta_filter {
    text-transform: uppercase;
    cursor: pointer;
}

/*
.cta_manufacturer_new {
    font-weight: 400;
    font-size: 14px;
}*/

.cta_filter.active,
.cta_filter:hover {
    text-decoration: underline;
}
.alpha_filter .fa {
    position: fixed;
    right: 44px;
    bottom: 39px;
}
span.ajax_cart_quantity {
    position: absolute;
    background: #fff;
    background: #000;
    color: #fff0 !important;
    border: 2px solid #000;
    /* padding: 1px 4px; */
    top: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 10px;
    left: -8px;
}
.subtitle-page {
    margin-top: -25px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
#module-smartblog-details .blog-post {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
.articleContent {
    overflow: hidden;
    padding-top: 22px;
}
#module-smartblog-details h1.sdstitle_block2 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 35px;
    text-transform: uppercase;
}

/*****
RESPONSIVE MY ACCOUNT
****/

@media (min-width: 426px) and (max-width: 768px) {
    .menu_account {
        width: 100%;
        float: left;
    }
    .li_menu_account {
        padding: 10px;
        width: calc(100%);
        display: inline-block;
        text-align: center;
        background: rgba(255, 255, 255, 0.8);
        margin: 5px;
    }
    #module-blockwishlist-mywishlist #block-order-detail,
    .block-center {
        width: 100%;
    }
    .payment_box {
        margin: 15px;
    }
}
@media (min-width: 0px) and (max-width: 768px) {
    .manufacture_bloc {
        padding: 0px;
    }
    .manufacturer_exposition {
        padding: 0
    }
    .manufacturer_bio_text_abs,
    .content_expo_illustration {
        padding: 20px 10px;
        margin: -50px auto 0 auto;
        max-width: 80%;
    }
}
.for_mob {
    display: none;
}
@media (max-width: 425px) {
    .for_mob {
        display: block;
    }
    .for_desk {
        display: none
    }
    .manufacturer_bio {
        padding: 0px;
    }
    .myaccount-bg {
        padding: 5px;
    }
    .menu_account {
        width: 100%;
        padding: 0px;
    }
    .li_menu_account {
        padding: 10px;
        width: calc(100%);
        display: inline-block;
        text-align: center;
        background: rgba(255, 255, 255, 0.8);
        margin: 5px;
    }
    #module-blockwishlist-mywishlist #block-order-detail,
    .block-center {
        width: 100%;
        padding: 0px;
    }
    #identity .block-center,
    #module-blockwishlist-mywishlist .block-center {
        padding: 10px;
    }
    .block-center .box {
        box-shadow: 0px 0px 10px 0px #eee;
        padding: 20px 10px;
    }
    .address li.address_update {
        text-align: center;
    }
    .address li.address_update a {
        width: 100%;
        margin-bottom: 5px !important;
        text-align: center;
    }
    .wishlisturl {
        padding: 0px 10px;
    }
    #showSendWishlist {
        text-align: center;
    }
    .container-white {
        padding: 25px !important;
    }
    .payment_box {
        margin: 15px;
    }
    .cart_div .cart_description {
        width: 100%;
    }
    #order-detail-content {
        padding: 0px;
    }
    span.address_add.submit {
        vertical-align: 0px;
        text-align: center;
        display: block;
        float: left;
        width: 100%;
        margin: 15px auto;
        margin-left: 0px !important;
    }
    #HOOK_PAYMENT .row {
        width: 100% !important;
        margin: 0px 0px !important;
    }
    .delivery_option .table tbody > tr > td {
        vertical-align: middle;
        display: block;
        width: 100% !important;
        border: 0;
        text-align: center;
    }
    .cart_description .product-name a {
        font-weight: 600;
    }
    #order-opc .product-name {
        margin-top: 15px;
        text-align: center;
    }
    .cart_delete {
        position: absolute;
        right: -20px;
        top: -0px;
    }
    span.cta_manu {
        padding: 15px;
    }
    .journal_header .bloc_cta_manu {
        /*   margin-top: -50% !important; */
    }
    .add_new_addr {
        text-align: center;
        margin: 15px 0px;
    }
    .title-page {
        font-size: 14px;
    }
    #manufacturer .left {
        padding: 20px !important;
        margin: 0 auto 25px !important;
    }
    .bloc_image_artiste_left {
        height: auto !important;
        margin: 0 auto 25px !important;
    }
    .box_accrochage {
        display: none;
    }
}
a.account_link .fa {
    font-size: 16px;
}
.back_ios {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999999;
}
.baseline_content {
    padding: 20px;
}
.cta-home-rdv {
    text-align: center;
}
video.video_manufacturer {
    position: relative;
    width: 100%;
    top: 0;
    left: 0%;
    transform: translateX(-0%) translateY(-0%);
}
.zoom_blog {
    display: none;
}
@media (min-width: 0px) and (max-width: 500px) {
    .zoom_blog {
        display: block;
    }
    .articleBody_zoom {}
    .cta_zoom_blog {
        cursor: pointer;
    }
    .articleBody_zoom > p > a,
    .articleBody_zoom > div > a,
    .articleBody_zoom > div > span,
    .articleBody_zoom > p > span,
    .articleBody_zoom > p,
    .articleBody_zoom > div,
    .articleBody_zoom > a,
    .articleBody_zoom > span,
    .articleBody_zoom > li {
        font-size: 33px !important;
        line-height: 1.5 !important;
    }
}
#address div.selector {
    background-position: initial !important;
    line-height: 27px !important;
    height: 40px !important;
    padding: 8px 0 0 10px !important;
    position: relative !important;
    overflow: hidden !important;
    border: 1px solid #eaeaea !important;
}
#address div.selector,
#address div.selector span {
    background-image: none;
    !important background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    position: relative;
}
#address div.selector span::after {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
}
input.uniform-input,
select.uniform-multiselect,
textarea.uniform,
#postcode {
    border: solid 0px #d6d4d4;
    border-bottom: solid 1px #d6d4d4;
}
.dimension-oeuvre {
    margin-bottom: 10px;
}
.cta-home-rdv .main_nav {
    background: #000;
    color: #fff;
    padding: 13px 40px 8px 40px !important;
    border: 1px solid #000;
}
.cta-home-rdv:hover .main_nav {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}
.list_mode .manufacturer_img {
    display: none;
}
.list_mode .artiste-type {
    display: none;
}
.list_mode .manufacturer_name {
    text-align: center;
}
.list_mode {
    padding: 0px 30px;
}
.list_mode .manufacturers_container {
    margin-bottom: 10px;
}
.list_mode .product-name {
    font-family: 'Simoncini_Garamond_Std';
    text-transform: initial !important;
    font-size: 17px;
    font-style: italic;
}
.cta_preview_man,
.cta_list_man {
    cursor: pointer
}
.list_manufacturer_bnt {
    padding: 0px 5px;
}
.text-clignote {
    animation-duration: 30s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
}
@keyframes clignoter {
    0% {
        opacity: 1;
    }
    48% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    52% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.breadcrumb_new a,
.breadcrumb_new li,
.breadcrumb_new span {
    font-size: 11px;
    color: #aeaeae;
}