/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/glyphicons-halflings-regular.eot');
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #337ab7;
}
a.text-primary:hover {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto;
}
.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
    visibility: hidden;
}
.collapse.in {
    display: block;
    visibility: visible;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        visibility: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #337ab7;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
/*** PZA - Je commente la CSS ci-dessous car elle perturbe le fonctionnement que l'on souhaite pour le slideshow. ***/
/*
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition:      -o-transform .6s ease-in-out;
        transition:         transform .6s ease-in-out;

        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}*/
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
/*** PZA : Commenté volontairement car cela empechait le fonctionnement d'afficher et de masquer le mot de passe. ***/
/*.hide {*/
    /*display: none !important;*/
/*}*/
/*.show {*/
    /*display: block !important;*/
/*}*/
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
/*# sourceMappingURL=bootstrap.css.map */

/* CSS affichée sur l'ensemble des pages, gère le header, body, footer et les styles généraux */
/*csslint
important: false,
adjoining-classes: false,
known-properties: false,
box-sizing: false,
box-model: false,
overqualified-elements: false,
display-property-grouping: false,
bulletproof-font-face: false,
compatible-vendor-prefixes: false,
regex-selectors: false,
errors: true,
duplicate-background-images: false,
duplicate-properties: false,
empty-rules: false,
selector-max-approaching: false,
gradients: false,
fallback-colors: false,
font-sizes: false,
font-faces: false,
floats: false,
star-property-hack: false,
outline-none: false,
import: false,
ids: false,
underscore-property-hack: false,
rules-count: false,
qualified-headings: false,
selector-max: false,
shorthand: false,
text-indent: false,
unique-headings: false,
universal-selector: false,
unqualified-attributes: false,
vendor-prefix: false,
zero-units: false
*/


/*------------------------------------*\
    $RESET BOOTSTRAP (FR)
\*------------------------------------*/
body a {
    color: #1e82b0;
}

body a:hover,
body a:focus,
#nav-left li.cms-level0 h3 a {
    color: #1e82b0;
    text-decoration: none;
}
body a:focus {
    outline:none;
}@font-face {
    font-family: 'Champagne-Limousines';
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/champagne__limousines.eot');
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/champagne__limousines.eot') format('embedded-opentype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/champagne__limousines.woff') format('woff'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/champagne__limousines.ttf') format('truetype');
    font-style: normal;
}
@font-face {
    font-family: 'rochester';
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/Rochester-Regular-webfont.eot');
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/Rochester-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/Rochester-Regular-webfont.woff') format('woff'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/Rochester-Regular-webfont.ttf') format('truetype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/Rochester-Regular-webfont.svg#rochester') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sacramentoregular';
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/sacramento-regular.eot');
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/sacramento-regular.eot?#iefix') format('embedded-opentype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/sacramento-regular.woff') format('woff'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/sacramento-regular.ttf') format('truetype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/sacramento-regular.svg#sacramentoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald';
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-regular-webfont.eot');
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-regular-webfont.woff') format('woff'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-regular-webfont.ttf') format('truetype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-regular-webfont.svg#oswald') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald-light';
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-light-webfont.eot');
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-light-webfont.woff') format('woff'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-light-webfont.ttf') format('truetype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/oswald-light-webfont.svg#oswald-light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GreatVibes-Regular';
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/GreatVibes-Regular.eot');
    src: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/GreatVibes-Regular.eot?#iefix') format('embedded-opentype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/GreatVibes-Regular.woff') format('woff'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/GreatVibes-Regular.ttf') format('truetype'),
    url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/fonts/GreatVibes-Regular.svg#GreatVibes-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media only screen and (max-width:1200px){
    .l-main {
        width:720px!important;
    }
}
@media only screen and (max-width: 1200px){
    .title_product h1 {
        font-size: 25px;
    }
}
@media only screen and (min-width: 767px){
    .col-main .account-create-full-data .inputs label.radio {
        margin-top: 0;
    }
    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: 0 !important;
    }
}

/* Mea boutiques */
.home-pcfr .mea-boutiques {
    display: none;
}

/*** Etat Active de la catégorie Fete des pères ***/
.categorie-fete-des-peres #navigation-top li a.carteasouhaiter {
    color:#616161 !important;
}
.categorie-fete-des-peres #navigation-top li a.cartesfetedesperes {
    color:#6aa14c !important;
}
/**********/


#rassurance-cat .colonne-rassurance {
    border: none;
}
#rassurance-cat .colonne-rassurance.col-2 {
    border-left: 1px dotted #b2b2b2;
    border-right: 1px dotted #b2b2b2;
}

/*** Home Page ***/

@media (max-width: 767px){
    .h1-home {
        font-size: 14px;
        line-height: 15px;
        margin: 15px 0;
    }
}
.market-slideshow { height:459px; }
@media (max-width: 1200px){
    .market-slideshow { height: 382px;}
}
@media (max-width: 992px){
    .market-slideshow { height: 302px;}
}
.cms-index-index .step-slider > div {
    display: inline-block;
    font-size: 20px;
    font-family: 'museo-sans-500';
    margin: 15px 0 0;
}
@media (max-width: 1200px){
    .cms-index-index .step-slider > div {
        font-size: 19px;
    }
}
@media (max-width: 980px){
    .cms-index-index .step-slider > div {
        font-size: 16px;
    }
}

.cms-index-index .step-slider > div .num_step {
    float: left;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
.cms-index-index .step-slider > div .lib_step { color: #e53360; }

.cms-index-index .mise-en-avant-categorie-home {
    color: #1e82b0;
    margin-top: 35px;
    margin-bottom: 35px;
}
.cms-index-index .mise-en-avant-categorie-home > a:hover h2 {
    text-decoration: underline;
}
.cms-index-index .mise-en-avant-categorie-home > a span {
    font-family: "museo-sans-500";
    font-size: 20px;
}
.cms-index-index .mise-en-avant-categorie-home > a img {
    border: 2px solid #eaeaea;
}
.cms-index-index .mise-en-avant-categorie-home > a span img  {
    border: 0;
}
.cms-index-index .mise-en-avant-categorie-home h2 {
    margin-top:10px;
    font-size: 20px;
    margin-bottom:15px;
}
@media (max-width: 990px) {
    .cms-index-index .mise-en-avant-categorie-home h2 {
        font-size: 16px;
    }
}
.cms-index-index .pourquoi-planet .titre.pourquoi span {
    padding-right: 10px;
    background-color: white;
}
.cms-index-index .pourquoi-planet .titre.pourquoi {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/home/separateur.jpg");
    background-position: center center;
    background-repeat: repeat-x;
    color: #7bc6b7;
    font-family: "museo-sans-500";
    font-size: 24px;
    margin-bottom: 20px;
}

.cms-index-index .pourquoi-planet  {
    font-family: "museo-sans-500";
    margin-bottom: 25px;
}
.cms-index-index .pourquoi-planet .col {
    border-left: 1px dotted #bbbbbb;
    min-height: 285px;
}
@media (max-width: 1200px){
    .cms-index-index .pourquoi-planet .col {
        min-height: 335px;
    }
}

@media (max-width: 768px){
    .cms-index-index .mise-en-avant-categorie-home > a img {
        border: none;
    }
}

.cms-index-index .pourquoi-planet .col.col-one {
    border-left: 0;
}
.cms-index-index .pourquoi-planet .col > div:last-child {
    margin-top: 35px;
}
.cms-index-index .pourquoi-planet .col .titre {
    color: #7bc6b7;
    font-size: 20px;
    margin: 10px 0;
}
.cms-index-index .pourquoi-planet .col .texte {
    color: #616060;
    font-family: "opensans";
    font-size: 13px;
}
.cms-index-index .pourquoi-planet .col .livraison .titre {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/home/pourquoi-planet.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.cms-index-index .pourquoi-planet .col .titre h3 {
    display: inline-block;
    width: 90%;
}
.cms-index-index .pourquoi-planet .col .qualite .titre h3 {
    width: 100%;
}

.cms-index-index .pourquoi-planet .col .tarif-ttc .titre {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/home/picto-tarif.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.cms-index-index .text-seo-home {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/home/separateur.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    color: #616060;
    font-family: "opensans";
    font-size: 14px;
    padding-top: 25px;
}
.cms-index-index .text-seo-home h2 {
    font-size: 14px;
}

.cms-index-index .pourquoi-planet .titre h3 {
    font-size: 19px;
}
@media (max-width: 1200px){
    .cms-index-index .pourquoi-planet .titre h3 {
        font-size: 15px;
    }
}

/*** Fin Home Page ***/

.page-404 .contact {
    height: 100px;
}

@media only screen and (max-width:1200px) {
    .mea-boutiques #tirages-folie-2014 > img {
        width: 125px;
    }
}

@media only screen and (max-width:1200px) {
    .quick-access .links li { padding: 0 7px;  }
}


/* PLNPHO-354 - suppression d'un libellé inutile */
.box-futuremom-help {display: none;float: none;height: 0;visibility: hidden;width: 0;}

.reassurance-container .rassurance-footer > div,
.footer-top .rassurance-footer > div { padding-bottom: 11px; }


/*** formulaire inscription Page CMS ***/
.page-cms-inscription .header-container { background: url(https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/customer/header_ban.png) no-repeat 335px 30px; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .header-container { background-size: 560px auto; background-position: 290px 30px; }
}
/*.catalog-category-view ul.messages { margin-top: 255px; position: absolute; top: 0; }*/
.page-cms-inscription .quick-access span { float: left; }
.page-cms-inscription .quick-access .links { float: right; }
.page-cms-inscription .footer { border: none; }
.page-cms-inscription .footer #websites_planet { border: none;}
.page-cms-inscription .footer-informations { margin: 15px 0; }
.page-cms-inscription .footer-informations .contact-us { float: right; border: none; margin-left: 50px; }
.page-cms-inscription .quick-access > span { margin: 4px 5px 0 0; color: #616060; font-family: museo-sans-500; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .footer-informations .contact-us { margin-left: 40px; }
    .page-cms-inscription .footer #websites_planet { width: 692px; }
}
.page-cms-inscription #big-footer-content { text-align: center; }
.page-cms-inscription .header-content,
.page-cms-inscription .header { background-color: transparent; }

.page-cms-inscription .header-content { background: url(https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/customer/liseret-header.png) repeat-x top left; }
.page-cms-inscription .col-main { position: relative; width: 1200px; }

.page-cms-inscription .col-main .std .top_img { float:left; height:54px; width:802px; background: url(https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/customer/top_img_inscription.jpg); }
.page-cms-inscription .col-main .std .top_form small{ font-size: 18px; }
.page-cms-inscription .col-main .std .contenu-left { float:left; height:500px; width:802px; background-image: url(https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/customer/img_content_left.jpg); background-repeat: no-repeat; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .col-main .std .top_img { background-size: 648px auto; width: 648px; height: 44px; }
    .page-cms-inscription .col-main .std .contenu-left { background-size: 648px auto; width: 648px; }
    .page-cms-inscription .col-main .std .top_form { width: 320px; height: 40px; line-height: 18px; font-size: 21px; }
    .page-cms-inscription .col-main .std .top_form small { font-size: 17px; }
    .page-cms-inscription .col-main { width: 980px !important; }
}

/* Fomrmulaire de droite */
.page-cms-inscription .col-main .account-create-general { float: left; width: 397px;margin-bottom:80px; margin-top: 8px;}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .col-main .account-create-general { width: 320px; }
}
.page-cms-inscription .col-main .account-create-general .page-title,
.page-cms-inscription .col-main .account-create-general form .personnal-information .title,
.page-cms-inscription .account-create-general .cform-rows em,
.page-cms-inscription .account-create-general .mention-required,
.page-cms-inscription .account-create-general .choice-box .descr .required,
.page-cms-inscription .account-create-general .cform-register-stuff .choice-box p .required,
.page-cms-inscription .account-create-general .buttons-set .bouton-retour,
.page-cms-inscription .account-create-general .bloc-contact-support { display: none; }
.page-cms-inscription .col-main ul { margin-left:15px; }
.page-cms-inscription .col-main ul li{ background-image: none; padding-left: 0; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .col-main ul { margin-left:5px; }
}

.page-cms-inscription .account-create-general .cform-rows .inputs .radio input { border: medium none; height: 13px; width: 13px !important; margin-right: 0; }
.page-cms-inscription .account-create-general .cform-rows .name-prefix { display: inline-block; position: relative; margin-top: 25px; }
.page-cms-inscription .account-create-general .cform-rows .label { float: left; padding-top: 6px; text-align: right; width: 168px; }
.page-cms-inscription .account-create-general .cform-rows .name-prefix .label { padding-top: 0; }
.page-cms-inscription .account-create-general .cform-rows .inputs { float: left; height: 42px; margin-left: 5px; width: 208px; }
.page-cms-inscription .account-create-general .cform-rows .name-prefix .inputs { height: 30px; }
.page-cms-inscription .account-create-general .cform-rows .password .inputs { height: 80px; }
.page-cms-inscription .account-create-general .password p,
.page-cms-inscription .account-create-general .password a { font-size: 13px; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .label { width: 143px; padding-top: 0; }
    .page-cms-inscription .account-create-general .cform-rows .inputs { width: 168px; margin-left: 3px; }
    .page-cms-inscription .account-create-general .cform-rows .password .inputs { height: 60px; }
    .page-cms-inscription .account-create-general .password p,
    .page-cms-inscription .account-create-general .password a { font-size: 11px; text-align: right; margin-right: 24px; }
}

.page-cms-inscription .account-create-general .cform-rows .inputs .show span,
.page-cms-inscription .account-create-general .cform-rows .inputs .hide span { background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/customer/flechette.png") no-repeat scroll 0 5px transparent;
    display: inline-block;
    height: 13px;
    margin-right: 5px;
    width: 8px; }

.page-cms-inscription .account-create-general .cform-rows .inputs input { width: 150px; background: none repeat scroll 0 0 white;
    border: 1px solid #949494;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #616060;
    font: 16px/26px Museo-sans-500;
    height: 26px;
    margin: 0;
    padding: 0 10px;
}

@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .inputs input { width: 134px; font: 12px/22px Museo-sans-500; height: 20px; padding: 0 5px; }
}

.page-cms-inscription .account-create-general .cform-rows label { color: #1E82B0; font: 13px museo-sans-500; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows label { font: 11px museo-sans-500; }
}
.page-cms-inscription .account-create-general .cform-rows .inputs .radio{ color: #616060; font: 13px museo-sans-500; }


.page-cms-inscription .account-create-general .cform-register-stuff .title { margin: 20px 0 0 15px; }
.page-cms-inscription .account-create-general .cform-register-stuff .title h3 { color: #616060; font: 16px museo-sans-500; padding-left: 15px; }
.page-cms-inscription .account-create-general .cform-register-stuff .title .underline { background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/customer/fleche-title-inscription.png") no-repeat scroll 0 0 transparent; height: 20px; /*width: 583px;*/ }
.page-cms-inscription .account-create-general .cform-register-stuff .choice-box { /*background-color: #F9F6EB; border-radius: 5px 5px 5px 5px; margin: 3px 0 0 65px;*/ position: relative; /*width: 495px;*/ }
.page-cms-inscription .account-create-general .cform-register-stuff .cgu .choice-box { /*height: 26px;*/ /*padding-top: 7px;*/ }
.page-cms-inscription .account-create-general .cform-register-stuff .choice-box .checkbox,
.page-cms-inscription .account-create-general .cform-register-stuff .choice-box p { float: left; color: #1E82B0; font: 13px museo-sans-500; margin: 0 0 0 10px; padding-top: 2px; width: 335px; }
.page-cms-inscription .account-create-general .cform-register-stuff .optins .choice-box p { width: 230px; }
.page-cms-inscription .account-create-general .cform-register-stuff .choice-box .checkbox { margin-left: 0px; width: 14px; }
.page-cms-inscription .account-create-general .cform-register-stuff .choice-box p a { color: #1E82B0; font: 13px museo-sans-500; }
.page-cms-inscription .account-create-general .cform-register-stuff .optins .choice-box { height: 38px; /*padding-top: 5px;*/ }

.page-cms-inscription .col-main .optins ul li { padding-left: 0; margin: 0 0 5px; }
.page-cms-inscription .account-create-general .cform-register-stuff .radios {
    float: left;
    color: #1E82B0;
    font: 15px museo-sans-500;
    margin-left: 5px;
    padding-top: 5px;
    width: 105px;
}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-register-stuff .choice-box .checkbox input { margin-top: 0; }
    .page-cms-inscription .account-create-general .cform-register-stuff .choice-box p { font: 11px museo-sans-500; width: 290px; }
    .page-cms-inscription .account-create-general .cform-register-stuff .choice-box p a { font-size: 11px; }
    .page-cms-inscription .account-create-general .cform-register-stuff .radios { font-size: 13px; width: 100px; }
    .page-cms-inscription .account-create-general .cform-register-stuff .optins .choice-box p { width: 200px; margin-left: 5px; }
}

.page-cms-inscription .account-create-general .field-cgu-confirm {
    clear: both;
    display: inline-block;
    float: left;
    height: 1px;
    overflow: hidden;
    width: 1px;
}

.page-cms-inscription .account-create-general .field-cgu-confirm .input-box {
    clear: both !important;
    height: 1px !important;
    margin: 1px 0 0 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
}

.page-cms-inscription .col-main .register-footnotes {
    position: absolute;
    width: 100% !important;
    left: 10px;
    font-family: museo-sans-500;
    top: 775px !important;
    font-size: 11px;
    color: #b1b1b1;
    padding: 0 15px !important;
}

.page-cms-inscription .col-main  .text-promo{
    font-size: 12px;
    font-family: museo-sans-500;
    color: #919191;
    width: 780px;
    position: absolute;
    left: 10px;
    top:455px;
}

.page-cms-inscription .wrapper-menu-livre {
    display:none;
}

@media only screen and (max-width:1200px) {
    .page-cms-inscription .col-main  .text-promo { width: 625px; top: 385px; }
}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .col-main  .register-footnotes { top: 745px !important; }
}
@media only screen and (max-width:768px) {
    .page-cms-inscription .col-main  .register-footnotes { top: 1125px !important; }
    .page-cms-inscription .col-main {
        min-height: 1200px;
    }
}


.page-cms-inscription .account-create-general .buttons-set { text-align: center; margin:20px 0; }
.page-cms-inscription .account-create-general .buttons-set .button {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/customer/bouton-validation.png") no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;
    height: 48px;
    width: 292px;
}
.page-cms-inscription .account-create-general .buttons-set .button > span{
    display: none;
}

@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .js-info.valid { margin: 3px 0 0 0; background-size: 16px auto; }
}

.page-cms-inscription .account-create-general .name-prefix .js-info.valid { margin: 0 10px 0 0; }

.page-cms-inscription .account-create-general .cform-rows .name-prefix .required { height: 23px; left: 144px; position: absolute; top: -20px; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .name-prefix .required { left: 80px; }
}

.page-cms-inscription .account-create-general .cform-rows .name-prefix .required span {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/customer/fleche-required-2.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 9px;
    left: 95px;
    position: absolute;
    top: 14px;
    width: 20px;
}

@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .name-prefix .required div { font-size:11px; }
}
.page-cms-inscription .account-create-general .cform-rows .is-required {
    display: inline-block;
    position: relative;
}

@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .required,
    .page-cms-inscription .account-create-general .cform-rows .format { left: 80px; }
}
.page-cms-inscription .account-create-general .cform-rows .email .format { left: 5px; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .email .format { left: 46px; bottom:-8px; }
}
.page-cms-inscription .account-create-general .cform-rows .email .format div{ width: 370px; font-size: 11px; }
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .email .format div { height: 30px; width: 265px; }
}

@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .required div,
    .page-cms-inscription .account-create-general .cform-rows .format div { font-size: 11px; }
}

.page-cms-inscription .account-create-general .cform-rows .match {
    bottom: -12px;
    height: 23px;
    left: 5px;
    position: absolute;
}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .match { left: 0; }
}

.page-cms-inscription .account-create-general .cform-rows .match span {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/customer/fleche-required.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 9px;
    left: 242px;
    position: absolute;
    top: -9px;
    width: 20px;
}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .match span { left: 183px; }
}

.page-cms-inscription .account-create-general .cform-rows .match div {
    background-color: #F10202;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font: 12px museo-sans-500;
    height: 14px;
    padding-top: 1px;
    text-align: center;
    width: 370px;
}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .match div { font-size: 11px; width: 311px; }
}

.page-cms-inscription .account-create-general .cform-rows .minlg {
    bottom: 0;
    height: 23px;
    left: 90px;
    position: absolute;
}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .minlg { bottom: -12px; left: 26px; }
}

.page-cms-inscription .account-create-general .cform-rows .minlg span {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/customer/fleche-required.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 9px;
    left: 158px;
    position: absolute;
    top: -8px;
    width: 20px;
}
.page-cms-inscription .account-create-general .cform-rows .minlg div {
    background-color: #F10202;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font: 12px museo-sans-500;
    height: 14px;
    padding-top: 1px;
    text-align: center;
    width: 285px;
}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .account-create-general .cform-rows .minlg div { font-size: 11px; }
}

.page-cms-inscription .account-create-general .cform-register-stuff .optins .required {
    bottom: -18px;
    left: 1px;
    position: absolute;
}

.page-cms-inscription .account-create-general .cform-register-stuff .optins .required span {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/customer/fleche-required.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 9px;
    left: 27px;
    position: absolute;
    top: -9px;
    width: 20px;
}

.page-cms-inscription .account-create-general .cform-register-stuff .optins .required div {
    background-color: #F10202;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font: 12px museo-sans-500;
    height: 14px;
    padding-top: 1px;
    text-align: center;
    width: 245px;
}

.category-livre-photo-naissance ul.messages {
    background-color: #7AC5B7;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-family: museo-sans-500;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 33px;
}

.width-cent-pourcent .col1-layout,
.width-cent-pourcent .col-main,
.width-cent-pourcent div[role=main] {
    width: 100%;
    max-width: inherit;
}

/* Nico */
.page-cms-inscription .col1-layout .std .reass {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/customer/reass_big_lp.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    left: 100px;
    position: absolute;
    top: 700px;
    width: 1002px;
}

@media only screen and (max-width:1200px) {
    .page-cms-inscription .reass {left:0;top:660px;}
}

.col-left .title-promos a,
.l-sidebar .title-promos a {
    background-color: #F8F4E6;
    background-image: none;
    color: #7bc6b7;
    display: block;
    font-family: 'Novecento-demibold';
    font-size: 17px;
    height: 27px;
    line-height: 24px;
    margin: 7px 8px 0;
    padding-left: 0;
    text-align: center;
}

.col-left .contenu-promos a,
.l-sidebar .contenu-promos a {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/fleches-menu-gauche-promo.png") no-repeat scroll 8px 15px transparent;
    color: #e8597d;
    display: block;
    font: 15px/18px Museo-sans-500;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    font-style: italic;
}

.col-left .title-promos a:hover,
.col-left .contenu-promos a:hover { text-decoration: underline; }

.l-sidebar .encart-promo-sidebar {
    border: 2px solid #eaeaea;
    background-color: #fefcf7;
}

.menu-top .sous-menu .col-droite{ width: 217px; }
.menu-top .sous-menu .col-droite .liseret-col-gauche {width: 100%}

.menu-top .sous-menu .contenu { width: 720px; /*border-top: 0;*/ min-height: inherit;}
.menu-top .menu-objets-photos .sous-menu .contenu { width: inherit; }
/*.menu-top .sous-menu .contenu > div { float: left; }*/
.menu-top .sous-menu .contenu-sous-menu {float:none; display:block; }
.menu-top #menu-cartes-voeux .contenu-sous-menu { min-height: 150px; }
.menu-top .menu-objets-photos .sous-menu .contenu { border-top: 0; }
.menu-top .menu-objets-photos .sous-menu .contenu > div { display: inline-block; }
.menu-top .menu-objets-photos .sous-menu .contenu > div.conseils-garanties { display: block; }
.menu-top .menu-objets-photos .sous-menu .contenu-sous-menu { float: left; border-top: 4px solid #1E82B0; margin-top: 0; padding-top: 20px;  width: 720px; }
.menu-top .menu-objets-photos .sous-menu.top-search .contenu-sous-menu { width: 440px;}

.menu-top .sous-menu .contenu-sous-menu > div { width: 238px; margin-bottom: 15px; }
.menu-top .sous-menu .contenu-sous-menu > div.col-3 { border-right: 1px dotted #BBBBBB ; }
.menu-top .sous-menu .contenu-sous-menu > div.no-border { border: none; }
.colonne-mea { font-family: "museo-sans-500"; }
.colonne-mea a {  color:#1E82B0 !important; font-size: 14px; }
.sous-menu .prix { font-size: 14px; color:#616060; }
.sous-menu .prix > small { font-size: 12px; }
.menu-top .cartes-voeux .contenu-sous-menu > div,
.menu-top .calendriers .contenu-sous-menu > div,
.menu-top .objetdeco .contenu-sous-menu > div { width: 347px; }
.menu-top .objetdeco .contenu-sous-menu ul {padding-top: 0; }
.menu-top ol.menu-objets-photos > li > a { font-size: 15px; }
@media only screen and (max-width:1200px) {
    .menu-top .menu-carterie > li > a {font-size: 12px;}
    .menu-top ol.menu-objets-photos > li > a { font-size: 13px; }
}
@media only screen and (max-width:1200px) {
    .menu-top .menu-objets-photos .middle .sous-menu {
        left: auto;
        right: 0;
    }
}
.menu-livrephoto-thematique {
    width: 100%;
}
.menu-livrephoto-thematique li { margin-left:6px !important; margin-right: 6px !important; }

@media only screen and (max-width:1200px) {
    .menu-livrephoto-thematique li { margin-left:0 !important; margin-right: 0 !important; }
}
.menu-livrephoto-thematique li a { font-size: 14px; }
.menu-top .sous-menu .col-gauche .cadre-col-gauche { box-shadow: none; }
.menu-top .sous-menu .contenu,
.menu-top .col-droite { box-shadow: none;}

.menu-top .sous-menu {
    background-color: #FFFFFF;
    border-radius: 0 0 6px 6px;
    border-top:0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.7);
}
.menu-top .sous-menu .contenu-conseil,
.menu-top .sous-menu .contenu-garantie { text-align: center; padding: 0; }
.menu-top .sous-menu .contenu-garantie { margin-top:10px; }
.menu-top .sous-menu .ligne-separateur,
.menu-top .sous-menu .contenu-conseil span,
.menu-top .sous-menu .contenu-garantie span{ float:none; display: inline-block; }

.menu-top .sous-menu .contenu-conseil .les-conseils,
.menu-top .sous-menu .contenu-garantie .nos-garanties { display: block;}
.nos-garanties > div {
    float:none !important;
    display: inline-block;
}
.menu-top .sous-menu .contenu-conseil { display: inline-block; width: 100% }
.menu-top .sous-menu.objetdeco .contenu-sous-menu ul.h3-seul li > a { float:left; padding: 8px 0 0 18px; color: #1e82b0; font-family: 'Museo-sans-500'; font-size: 14px; font-weight: normal; line-height: 18px; background-image: url(https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/fleche_h3_sous_menu.png); background-position: 8px 14px; background-repeat: no-repeat; }
.menu-top .sous-menu .contenu-sous-menu ul.h3-seul.lien-promo { display: inline; }
/*
.acces-boutique-noel { display: block; z-index: 10; top: 180px; right: -204px;  background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/boutique-noel-online/onglet-fixe.png"); background-repeat: no-repeat; height: 107px; width: 315px; background-position: top right;
    transition: right 500ms;
    -webkit-transition:right 500ms;
}
.acces-boutique-noel:hover {
    right: 0;
}
.acces-boutique-noel .fleche-encart-noel{
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/boutique-noel-online/fleche-gauche.png"); height: 15px; width: 15px; display: block; position: absolute; left: 0; top: 46px;
}
.acces-boutique-noel:hover .fleche-encart-noel{
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/boutique-noel-online/fleche-droite.png");
}
.acces-boutique-noel .btn-acces-boutique{ display: block; position: absolute; height: 28px; width: 170px; top: 66px; right: 32px;
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/boutique-noel-online/btn-acces-noel.png"); background-position: left top;
}
.acces-boutique-noel .btn-acces-boutique:hover{
    background-position: left 28px;
}
*/

.entete-page-category { display: inline-block; overflow: inherit; }
.entete-page-category { position: relative; }
.entete-page-category .category-description { padding-right: 30px;}
@media (max-width: 567px) {
    .entete-page-category .category-description {
        padding-right: 0;
    }
    .category-title h1 {
        text-align: center;
    }
}

#checkout_parameters_wrapper { height: 465px; }
#checkout_parameters_wrapper .checkout_parameters_block { border-radius: 0; }
#checkout_parameters_wrapper > .checkout_parameters_block > .block-content,
.checkout-cart-parameter #checkout_parameters_wrapper .checkout_parameters_block .optionsenvstamp { height: 414px; }
.lamination .floating-box-substitute { height: 215px; }
.checkout-cart-parameter .visuel_timbre_col { margin-top:33px; }
.future_maman .floating-box-substitute { margin-top:41px; }


.catalog-category-view .products-grid .products-page .product-infos .details-produit .btn-vert-lightbox-product,
.catalogsearch-result-index .products-page .product-infos .details-produit .btn-vert-lightbox-product,
.lp-album-photo .btn-vert-lightbox-product {
    background-color: #1EBC81;
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/lightbox-product/fleche-bt-personalisation.png");
    background-position: 165px 5px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border: 1px solid #DCDBDB;
    border-radius: 9px 9px 9px 9px;
    color: #FFFFFF;
    display: block;
    font-family: 'novecento-demibold';
    font-size: 16px;
    height: 24px;
    line-height: 25px;
    margin: 17px auto;
    padding: 0 24px 6px 0;
    text-decoration: none;
    width: 169px;
    cursor: pointer;
}

.products-grid .products-page .nom-produit:hover .pinfos-name { text-decoration: underline; }

/*.catalog-category-view .products-grid .products-page > div .quick-view img,*/
/*.catalog-category-view .products-grid .products-page > div .quick-view-mobile img{*/
    /*max-width: inherit;*/
/*}*/
.products-grid .products-page > div .pinfos-name {
    width: 100% !important;
}

.avec-form-identification .miniform-container {display: none; }
/*.avec-form-identification .miniform-container .buttons-set .button { cursor: pointer; height: 44px !important; width: 209px !important;  background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/btn-sidentifier.jpg")}*/
.avec-form-identification .miniform-container .buttons-set .button:hover { background-position: bottom center; }
.avec-form-identification .texte-rose { text-align: center !important; color: #e95a7b !important; }
.avec-form-identification .texte-rose a { color: #e95a7b !important;  text-decoration: underline !important; }

.avec-form-identification .miniform-container .bloc-contact-support strong {
    color:#277cb5;
}
.avec-form-identification .miniform-container .inner small {
    font-size: 9px;
    font-weight: normal;
    margin-left: 5px;
}
.avec-form-identification .miniform-container .bloc-contact-support .sep {
    border-top: 1px dotted #808080;
    display: block;
    margin: 0 15px;
}
.avec-form-identification .miniform-container .bloc-contact-support p {
    font-size: 15px !important;
    margin-top: 10px !important;
}
.avec-form-identification .miniform-container .bloc-contact-support .horaires {
    font-size: 95% !important;
    margin: 0 115px 5px 0 !important;
    margin-bottom: 10px !important;
    text-align: right !important;
}
.avec-form-identification .wrapper-bandeau { z-index: 2050; }
.avec-form-identification .header-top { z-index: 2045; }
.avec-form-identification .header-content { position: relative; z-index: 2040; }
.avec-form-identification .mea-boutiques { z-index: 2035; }
.avec-form-identification .market-popup-overlay { background-color: #FFFFFF !important; opacity: 0.7 !important; }

.encart-abo_upsell { position: relative; height: 234px; border: 3px solid #fff000; margin-bottom: 25px; clear: both; background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/visuel-mag-abo.jpg"); background-repeat: no-repeat; background-position: 90px 15px; background-size: 44% auto; }
.encart-prix-abo {padding: 14px 0 0 16px; background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/angle-prix-abo-upsell.png"); background-repeat: no-repeat; width: 136px; height: 140px; }
.encart-prix-abo > p { font-family: museo-sans-500; color: #FFFFFF; font-size: 20px; width: 80%; }
.encart-prix-abo span { font-size: 33px; }
.text-abo-upsell { position:absolute; left: 55%; top: 40px; width:155px; line-height: normal; font-family: museo-sans-500; font-size: 20px; }
@media only screen and (max-width:1200px) {
    .encart-abo_upsell { height: 225px; background-position: 90px 30px; }
    .text-abo-upsell { font-size: 17px; left:54%; top: 45px; }
}
.text-abo-upsell > span { float: left; }
.texte-gris, .description-prix-upsell { color: #605f5f; }
.texte-rose { color: #de007b; }
.fond-jaune { color: #000000; background-color: #fff000; font-weight: bold; text-transform:uppercase; }
.description-prix-upsell { position: absolute; right:22px; top:35px; text-align: center; font-family: opensans; font-size: 16px; width: 295px; }
@media only screen and (max-width:1200px) {
    .description-prix-upsell { font-size: 14px; width: 280px;  }
}
.description-prix-upsell > span { display: inline-block; width: 100%; line-height: 28px; }
.num-upsell { font-size: 28px; }
.price-abo { font-size: 35px; font-family: novecento-demibold; }
.price-abo > small { font-size: 25px; }
.description-prix-upsell .add-cart-no-process,
.description-prix-upsell .btn-cart.add-cart-in-process,
.description-prix-upsell .btn-cart.add-cart-end-process { left: 45px; }
.form-upload-pdm { position: relative; font-family: museo-sans-500; }
.form-upload-pdm img { vertical-align: middle; }
.visuel-upload { min-height: 300px; background-image: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/visuel-mag-abo-upload.jpg'); background-position: 265px center; background-repeat: no-repeat; text-align: center;}
.visuel-upload > span { border: 1px solid #d0d0d0; line-height: 300px; display: inline-block; }
.visuel-upload > span.vide { width: 250px; }
.btn-vert {
    background: none repeat scroll 0 0 #1EBC81;
    border: 1px solid #DCDBDB;
    border-radius: 9px;
    box-shadow: 0 2px 1px 0 #1AD396 inset;
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
    width: auto;
    }
.btn-vert > span {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/fleche-bt-vert.png") no-repeat scroll right 11px rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    font: 20px Novecento-demibold;
    padding: 6px 28px 9px 0;
    text-shadow: 1px 0 3px #15855C;
    }
.form-upload-pdm .btn-vert { position: relative; left: 375px; }
.form-upload-pdm .boutons-pdm { display: inline-block; width: 100%; height: 45px; margin-top: 15px; }
.form-upload-pdm input[type="file"] {
    position: absolute;
    left: 620px;
    z-index: 5;
    opacity: 0;
    width: 154px;
    height: 43px;
    cursor: pointer;
}
.form-upload-pdm button { background: none repeat scroll 0 0 #1E82B0;
    border: 1px solid #DCDBDB;
    border-radius: 9px;
    box-shadow: 0 2px 1px 0 #1196D1 inset;
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    width: auto;
    position: absolute;
    left:620px;
    z-index: 4;
    }
.form-upload-pdm button > span {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/fleche-bt-bleu.png") no-repeat scroll right 10px rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    font: 20px Novecento-demibold;
    padding: 5px 28px 8px 0;
    text-shadow: 1px 0 3px #1E6E51;
}
.text-abo-pdm { color:#616060; font-size: 24px; padding-right: 315px; margin-bottom: 10px; height: 80px; line-height: 70px; text-align: center; background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/logo_pdm.jpg"); background-position: 764px center; background-repeat: no-repeat;}
.text-enfant-abo-pdm { text-align: center; margin-bottom: 25px; }
.text-enfant-abo-pdm > span { color:#000000; text-transform: uppercase; font-size: 24px; background-color: #fff000; padding: 0 10px; }
.text-choix-img-abo-pdm { color:#616060; font-size: 16px; text-align: center; margin-bottom: 15px; }
.txt-bottom{ color:#616060; text-align: center; margin: 30px 0 0 0; font-size:16px; }
.txt-vert{ color:#1bbc81; }
.txt-bleu{ color:#1d8abc; }
@media only screen and (max-width:1200px) {
    .visuel-upload { background-position: 170px center; }
    .form-upload-pdm .btn-vert { left: 290px; }
    .form-upload-pdm input[type="file"],
    .form-upload-pdm button{ left: 535px; }
}
.col-left .block-account {height: auto;}

.quickview-container .col-left-lightbox-product-idee-deco .list-format .selected { background-color: #FFFFFF;}
.quickview-clicmb .content-col-left .list-format ul li label { line-height: 20px; }
.page-cms-inscription-promo-tirage-bebeetmaman .text-center p {text-align: center;}
.page-cms-inscription-promo-tirage-bebeetmaman .col-main .account-create-general { width: 540px !important; margin-bottom: 90px !important;}
.page-cms-inscription-promo-tirage-bebeetmaman .account-create-general p{ font-family: "Museo-sans-500"; font-size:16px; line-height: 25px;}
.page-cms-inscription-promo-tirage-bebeetmaman .account-create-general strong {  color:#616060; }
.page-cms-inscription-promo-tirage-bebeetmaman .account-create-general > p strong {  color:#616060 !important; font-size:16px; }
.page-cms-inscription-promo-tirage-bebeetmaman .account-create-general .code { color:#e72d56;}
.page-cms-inscription-promo-tirage-bebeetmaman .account-create-general .buttons-set .button { background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/vite-jen-profite.png"); width: 280px; height: 45px; }
.page-cms-inscription-promo-tirage-bebeetmaman-success .account-create-general .buttons-set .button { background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/bouton-choix-de-mes-photos.png"); width: 316px; height: 45px; }
.page-cms-inscription-promo-tirage-bebeetmaman .col-main .std .top_form { width: 536px !important; }
.page-cms-inscription-promo-tirage-bebeetmaman .col-main .std .top_img { width: 650px !important; background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/bebe-et-maman/img-top.png") !important; background-position: center top !important;}
.page-cms-inscription-promo-tirage-bebeetmaman .col-main .std .contenu-left { text-align: center; color:#616060; font-family: "museo-sans-500"; width: 650px !important; background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/bebe-et-maman/img-content-left.png") !important; background-position: center center; }
.page-cms-inscription-promo-tirage-bebeetmaman .content-bot-left { line-height:inherit; }
.page-cms-inscription-promo-tirage-bebeetmaman .col-main { height: 630px; }
.page-cms-inscription-promo-tirage-bebeetmaman .col-main .text-promo { color: #616060; top:575px !important; left: 0 !important; width: 650px !important; }
.page-cms-inscription-promo-tirage-bebeetmaman .col-main .register-footnotes { top:635px !important; line-height: 16px; width: 96% !important; padding: 0 15px; }
.page-cms-inscription-promo-tirage-bebeetmaman .inner p{ font-size: 15px !important; line-height:16px; margin: 0 !important; padding-top: 10px; text-align: center !important; }
.page-cms-inscription-promo-tirage-bebeetmaman strong { color: #277CB5 !important; font-size: 14px; }
.page-cms-inscription-promo-tirage-bebeetmaman .inner .horaires { font-size: 12px !important; padding: 0; }
.page-cms-inscription-promo-tirage-bebeetmaman .bloc-contact-support { margin-top: 35px; }
.page-cms-inscription-promo-tirage-bebeetmaman .bloc-contact-support .sep { border-top: 1px dotted #808080; display: block; margin: 0 15px; }
.page-cms-inscription-promo-tirage-bebeetmaman-success .content-bot-left { background-image: none !important; }
.page-cms-inscription-promo-tirage-bebeetmaman-success .col-main .std .top_form { margin-top: 20px; }

@media only screen and (max-width:1200px) {
    .page-cms-inscription-promo-tirage-bebeetmaman .col-main .std .top_img { width: 470px !important; background-size: auto !important;}
    .page-cms-inscription-promo-tirage-bebeetmaman .col-main .std .top_form { width: 500px !important; }
    .page-cms-inscription-promo-tirage-bebeetmaman .col-main .std .contenu-left{width: 470px !important; background-size: auto !important;}
    .page-cms-inscription-livre-photo .content-bot-left { width: 470px !important; background-position: 415px 18px; top: 490px !important; background-size: 55px auto; }
    .page-cms-inscription-promo-tirage-bebeetmaman .col-main .account-create-general { width: 504px !important; }
    .page-cms-inscription-promo-tirage-bebeetmaman .col-main .text-promo { width: 470px !important; font-size:10px; }
    .page-cms-inscription-promo-tirage-bebeetmaman .col-main .register-footnotes { top:615px !important; }
    .colonneleft {width: 470px;}
}


.lp-album-photo .btn-vert-lightbox-product { margin-top: 5px;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
.lp-album-photo .btn-vert-lightbox-product:hover {
    background-color:#00a36a;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
}
.lp-album-photo .un-produit { font-family: "museo-sans-500"; }
.lp-album-photo .tiersprice-product-livre { display: inline-block; color:#e53360; font-size: 15px; margin-bottom: 7px; }
.lp-album-photo .short-description-product-livre { color:#616060; font-size: 14px; height: 90px; display: block; }
.lp-album-photo .products-grid .products-page > div .quick-view > div { height: 265px; }
.lp-album-photo .products-grid .products-page > div .quick-view img {
    margin-top: 10px;
    height: 218px;
    transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
    -webkit-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
    -moz-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
    -o-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
    -ms-transition: width 0.1s ease-in-out, height 0.1s ease-in-out;
}
.lp-album-photo .products-grid .products-page > div .quick-view:hover img { height: 228px; }
@media only screen and (max-width:1200px) {
    .lp-album-photo .products-grid .products-page > div .quick-view > div { height: 235px; }
    .lp-album-photo .products-grid .products-page > div .quick-view img { height: 185px; }
    .lp-album-photo .products-grid .products-page > div .quick-view:hover img { height: 195px; }
}

.download-catalog .catalogrequest.altics .section ul li .label { width: 280px; }
.download-catalog .col-left-download-catalog > p,
.download-catalog .catalogrequest.altics > p { color: #e95a7b; text-align: center;}

.download-catalog .bloc-contact-support { display: inline; }
.download-catalog .bloc-contact-support .sep { display: inline-block; width: 100%; margin-top: 20px; }
.download-catalog p.register-footnotes { width: 100%; }

.download-catalog .col-left-download-catalog > p,
.download-catalog .catalogrequest.altics > p { margin-top: 0; }

.download-catalog .form-advert .col-left-download-catalog,
.download-catalog .form-advert .catalogrequest.altics { padding: 0; border: 0; }
.download-catalog .form-advert .col-left-download-catalog { text-align: center; }
.download-catalog .form-advert .catalogrequest.altics { text-align: center; }
.download-catalog .col-left-download-catalog,
.download-catalog .catalogrequest.altics { width: 50%; padding: 0 1%; }


.download-catalog .catalogrequest.altics .section ul li .label { width: 210px; }
.download-catalog .catalogrequest.altics .section ul li label { font-size: 15px; }
.download-catalog .catalogrequest.altics .section ul li .inputs { width: 285px; }
.download-catalog #catalogrequest-form .js-info.valid { margin-right: 0; }

.download-catalog .catalogrequest .cform-rows .is-required .js-info.required { left: 230px; }
.download-catalog .form-advert { margin-bottom: 20px; }
.download-catalog .form-advert .catalogrequest.altics { text-align: center; }


.form-logged-cat .form-advert .banniere-demande-catalogue { display: none; }
.form-register-cat .form-advert .col-left-download-catalog { display: none; }
.form-register-cat .form-advert .catalogrequest.altics { display: none; }


.account-create-full-data .section.cform-fieldset a.calendar { font:14px/18px OpenSans; color:#1e82b0; text-decoration:none; }
.account-create-full-data .section.cform-fieldset a.calendar:hover{ text-decoration:underline; }

.col-main .account-create-full-data .other-children-checkbox {
    clear: both;
}

.col-main .account-create-full-data .child-dob .inputs { margin-bottom: 15px; }

.col-main .account-create-full-data .other-children-checkbox .inputs input[type=checkbox],
.col-main .account-create-full-data .baby-istwin .inputs input[type=checkbox] {
    box-shadow: none ;
    margin-left: 0;
}

.col-main .account-create-full-data .baby-istwin input[type="checkbox"] {
    width: inherit;
}



.col-main .account-create-full-data .cform-register-stuff {
    display: inline-block;
}

.marketingcatalogrequest-catalogrequest-register .error-msg span { font-size: 16px; }
.marketingcatalogrequest-catalogrequest-register .catalogrequest .buttons-set .info-catalog-request { display: none; }
@media only screen and (max-width:1200px) {
    .marketingcatalogrequest-catalogrequest-register .banniere-demande-catalogue {
        width: 640px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

#nav-left .sous-cat-atelier-mariage a{
    color: #616060 !important;
    width: 100% !important;
}

#nav-left .sous-cat-atelier-mariage a span span {
    font-family: "GreatVibes-Regular" !important;
    font-size: 18px !important;
    text-transform: none !important;
}

/*** DEBUT Menu de gauche des pages CMS ***/
#nav-left .cms-level0 h3 {
    /*background-color: #f8f4e6;*/
    /*border-radius: 4px;*/
    box-shadow: none;
}
#cms-grouplist ul ul.cms-level1 li > a,
#nav-left ul.level0 li > a,
#nav-left .cms-level0 li > a {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/customer/flechette-bleue.png") no-repeat scroll 8px center rgba(0, 0, 0, 0);
    color: #1e82b0;
}
#cms-grouplist ul.cms-level1 li > a:hover,
#cms-grouplist ul.cms-level1 li.active > a,
#nav-left ul.level0 > li.active.current > a {
    color: #e95a7b !important;
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/fleche-rose.png"), url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/fond-categorie-en-cours.png");
    background-position: 8px 5px, right top;
}
#nav-left ul.level0 > li.active.current > a { background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/fleche-bas-menu-gauche.png"); }
#nav-left ul.level0 li.current > a,
#nav-left ul.level0 li > a:hover { color:#e95a7b !important; }

#nav-left ul.level0 li.active > a { color: #1e82b0;}
#nav-left ul.level0 > li.active > a { background-image: url(https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/fleche-bas-menu-gauche-bleues.png); background-repeat: no-repeat;
    background-position: 5px 5px, right top; }


/*** FIN Menu de gauche des pages CMS ***/



/*** Debut QuickView ***/
.encart-echantillon { height: inherit; }

/*** FIN QuickView ***/




/*** Formulaire Login / Pass ***/
.alticsform input[type="text"],
.alticsform input[type="password"],
.alticsform select,
.onestepcheckout-index-index #onestepcheckout-form input[type="text"],
.onestepcheckout-index-index #onestepcheckout-form input[type="password"],
.onestepcheckout-index-index #onestepcheckout-form select,
.customer-account-login .section-content-email-form input[type="text"],
.customer-account-login .section-content-email-form input[type="password"],
#cart-account-login #login-form .content .form-list .input-text,
.catalogrequest .section .inputs input,
.productsamplerequest .section .inputs input {
    background: none repeat scroll 0 0 white;
    border: 1px solid #949494;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #616060;
    font: 16px/26px Museo-sans-500;
    height: 26px;
    margin: 0;
    padding: 0 10px;
}

.alticsform input[type="text"]:focus,
.alticsform input[type="password"]:focus,
.alticsform select:focus,
.onestepcheckout-index-index #onestepcheckout-form input[type="text"]:focus,
.onestepcheckout-index-index #onestepcheckout-form input[type="password"]:focus,
.onestepcheckout-index-index #onestepcheckout-form select:focus,
.customer-account-login .section-content-email-form input[type="text"]:focus,
.customer-account-login .section-content-email-form input[type="password"]:focus{
    background: none repeat scroll 0 0 white;
    border-color: #4b9bc0;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1), 0 0 1px 1px #7acdf3;
    outline: medium none;
    color: #616060;
    font: 16px/26px Museo-sans-500;
    height: 26px;
    margin: 0;
    padding: 0 10px;
}



 /*** Mon Compte ***/
.l-sidebar .block-account .onglets_account .dash{
    padding-right: 18px;
}

.l-sidebar .block-account .onglets_account .dash a,
.l-sidebar .block-account .onglets_account .dash span {
    margin: 0 4px;
}



/*
.customer-account-login .account-login { height: auto; padding-bottom: 10px; }
#onestepcheckout-login-popup { height: auto; }
*/
/*** Surcharge pour le bouton "valider" du oneStepCheckout ***/
.onestepcheckout-place-order-wrapper button {
    border-radius: 0;
    box-shadow:none;
    padding: 5px 20px 22px !important;
    width: 100%;
    background-color: inherit;
    border-color: transparent !important;
}

.onestepcheckout-place-order-wrapper button > span {
    background-image: none;
    position: relative; padding: 0px; margin: 0px; width: auto;

}

.onestepcheckout-place-order-wrapper button > span small{
    position: absolute;
    top: 28px;
    left: 98px;
}
.onestepcheckout-place-order-wrapper button:hover {
    opacity: 0.85 !important;
    background-color: #7db161;
    border-color: #7db161;
}


@media only screen and (max-width:1200px) {
    .onestepcheckout-place-order-wrapper button {
        padding: 11px 12px 32px !important;
    }
    .onestepcheckout-place-order-wrapper button > span small {
        left: 65px;
    }
}

#onestepcheckout-login-button {
    border-radius: 0;
    box-shadow: none;
    border-color: #7db161;
}
#onestepcheckout-login-button span {
    background-image: none;
    padding-right: 0;
}

/*** ***/

/*** DEBUT Fiche Produit ***/
.cadre-roundedcorner label {display: inline; }
.count-option-corner-2 li {
    width: 48%;
    margin:0 0 10px 1.5%;
}

/*.col2-left-layout .l-main.extended {
    margin-left: 0;
    max-width: 1200px;
    width: 1200px;
}*/

.col-main.extended .product-img-box, .lightbox-zoom-product .product-img-list-container, .lightbox-zoom-product .product-each-picture {
    width: 840px;
}
.col2-left-layout .l-main.extended {
    margin-left: 0;
    max-width: 1200px !important;
    width: 1200px !important;
}

.col2-left-layout .l-main.extended .reassurance-footer-category {
    margin-left: 0 !important;
}
.col2-left-layout .l-sidebar #nav-left{
    margin-bottom: 10px;
}
#product-pricelist-altics .container {
    height: 327px;
}


/*** FIN Fiche Produit ***/


/*** DEBUT page Parameters ***/

.checkout-cart-parameter .col1-left-layout .breadcrumbs {
    display: none;
}

.serenity-floating-box .desc_serenity {
    margin-bottom: 0;
}


.checkout-cart-parameter #popup_serenity {
    background: none;
    border-radius: 0;
    box-shadow: none;
    padding-top: 0;
}
.checkout-cart-parameter #popup_futuremom {
    width: 620px;
}
.checkout-cart-parameter #checkout_parameters_wrapper .checkout_parameters_block .optionsenvstamp,
#checkout_parameters_wrapper > .checkout_parameters_block > .block-content.options {
    padding-right: 0;
}

.checkout-cart-parameter #stamp_cms_more_info {
    left: -185px;
}
.checkout-cart-parameter #stamp_cms_more_info .col_left_lightbox .visuels-timbres {
    margin-top: 0;
}


/*** FIN page Parameters ***/


/*** DEBUT Panier ***/
.cart-table .libelle_produit_panier h4.product-name {
    font-size: 14px;
}

#co-shipping-method-form dl.sp-methods{
    margin-bottom: 0;
}

#co-shipping-method-form .sp-methods dd ul > li label {
    font-weight: bold !important;
    font-size:12px;
}
@media only screen and (max-width:767px) {
    #co-shipping-method-form .sp-methods dd ul > li label {
        font-size:10px;
        line-height:18px;
    }
}
.checkout-cart-index .total.col2-set > .col-2 {
    margin-right:17px;
}
.checkout-cart-index .total.col2-set > .col-2 #discount-coupon-form .discount-form #coupon_code {
    height: 25px;
}
/*
#popup_serenity .contenu_lightbox_serenity_ensavoirplus {
    margin-top: 10px;
}
*/
.checkout-cart-index .cart-table > tbody tr > td .input-text {
    width: 50px;
    padding: 2px;
    height: 22px;
}

@media only screen and (max-width:1200px) {
    .checkout-cart-index .total.col2-set > .col-2 {
      margin-right: 0;
    }
}


/*** FIN Panier ***/


/*** DEBUT Page ONESTEPCHECKOUT ***/

.onestepcheckout-index-index .cform-fieldset .label label {
    margin-bottom: 0;
}

/*** PZA : Commenté volontairement car cela empechait le fonctionnement d'afficher et de masquer le mot de passe. ***/
/*.show { display: inherit !important; }*/
.alticsform label,
.onestepcheckout-index-index #onestepcheckout-form .inputs label {
    color: #616060;
    font: 14px/1 Museo-sans-500;
}
.onestep-shipping-method .input-wrapper,
#checkout-payment-method-load .input-wrapper {
    width: 293px;
}
.title-shipping-method {
    width: 222px;
}

/*.country { margin-top: -54px; }*/
.street1 .valid { margin-left: 319px; }

.zip .js-info.loading,
.zip .js-info.valid {
    margin-left: 92px;
}
.city .js-info.valid,
#onestepcheckout-form .telephone .js-info.valid {
    margin-left: 161px;
}

#onestepcheckout-login-popup .close {
    margin-bottom: 0;
}

.checkout-onepage-success .page-content{
    font:15px/19px museo-sans-500;
}
.checkout-onepage-success .page-content p {
    font: inherit;
    margin-bottom: 0;
}

/*** FIN Page ONESTEPCHECKOUT ***/



/*** DEBUT page de success commande ***/
.checkout-cart-empty #bg-checkout-empty-page{
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/checkout/cart/frise-produits2.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    padding-bottom: 205px;
}
.checkout-cart-empty .access-account {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/checkout/cart/bg-compte-acces.png") no-repeat scroll center 0 rgba(0, 0, 0, 0);
    min-height: 260px;
    padding: 43px 115px 10px 465px;
    text-align: center;
}
@media only screen and (max-width:1200px) {
    .checkout-cart-empty .access-account {
        padding: 43px 10px 10px 425px;
    }
}
.checkout-cart-empty .access-account h2,
.checkout-cart-empty .new-customer h3 {
    color: #e53360;
    font: 22px museo-sans-500;
    margin-bottom: 35px;
}
.checkout-cart-empty p {
    color: #616060;
    font: 17px museo-sans-500;
    margin-bottom: 30px;
}
.checkout-cart-empty .new-customer {
    margin-top: 40px;
    text-align: center;
}
.checkout-cart-empty .new-customer .liens-categories {
    margin-top: 18px;
}
.checkout-cart-empty .new-customer a {
    border-right: 1px solid #cbcaca;
    color: #1e82b0;
    font: 18px/19px museo-sans-500;
    height: 19px;
    padding: 0 10px;
    text-decoration: none;
}
.checkout-cart-empty .new-customer .last {
    border-right: 0 none;
}

.checkout-cart-empty #main-footer {
    margin-top: 0;
}
/*** FIN page de success commande ***/
/*** Début packs listing in product list ***/
.nos-modeles span {
    background: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 170px;
}
#separator-modeles.promo-active {
    width: 100%;
    border-bottom: 4px solid #e6e6e6;
}
#separator-modeles span {
    display: block;
    margin: 0;
    text-align: left;
    font-family: Museo-sans-500;
    font-size: 17px;
    color: rgb(111, 110, 110);
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/sprite-fleche-pleine.png") no-repeat right 10px transparent;
    width: auto;
    display: inline-block;
    padding: 0 30px 5px 2px;
    border-bottom: 4px solid #1d82b0;
    position: relative;
    z-index: 200;
    transition: border-bottom-color .4s ease .2s;
    -moz-transition: border-bottom-color .4s ease .2s;
    -webkit-transition: border-bottom-color .4s ease .2s;
    -o-transition: border-bottom-color .4s ease .2s;
}
#separator-modeles.promo-active span {
    border-bottom: 4px solid transparent;
}
#separator-promotions{
    position: relative;
    top: 33px;
    text-align: right;
    z-index: 50;
    height: 33px;
    border-bottom: 4px solid #e6e6e6;
}
#separator-promotions .packs-listing-open-btn {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/pastille-promotion-pack.png") no-repeat scroll left 1px transparent;
    display: inline-block;
    padding: 0 0 5px 15px;
    border-bottom: 4px solid transparent;

    transition: border-bottom-color .4s ease .2s;
    -moz-transition: border-bottom-color .4s ease .2s;
    -webkit-transition: border-bottom-color .4s ease .2s;
    -o-transition: border-bottom-color .4s ease .2s;
}
#separator-promotions .packs-listing-open-btn span,
#packs-listing-close-btn {
    cursor: pointer;
}
#separator-promotions span {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-family: Museo-sans-500;
    font-size: 17px;
    color: #ef4822;
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/sprite-fleche-pleine.png") no-repeat right -40px transparent;
    width: 170px;
    transition: background-position .4s ease-out;
    -moz-transition: background-position .4s ease-out;
    -webkit-transition: background-position .4s ease-out;
    -o-transition: background-position .4s ease-out;
}
#separator-promotions .packs-listing-open-btn.promo-active{
    border-bottom: 4px solid #ef4822;
}
#separator-promotions .packs-listing-open-btn.promo-active span {
    background-position: right -14px;
}
.packs-listing-container {
    padding: 5px;
    font-family: museo-sans-500 !important;
    color: #60605f;
    top: 30px;
    margin-bottom: 25px;
}
.packs-listing-container p {
    font-family: museo-sans-500;
    text-align: left;
    font-size: 13px;
}
.packs-listing-container .cms-description { font-size: 17px; }
@media only screen and (max-width:1200px) {
    .packs-listing-container .cms-description { font-size: 14px; }
}
.packs-listing-container .listing-content {
    width: 497px !important;
}
.packs-listing-container .listing-content .groupe-de-produits {
    display: inline-block;
    width: 500px;
    margin-bottom: 50px;
    position:relative;
}
.packs-listing-container .groupe-de-produits .image-produit,
.packs-listing-container .groupe-de-produits .col-droite-promo {
    display: inline-block;
    vertical-align: middle;
}
.packs-listing-container {
    position: relative;
    text-align: center;
}
.packs-listing-container #arrows {
    position: absolute;
    top: 120px;
    width: 100%;
}
.packs-listing-container .prev-slide,
.packs-listing-container .next-slide {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/fleche-slide-promo.png");
    background-repeat: no-repeat;
    height: 37px;
    width: 22px;
    display: inline-block;
    vertical-align: middle;
}
.packs-listing-container .prev-slide { background-position: center bottom; }
.packs-listing-container .next-slide { background-position: center top; }
.packs-listing-container .prev-slide.disabled,
.packs-listing-container .next-slide.disabled { opacity: 0.2;  filter: alpha(opacity=20); }
.packs-listing-container .products-grid-packs { width: 2000px; position: absolute; }
.packs-listing-container .products-wrapper{
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 500px;
    height: 150px;
    text-align: left;
}
.packs-listing-container #packs-listing-close-btn {
    display: block;
    text-align: right;
    color: #a6a5a5;
    font-size: 14px;
}
.packs-listing-container .col-droite-promo { text-align: center; }
.packs-listing-container .col-droite-promo h2 { font-size: 14px; }
.packs-listing-container .bulle-prix { font-size: 14px; color:#1d82b0; }
.packs-listing-container .encart-price-product .price { color: #3f3f3f; font-weight: bold; }
.packs-listing-container .encart-price-product .color-eco { color: #f26a4b; }
.packs-listing-container .sys-pagination-addcart {
    display: block;
    padding: 0 15px 0 0;
    text-align: right;
}
.packs-listing-container .slide-num,
.packs-listing-container .bouton {
    display: inline-block;
}

.packs-listing-container .slide-num {
    color: #8c8c8c;
    font-size: 16px;
    margin-right:25px;
}
.packs-listing-container .slide-num .current{
    color: #616161;
}
.packs-listing-container .btn-cart,
.cat-livre-photo .btn-perso-carterie {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/picto-cart.png") no-repeat scroll 188px 11px #1eb580;
    display: block;
    text-decoration: none;
    color: #FFFFFF;
    border: 2px solid transparent;
    transition: color .5s ease-out, border .5s ease-out, background-color .5s ease-out;
    -moz-transition: color .5s ease-out, border .5s ease-out, background-color .5s ease-out;
    -webkit-transition: color .5s ease-out, border .5s ease-out, background-color .5s ease-out;
    -o-transition: color .5s ease-out, border .5s ease-out, background-color .5s ease-out;
}
.packs-listing-container .btn-cart > span,
.cat-livre-photo .btn-perso-carterie > span {
    cursor: pointer;
    display: inline-block;
    font-family: "novecento-demibold";
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 50px;
    text-align: left;
    text-decoration: inherit;
}
.packs-listing-container .btn-cart:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.packs-listing-container .btn-cart.in-process{
    background-color: #FFFFFF;
    color: #616161;
    background-position: 188px -49px ;
    border: 2px solid #c2bfbf;

}
.packs-listing-container .btn-cart > span.text-button-in-process { margin: 0 0 0 10px; }

/*** Fin packs listing in product list ***/
.fond_perso, .finition-vernis,
.finition-paillettes,
.category-products .products-page .vignette-details-produit > span.fond_perso,
.products-grid .products-page .product-infos .all_products .vignette-details-produit > span.fond_perso,
.content-col-left .details-produit .vignette-details-produit > span.fond_perso {
    background-size: 50px 50px;
}
.vignette-details-produit > span.fond_perso {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/picto-fond-perso.png");
    background-repeat: no-repeat;
}
.category-products.folding .picto-fond-perso {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/picto-fond-perso.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: -15px top
}
/* Pictos langue FR (déplacé de catalog-category) */
.details-produit .vignette-details-produit > span.dispo_tablette {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/dispo-tablette.jpg");
    background-repeat: no-repeat;
}
.details-produit .vignette-details-produit > span.finition-vernis {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/finition-vernis.png");
    background-repeat: no-repeat;
    background-size: 55px 50px;
}
.details-produit .vignette-details-produit > span.finition-paillettes {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/finition-paillettes.png");
    background-repeat: no-repeat;
    background-size: 55px 50px;
}
/* fin Pictos langue FR (déplacé de catalog-category) */
/*** Debut Listing Livre-photo ***/
.cat-livre-photo #livre-photo-products {
    box-shadow : none;
    background-image: none;
}

.cat-livre-photo .btn-perso-carterie {
    border-radius :0;
    background-image: none;
    width: 64%;
    height: 45px;
    display: table;
    line-height: inherit;
}

.cat-livre-photo .btn-perso-carterie > span {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
    line-height: inherit;
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/fleche-bt-personalisation.png");
    background-position: 91% center;
    background-size: auto auto;
    padding-right: 40px;
}

.cat-livre-photo .all_products{
    border-bottom: none;
    margin-bottom: 30px;
}

@media only screen and (max-width:1200px) {
    .cat-livre-photo .btn-perso-carterie > span { font-size: 13px; }
    .cat-livre-photo .btn-perso-carterie { width: 72% }
}

.univers-livresphoto #separator-modeles span { border-bottom: 4px solid #616161; }

/*** Fin Listing Livre-photo ***/

/* Retouches Boutique Noel , ne doit pas toucher les autres sites */

/*** Fin Listing Livre-photo ***/

.boutique-noel-2014 .links li.connexion,
.boutique-noel-2014 .links li.deconnexion {
    display:none;
}

.wrapper-bandeau { border-bottom: 4px solid #dcdbdb; }
.header-top {display:none;}
.wrapper-bandeau .bandeau .contact-us {
    width: inherit;
}

/*** Forcage pour IE 8 ***/
/*   Car il y a le CSS Style-ie qui est chargé mais comme elle est commune a tous nos sites, on ne peut pas la modifier que pour PCFR */
@media \0screen {
    .content-col-left #lightbox-perso { width: 186px;}
    .content-col-left #lightbox-perso > span,
    #btn_personnaliser > span,
    .onestepcheckout-place-order-wrapper button > span,
    .customer-account-login .buttons-set .button span,
    .customer-account-login .forgotpassword-popup .buttons-set .button span { visibility: visible; color: #FFFFFF; }

    #btn_personnaliser,
    #btn_personnaliser:hover {width: inherit; }

    /*.onestepcheckout-place-order-wrapper button { height: 68px; }*/
    .onestepcheckout-place-order-wrapper button,
    .onestepcheckout-place-order-wrapper button:hover { background-image: none; width: 100%;}

    .menu-livrephotos LI#menu-minilivre .cache-blanc,
    .menu-livrephotos li#menu-livre-carnet .cache-blanc,
    .menu-livrephotos li#menu-livre-carre .cache-blanc,
    .menu-livrephotos li#menu-livre-paysage .cache-blanc,
    .menu-livrephotos li#menu-livre-portrait .cache-blanc,
    .menu-livrephotos li#menu-livre-prestige .cache-blanc,
    .menu-livrephotos li#menu-livre-thematique .cache-blanc{ width: auto; }
}


/******/

/** SUPPR HEADER/FOOTER Temp. **/
/*.wrapper-bandeau,*/
/*.header-content,*/
/*.reassurance-header*/
/*.footer-top,*/
/*.footer-reseauxsociaux,*/
/*#big-footer-content,*/
/*#websites_planet*/ /*{
    display: none;
}*/

/*@media only screen and (max-width: 980px) {*/
    /*.wrapper {*/
        /*width: 980px!important;*/
    /*}*/
/*}*/
/*******************************/

/* HOME 2013 > Objets Photos */

#home-objets-photos h1 {
    border-bottom: 1px dotted #B2B2B2;
    color: #616060;
    font-family: 'museo-sans-500-italic';
    font-size: 21px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    /*width: 982px;*/
    margin-bottom:25px;
}

.home-2013-objets-photos .reassurance-container .line-dotted-header {
    margin-bottom:0;
}

#home-objets-photos #slideshow {
    display:block;
    float: left;
    width:840px;
    height:385px;
}

#home-objets-photos #slideshow #category-slideshow,
#home-objets-photos #slideshow .market-slideshow {width:840px;}
#home-objets-photos #slideshow .market-slideshow #category-slideshow li a > img {width:840px;height:320px;}
/*#home-objets-photos #slideshow .market-slider > a {margin-top: 120px;}*/
#home-objets-photos #slideshow .market-slideshow > ul:first-child {height:320px;}
/*#home-objets-photos #slideshow .market-slider-dot {margin: 295px 0 0 425px;}*/
#home-objets-photos #slideshow .market-slider-next > a {margin-left: 790px;}
.tuto-sous-slide {
    background:#f8f8f8;
    height:60px;
    display:block;
    margin-top:35px;
    color:#e53360;
    line-height:60px;
    font-family: Museo-sans-500;
    font-size:17px;
    text-align:center;
}

.tuto-sous-slide > div {
    display: inline-block;
    font-family: 'museo-sans-500';
    margin: 0 20px;
}
.tuto-sous-slide .num_step {
    float: left;
    height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 30px;
}
#promo {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    width: 315px;
}
#home-objets-photos .mea-cats {
    margin-top:40px;
}
#home-objets-photos .mea-cats .cat {
    width:350px;
    height:330px;
    display:block;
    float: left;
    margin-right: 61px;
}
#home-objets-photos .mea-cats .cat.third {
    margin-right:0;
}
#home-objets-photos .mea-cats .txt p {
    text-align:justify;
}
#home-objets-photos .mea-cats .visuel img {
    border:1px solid #ebebeb;
}
#home-objets-photos .mea-cats .cat h2,
.mea-cats > div h2 {
    color: #1e82b0;
    font-family: "museo-sans-500";
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}
.mea-cats > div {
    min-height: 330px;
}
#home-objets-photos .mea-cats .cat a {
    text-decoration: none;
}
#home-objets-photos .fleche-h2 {
    margin-left:10px;
}
.home-2013-objets-photos #category-footer {
    width:100%!important;
    padding-top:0!important;
}
#home-objets-photos .market-slideshow,
#home-objets-photos #category-slideshow {
    width:auto !important;
}

@media only screen and (max-width:1200px) {
    #home-objets-photos #slideshow {display:block;float: left;width:645px;height:385px;}
    #home-objets-photos #slideshow #category-slideshow,
    #home-objets-photos #slideshow .market-slideshow {width:645px;height:260px;}
    #home-objets-photos #slideshow .market-slideshow #category-slideshow li a > img {width:645px;height:246px;}
    #home-objets-photos #slideshow .market-slider > a {margin-top: 75px;}
    #home-objets-photos #slideshow .market-slideshow > ul:first-child {height:246px;}
    #home-objets-photos #slideshow .market-slider-dot {margin: 225px 0 0 335px;}
    #home-objets-photos #slideshow .market-slider-next > a {margin-left: 585px;}
    .tuto-sous-slide {font-size:15px;}
    .tuto-sous-slide > div {margin:0;}
    #home-objets-photos .mea-cats .cat {margin-right:45px;width: 295px;height:310px;}
    #home-objets-photos .mea-cats .cat .visuel a > img {width: 295px;}
    .home-2013-objets-photos .col-main #category-footer .header_cat_middle {margin-left:0;}
    #home-objets-photos .mea-cats .cat h2 {font-size: 17px;}
}

/* CATEGORY SLIDESHOW */
.catalog-category-view .market-slideshow {
    margin-bottom: 17px;
    overflow: hidden;
}
.catalog-category-view .market-slideshow,
.catalog-category-view .market-slideshow > ul:first-child {
    width: 936px;
    height: 300px;
}
/*.catalog-category-view .market-slider > a {*/
    /*margin-top: 101px;*/
/*}*/
.catalog-category-view .market-slider-next > a {
    margin-left: 886px;
}
.catalog-category-view .market-slider-dot {
    position: absolute;
    /*margin: 267px 0 0 425px;*/
}
@media only screen and (max-width:1200px) {
    .catalog-category-view .market-slideshow,
    .catalog-category-view .market-slideshow > ul:first-child,
    .catalog-category-view .market-slideshow > div > img {
        width: 100%;
        /*height:auto !important;*/

    }
    /*.catalog-category-view .market-slider > a {*/
        /*margin-top: 66px;*/
    /*}*/
    /*.catalog-category-view .market-slider-next > a {*/
        /*margin-left: 665px;*/
    /*}*/
    /*.catalog-category-view .market-slider-dot {*/
        /*position: absolute;*/
        /*margin: 196px 0 0 315px;*/
    /*}*/

    #category-slideshow > li {
        max-width: 100%;
    }
}

.catalog-category-view .ligne-petite .ecart-droite {
    margin-right: 0;
    margin-left: 0;
}
.catalog-category-view .ligne-petitebis .ecart-droite {
    margin-right: 0;
}
.catalog-category-view .univers-general .description {
    min-height: 105px;
}
.catalog-category-view #univers-invitation .description {
    min-height: inherit;
}
.catalog-category-view .listing-cat a {
    width: 50%;
}
.catalog-category-view .ligne-petite p {
    width: 50%;
}
/*.catalog-category-view .ligne-petite .ecart-droite {*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
/*}*/
.catalog-category-view .ligne-petite .listing-cat {
    width: 25%;
    height: auto;
}

@media (max-width: 767px) {
    .catalog-category-view .ligne-petite .listing-cat {
        width: 50%;
        /*height: inherit;*/
        float: left;
    }
    .catalog-category-view .ligne-petite .cat-creations p {
        margin-top: 15px;
    }
}
.mea-toile-photo .list-details-produit li {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/fleche_h3_sous_menu.png") no-repeat 0 7px;
    font-size:14px;
    /*width:267px;*/
    /*width:33% !important;*/
    float:left;
    margin-bottom:15px;
}

.photo-encadree li.img {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
@media only screen and (max-width:1200px) {

    /*.photo-encadree .mea-description > img {*/
        /*margin-bottom: 0 !important;*/
        /*margin-left: 0 !important;*/
        /*width: 350px;*/
    /*}*/

    /*.photo-encadree .tableau.small-encart {*/
        /*margin-top: 10px;*/
    /*}*/

    /*.photo-encadree .list-details-produit {*/
        /*margin-top: 30px;*/
    /*}*/

    /*.photo-encadree .list-details-produit li {*/
        /*display: inline-block;*/
        /*float: none;*/
        /*width: 31%;*/
    /*}*/

    .photo-encadree li.img img {
        width:auto;
        vertical-align: middle;
    }
}

.list-details-produit {
    line-height: 20px;
    /*width: 100%;*/
    margin-left: 0;
    display: inline-block;
}

/*** Menu de gauche "Catalog Category"***/

.col1-left-layout #content-breadcrumbs .breadcrumbs {
    float:none;
}
.customer-account .l-sidebar .block-account .page-title {
    width: 94%;
}

.checkout-cart-index  .breadcrumbs ul li {
    font-size: 19px;
}

.checkout-cart-index  .breadcrumbs ul li span {
    padding: 0 15px;
}

@media only screen and (max-width:1200px) {
    .checkout-cart-index .breadcrumbs ul li {
        font-size: 15px;
    }
    .checkout-cart-index .breadcrumbs ul li.current a {
        font-size: 17px;
    }
    .checkout-cart-index .breadcrumbs ul li span {
        padding: 0 10px;
    }
}
.pictos-opdn {
    display: block;
    margin: 50px auto 0;
    width: 73%;
}

.pictos-1 div, .pictos-2 div {
    border-bottom: 2px dotted #d1d1d1;
    float: left;
    height: 160px;
    margin-bottom: 25px;
    position: relative;
    text-align: center;
    width: 170px;
}
.sep-vertical {
    border-bottom: medium none !important;
    border-right: 2px dotted #d5d5d5;
    display: block;
    height: 145px !important;
    margin-right: 25px;
    width: 30px !important;
}
.pictos-1 img, .pictos-2 img {
    transition: width 0.1s ease 0s;
    width: 100px;
}
.pictos-1 img:hover, .pictos-2 img:hover {
    width: 105px;
}
.pictos-1 .titre-container, .pictos-2 .titre-container {
    color: #e53360;
    display: block;
    font-family: "Novecento-demibold";
    font-size: 19px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 110px;
    width: 100%;
}

.couv_ligne {
    margin: 0 auto;
    width: 96%;
}
.couv1, .couv2 {
    display: block;
    float: left;
    width: 46%;
}
.couv1 {
    margin-right: 8%;
}
.couv1 img, .couv2 img {
    opacity: 0.8;
    transition: opacity 0.3s ease 0s;
}
.couv1 img:hover, .couv2 img:hover {
    opacity: 1;
}
.couv_titre {
    border-top: 1px dotted #b2b2b2;
    color: #1e82b0;
    font: 20px museo-sans-500;
    margin-bottom: 30px;
    text-align: center;
}

.catalogrequest .cform-register-stuff .cgu .choice-box,
.productsamplerequest .cform-register-stuff .cgu .choice-box {
    height: 36px;
}
.catalogrequest .cform-register-stuff .optins .choice-box,
.catalogrequest .cform-register-stuff .optins .choice-box{
    height: 48px;
    display: table;
}
.catalogrequest .cform-register-stuff .optins .choice-box > div,
.catalogrequest .cform-register-stuff .optins .choice-box > div,
.customer-account-create .cform-register-stuff .optins .choice-box > div {
    display: table-cell;
    vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
    margin-right: 3px !important;
}

.customer-account .control input, .customer-account .control label {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.catalogrequest .cform-register-stuff .radios,
.productsamplerequest .cform-register-stuff .radios {
    padding-top: 8px;
}

.catalogrequest .cform-register-stuff .cgu .required > div,
.productsamplerequest .cform-register-stuff .cgu .required > div {
    position: absolute;
    top: 36px;
}
.catalogrequest .section .inputs select,
.productsamplerequest .section .inputs select {
    height: 26px;
    padding: 0 0px;
    border: 1px solid #949494;
    margin: 0;
    font-size: 16px;
    font-family:  Museo-sans-500, "Arial";
    color: #616060;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
    width: 256px;
}
.catalogrequest .cform-rows .is-required .required,
.catalogrequest .cform-rows .is-required .required-bapteme,
.catalogrequest .cform-rows .is-required .required-anniv,
.catalogrequest .cform-rows .notice-bubble,
.productsamplerequest .cform-rows .notice-bubble,
.productsamplerequest .cform-rows .is-required .required,
.productsamplerequest .cform-rows .is-required .required-bapteme,
.productsamplerequest .cform-rows .is-required .required-anniv {
    left: 377px;
}

@media only screen and (max-width:1200px) {
    .catalogrequest .cform-rows .is-required .required,
    .catalogrequest .cform-rows .is-required .required-bapteme,
    .catalogrequest .cform-rows .is-required .required-anniv,
    .catalogrequest .cform-rows .notice-bubble,
    .productsamplerequest .cform-rows .notice-bubble,
    .productsamplerequest .cform-rows .is-required .required,
    .productsamplerequest .cform-rows .is-required .required-bapteme,
    .productsamplerequest .cform-rows .is-required .required-anniv {
        left: 316px;
    }
}

.catalogrequest .section .inputs input,
.productsamplerequest .section .inputs input,
.productsamplerequest .section .inputs select { width: 255px; }


.presse-pdf {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/on-parle-de-nous/pdf-icon.jpg") no-repeat scroll 3px center transparent;
    border: 1px dotted #dedede;
    display: block;
    line-height: 32px !important;
    margin: 10px 0;
    min-height: 30px;
    padding: 5px 5px 5px 45px;
    transition: padding 0.5s ease 0s;
}
.presse-pdf:hover {
    border: 1px dotted #888888;
    padding-left: 55px;
    text-decoration: none !important;
    transition: padding 0.3s ease 0s;
}

.picto-radio {
    border-right: 1px dotted #d5d5d5;
    display: block;
    float: left;
    height: 100px;
    margin-right: 20px;
    padding-right: 10px;
    width: 100px;
}

.cms-page-view .l-main h2,
.cms-page-view .col-main h2 {
    color: #1e82b0;
    font: 22px museo-sans-500;
    margin-top: 22px;
}

.player-radio {
    margin-top: 15px;
}
.player-radio span {
    color: #666666;
    display: block;
    font-size: 11px;
}

.cms-page-view .l-main .lien-rose {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/cms-page/lien-rose-fleche.png") no-repeat scroll right 7px transparent;
    color: #E53360;
    font-family: opensans-bold;
    font-size: 16px;
    padding: 5px 30px;
}

.cms-page-view .l-main .lien-rose:hover {
    text-decoration: underline;
}

/*** FIN Page de contenu CMS ***/

/*** DEBUT Page de type "OFFRE-ECHANTILLON-NAISSANCE-1" ***/

.page-cms-inscription-livre-photo .col-main .std .top_form {
    width: 465px !important;
}
.page-cms-inscription-livre-photo .col-main .std .contenu-left {
    width: 680px !important;
    background-size: 100% 0;
}
.page-cms-inscription-livre-photo .col-main .account-create-general {
    width: 465px !important;
    padding: 0 10px;
}

.page-cms-inscription .account-create-general .cform-rows .name-prefix .inputs {
    height: 30px;
    float: left;
    margin-left: 5px;
    width: 208px;
}

.page-cms-inscription .account-create-general .cform-rows .name-prefix .inputs label {
    display: inline-block;
    margin: 0;
    width: 33%;
}
.page-cms-inscription .account-create-general .cform-register-stuff label {
    font-weight: normal;
    margin-bottom: 0;
}

.page-cms-inscription-livre-photo .col-main .std .top_img {
    width: 680px !important;
}
@media only screen and (max-width: 1200px){
    .page-cms-inscription-livre-photo .col-main .std .top_img,
    .page-cms-inscription .col-main .std .contenu-left {
        width: 510px !important;
    }
    .page-cms-inscription-livre-photo div[role=main] .col-main .register-footnotes {
        width: 100% !important;
    }
    .page-cms-inscription-livre-photo div[role=main] .col-main .register-footnotes {
        top: 520px !important;
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .page-cms-inscription .col-main {
        width: 100% !important;
    }
    .page-cms-inscription-livre-photo .col-main .std .top_img,
    .page-cms-inscription .col-main .std .contenu-left,
    .page-cms-inscription-livre-photo .col-main .std .top_form,
    .page-cms-inscription .col-main .account-create-general,
    .page-cms-inscription .content-bot-left,
    .page-cms-inscription div[role=main] .col-main .text-promo {
        width: 50% !important;
    }
    .page-cms-inscription div[role=main] .col-main .std .top_img,
    .page-cms-inscription div[role=main] .col-main .std .contenu-left {
        background-size: 100% auto !important;
    }
    .page-cms-inscription-livre-photo div[role=main] .content-bot-left {
        top: 330px !important;
        background-position: 320px 20px !important;
    }

    .page-cms-inscription-livre-photo div[role=main] .col-main .text-promo {
        top: 420px !important;
    }
    .page-cms-inscription-livre-photo div[role=main] .col-main .register-footnotes {
        top: 520px !important;
        left: 0;
        width: 100% !important;
    }
    .page-cms-inscription .col-main ul {
        margin-left:0 !important;
    }
    .page-cms-inscription .account-create-general .cform-rows .name-prefix .inputs {
        width: 180px !important;
    }
    .page-cms-inscription .account-create-general .cform-rows .inputs {
        padding: 0;
    }

}
@media (max-width: 767px) {
    .page-cms-inscription .account-create-general .cform-rows .inputs {
        padding: 0;
    }
    .page-cms-inscription .account-create-general .cform-rows .name-prefix .inputs label {
        width: 28% !important;
    }

    .catalog-category-view .market-slideshow,
    .catalog-category-view .ban300 {
        display:none !important;
    }
}

.page-cms-inscription-livre-photo .col-main .text-promo {left: 220px !important;
    text-align: center !important;
    top: 620px !important;
}

.cms-offre-bienvenue-babynote .col-main .text-promo {
    top:645px !important;
}

.page-cms-inscription-livre-photo .col-main .register-footnotes {
    left: -680px;
    top: 600px !important;
    width: 130%;
}

@media (max-width: 1200px) {
    .page-cms-inscription-livre-photo .col-main .register-footnotes {
        left: -485px;
    }
}

.cms-page-view strong {
    font-size: 14px;
}
/*** FIN Page "OFFRE-ECHANTILLON-NAISSANCE-1" ***/

/*** pages "Mon Compte" ***/
.customer-account-edit .my-account .sep-table { margin-left: 12px; }
.customer-account input[type="file"] { border: none; }
/*** FIN ***/

/*** DEBUT Menu Pages Calendrier ***/

.wrapper-menu-cal-agenda {
    margin-top: 15px;
    text-align: center;
    background-color: #f8f8f8;
    margin-top: 0;
    border-bottom: 1px solid #dcdbdb;
    margin-bottom: 25px;
}
.wrapper-menu-cal-agenda.mural .cal-mural strong,
.wrapper-menu-cal-agenda.poser .cal-ap strong,
.wrapper-menu-cal-agenda.poster .cal-poster strong,
.wrapper-menu-cal-agenda.bancaire .cal-bancaire strong,
.wrapper-menu-cal-agenda.agenda .agenda strong {
    color: #4ca0b3;
}
.wrapper-menu-cal-agenda li a strong {
    color: #616161;
    display: block;
    font-family: "open_sanssemibold";
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
}
.wrapper-menu-cal-agenda li a:hover strong {
    opacity: 0.7;
}

.wrapper-menu-cal-agenda li {
    display: inline-block;
    margin: 0 3% 17px;
    vertical-align: top;
}

@media (max-width: 1200px) {
    .wrapper-menu-cal-agenda li {
        margin: 0 2% 17px;
    }
}

.wrapper-menu-cal-agenda a img {
    margin-top: 23px;
    vertical-align: bottom;
}

.wrapper-menu-cal-agenda li a span {
    display: block;
    height: 120px;
}

/*** FIN Menu Pages Calendrier ***/

/*** DEBUT Univers LIVRES PHOTO ***/
.cat-livre-photo .livre-titre h1 {
    font-size: 22px;
}
.cat-livre-photo .prix .sous-titre,
.cat-livre-photo .sous-titre.tarification a {
    color: #616161;
    font-family: "OpenSans";
}

.cat-livre-photo .livre-desc {
    top: 155px;
    padding: 10px 35px;
    color: #616161;
}
@media only screen and (max-width:1200px){
    .cat-livre-photo .livre-desc {
        top: 100px;
        width: 340px;
    }
}

.boutique-noel-2014 .ban-popup-wrapper li::before {
    content:"";
}

.cat-livre-photo .link-big-pkg, .cat-livre-photo .link-small-pkg {
    width: 210px;
}
.link-big-pkg, .link-small-pkg {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/packaging/arrow-right.png") no-repeat scroll right 6px rgba(0, 0, 0, 0);
}

.cat-livre-photo .desc-lien {
    display: inline-block;
    margin-top: 10px;
}
.cat-livre-photo .livre-code-promo {
    margin-bottom: 10px;
}
/*.cat-livre-photo .promo-et-btn {*/
    /*position: absolute;*/
    /*right: 71px;*/
    /*text-align: center;*/
    /*top: 402px;*/
/*}*/
@media only screen and (max-width:1200px){
    .cat-livre-photo .prix {
        top:0;
    }
    .cat-livre-photo .livre-code-promo {
        margin-bottom: 2px;
    }
}

@media only screen and (max-width:767px){
    .cat-livre-photo .promo-et-btn {
        position: static;
    }
}
.cat-livre-photo .packs-listing-container p,
.cat-livre-photo .packs-listing-container label {
    margin-bottom: 0;
}

.cat-livre-photo .products-grid .products-page > div.all_products {
    text-align: center;
}

@media only screen and (max-width:1200px){
    .cat-livre-photo .description_category {
        margin-top: 45px;
    }
}

/*@media only screen and (max-width:767px){
    .cat-livre-photo .description_category {
        margin-top: 15px;
    }
}*/
/*** FIN Univers LIVRES PHOTO ***/

/*** Debut bouton Flat Design ***/
.btn-creation-flat {
    width: 220px;
    display: inline-block;
    font-family: "Novecento-demibold";
    color:#FFFFFF;
    font-size: 15px;
    text-decoration: none;
    margin: 0 auto;
    background-color: #1eb580;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}
.btn-creation-flat:hover {
    opacity: 0.8;
}
.btn-creation-flat span {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/fleche-bt-personalisation.png") !important;
}
.btn-creation-flat:active {
    background-color: #1a9c6e;
    opacity: 1;
}

.btn-creation-flat.btn-slide {
    width: 303px;
    font-size:18px;
    line-height: 50px;
}
.btn-creation-flat.btn-slide span {
    background-position: right center;
    padding-right: 40px;
    height: 50px;
    line-height: 47px;
}

.btn-tous-nos-models {
    width: 260px;
    display: inline-block;
    font-family: "Novecento-demibold";
    color:#FFFFFF;
    font-size: 15px;
    text-decoration: none;
    margin: 0 auto;
    background-color: #1d82b0;
    text-align: center;
    opacity: 1;
    transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
}

.btn-tous-nos-models:hover {
    opacity: 0.8;
}
.btn-tous-nos-models span {
    display: inline-block;
    height: 45px;
    line-height: 43px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 30px;
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/fleche-bt-tous-nos-models.png") !important;
}
.btn-tous-nos-models:active {
    background-color: #186b91;
    opacity: 1;
}
/*** Fin bouton Flat Design ***/

/** Style entete cat charte **/

.entete-cat {
    font-family:'open_sanslight' !important;
    font-size:40px !important;
    line-height:48px !important;
    color:#5a5a5a !important;
    text-align:center !important;
    margin:50px 0;
}

.entete-cat .pink {
    color:#ea6f8e;
}

.entete-cat-small {
    display: block;
    font-family: open_sanslight;
    font-size: 16px;
    text-align: center;
}

.entete-cat-small strong {
    font-family:'opensans';
    font-weight:normal;
}

/*** Bouton Flat Design ***/


/*** Atelier Mariage Spécif FR ***/
.atelier-mariage-souscat .entete-page-category {
    position: absolute;
    top: 180px;
}

.atelier-mariage-souscat .l-main {
    position: static;
    margin-top: 180px;
    width: 940px;
}
.atelier-mariage-souscat .l-sidebar {
    top: 180px;
}
.atelier-mariage-souscat .col2-left-layout .l-sidebar {
    max-width: 230px;
}
.atelier-mariage-souscat #nav-left ul.level0 li > a {
    width: inherit;
}

@media (max-width: 767px) {
    .atelier-mariage-souscat .lien-acces-collection {
        width: 100%;
        margin-left: 0;
    }
}
.atelier-mariage .l-sidebar #nav-left{
    margin-top: 0;
    border: none;
    background: none;
}
.category-atelier-mariage-planet-cards .container[role="main"] {
    width: 100%;
    width: 1200px;
}


/*** Atelier Mariage Spécif FR ***/

.atelier-mariage-souscat .btn-flat.big > span{
    line-height: 64px !important;
}
.atelier-mariage .container[role="main"] {
    /*width: 100%;*/
}
.category-atelier-mariage-planet-cards .container {
    /*width: 100%;*/
    padding: 0;
}
@media (max-width: 1200px) {
    .atelier-mariage .container[role="main"] {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .atelier-mariage .wrapper-cats .cat:nth-child(1), .atelier-mariage .wrapper-cats .cat:nth-child(2) {
        width: 365px;
    }
    .atelier-mariage .wrapper-cats .cat:nth-child(3) {
        width: 218px;
    }
    .atelier-mariage .wrapper-cats .cat:nth-child(8) {
        width: 258px;
    }
    .atelier-mariage .wrapper-cats .cat:nth-child(9) {
        width: 408px;
    }
    .atelier-mariage .wrapper-cats .cat:nth-child(10) {
        width: inherit;
    }
    .atelier-mariage .wrapper-cats .cat:nth-child(13) {
        width: 250px;
    }
}

@media only screen and (max-width:1024px) {
    .atelier-mariage-souscat .entete-page-category {
        top: 100px
    }
    .atelier-mariage-souscat #nav-left ul.level0 li > a {
        border-bottom: none;
    }
}
@media (max-width: 992px) {
    .atelier-mariage-souscat .entete-page-category {
        top: 90px
    }
    .atelier-mariage-souscat .ligne-dune-collection.pull-left {
        /*padding: 0 10px;*/
        margin: 0 1.6% !important;
        width: 20%;
    }
    .atelier-mariage-souscat .ligne-dune-collection.img-principale {
            padding-left: 0;
            width: 30% !important;
            margin:0 !important;
        }
    .atelier-mariage-souscat .ligne-dune-collection.miniature-1 {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .atelier-mariage-souscat .entete-page-category {
        top: 120px
    }
    .atelier-mariage h1 {
        font-size: 40px;
    }

    /*.atelier-mariage-souscat .img_collection { width: 150px;  margin-left: 10px; }*/
    /*.atelier-mariage-souscat .img_collection.first { width: 230px; }*/


    .atelier-mariage-souscat .ligne-dune-collection.img-principale {
        padding-left: 0;
        width: 28% !important;
        margin:0 !important;
    }
    .atelier-mariage-souscat .ligne-dune-collection.pull-left {
        /*padding: 0 10px;*/
        margin: 0 1.6% !important;
        width: 18%;
    }

    .atelier-mariage .wrapper-h1 {
        margin-bottom: 0;
    }
    .atelier-mariage-souscat .l-sidebar {
        top: 230px;
    }
    .atelier-mariage-souscat .l-main {
        margin-top: 240px;
    }

    .atelier-mariage .cat .visuel {
        overflow: hidden;
    }
    .atelier-mariage .wrapper-cats .cat{
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        width: 100% !important;
    }

    .atelier-mariage .wrapper-cats .cat:nth-child(3) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(4) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(5) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(6) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(7) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(8) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(10) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(11) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(12) img,
    .atelier-mariage .wrapper-cats .cat:nth-child(13) img {
        width: 100%;
    }

}


.button.btn-flat { margin: 0 !important; }
/*.button.btn-flat > span > span { vertical-align: bottom; }*/
.button.btn-flat.small { height: 45px !important; }
.button.btn-flat.small > span { height: 43px !important; line-height: 41px !important; }
.button.btn-flat.btn-proceed-checkout > span { width: inherit !important; }

.checkout-cart-index .page-content > .buttons-set > .btn-checkout{
    margin: 0 112px 15px 0;
}

.btn-flat.picto-cart span {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/icon-basket.png") no-repeat scroll right 10px transparent !important;
}

.btn-flat.btn-blue.medium.right-arrow span {
    background-position: right -45px !important;
}

/*** Fin Bouton Flat Design ***/

.wrapper-bandeau { border-bottom: 4px solid #dcdbdb; }
.header-top {display:none;}
.wrapper-bandeau .bandeau .contact-us {
    width: inherit;
}

/* Select (plugin selectboxit) */

.selectboxit-container.selectboxit-container {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    height: 40px;
}

.selectboxit-list,
.selectboxit-option {
    margin: 0 !important;
    padding:0 !important;
}

.selectboxit-option {
    background:none !important;
}

.selectboxit-container, .selectboxit-text, .selectboxit-option {
    color: #616161 !important;
    font-family: "opensans" !important;
    font-size: 15px !important;
    text-align: center;
    text-indent: 0;
}

.selectboxit-option:hover {
    background-color: #4a9bc0 !important;
}

.selectboxit-option-anchor {
    font-family: 'open_sanssemibold' !important;
}

.selectboxit-option-anchor:hover {
    text-decoration: none !important;
}

ul.selectboxit-list {
    background: none repeat scroll 0 0 #1d82b0;
    border-radius: 0 !important;
}

li.selectboxit-option a {
    border-bottom: 1px solid;
    color: white !important;
    display: block;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 !important;
}

.selectboxit-option-icon-container {
    display: none !important;
}

.selectboxit-container .selectboxit {
    border-radius: 0 !important;
}

.selectboxit-text {
    width:auto !important;
    max-width:none !important;
}

.selectboxit-btn {
    height:100% !important;
}

.select-flat .selectboxit-text {
    height: 100%;
    line-height: 40px !important;
    width: 80% !important;
}

.selectboxit-arrow-container {
    border-radius: 0 5px 5px 0;
    display: inline-block !important;
    height: 100% !important;
    position: relative;
    width: 20%;
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/arrow-down-select.png") no-repeat scroll center center #1e82b0;
}

.selectboxit-selected {
    background-color:#036e9e !important;
}

.selectboxit-selected .selectboxit-option-icon-container {
    display:inline-block !important;
    float:none;
}


.selectboxit-selected .selectboxit-option-icon {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/picto-check-dropdown.png") no-repeat scroll center center transparent;
    border: medium none;
    border-radius: 0;
    content: " ";
    display: inline-block !important;
    height: 10px;
    margin-left: -7px;
    margin-right: 5px;
    vertical-align: middle;
    width: 12px;
}

/* Popup */

.flat-popup-wrapper {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/1pxsemiblack.png") top left repeat transparent;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.flat-popup-wrapper > div {
    background: none repeat scroll 0 0 white !important;
    box-shadow: 0 0 10px #333;
    display: inline-block;
    position:relative;
    padding:20px 27px;
    font-family: 'open_sanslight';
    font-size:15px;
    color:#616060;
    text-align: left;
    width:900px;
}

.flat-popup-wrapper .close {
    display:block;
    position: absolute;
    right: -15px;
    top: -15px;
}

/** MEA des pages objets **/

.mea-toile-photo .tableau.col-md-5,
.mea-toile-photo .tableau.col-sm-5 {
    display: inline-block;
    height: auto !important;
    padding-bottom: 45px;
    padding-top: 27px !important;
    padding-left: 57px;
    /*width:41.6667%;*/
}

.tableau.col-md-5 a,
.tableau.col-sm-5 a {
    margin-left: 15px !important;
    margin-top: 5px !important;
}

.list-details-produit li {
    font-size:13px !important;
    /*width:auto !important;*/
}

.list-details-produit li.col-md-6 {
    width:50% !important;
}

.list-details-produit li.col-md-4 {
    width:33.3333% !important;
}

ul.list-details-produit.col-md-6 {
    width:50% !important;
    margin-left:0;
}

/** Promotions page cat **/

.col-droite-promo .col-price-product p {
    margin:0;
}

/** Checkout Parameters **/

.count-option-corner-2 .corner-option {
    min-height: 43px;
}

.popup-paper .btn-close-down {
    right: 290px;
}

.checkout-cart-parameter #popup_lamination .contenu_lightbox_pelliculage_ensavoirplus .col_right_lightbox {
    width: 280px;
}

.checkout-parameters-expedition > div.checkout-parameters-expedition-lot label > span {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/parameters/picto-livraison.png");
}
/** Cart **/

.roundedcorner-choise .rcchoise-content ul li {
    height: 26px;
}

.popup-paper .col2-set p {
    margin-bottom:0;
}

.checkout-cart-index  .popup-paper .validate-paper-button span {
    color:white !important;
}

.btn-carteunique-send-address > span {
    font-size: 13px;
}
@media only screen and (max-width:767px) {
    .btn-carteunique-send-address > span {
        font-size: 11px;
    }
}
.checkout-cart-index .cform-fieldset {
    width: 100%;
}

#cart-add-address #date-shipping {
    width:inherit;
}

/** Livre photo **/

.cat-livre-photo li.thumb img {
    margin:0;
}

/** Boutique Naissance **/

.boutique-naissance .left,
.boutique-naissance .right {
    padding: 0;
}

/*** DEBUT Upsell-packs ***/
.description-prix-upsell .btn-ajouter {
    margin-top:10px;
}

/*** FIN Upsell-packs ***/

/** LP Mkt **/

.cms-page-view .col-main ul li {
    color: #616060;
}

.lp-mkt .btn-ajouter, .lp-mkt .success-screen {
    text-align: center !important;
}
.boutique-noel .end-content,
.lp-mkt .end-content { display: block; margin-top: 35px; }
.boutique-noel .retour-site,
.lp-mkt .retour-site {
    float:left;
    color:#60605f;
    font-size: 20px;
    font-family: 'museo-sans-500';
}

.boutique-noel .retour-site span,
.lp-mkt .retour-site span {
    float:left;
}

.boutique-noel .retour-site a,
.lp-mkt .retour-site a {
    float: left;
    width: 223px;
    height: 40px;
    margin-left: 10px;
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/noel/logo-footer.png");
}

.boutique-noel .retour-site a:hover,
.lp-mkt .retour-site a:hover {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/noel/logo-footer-hover.png");
}

.boutique-noel .bouton-go-cart,
.lp-mkt .bouton-go-cart {
    float:right;
}

.boutique-noel .bouton-go-cart,
.lp-mkt .bouton-go-cart {
    background-color: #1e81af;
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/noel/fleche-bt-bleu.png");
    background-position: 388px 9px;
    background-repeat: no-repeat;
    border: 2px solid #dcdbdb;
    border-radius: 9px;
    color: #FFFFFF !important;
    display: block;
    font-family: 'novecento-demibold' !important;
    font-size: 22px !important;
    height: 44px;
    line-height: 30px;
    margin: 8px auto 18px;
    padding: 0;
    text-decoration: none;
    width: 424px;
    -webkit-box-shadow: inset 0px 2px 1px 0px #62b2d5;
    box-shadow: inset 0px 2px 1px 0px #62b2d5;
}

.boutique-noel .bouton-go-cart span,
.lp-mkt .bouton-go-cart span {
    float: left;
    margin-left: 8px;
    line-height: 37px;
}
.boutique-noel .bouton-go-cart:hover,
.lp-mkt .bouton-go-cart:hover {
    background-color: #1579a6;
    border: 2px solid #838383;
    -webkit-box-shadow: inset 0px 2px 1px 0px #0c8ccb;
    box-shadow: inset 0px 2px 1px 0px #0c8ccb;
}

.boutique-noel .fonctionnement-pack,
.lp-mkt .fonctionnement-pack {
    display: inline-block;
}
.boutique-noel .fonctionnement-pack > span,
.lp-mkt .fonctionnement-pack > span {
    color: #1e82b0;
    font-size: 28px;
    font-family: 'museo-sans-500';
}

.boutique-noel .fonctionnement-pack > p,
.lp-mkt .fonctionnement-pack > p {
    color: #616060;
    font-family: 'OpenSans';
    font-size: 14px;
}

.boutique-noel .sepearateur-rubrique,
.lp-mkt .sepearateur-rubrique {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/noel/separateur.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    display: block;
    height: 27px;
    width: 100%;
}

.lp-mkt .groupe-de-produits {
    box-sizing: border-box;
    display: inline-block;
    float: none !important;
    min-height: 520px;
    padding: 0 10px !important;
    position: relative !important;
    text-align: center !important;
    width: 33% !important;
}

.lp-mkt-rflx-oneproduct .groupe-de-produits {
    width: 100% !important;
}

.lp-mkt-pourcent .cadre-produit {
    width: 370px;
}
@media only screen and (max-width:1200px) {
    .lp-mkt-pourcent .cadre-produit {
        width: 300px;
    }
}

.lp-mkt-rflx-oneproduct .cadre-produit {
    width: 100%;
}
.lp-mkt-rflx-oneproduct .image-produit img {
    max-width: 99%;
}

@media only screen and (min-width: 768px) {
    .lp-mkt-rflx-oneproduct .image-produit {
        width: 31%;
    }
}
.lp-mkt-rflx-oneproduct .encart-promo {
    left: 42%;
    top: 32%;
    margin: 0 !important;
    position: absolute;
}

.lp-mkt-rflx-oneproduct .block-description-product{
    margin: 0;
    position: absolute;
    right: 0;
    top: 25% !important;
}

.lp-mkt-rflx-oneproduct .ligne-total {
    left: 31%;
    position: absolute;
    top: 10%;
    margin-top: 0;
}


@media only screen and (max-width:1200px) {
    .lp-mkt-rflx-oneproduct .ligne-total {
        left: 39%;
    }

    .lp-mkt-rflx-oneproduct .encart-promo {
        left: 45%;
    }
}
@media only screen and (max-width:980px) {
    .lp-mkt-pourcent .cadre-produit {
      width: 100%;
    }
    .lp-mkt .groupe-de-produits {
        width: 49% !important;
    }

    .lp-mkt-rflx-oneproduct .ligne-total {
        left: 33%;
        width: 35%;
    }

    .lp-mkt-rflx-oneproduct .encart-promo {
        left: 41%;
    }
    .lp-mkt-rflx-oneproduct .btn-ajouter {
        left:35%;
    }
    .lp-mkt-rflx-oneproduct .block-description-product {
        top:15% !important;
    }

}


@media (max-width: 767px) {

    .success-content {
        font-size: 8vw;
    }

    .lp-mkt .groupe-de-produits {
        width: 100% !important;
    }
    .lp-mkt .cadre-produit {
        margin-left: 0;
    }

    .lp-mkt-rflx-oneproduct .image-produit {
        width: 100%;
    }
    .lp-mkt-rflx-oneproduct .cadre-produit,
    .lp-mkt-rflx-oneproduct .image-produit,
    .lp-mkt-rflx-oneproduct .ligne-total,
    .lp-mkt-rflx-oneproduct .encart-promo,
    .lp-mkt-rflx-oneproduct .btn-ajouter,
    .lp-mkt-rflx-oneproduct .block-description-product
    {
        display: inline-block;
        position: static;
        width: 100%;
    }

    .lp-mkt-rflx-oneproduct .encart-promo {
        width: 50%;
        margin: 0 auto;
    }
    .lp-mkt-pourcent .cadre-produit {
        text-align: center !important;
    }
    .lp-mkt-rflx-oneproduct .block-description-product {
        float: none;
        width: 100%;
        border-left:0;
        padding-right: 10px;
    }
    .lp-mkt-rflx-oneproduct .bouton-go-cart {
        width: 100%;
        font-size: 4.8vw !important;
        background-position: 96% 9px;
    }
}


@media (max-width: 767px) and (orientation:landscape) {
    .lp-mkt-rflx-oneproduct .bouton-go-cart {
        width: 320px;
        font-size: 16px !important;
        background-position: 96% 9px;
    }
}

/* Cart */

.checkout_options_form {
    margin-left: 225px;
}
/*.free-shipping-amount-in-cart { - Soucis avec l'encart carte fdp 2015 - Temp en vue de la refonte prochaine */
    /*margin-top: 150px;*/
/*}*/

@media only screen and (max-width:1200px) {
    .checkout_options_form {
        margin-left: 4%;
    }
}

.packs-teasing .encart-produit .price-produit .tarifs {
    width: 50%;
}

.checkout-cart-empty .access-account a{
    display: inline-block;
    padding: 5px 45px;
    margin:15px auto;
    background-color:#ffffff;
    border:1px solid #dcdbdb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color:#1e82b0;
    font:15px Novecento-widebold;
    text-decoration:none;
}
.checkout-cart-empty .access-account a:hover{ border-color:#616060;}
#bg-checkout-empty-page {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/de/images/checkout/cart/frise-produits.png") no-repeat scroll center bottom transparent;
    padding-bottom:205px;
}

/*** Boutique Naissance et Mariage ***/

.boutique-naissance .category-title h1 > span {
    padding-left: 4%;
    background-size: 5% auto;
    background-position: left 0px;
}
.boutique-naissance .category-title h1 > span > span {
    padding-right: 4%;
    background-size: 5% auto;
    background-position: right 0px;
}

@media (max-width:1200px) {
    .boutique-naissance .category-title h1 {
        font-size: 5.5vw;
    }
}

@media (max-width:768px) {
    .boutique-naissance .contenu .titre-categorie {
        line-height: normal;
        font-size: 1.7vw !important;
    }

}

@media (max-width:568px) {
    .boutique-naissance .contenu .titre-categorie {
        line-height: normal;
        font-size: 4vw !important;
    }
}

/** Fix alignements register form **/


.cms-echantillon-faire-part .sub-section.optins .radios {
    margin-top: 11px;
    padding: 0;
}

.cms-echantillon-faire-part .miniform-container .buttons-set .button {
    background-image:none;
}

.cms-echantillon-faire-part .miniform-container .button > span {
    background-position: right 9px !important;
    padding-top: 9px !important;
}
.mea-tirage-photo .tableau {
    box-sizing: content-box;
    height: 300px;
}
.category-tirage-photo .tableau-mea {
    border-collapse: collapse;
    margin-left: 15px;
    width: 225px;
}
.category-tirage-photo .entete-page-category .category-description {
    margin-top: 0;
}

#framePrints {
    height:1220px;
}

@media (max-width:767px) {
    #framePrints {
        /*height:2310px;*/
        height:1500px;
    }
}


.catalog-category-view #univers-invitation .listing-cat p:last-child {
    border: none;
    padding: 0;
}

.onestepcheckout-column-middle .inputs .input-wrapper {
    margin: 0 auto 8px !important;
}

/*** Menu des livres photo ***/
.menu-livrephotos {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width:1200px) {
    .wrapper-menu-livre,
    .menu-livrephotos { width: 100%; }
}
.wrapper-menu-livre .menu-livrephotos li a.lib-livre {
    white-space: nowrap;
}
.menu-livrephotos li {
    width: 10%
}
@media (max-width:1200px) {
    .menu-livrephotos li {
        width: 11%
    }
}
.menu-livrephotos li .wrapper-menu {
    padding: 5px 15%;
}
.cat-livrephotos .livre-photo-menu {
    margin-top: 20px;
}

.menu-livrephotos li.active {
    z-index: 0;
}

.wrapper-menu-livre {
    height: 157px;
}
.wrapper-menu-livre .menu-livrephotos li .wrapper-menu {
    padding: 25px 21%;
}

/*** @todo : Ranger
Overload BKY pour tablette et mobile ***/
/* Page onestep checkout */
.cform-customertype .js-info.valid,
.cform-customertype .js-info.loading {
    margin-left: 275px;
}
@media only screen and (max-width: 1200px) {
    .cform-customertype .js-info.valid, .cform-customertype .js-info.loading {
        margin-left: 265px;
    }
}
#onestepcheckout-form ul.cform-rows > li .zip .js-info.err,
#onestepcheckout-form ul.cform-rows > li .telephone .js-info.err {
    margin-top: -13px;
}
@media (max-width:980px),
(max-width:1024px) and (orientation:landscape) {
    /* Page produit */
    #product-coleft .circle-color,
    .catalog-product-view .popup-infos-papier-btn,
    .catalog-product-view .poster-pour-vous {
        display: none;
    }
    /* Page options */
    #checkout_parameters_wrapper .roundedcorner-option .roundedcorner-container label > span {
        text-align: center;
    }
    .popup-paper .btn-close-down {
        right: 290px;
    }
    #popup_enveloppe .content .enveloppes-couleurs .li-enveloppe label {
        height: 40px;
    }
    #checkout_parameters_wrapper .btn_more_info {
        visibility: hidden;
    }
    /* Panier */
    .checkout_options_form .serenity_btn_more_info {
        display: none;
    }
    .option_serenite.product-line .product-name * {
        display: none;
    }
    .checkout-cart-index .cart-table tbody tr.futuremom .col-desc-product {
        color: transparent;
    }
    .checkout-cart-index .cart-table tbody tr.futuremom .col-desc-product * {
        display: none;
    }
    .checkout-cart-index .cart-table tbody tr.futuremom .col-desc-product h3 {
        display: inline-block;
        color: #616060;
    }
    .checkout-cart-index .cart-table tbody tr.option_serenite .col-desc-product {
        color: transparent;
    }
    .checkout-cart-index .cart-table tbody tr.option_serenite .col-desc-product * {
        display: none;
    }
    .checkout-cart-index .cart-table tbody tr.option_serenite .col-desc-product h3 {
        display: inline-block;
        color: #616060;
    }
    /* Onestep checkout */
    .onestepcheckout-index-index .genpop.cgv {
        max-width: 90%;
        margin: 0 auto;
    }
    .onestepcheckout-index-index .genpop.cgv .genpop-content {
        width: 100%;
    }
    #onestepcheckout-login-popup .popup-forgot-title {
        padding: 10px 5px;
        line-height: 1.2;
        background: none;
        font-size: 18px;
    }
    #onestepcheckout-login-popup .onestepcheckout-forgot-container {
        padding-top: 10px;
    }
    #onestepcheckout-forgot-error {
        margin-top: 63px;
    }
    #onestepcheckout-login-popup .onestepcheckout-login-websites{
        display: none;
    }
    .onestepcheckout-index-index #onestepcheckout-form .name-prefix .inputs label {
        width: auto;
        padding-right: 10px !important;
    }
    #id_onestepcheckout_email {
        width: 280px;
    }
    .checkout-onepage-success .footer-flat-wrapper {
        float: none;
    }
    /* Création de compte : Récupération du mot de passe */
    .customer-account-login .forgotpassword-popup-container {
        width: 80%;
        height: auto;
        max-width: 620px;
        margin: 0 auto;
        padding: 20px 0;
    }
    .customer-account-login .forgotpassword-popup-container .error-msg span {
        height: auto;
        line-height: 1.2;
        max-width: 95%;
    }
    .customer-account-login .forgotpassword-popup .sub-section .title {
        margin: 0;
    }
    .customer-account-login .forgotpassword-popup .sub-section h3 {
        width: 90%;
    }
    .customer-account-login .forgotpassword-popup .sub-section .underline {
        display:none;
    }
    .customer-account-login .forgotpassword-popup .content-forgotpassword label {
        width: 100%;
    }
    .customer-account-login .forgotpassword-popup .content-forgotpassword .input-zone {
        width: 100%;
        float: none;
    }
    .customer-account-login .forgotpassword-popup .content-forgotpassword .input-zone input {
        max-width: 80%;
    }
    .customer-account-login .forgotpassword-popup .required {
        left: 0;
        bottom: 32px;
    }
}
.changer-pel-floating-box .choix-du-pelliculage ul li input {
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width:980px) {
    /* Page panier vide */
    #cart-empty .access-account {
        padding: 0 20px;
        background: none;
        min-height: 0;
    }
    .checkout-cart-empty .new-customer {
        margin-top: 20px;
        padding: 0 20px;
    }
    #cart-empty > h1 {
        background-position: 10px 0;
    }
    .checkout-cart-empty p {
        margin: 0;
    }
    /* Page panier */
    .checkout-cart-index .roundedcorner-choise {
        left: 0 !important;
    }
    .checkout-cart-index .changer-pel-floating-box {
        left: 0 !important;
    }
}
.fil-ariane-persotool ul {
    padding: 10px 0;
}

/* CMS */
.cms-offre-livres-1 .btn-flat.medium > span {
    height: auto !important;
    line-height: 1.2 !important;
    background-position: bottom right !important;
}

/*** Gestion Etat Over du menu ***/
.univers-fairepart .faire-part,
.univers-invitations .invitation,
.univers-remerciements .remerciement,
.univers-cartesasouhaiter .carteasouhaiter {
    color: #6aa14c !important;
}

/*** page /deco-photo ***/
.category-objet-deco .l-main .presentation_cat_all .lien-univers-deco {
    background-position: 243px 11px;
}
.category-objet-deco .l-main .presentation_cat_all .prod-body .lien-univers-deco {
    /*background-position: 313px 11px;*/
    background-image: none;
}

@media only screen and (max-width: 1200px){
    .category-objet-deco .l-main .presentation_cat_all .prod-body .lien-univers-deco {
        background-position: 263px 11px;
    }
}
.category-objet-deco .l-main .presentation_cat_all .center {
    width: 100%;
}
@media only screen and (max-width: 1200px){
    .category-objet-deco .l-main .presentation_cat_all .separateur {
      width: 100%;
    }
}
.calendrier-niveau-1.encart-mug .voir-tous-les-modeles {
    width: auto !important;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    font-size: 15px;
}

@media only screen and (max-width: 767px){
    .contenu-poster-niveau1 .contenu-encart .photo-1,
    .contenu-poster-niveau1 .contenu-encart .photo-2,
    .contenu-poster-niveau1 .contenu-encart .photo-3,
    .contenu-poster-niveau1 .contenu-encart .photo-4,
    .contenu-poster-niveau1 .contenu-encart .photo-5,
    .contenu-poster-niveau1 .contenu-encart .photo-6,
    .contenu-poster-niveau1 .contenu-encart .photo-7,
    .contenu-poster-niveau1 .contenu-encart .photo-8,
    .contenu-poster-niveau1 .details-produits,
    .contenu-poster-niveau1 .details-produits .cadre-gris {
        float: none;
        margin: 0 auto;
        display: block;
    }
    .contenu-poster-niveau1 .infos-produits .border-dotted {
        width: 100%;
    }
    .contenu-poster-niveau1 .infos-produits .border-dotted > div {
        width: 70%;
    }
    .contenu-poster-niveau1 .infos-produits .border-dotted > div.lien-vers-produits {
        width: 100%;
    }
}

/*** NAV LEFT A PARTIR DE DESKTOP PETITE RESO ***/

@media (max-width:980px), (max-width:1024px) and (orientation:landscape) {


    /** Nav left de l'atelier mariage **/

    .atelier-mariage .l-two-col .l-sidebar #nav-left{
        border: 2px solid #eaeaea;
    }

    .atelier-mariage-souscat #nav-left .level1 > ul {
        margin: 0;
    }
    .atelier-mariage #nav-left li.level1.parent > a:first-child,
    .atelier-mariage #nav-left li.level0.current > .level-top {
        background:#ffffff !important;
        line-height:35px !important;
        color:#949393 !important;
    }
    .atelier-mariage #nav-left li.level1.parent > a:first-child span,
    .atelier-mariage #nav-left li.level0.current > a:first-child span {
        background: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/nav-cat/arrow-cat-gris.png') no-repeat right 9px transparent !important;
    }
    .atelier-mariage #nav-left li.level1.parent > a:first-child span:before,
    .atelier-mariage #nav-left li.level0.current > a:first-child span:before {
        content: "Voir toutes les collections ";
        color: #474747;
    }
    .atelier-mariage-souscat .level1 span {  padding: 0 25px 0 0 !important; }
    .atelier-mariage #nav-left ul.level1 li.level2 > a { line-height: 25px !important; padding-left: 32px; }

    /** fin Nav left de l'atelier mariage **/
}

@media only screen and (max-width: 767px){
    #nav-left li.level1.parent > a:first-child span,
    #nav-left li.level0.current > a:first-child span {
        background-image: none;
    }
}

/** Fix menu left **/

@media only screen and (max-width: 1024px){
    #nav-left,
    #nav-left .column li {
        border: none !important;
    }

    #nav-left > li > ul li.active.parent,
    #nav-left > li.active.parent.current {
        border:2px solid #eaeaea;
    }

    #nav-left li.level0.active .level-top,
    #nav-left li.cms-level0 h3,
    #nav-left li.cms-level0 h3 a {
        height:auto;
        min-height: 27px;
    }
}

/** Fix page reflex **/

.lp-mkt #navigation-top {
    display:none !important;
}

/** Fin page reflex **/

/** Fix largeur popup "en savoir plus" packs credits **/

@media only screen and (max-width: 1024px){
    #popup_learnmore {
        width: 90%;
    }

    #popup_learnmore .content-wrapper,
    #popup_learnmore .content {
        width: 100%;
    }
}

/** Fix page demande de cat **/

.download-catalog .field div.inputs {
    /*width:60% !important;*/
    text-align: left;
}
.download-catalog .section ul li {
    float: none;
}
.download-catalog .field.city {
    margin-top:20px;
}

@media only screen and (max-width:1024px) {
    #cms-grouplist .cms-level0 {
        display: none;
    }
    #cms-grouplist .cms-level0.active {
        display: block;
    }
}

/** Fix inté cal-agenda device sm **/

@media only screen and (min-width: 700px) and (max-width: 992px) {
    /* Touche les tabl portrait + petit réso mais pas les tel */
    .category-products.folding .product-inner {
        width:100% !important;
    }
    .category-products.folding .product-inner .visuels,
    .category-products.folding .product-inner .desc-txt,
    .category-products.folding .product-inner .options {
        width:49% !important;
    }
    .category-products.folding .desc-txt .pricematrix-wrapper {
        width: 250px;
    }
    .wrapper-desc-cal-agenda .etabs li {
        font-size:15px;
    }
    .category-folded .pricematrix-tab {
        margin-right: 20px;
        width: 100%;
    }
}

/** Fix page /offre-echantillon-naissance-1 **/

.offre-echantillon .col-main .register-footnotes {
    bottom: -150px;
    left: 0;
    top: inherit !important;
    width: 100%;
}

.offre-echantillon .col-main .cform-rows {
    margin-left:0 !important;
}

.offre-echantillon .cform-rows .label {
    width:43% !important;
}

.offre-echantillon .account-create-general .cform-rows .inputs {
    width:53% !important;
}

.offre-echantillon .account-create-general .cform-rows .inputs input {
    width:100%;
}

.offre-echantillon .account-create-general .cform-rows .required {
    bottom: 1px;
    left: 190px;
    position: absolute;
}

@media only screen and (max-width: 980px) {
    .offre-echantillon .contenu-partie-droite,
    .etagere-deco {
        display:none;
    }
    .partie-gauche, .partie-droite {
        height: 520px !important;
    }
}

@media only screen and (max-width: 770px) {
    .banniere-explication .partie-droite,
    .banniere-explication .partie-gauche {
        display:none;
    }
    .partie-centrale-mobile {
        top:0;
    }
    .contenu-partie-gauche {
        left: 15%;
        top: 34px !important;
    }
    .partie-centrale-mobile {
        height: 410px !important;
        top: 0 !important;
    }
    .offre-echantillon .wrapper-banniere-explication {
        height: 385px !important;
    }
    .offre-echantillon .col-main .std .top_form {
        width:100% !important;
    }
    .offre-echantillon .col-main .account-create-general {
        width:465px !important;
    }
}


@media only screen and (max-width: 568px) {
    .offre-echantillon .wrapper-banniere-explication {
        background-color:#949adc;
        height:530px !important;
    }

    .offre-echantillon .top_form-background {
        width:100% !important;
    }
    .offre-echantillon .col-main .std .top_form {
        font-size:16px;
    }
    .offre-echantillon .col-main .account-create-general {
        width:100% !important;
    }
    .offre-echantillon .col-main .label {
        float: none !important;
        width: 100% !important;
    }
    .offre-echantillon .col-main .cform-rows .inputs {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        margin: 5px 0 !important;
    }
    .offre-echantillon .col-main .cform-rows .inputs input {
        height:30px;
    }
    .offre-echantillon .account-create-general .cform-rows .required {
        bottom: -5px;
        left: 40px;
        position: absolute;
    }
    .offre-echantillon .sub-section .title,
    .offre-echantillon .sub-section > ul {
        margin:0 !important;
    }
    .offre-echantillon .account-create-general .cform-register-stuff .choice-box p {
        font-size:9px !important;
        width:91%;
    }
    .offre-echantillon .bloc-contact-support span {
        display: block;
    }
    .offre-echantillon-success .col-main,
    .offre-echantillon-success .wrapper-banniere-explication {
        height: auto !important;
    }
    .offre-echantillon-success .texte-puce {
        margin: 0;
        font-size:14px !important;
    }
    .offre-echantillon-success .encart-code {
        width: 100%;
        font-size:16px !important;
    }
    .offre-echantillon-success .grand-titre {
        font-size: 30px !important;
        margin-top: 25px !important;
    }
}

@media only screen and (max-width: 767px) {
    .cms-offre-echantillon-bapteme-1 .wrapper-banniere-explication {
        background-color: #8ed0f0;
    }
}
body.page-cms-inscription .col-main .account-create-general{
    position:static;
}
@media only screen and (max-width:1200px) {
    .page-cms-inscription .col-main {
        width: 100% !important;
    }
    body.page-cms-inscription .col-main .top-form,
    body.page-cms-inscription .col-main .account-create-general {
        width: 50%;
    }
}

@media only screen and (max-width:1200px) and (orientation:portrait) {
    .page-cms-inscription .top-form {
        font-size: 18px;
    }
}

@media only screen and (max-width:767px) {
    .page-cms-inscription .col-main .std #contenu-left {
        width: 100%;
    }
    body.page-cms-inscription .col-main .top-form,
    body.page-cms-inscription .col-main .account-create-general {
        width: 100%;
    }
    body.page-cms-inscription .col-main .text-promo {
        top: auto !important;
        width: 100% !important;
    }
}

@media only screen and (max-width:767px) and (orientation:portrait) {
    .page-cms-inscription .top-form {
        font-size: 18px;
    }
}
@media only screen and (max-width:375px) and (orientation:portrait) {
    .page-cms-inscription .top-form {
        font-size: 17px;
    }
}
@media only screen and (max-width:320px) and (orientation:portrait) {
    .page-cms-inscription .top-form {
        line-height: 20px;
    }
}

/** Inté page packaging **/


@media (max-width:1024px) {
    .checkout-cart-packaging .choix-modes-livraison,
    .checkout-cart-packaging #content-breadcrumbs {
        display: none;
    }
    .checkout-cart-packaging .packaging-footer {
        width: 95%;
    }
    .packaging-footer .btn_cancel_go_to_cart.bottom {
        font-size:15px !important;
        margin-bottom:10px;
        padding-top: 15px;
    }
}

@media (max-width:768px) {
    .packaging-footer {
        text-align: center;
    }
    .packaging-footer .btn_cancel_go_to_cart.bottom{
        font-size: 4vw;
        text-align: center;
        width: 100%;
        display: block;
    }
    .packaging-footer {
        width: 100%;
    }
    .packaging.block-content .packaging-perso {
        max-width:95%;
    }
    .checkout-cart-packaging .fil-ariane-persotool ul > li {
        font-size: 13px;
    }
    .checkout-cart-packaging .perso-thumbnail {
        display: block !important;
        margin: 0 auto !important;
        text-align: center;
    }
    .packaging.block-content .packaging-perso .txt {
        display: block;
        margin: 0 auto !important;
        padding-bottom: 10px;
    }
    .packaging-header p {
        font-size: 22px;
        line-height: 29px;
    }
    .packaging-header #btn_go_to_products, .packaging-header #btn_cancel_go_to_cart {
        display: block;
        margin: 10px 0;
    }
    .checkout-cart-packaging .header-container .logo {
        top: 28px;
    }
}
@media only screen and (max-width:767px) {
    .checkout-cart-index #shopping-cart-table-unique.cart-table thead tr > th.basket-col2,
    .checkout-cart-index #shopping-cart-table-unique.cart-table thead tr > th.basket-col3,
    .checkout-cart-index #shopping-cart-table-unique.cart-table thead tr > th.basket-col3,
    .checkout-cart-index #shopping-cart-table-unique.cart-table thead tr > th.basket-col4 {
        display: none;
    }
}
/* déplacé de menu-top.css JCY */
/* sprites */
.header-flat-qualite {
    background: url('https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/header-reass-pdt-qualite.png') no-repeat top left transparent;
    height:22px;
    width:23px;
    vertical-align: top !important;
}
#navigation-sous-menu .carterie-sous-menu .bg-left {
    background: url("https://www.planet-cards.com/skin/frontend/planet/fr/images/planet-photos/sm-carterie-left.png") no-repeat scroll top left transparent;
    top:0;
    left:0;
}
#navigation-sous-menu .carterie-sous-menu .bg-right {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/planet-photos/sm-carterie-right.jpg") no-repeat scroll top right transparent;
    top:0;
    right:0;
}
#navigation-sous-menu .objets-sous-menu .bg-left {
    background: url("https://www.planet-cards.com/skin/frontend/planet/fr/images/planet-photos/sm-photo-left.png") no-repeat scroll top left transparent;
    top:0;
    left:0;
}
#navigation-sous-menu .objets-sous-menu .bg-right {
    background: url("https://www.planet-cards.com/skin/frontend/planet/fr/images/planet-photos/sm-photo-right.png") no-repeat scroll top right transparent;
    top:0;
    right:0;
}
/* Amelio 04/2016 */
.carterie-sous-menu .block-bottom a span,
.objets-sous-menu .block-bottom a span {
    color: inherit;
    display: inherit;
}
.carterie-sous-menu .col-sm-6 .bouton-flat,
.objets-sous-menu .col-sm-6 .bouton-flat {
    margin: 0 !important;
}
.carterie-sous-menu .block-bottom,
.objets-sous-menu .block-bottom {
    border: none;
}
.carterie-sous-menu .encart-links {
    margin-bottom: 108px;
}
.objets-sous-menu .encart-links {
    margin-bottom: 65px;
}
.carterie-sous-menu .bouton-flat.picto-arrow-right span::after,
.objets-sous-menu .bouton-flat.picto-arrow-right span::after {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/arrow-white.png") no-repeat scroll center transparent;
}
.carterie-sous-menu .block-bottom a:hover, .objets-sous-menu .block-bottom a:hover {
    color: #ffffff !important;
}
/** Fix amelio mea pdt dans cat **/
/* page qui sommes-nous */
.qui-sommes-nous-content {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/cms-page/motif-fond.jpg") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 350px;
    margin-top: 30px;
    padding: 10px 10px 0;
}
.qui-sommes-nous-content .texte {
    color: #959595;
    font-family: 'museo-sans-500';
    font-size: 15px;
    margin: 10px 0 15px;
    text-align: justify;
}
.qui-sommes-nous-content .col p {
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/cms-page/bulles.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    color: #434343;
    float: left;
    font-family: 'museo-sans-500';
    padding: 65px 3px 0;
    text-align: center;
    width: 133px;
}
.qui-sommes-nous-content .col p .rose {
    color: #ea5c80;
    display: block;
    font-size: 20px;
    text-align:center;
    font-weight: bold;
    line-height: 22px;
}
.mea-description > .visible-xs-block {
    margin-bottom:10px;
}
/* bouton scroll top */
.cat-livre-photo .scrollToTop,
#scroll-top{
    display:block;
    height:31px;
    width:121px;
    font-size:0;
    color:transparent;
    background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/fr/images/catalog/scroll-top-livre.jpg") no-repeat;
}
#scroll-top:hover {
    background-position: 0 bottom;
}
/* fin bouton scroll top */
/*** NAV LEFT A PARTIR DE DESKTOP PETITE RESO ***/

@media (max-width:980px), (max-width:1024px) and (orientation:landscape) {
    #nav-left li.level1.parent > a:first-child span::before,
    #nav-left li.level0.current > a:first-child span::before {
        content:"Voir toutes les thématiques de "
    }
}
/*** FIN NAV LEFT A PARTIR DE DESKTOP PETITE RESO ***/


/********/
.customer-account-forgotpassword h1 {
    border-bottom: none;
}
.customer-account-forgotpassword .input-text.required-entry.validate-email {
    width: 100%;
    margin-top: 0;
}
.customer-account-forgotpassword .libelle-email {
    line-height: 24px;
    margin-bottom: 0;
}
.customer-account-forgotpassword .buttons-set .bouton-retour {
    position: static;
}

.customer-account-forgotpassword .buttons-set .btn-left {
    margin-top: 26px;
}
/********/

/* PLNPHO-2792 - New picto serenite panier - NTR */
.checkout_options_form .serenity-floating-box .image {
    margin: 12px 15px;
}
/**/

/* Specif FR page presse */
#boutons-presse nav li,
#articles-presse li {
    background:none;
}
#presse-contact p span, #presse-contact address strong {
    font-family: "opensans-bold";
    font-weight:normal;
}
#page-presse .hn-full-bg h2 {
    margin-top: 0;
}
#presse-contact address {
    font-size: 14px;
}
#content-photos .content-dpi-box {
    bottom: -30px;
    z-index: 999;
}
#content-photos .dpi-box a:first-child {
    margin-right: 0;
}
#content-photos .content-img .content-box,
#content-photos .content-img .content-box > div {
    padding:0;
}
#articles-presse button:not(.collapsed) {
    display:none;
}
@media (max-width:568px) {
    #articles-presse ul {
        margin-left:0;
    }
    #content-photos .content-img > div,
    #content-photos .content-img > div > div {
        padding:10px 0;
    }
}

/* Modifs page calendrier, sur les minatures des produits */
.category-products.folding .product-inner .miniatures img {
    opacity: 0.6;
}
.category-products.folding .product-inner .miniatures img.active {
    opacity: 1;
    border: 1px solid #dcdbdb;
    border-radius: 5px;
}

/* Catalog Request when logged in*/
.logged-in .catalogrequest .section.address {
    width: 100%;
}
.logged-in .catalogrequest .section.cform-event,
.logged-in .catalogrequest .section.cform-children,
.logged-in .catalogrequest .section.cform-mariage,
.logged-in .productsamplerequest .section.cform-event,
.logged-in .productsamplerequest .section.cform-children,
.logged-in .productsamplerequest .section.cform-mariage {
    width: 100%;
}
.logged-in.download-catalog .catalogrequest.altics .section ul li .other-children-checkbox .label,
.logged-in.download-catalog .catalogrequest.altics .section ul li .other-children-checkbox .inputs {
    width: 50%;
}
.logged-in .catalogrequest .section .inputs input,
.logged-in .catalogrequest .section .inputs select {
    width: 100%;
}
.logged-in.download-catalog .catalogrequest .section ul li .label {
    white-space: normal;
    max-height: 49px;
}

/* Catalog Request Success */
.l-main .catalogue-success p.text-success {
    width: 100%;
}
.l-main .catalogue-success ul {
    float: none;
    display: block;
    max-width: 566px;
    margin: 0 auto;
}
@media (max-width:1200px) {
    .l-main .catalogue-success ul {
        max-width: 433px;
    }
}
.separateur-dotted.carte-unique,
.encart-description.carte-unique .description {
    width: inherit;
}
.encart-description.carte-unique {
    text-align: center;
}
.view-carterie-nextgen .encart-description .titre-description {
    width: auto;
    display: inline-block;
}

.col1-search-layout {
    width: 100%;
}
.col1-search-layout .breadcrumbs {
    border-bottom: 0;
}
.col1-search-layout .infinite-ajax-loading {
    display: none;
}

.cat-nextgen .wrapper {
    background-color: #f8f8f8;
}
.cat-nextgen .wrapper.inner-reasscat {
    background-color: white
}
/* fix row page old cms inscription */
.page-cms-inscription .form-register-lp-form .row{margin:0}
/* fix row page old cms inscription */

/** Début retouches inté SEO **/
.catalog-category-view .footer_description_category h3 {
    color: #616161;
    font: 14px "opensans-bold";
    text-transform: uppercase;
    margin:0;
    padding:20px 0 5px;
}
.cat-nextgen .footer_description_category h2 {
    padding: 50px 0;
    margin: 0;
}
/** Fin retouches inté SEO **/

/** Cookie bar - FR **/

#eucookiebar-outer.cookie-fr {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    width: 265px;
    height: 170px;
    margin: 25px;
    border-radius: 7px;
    box-shadow: 0 0 47px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 47px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 47px rgba(0, 0, 0, 0.5);
}
#eucookiebar-outer.cookie-fr .eucookiebar-inner {
    width:100%;
    position: relative;
    padding:0;
}
#eucookiebar-outer.cookie-fr .eucookiebar-text {
    font: 13px/24px "open_sanssemibold";
    width: 100%;
    padding-top: 40px;
}
#eucookiebar-outer.cookie-fr .eucookiebar-text a {
    color:white;
    font-family:"opensans-bold";
}
#eucookiebar-outer.cookie-fr .eucookiebar-text a:hover {
    opacity: 0.7;
}
#eucookiebar-outer.cookie-fr .eucookiebar-btn-con {
    width: auto;
    position: absolute;
    bottom:-15px;
    right: 15px;
    float: none;
    padding: 0;
    margin: 0;
}
#eucookiebar-outer.cookie-fr .eucookiebar-btn-con button {
    margin: 0;
    background: white;
    border: none;
    color: #434343 !important;
    border-radius: 30px !important;
    font: 14px "open_sanssemibold" !important;
    padding:3px 12px;
}
.eucookiebar-btn-close {
    color: #FFF;
    font-size:0;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 13px;
    height:14px;
    background: transparent url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/close-white.png") no-repeat scroll center center;
}
.eucookiebar-btn-close:hover {
    opacity:0.7;
}
@media (max-width: 568px) {
    #eucookiebar-outer.cookie-fr {
        margin: 10px;
    }
}
/** Fin - Cookie bar - FR **/

.cart-nextgen #cart-totals .cart-totals-grandtotal .label,
.cart-nextgen #cart-totals .cart-totals-grandtotal .amount {
    color: #6fa153;
}
.bouton-flat.green {
    background-color: #7db161;
    border-color: #7db161;
}

.bouton-valider > span,
.btn_valid_go_to_cart > span,
#popup_enveloppe .footer .update > span,
.market-popup .popup-paper .validate-paper-button > span,
.btn-proceed-checkout > span,
.onestepcheckout-place-order-wrapper button > span,
#onestepcheckout-login-button > span,
.productsamplerequest .buttons-set .button > span,
.catalogrequest .buttons-set .button > span,
.products-grid .buttons-set.plusdeproduits > span,
.col-price-product .button > span,
.cat-livre-photo .btn-creation a span {
    text-shadow: none;
}
#onestepcheckout-form .bouton-flat.picto-arrow-right span::after {
    background-image: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/product-view/arrow-btn-onestep-nextgen.png") !important;
    width: 14px;
    height: 27px;
    top: 8px;
    position: relative;
}
.bouton-flat.green:active,
.btn-flat.green:active {
    background-color: #6ba74b !important;
    border-color: #6ba74b !important;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-30deg);
  -moz-transform:rotate(-30deg);
  -ms-transform:rotate(-30deg);
  -o-transform:rotate(-30deg);
  transform:rotate(-30deg);
}
.cart-nextgen #cart-totals .shipping form li:not(.selected-shipping) .price-remise strong {
    color: #7db161;
}

.blue-tooltip {
    border-radius: 4px;
    border: none;
    background: #55b2c7;
    color: #000000;
}
.blue-tooltip .tooltipster-content {
    font: 14px "opensans-bold";
    line-height: 16px;
    padding: 10px 10px;
    display: block;
}
/* déplacé de pages-cms.css */
@media only screen and (min-width: 992px){
    .lp-pack-nextgen-2016 #category-footer {
        margin-top: 230px;
    }
}
.view-carterie-nextgen .corners {
    padding-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .view-carterie-nextgen .corners li {
        width: 45px;
    }
    .view-carterie-nextgen .corners label .padding-img {
        padding: 15px 10px;
    }
}

/* New hompage */

/*.logo {*/
    /*background: url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/flat-design/cart/logo_desktop-charte_2015.png") no-repeat center transparent;*/
/*}*/

/* contact-faq */
#contact-faq .bg-blue-contact-faq{
    background:#4ca0b3;
    min-height:297px;
}
#contact-faq .white-text{
    color:#fff;
}
#contact-faq h1{
    font:27px Novecento-widebold;
    color:#1e82b0
}
@media only screen and (min-width: 1024px){
    #contact-faq #top5{
        background-image:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/picto1.png");
        background-repeat:no-repeat;
        background-position:center bottom;
    }
}
#contact-faq #top5{
    padding-bottom:8px;
}
#contact-faq #top5 h2{
    font:30px Novecento-widebold;
}
#contact-faq #top5 h2 span{
    font:20px Novecento-widebold;
    display:block;
}
#contact-faq #cliquez-ici{
    font:12px opensans;
}
#contact-faq .list-questions-faqs li a{
    display:inline-block;
    background:#fff;
    border-radius:25px;
    color:#4ca0b3;
    padding:5px 10px;
}
@media only screen and (max-width: 768px){
    #contact-faq .list-questions-faqs li{
        margin-top: 0!important;
        margin-bottom:15px;
    }
}
@media only screen and (min-width: 768px){
    #contact-faq .list-questions-faqs li{
        margin-bottom:35px;
        height:28px;
    }
}
#contact-faq .list-questions-faqs .arrow-contact a{
    position:relative;
    -webkit-transition: margin-top 0.3s ease-in-out;
    -moz-transition: margin-top 0.3s ease-in-out;
    -o-transition: margin-top 0.3s ease-in-out;
}
#contact-faq .list-questions-faqs .arrow-contact a:hover{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    margin-top: -5px;
}
@media only screen and (max-width: 767px){
    #contact-faq .list-questions-faqs li:nth-child(1) a::before,
    #contact-faq .list-questions-faqs li:nth-child(3) a::before{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/arrow-bottom-right.png") no-repeat;
        content:"";
        position:absolute;
        bottom: -13px;
        right: 33px;
        width:12px;
        height:15px;
    }
    #contact-faq .list-questions-faqs li:nth-child(2) a::before{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/arrow-top-left.png") no-repeat;
        content:"";
        position:absolute;
        top:-13px;
        left: 33px;
        width:12px;
        height:15px;
    }
}
@media only screen and (min-width: 768px){
    #contact-faq .list-questions-faqs .arrow-contact.arrow-bottom-left a::before{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/arrow-bottom-left.png") no-repeat;
        content:"";
        position:absolute;
        bottom: -13px;
        left: 53px;
        width:12px;
        height:15px;
    }
    #contact-faq .list-questions-faqs .arrow-contact.arrow-bottom-right a::before{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/arrow-bottom-right.png") no-repeat;
        content:"";
        position:absolute;
        bottom: -13px;
        right: 53px;
        width:12px;
        height:15px;
    }
    #contact-faq .list-questions-faqs .arrow-contact-bottom-right.small-right a::before{
        right:27px;
    }
    #contact-faq .list-questions-faqs .arrow-contact.arrow-top-left a::before{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/arrow-top-left.png") no-repeat;
        content:"";
        position:absolute;
        top: -13px;
        left: 53px;
        width:12px;
        height:15px;
    }
    #contact-faq .list-questions-faqs .arrow-contact.arrow-top-right a::before{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/arrow-top-right.png") no-repeat;
        content:"";
        position:absolute;
        top: -12px;
        left: 53px;
        width:12px;
        height:15px;
    }
}
#contact-faq #voir-questions a{
    font: 14px Museo-sans-500;
    text-decoration:underline;
}
#contact-faq #voir-questions:hover > a{
    text-decoration:none;
}
/* Row content : height 100% */
@media (min-width: 769px) {
    #contact-faq .inside-full-height {
        height: 100%;
        min-height:179px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #contact-faq .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    #contact-faq .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }
}
@media (max-width: 768px) {
    #contact-faq #blocs3{
        padding:5px 0 30px;
    }
}
@media (min-width: 768px) {
    #contact-faq #blocs3{
        padding:50px 0
    }
}
#contact-faq #blocs3 ul{
    border:1px solid #616060;
    padding:35px 40px 0;
}
#contact-faq #blocs3 h2{
    position: relative;
    text-transform: uppercase;
    text-align:center;
}
/* Ajustements taille des typos selon Device */
@media only screen and (max-width: 1200px){
    #contact-faq #blocs3 h2{
        font:14px Novecento-demibold;
    }
    #contact-faq #blocs3 ul li a{
        font: 15px/20px Museo-sans-500;
    }
    #contact-faq .list-questions-faqs li a{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px){
    #contact-faq #blocs3 h2{
        font:16px Novecento-demibold;
    }
    #contact-faq #blocs3 ul li a{
        font: 16px/20px Museo-sans-500;
    }
    #contact-faq .list-questions-faqs li a{
        font-size: 18px;
    }
}
#contact-faq #blocs3 i{
    height:32px;
    display:inline-block;
    margin-right:20px;
}
@media only screen and (min-width: 768px){
    #contact-faq #blocs3 #wallet-icon{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/wallet-icon.png") no-repeat;
        width:28px;
    }
    #contact-faq #blocs3 #pen-icon{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/pen-icon.png") no-repeat;
        width:32px;
    }
    #contact-faq #blocs3 #box-icon{
        background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/box-icon.png") no-repeat;
        width:30px;
    }
}
@media (min-width:992px){
    #contact-faq #blocs3 .content,
    #contact-faq #blocs3 ul{
        min-height:305px;
    }
}
#contact-faq #blocs3 ul li{
    list-style-type:square;
    color:#4ca0b3;
    margin-bottom:20px;
}
#contact-faq #blocs3 ul li a{
    color:#616060;
    display:block;
}
#contact-faq #blocs3 ul li a:hover{
    text-decoration:underline;
}
#contact-faq ul{
    margin-left:0
}
#contact-faq-footer{
    padding:50px 0 25px;
}
#contact-faq-footer .col-sm-6{
    margin-bottom:25px
}
#contact-faq-footer h3{
    font: 16px/18px Museo-sans-500;
    margin-bottom:40px;
}
#contact-faq-footer h3 span{
    font: 22px/24px Museo-sans-500;
    display:block;
    margin-top:8px;
}
#contact-faq-footer .inside{
    background:#fff;
    padding:10px 15px;
}
#contact-faq-footer .inside.with-picto p{
    padding-right:70px;
}
#contact-faq-footer .inside.with-picto.wom1{
    background-image:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/wom1.png");
    background-repeat:no-repeat;
    background-position:right bottom;
}
#contact-faq-footer .inside.with-picto.wom2{
    background-image:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/wom2.png");
    background-repeat:no-repeat;
    background-position:right bottom;
}
#contact-faq-footer .inside.with-picto.wom3{
    background-image:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/wom3.png");
    background-repeat:no-repeat;
    background-position:right bottom;
}
#contact-faq-footer .content h4{
    font: 20px/22px Museo-sans-500;
    text-align:center;
    color:#4ca0b3;
    height:31px;
    margin-bottom:13px;
}
#contact-faq-footer i{
    display:inline-block;
    height: 32px;
    position: absolute;
    left: 30px;
}
#contact-faq-footer #chat-icon{
    background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/chat-icon.png") no-repeat;
    width:34px;
}
#contact-faq-footer #phone-icon{
    background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/phone-icon.png") no-repeat;
    width:25px;
    height:33px;
}
#contact-faq-footer #mail-icon{
    background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/mail-icon.png") no-repeat;
    width:34px;
}
#contact-faq-footer .content p{
    font: 14px/20px Museo-sans-500;
    color:#4ca0b3;
}
#contact-faq-footer #avis1{
    background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/avis1.png") no-repeat;
    width:75px;
    height:75px;
}
#contact-faq-footer #avis2{
    background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/avis2.png") no-repeat;
    width:99px;
    height:65px;
    vertical-align:top;
}
#contact-faq-footer .avis-liens{
    display:inline-block;
    text-indent:-5000px;
}
#contact-faq-footer .avis-liens > a{
    display:block;
    width: 100%;
    height: 100%;
}
#contact-faq-footer #contacts{
    margin-top: 15px;
    text-align: right;
    margin-right: 12px;
}
#contact-faq-footer #contacts a{
    font-family: "open_sanssemibold";
    color:#616060;
}
#contact-faq-footer .chevron-right {
    display:inline-block;
    background:url("https://www.planet-cards.com/skin/frontend/planetbootstrap/default/images/contact-faq/chevron-right.png") no-repeat;
    width:6px;
    height:11px;
    margin-left: 4px;
}
.column .cmsp-contacts {
    display:none;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}
/* fin contact-faq */
/* Home nextgen */
#home-nextgen {
    background-color: #f8f8f8;
}
#home-nextgen h1 {
    font: 20px "novecento-widebold";
    color: #ffffff;
    padding-bottom: 25px;
}
#home-nextgen .swiper-planet .swiper-pagination-bullet {
    opacity: 1;
    background: #ffffff;
}
#home-nextgen .top-ban .zone-left > div {
    display: inline-block;
}
@media (min-width:768px){
    #home-nextgen .ban-visuel {
        line-height: 440px;
    }
    #home-nextgen .ban-visuel {
        min-height: 440px;
    }
}
#home-nextgen .top-ban .zone-left > div {
     line-height: 220px;
 }
#home-nextgen .top-ban .zone-left > div {
    min-height: 220px;
}
.home-page .footer-flat-wrapper .reass {
    margin: 0;
}
#home-nextgen .ban-visuel .txt > *,
#home-nextgen .ban-txt-bottom .inner > * {
    display: block;
}
@media (max-width: 991px) {
    #home-nextgen h1 {
        line-height: 30px;
    }
}
#home-nextgen .mea-pre-footer .txt h3 {
    text-transform: uppercase;
}
#home-nextgen .univers-ppfr {
    margin-top: 55px;
}
/* fin home next gen */


/*** DEBUT avis verifies ***/
.view-carterie-nextgen .reass-product {
    margin-bottom: 20px;
}
.avis-verifies .echange .planet .comment:before {
    content: "Commentaire de Planet Cards";
}
/*** FIN avis verifies ***/

/** Choix du website header - PLNPHO-3454 **/
.pcfr-tooltip,
.ppfr-tooltip {
    display:inline-block;
}
.website-choice > div > a:hover {
    opacity: 0.7;
}
.website-choice > div > a.current:hover {
    opacity: 1 !important;
}
.website-choice > div > a.current {
    cursor: inherit;
}
.website-choice > div > div > a {
    margin: 0 !important;
}
.current-tooltip {
    display:none !important;
}
/** FIN - Choix du website header - PLNPHO-3454 **/

/** Correction Eperflex **/
.email-reflex-tag{display:none}

.calendrier-niveau-1.encart-mug .prix-a-partir, .calendrier-niveau-1.encart-mug .cadre-img.calendrier-luxe .prix-a-partir, .calendrier-niveau-1.encart-mug .cadre-img.calendrier-simple .prix-a-partir, .calendrier-niveau-1.encart-mug .cadre-img.calendrier-double .prix-a-partir {
    left: 0;
    bottom: 0;
}
.calendrier-niveau-1 .prix-a-partir span {
    display: block;
}
.calendrier-niveau-1 .prix-a-partir {
    font-family: 'Museo-sans-500';
    position: absolute;
    text-align: center;
    width: auto;
}
.calendrier-niveau-1 .cadre-img {
    position: relative;
    height: 325px;
}
.calendrier-niveau-1 .contenu-details {
    min-height: 75px;
}
@media only screen and (max-width: 1200px){
    .encart-mug .cadre-img {
        height: 255px;
        position: relative;
    }
}

.cart-nextgen #cart-totals .shipping form .planet3_classic .text-free-shipping strong {
    display: none;
}
.cart-nextgen #cart-totals .shipping form .planet3_classic.selected-shipping .text-free-shipping strong {
    display: block;
}


