.global-nav.primary.desktop nav ul li ahtml {
    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,
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: 0 0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    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 silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

@media print {
    * {
        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^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/assets/fonts/glyphicons-halflings-regular.eot);
    src: url(/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/assets/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: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "*";
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon-euro:before {
    content: "€";
}

.glyphicon-minus:before {
    content: "−";
}

.glyphicon-cloud:before {
    content: "☁";
}

.glyphicon-envelope:before {
    content: "✉";
}

.glyphicon-pencil:before {
    content: "✏";
}

.glyphicon-glass:before {
    content: "";
}

.glyphicon-music:before {
    content: "";
}

.glyphicon-search:before {
    content: "";
}

.glyphicon-heart:before {
    content: "";
}

.glyphicon-star:before {
    content: "";
}

.glyphicon-star-empty:before {
    content: "";
}

.glyphicon-user:before {
    content: "";
}

.glyphicon-film:before {
    content: "";
}

.glyphicon-th-large:before {
    content: "";
}

.glyphicon-th:before {
    content: "";
}

.glyphicon-th-list:before {
    content: "";
}

.glyphicon-ok:before {
    content: "";
}

.glyphicon-remove:before {
    content: "";
}

.glyphicon-zoom-in:before {
    content: "";
}

.glyphicon-zoom-out:before {
    content: "";
}

.glyphicon-off:before {
    content: "";
}

.glyphicon-signal:before {
    content: "";
}

.glyphicon-cog:before {
    content: "";
}

.glyphicon-trash:before {
    content: "";
}

.glyphicon-home:before {
    content: "";
}

.glyphicon-file:before {
    content: "";
}

.glyphicon-time:before {
    content: "";
}

.glyphicon-road:before {
    content: "";
}

.glyphicon-download-alt:before {
    content: "";
}

.glyphicon-download:before {
    content: "";
}

.glyphicon-upload:before {
    content: "";
}

.glyphicon-inbox:before {
    content: "";
}

.glyphicon-play-circle:before {
    content: "";
}

.glyphicon-repeat:before {
    content: "";
}

.glyphicon-refresh:before {
    content: "";
}

.glyphicon-list-alt:before {
    content: "";
}

.glyphicon-lock:before {
    content: "";
}

.glyphicon-flag:before {
    content: "";
}

.glyphicon-headphones:before {
    content: "";
}

.glyphicon-volume-off:before {
    content: "";
}

.glyphicon-volume-down:before {
    content: "";
}

.glyphicon-volume-up:before {
    content: "";
}

.glyphicon-qrcode:before {
    content: "";
}

.glyphicon-barcode:before {
    content: "";
}

.glyphicon-tag:before {
    content: "";
}

.glyphicon-tags:before {
    content: "";
}

.glyphicon-book:before {
    content: "";
}

.glyphicon-bookmark:before {
    content: "";
}

.glyphicon-print:before {
    content: "";
}

.glyphicon-camera:before {
    content: "";
}

.glyphicon-font:before {
    content: "";
}

.glyphicon-bold:before {
    content: "";
}

.glyphicon-italic:before {
    content: "";
}

.glyphicon-text-height:before {
    content: "";
}

.glyphicon-text-width:before {
    content: "";
}

.glyphicon-align-left:before {
    content: "";
}

.glyphicon-align-center:before {
    content: "";
}

.glyphicon-align-right:before {
    content: "";
}

.glyphicon-align-justify:before {
    content: "";
}

.glyphicon-list:before {
    content: "";
}

.glyphicon-indent-left:before {
    content: "";
}

.glyphicon-indent-right:before {
    content: "";
}

.glyphicon-facetime-video:before {
    content: "";
}

.glyphicon-picture:before {
    content: "";
}

.glyphicon-map-marker:before {
    content: "";
}

.glyphicon-adjust:before {
    content: "";
}

.glyphicon-tint:before {
    content: "";
}

.glyphicon-edit:before {
    content: "";
}

.glyphicon-share:before {
    content: "";
}

.glyphicon-check:before {
    content: "";
}

.glyphicon-move:before {
    content: "";
}

.glyphicon-step-backward:before {
    content: "";
}

.glyphicon-fast-backward:before {
    content: "";
}

.glyphicon-backward:before {
    content: "";
}

.glyphicon-play:before {
    content: "";
}

.glyphicon-pause:before {
    content: "";
}

.glyphicon-stop:before {
    content: "";
}

.glyphicon-forward:before {
    content: "";
}

.glyphicon-fast-forward:before {
    content: "";
}

.glyphicon-step-forward:before {
    content: "";
}

.glyphicon-eject:before {
    content: "";
}

.glyphicon-chevron-left:before {
    content: "";
}

.glyphicon-chevron-right:before {
    content: "";
}

.glyphicon-plus-sign:before {
    content: "";
}

.glyphicon-minus-sign:before {
    content: "";
}

.glyphicon-remove-sign:before {
    content: "";
}

.glyphicon-ok-sign:before {
    content: "";
}

.glyphicon-question-sign:before {
    content: "";
}

.glyphicon-info-sign:before {
    content: "";
}

.glyphicon-screenshot:before {
    content: "";
}

.glyphicon-remove-circle:before {
    content: "";
}

.glyphicon-ok-circle:before {
    content: "";
}

.glyphicon-ban-circle:before {
    content: "";
}

.glyphicon-arrow-left:before {
    content: "";
}

.glyphicon-arrow-right:before {
    content: "";
}

.glyphicon-arrow-up:before {
    content: "";
}

.glyphicon-arrow-down:before {
    content: "";
}

.glyphicon-share-alt:before {
    content: "";
}

.glyphicon-resize-full:before {
    content: "";
}

.glyphicon-resize-small:before {
    content: "";
}

.glyphicon-exclamation-sign:before {
    content: "";
}

.glyphicon-gift:before {
    content: "";
}

.glyphicon-leaf:before {
    content: "";
}

.glyphicon-fire:before {
    content: "";
}

.glyphicon-eye-open:before {
    content: "";
}

.glyphicon-eye-close:before {
    content: "";
}

.glyphicon-warning-sign:before {
    content: "";
}

.glyphicon-plane:before {
    content: "";
}

.glyphicon-calendar:before {
    content: "";
}

.glyphicon-random:before {
    content: "";
}

.glyphicon-comment:before {
    content: "";
}

.glyphicon-magnet:before {
    content: "";
}

.glyphicon-chevron-up:before {
    content: "";
}

.glyphicon-chevron-down:before {
    content: "";
}

.glyphicon-retweet:before {
    content: "";
}

.glyphicon-shopping-cart:before {
    content: "";
}

.glyphicon-folder-close:before {
    content: "";
}

.glyphicon-folder-open:before {
    content: "";
}

.glyphicon-resize-vertical:before {
    content: "";
}

.glyphicon-resize-horizontal:before {
    content: "";
}

.glyphicon-hdd:before {
    content: "";
}

.glyphicon-bullhorn:before {
    content: "";
}

.glyphicon-bell:before {
    content: "";
}

.glyphicon-certificate:before {
    content: "";
}

.glyphicon-thumbs-up:before {
    content: "";
}

.glyphicon-thumbs-down:before {
    content: "";
}

.glyphicon-hand-right:before {
    content: "";
}

.glyphicon-hand-left:before {
    content: "";
}

.glyphicon-hand-up:before {
    content: "";
}

.glyphicon-hand-down:before {
    content: "";
}

.glyphicon-circle-arrow-right:before {
    content: "";
}

.glyphicon-circle-arrow-left:before {
    content: "";
}

.glyphicon-circle-arrow-up:before {
    content: "";
}

.glyphicon-circle-arrow-down:before {
    content: "";
}

.glyphicon-globe:before {
    content: "";
}

.glyphicon-wrench:before {
    content: "";
}

.glyphicon-tasks:before {
    content: "";
}

.glyphicon-filter:before {
    content: "";
}

.glyphicon-briefcase:before {
    content: "";
}

.glyphicon-fullscreen:before {
    content: "";
}

.glyphicon-dashboard:before {
    content: "";
}

.glyphicon-paperclip:before {
    content: "";
}

.glyphicon-heart-empty:before {
    content: "";
}

.glyphicon-link:before {
    content: "";
}

.glyphicon-phone:before {
    content: "";
}

.glyphicon-pushpin:before {
    content: "";
}

.glyphicon-usd:before {
    content: "";
}

.glyphicon-gbp:before {
    content: "";
}

.glyphicon-sort:before {
    content: "";
}

.glyphicon-sort-by-alphabet:before {
    content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "";
}

.glyphicon-sort-by-order:before {
    content: "";
}

.glyphicon-sort-by-order-alt:before {
    content: "";
}

.glyphicon-sort-by-attributes:before {
    content: "";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "";
}

.glyphicon-unchecked:before {
    content: "";
}

.glyphicon-expand:before {
    content: "";
}

.glyphicon-collapse-down:before {
    content: "";
}

.glyphicon-collapse-up:before {
    content: "";
}

.glyphicon-log-in:before {
    content: "";
}

.glyphicon-flash:before {
    content: "";
}

.glyphicon-log-out:before {
    content: "";
}

.glyphicon-new-window:before {
    content: "";
}

.glyphicon-record:before {
    content: "";
}

.glyphicon-save:before {
    content: "";
}

.glyphicon-open:before {
    content: "";
}

.glyphicon-saved:before {
    content: "";
}

.glyphicon-import:before {
    content: "";
}

.glyphicon-export:before {
    content: "";
}

.glyphicon-send:before {
    content: "";
}

.glyphicon-floppy-disk:before {
    content: "";
}

.glyphicon-floppy-saved:before {
    content: "";
}

.glyphicon-floppy-remove:before {
    content: "";
}

.glyphicon-floppy-save:before {
    content: "";
}

.glyphicon-floppy-open:before {
    content: "";
}

.glyphicon-credit-card:before {
    content: "";
}

.glyphicon-transfer:before {
    content: "";
}

.glyphicon-cutlery:before {
    content: "";
}

.glyphicon-header:before {
    content: "";
}

.glyphicon-compressed:before {
    content: "";
}

.glyphicon-earphone:before {
    content: "";
}

.glyphicon-phone-alt:before {
    content: "";
}

.glyphicon-tower:before {
    content: "";
}

.glyphicon-stats:before {
    content: "";
}

.glyphicon-sd-video:before {
    content: "";
}

.glyphicon-hd-video:before {
    content: "";
}

.glyphicon-subtitles:before {
    content: "";
}

.glyphicon-sound-stereo:before {
    content: "";
}

.glyphicon-sound-dolby:before {
    content: "";
}

.glyphicon-sound-5-1:before {
    content: "";
}

.glyphicon-sound-6-1:before {
    content: "";
}

.glyphicon-sound-7-1:before {
    content: "";
}

.glyphicon-copyright-mark:before {
    content: "";
}

.glyphicon-registration-mark:before {
    content: "";
}

.glyphicon-cloud-download:before {
    content: "";
}

.glyphicon-cloud-upload:before {
    content: "";
}

.glyphicon-tree-conifer:before {
    content: "";
}

.glyphicon-tree-deciduous:before {
    content: "";
}

* {
    -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: "Noto Sans", 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: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    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;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    width: 100% \9;
    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: 400;
    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%;
}

cite {
    font-style: normal;
}

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: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.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: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.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: 700;
}

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: '— ';
}

.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: ' —';
}

blockquote:before,
blockquote:after {
    content: "";
}

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%;
    -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;
}

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)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    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;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -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: 700;
}

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: #777;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #777;
}

.form-control::-webkit-input-placeholder {
    color: #777;
}

.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;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}

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;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    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: 400;
    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-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.input-lg,
.form-horizontal .form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.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 {
    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 {
    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 {
    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.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 .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 {
    top: 0;
    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: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    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 {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .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: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: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: #428bca;
    border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #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: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: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: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: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: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: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: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: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #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;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease;
}

.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: 90%;
    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: #e5e5e5;
    -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.sub {
    top: 0;
    left: 100%;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a: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: #428bca;
    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:focus,
.btn-group-vertical>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    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>input[type=checkbox] {
    position: absolute;
    z-index: -1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.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: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn: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: #428bca;
}

.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: #428bca;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    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;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@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;
    }

    .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-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;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@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;
}

@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-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .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 .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;
    }
}

@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-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.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-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;
    }

    .navbar-text.navbar-right:last-child {
        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: #777;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #777;
}

.navbar-inverse .navbar-nav>li>a {
    color: #777;
}

.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: #777;
    }

    .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: #777;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #777;
}

.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: "/ ";
}

.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: #428bca;
    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: #2a6496;
    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: #428bca;
    border-color: #428bca;
}

.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: 700;
    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: #428bca;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    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;
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    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 {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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: #428bca;
}

.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: 700;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    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: #428bca;
    -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[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
    min-width: 30px;
}

.progress-bar[aria-valuenow="0"] {
    min-width: 30px;
    color: #777;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.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,
.media-body {
    overflow: hidden;
    zoom: 1;
}

.media,
.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-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;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

a.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    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: #428bca;
    border-color: #428bca;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.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: #e1edf7;
}

.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 {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.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 {
    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: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 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 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 {
    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 {
    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: #428bca;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-heading .badge {
    color: #428bca;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #428bca;
}

.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 {
    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: 700;
    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: 0 0;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    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: translate3d(0, -25%, 0);
    -o-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 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: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    min-height: 16.43px;
    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-size: 12px;
    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 {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    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;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 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;
    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;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    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;
}

.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: '‹';
}

.carousel-control .icon-next:before {
    content: '›';
}

.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;
}

.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;
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-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;
    }
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default:disabled,
.btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
    background-image: -o-linear-gradient(top, #428bca 0, #2d6ca2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
    background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #2d6ca2;
    border-color: #2b669a;
}

.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #2d6ca2;
    background-image: none;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.btn-success:disabled,
.btn-success[disabled] {
    background-color: #419641;
    background-image: none;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}

.btn-info:disabled,
.btn-info[disabled] {
    background-color: #2aabd2;
    background-image: none;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}

.btn-danger:disabled,
.btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #357ebd;
    background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
    background-image: -o-linear-gradient(top, #428bca 0, #357ebd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
    background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
}

.navbar-default .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f3f3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f3f3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
}

.navbar-brand,
.navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav>.active>a {
    background-image: -webkit-linear-gradient(top, #222 0, #282828 100%);
    background-image: -o-linear-gradient(top, #222 0, #282828 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
    background-image: linear-gradient(to bottom, #222 0, #282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
    background-image: -o-linear-gradient(top, #428bca 0, #3071a9 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
    background-image: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.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);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #3071a9;
    background-image: -webkit-linear-gradient(top, #428bca 0, #3278b3 100%);
    background-image: -o-linear-gradient(top, #428bca 0, #3278b3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
    background-image: linear-gradient(to bottom, #428bca 0, #3278b3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #3278b3;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top, #428bca 0, #357ebd 100%);
    background-image: -o-linear-gradient(top, #428bca 0, #357ebd 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
    background-image: linear-gradient(to bottom, #428bca 0, #357ebd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success>.panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    overflow-x: hidden;
}

a {
    background: transparent;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 10px 0;
}

h1 {
    font-size: 2em;
}

h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    color: #666;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "“""”""‘""’";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

img.full {
    width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

ol li,
ul li {
    list-style: none;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

@media print {
    @page {
        margin: .5cm;
    }

    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        -webkit-print-color-adjust: exact;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    a[href^="/"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img,
    input,
    ul,
    ol,
    table,
    .module div,
    .ibc,
    .marketplace-grid {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .products .resp-tabs-container {
        border: none !important;
    }

    #header .logo-print {
        display: block;
    }

    footer,
    nav,
    #scCrossPiece,
    iframe.scFixedRibbon,
    .resp-tabs-list,
    .logo,
    .breadcrumb-utility,
    .external-click,
    .header-links,
    .header-ibc,
    .header-minibag,
    .remote-modal,
    .cookie-wrapper {
        display: none !important;
    }

    .tips-trends,
    .module.optional,
    .module.rtf,
    .module.rtf.img,
    .chooser-optional,
    .module.ibc.pws,
    .about-two-col,
    .content-spotlight,
    .press-release-listing {
        width: 945px;
    }

    .about-mary-kay .col-sm-8 .rtf {
        width: 600px;
    }

    [class*="col-sm-"],
    [class*="col-md-"] {
        float: left !important;
        display: block !important;
    }

    @media(min-width:480px) {

        .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%;
        }
    }

    .product-detail .awards-badges,
    .product-detail .thumbnails,
    .product-detail .gigya-product-reactions,
    .product-detail .col.sm {
        display: none !important;
    }

    .product-detail .col.lg {
        width: 95% !important;
    }

    .product-listing-header a.button.trans {
        display: none;
    }

    .product .content a.product-name {
        font-size: 1.1em !important;
    }

    .item.left-txt.active {
        width: 900px;
    }
}

@media screen and (min-width:960px) {
    body.pageBackground-norepeat {
        background-repeat: no-repeat;
        background-position: center top;
        background-repeat: repeat;
    }
}

@media screen and (max-width:959px) {
    body.pageBackground-norepeat {
        background-image: none !important;
    }
}

@media screen and (min-width:960px) {
    body.pageBackground-repeat {
        background-repeat: repeat;
    }
}

@media screen and (max-width:959px) {
    body.pageBackground-repeat {
        background-image: none !important;
    }
}

.container-fluid {
    padding: 0;
}

.container {
    max-width: 945px;
}

@media screen and (max-width:991px) {
    .container {
        width: auto;
    }
}

.container .row,
.container .col-md-12 {
    margin: 0;
    padding: 0;
}

.container.main {
    padding: 0;
    background-color: #fff;
}

@media screen and (max-width:959px) {
    .container.main {
        padding: 0 5px;
    }
}

@media screen and (max-width:568px) {
    .container.main {
        margin-top: 5px;
    }
}

.container.module {
    padding: 0;
    margin: 0 0 20px 0;
    background-color: #fff;
}

.col {
    float: left;
}

.container.main ul:not(.resp-tabs-list),
.container.main ul:not(.country-list),
.container.main ul:not(.pagination-desktop),
.container.main ul:not(.color-list),
.container.main ul:not(.thumbnails),
.container.main ol {
    margin: 0px 0px 20px 10px;
}

.container.main ul:not(.resp-tabs-list) li,
.container.main ul:not(.country-list) li,
.container.main ul:not(.pagination-desktop) li,
.container.main ul:not(.color-list) li,
.container.main ul:not(.thumbnails) li,
.container.main ol li {
    margin-bottom: 10px;
}

.container.main ul:not(.resp-tabs-list) li,
.container.main ul:not(.country-list) li,
.container.main ul:not(.pagination-desktop) li,
.container.main ul:not(.color-list) li,
.container.main ul:not(.thumbnails) li {
    list-style-type: none !important;
}

.container.main ol li {
    list-style-type: decimal;
}

.no-top-border {
    border-top: 0 !important;
}

.container.iframe {
    margin: 30px 0;
    padding: 0;
}

.container.iframe .ecatalog {
    height: 845px;
}

.container.iframe iframe,
.container.iframe object,
.container.iframe embed {
    max-width: 100%;
}

.cookie-wrapper .container {
    padding: 0;
}

.cookie-container {
    color: #666;
    display: none;
    background-color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    box-shadow: 0 5px 10px #999;
    border: 1px solid #bfbfbf;
    z-index: 1000000;
    cursor: pointer;
    max-width: 950px;
}

.cookie-container span {
    float: right;
    padding-right: 5px;
}

.cookie-container p {
    padding: 3px 15px;
    font-size: .8em;
    width: 98%;
}

.cookie-container a,
.cookie-container a:active,
.cookie-container a:focus {
    font-size: .8em;
    color: #666;
}

.cookie-container a:focus {
    outline: 1px dotted #666;
}

h1 sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
    font-size: .5em;
    vertical-align: super;
    top: 0;
}

@media screen and (max-width:959px) {
    .global-nav.primary.desktop {
        display: none;
    }
}

.global-nav.primary.desktop nav ul {
    margin-top: 4px;
}

.global-nav.primary.desktop nav ul li {
    display: inline-block;
    padding: 0 6px;
}

.global-nav.primary.desktop nav ul li:first-child {
    padding-left: 0;
}

.global-nav.primary.desktop .dropdown-menu ul li,
.global-nav.primary.desktop .dropdown-menu ul li:first-child {
    padding-left: 6px;
    position: relative;
    display: block;
}

.global-nav.primary.desktop nav ul li a {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #fbc9ba;
    line-height: 13px;
    text-transform: uppercase;
}

.global-nav.primary.desktop nav ul li a:hover {
    color: #fff;
}

.global-nav.primary.desktop nav ul li a:focus {
    outline: 1px dotted #fbc9ba;
}

.global-nav.primary.desktop nav ul li.active a {
    position: relative;
    padding-bottom: 5px;
    outline: none;
    color: #fff;
}

.global-nav.primary.desktop nav ul li.active a:after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 11px solid #e5e5e5;
    content: "";
    display: inline-block;
    height: 0;
    margin-right: -9px;
    position: absolute;
    right: 50%;
    top: 22px;
    width: 0;
}

.global-nav.primary.desktop nav ul li.active a:focus {
    outline: 1px dotted #fff;
}

header.about .global-nav.primary.desktop nav ul {
    margin-bottom: 5px;
}

header.about .global-nav.primary.desktop nav ul li a {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    transition: all .2s ease-in;
}

header.about .global-nav.primary.desktop nav ul li a:hover {
    color: #787777;
}

header.about .global-nav.primary.desktop nav ul li a:focus {
    outline: 1px dotted #fff;
}

.global-nav.primary.desktop nav ul li:hover .main {
    display: block;
}

.global-nav.primary.desktop .dropdown-menu ul li:hover .sub {
    display: block;
}

.global-nav.primary.desktop .dropdown-menu ul li .sub a,
.global-nav.primary.desktop .dropdown-menu.main ul li a {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
}

.global-nav.primary.desktop .dropdown-menu ul li .sub a:hover,
.global-nav.primary.desktop .dropdown-menu.main ul a:hover {
    color: #333;
    background: #fff;
}

.global-nav.primary.desktop .dropdown-menu ul li .sub li:hover,
.global-nav.primary.desktop .dropdown-menu.main ul li:hover {
    background: #fff;
}

.container-fluid.sub.desktop {
    background-color: #e5e5e5;
}

@media screen and (max-width:959px) {
    .container-fluid.sub.desktop {
        display: none;
    }
}

.container-fluid.sub.desktop .container {
    position: relative;
}

.container-fluid.sub.desktop nav>ul>li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.container-fluid.sub.desktop nav>ul>li:first-child {
    margin-left: -30px;
}

.container-fluid.sub.desktop nav>ul>li>a,
.global-nav.primary.desktop nav>ul>li .nav-drop a {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    color: #666;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.global-nav.primary.desktop nav>ul>li .nav-drop a {
    text-transform: none;
    font-weight: normal;
}

.container-fluid.sub.desktop nav>ul>li>a:focus,
.global-nav.primary.desktop nav>ul>li .nav-drop a:focus {
    outline: 1px dotted #666;
}

.container-fluid.sub.desktop nav>ul>li.active>a {
    color: #000;
    font-weight: 700;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop,
.global-nav.primary.desktop nav>ul>li .nav-drop {
    position: absolute;
    display: none;
    top: 40px;
    min-width: 216px;
    margin-left: -40px;
    padding: 15px 0 15px 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
    z-index: 15;
    width: max-content;
}

.global-nav.primary.desktop nav>ul>li .nav-drop {
    top: 20px;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col {
    float: none;
    display: inline-block;
    width: 120px;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding-right: 5px;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col:last-child,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col:last-child {
    margin-right: 10px;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col .list-head,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col .list-head {
    margin: 0 0 12px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    line-height: 1.1;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col ul,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col ul {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col ul li,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col ul li {
    height: auto;
    line-height: 13px;
    margin: 0 0 10px;
}

.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col ul li {
    display: block;
    padding: 0;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col ul li a,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col ul li a {
    padding: 0;
    font-size: 11px;
    color: #666;
    box-shadow: none;
    border: none;
}

.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col ul li a {
    padding: 0 15px;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col ul li a:hover,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col ul li a:hover {
    color: #000;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col ul li a:focus,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col ul li a:focus {
    outline: 1px dotted #666;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col a.view-all,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col a.view-all {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    color: #b25d64;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col a.view-all:hover,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col a.view-all:hover {
    color: #000;
}

.container-fluid.sub.desktop nav>ul>li .nav-drop .col-wrapper .col a.view-all:focus,
.global-nav.primary.desktop nav>ul>li .nav-drop .col-wrapper .col a.view-all:focus {
    outline: 1px dotted #b25d64;
}

.container-fluid.sub.desktop nav>ul>li:hover {
    background-color: #fff;
}

.container-fluid.sub.desktop nav>ul>li:hover>a {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    background: #fff;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    z-index: 11;
}

.container-fluid.sub.desktop nav>ul>li.has-sub:hover>a {
    -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 -2px 3px rgba(0, 0, 0, .5);
}

.container-fluid.sub.desktop nav>ul>li.has-sub:hover .nav-drop,
.global-nav.primary.desktop nav>ul>li:hover .nav-drop {
    display: block;
}

.container-fluid.sub.desktop nav>ul>li:first-of-type .nav-drop,
.global-nav.primary.desktop nav>ul>li:first-of-type .nav-drop {
    margin-left: -15px;
}

.touch body.mobile {
    overflow: hidden;
}

.mobile-nav::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.mobile-nav {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    left: -260px;
    top: 0;
    width: 260px;
    height: 100%;
    z-index: 100;
    background: #000;
    transition: all .3s ease-in;
    -webkit-transform: translateZ(0);
}

@media screen and (max-width:959px) {
    .mobile-nav {
        display: block;
    }
}

.mobile-nav:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 260px;
    background: #000;
}

header.container-fluid,
footer.container-fluid,
.container.main {
    right: 0;
}

@media screen and (max-width:959px) {

    header.container-fluid,
    footer.container-fluid,
    .container.main {
        position: relative;
        transition: right .3s ease-in;
        -webkit-transform: translateZ(0);
    }
}

body.mobile .mobile-nav {
    left: 0;
}

body.mobile header,
body.mobile .container.main,
body.mobile footer {
    right: -260px;
}

.mobile-nav a {
    position: relative;
    display: block;
    font-size: 14px;
    font-family: "Noto Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fbc9ba;
    outline: none;
}

.mobile-nav a.main-menu {
    display: none;
    padding-top: 10px;
}

.mobile-nav ul.main li {
    position: relative;
}

.mobile-nav ul.main li.active>a {
    padding-left: 20px;
    color: #fff;
    background-color: #333;
}

.mobile-nav ul.main li.has-sub.active>a {
    color: #fbc9ba;
}

.mobile-nav ul.main li.view-all a {
    margin-top: 5px;
    padding-top: 10px;
    font-weight: 700;
    border-top: 1px solid #333;
}

.mobile-nav ul.main li.has-sub>a:after {
    float: right;
    margin-top: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fbc9ba;
    content: "";
}

.mobile-nav ul.main li.has-sub.active>a:after {
    float: left;
    margin-right: 10px;
    border-left: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
}

.mobile-nav a.main-menu {
    margin: 0 0 10px 15px;
    color: #fff;
}

.mobile-nav ul.util-links {
    margin: 7px 0 0 15px;
}

.mobile-nav ul.util-links li {
    margin-bottom: 7px;
}

.mobile-nav ul.util-links li a {
    color: #fff;
}

.mobile-nav ul.util-links li.lang {
    margin-top: 10px;
    line-height: 15px;
}

.mobile-nav ul.util-links li.lang a {
    display: inline-block;
    margin-right: 7px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.mobile-nav ul.util-links li.lang a:last-child {
    border: none;
}

.mobile-nav li ul.sub {
    position: absolute;
    right: -100%;
    top: 40px;
    width: 100%;
    padding-left: 0;
    background: #000;
    transition: all .3s ease-in;
}

.mobile-nav ul.main li.active>ul.sub {
    right: 0;
}

.mobile-nav li ul.sub li {
    display: none;
}

.mobile-nav li.active ul.sub li {
    display: block;
}

.mobile-nav ul.level1 {
    z-index: 100;
    margin-top: 5px;
}

.mobile-nav ul.sub.level2 {
    z-index: 101;
}

.mobile-nav ul.sub.level3 {
    z-index: 102;
    top: 36px;
}

.mobile-nav ul.sub.level4 {
    z-index: 103;
    top: 36px;
}

.mobile-nav ul.sub.level5 {
    z-index: 104;
    top: 36px;
}

.mobile-nav ul.level1 a {
    padding: 10px 15px;
    text-transform: uppercase;
}

.mobile-nav ul.level2 a {
    padding: 8px 20px 8px 37px;
    text-transform: none;
}

.no-touch .mobile-nav ul.main li:hover>a {
    color: #fff;
    background-color: #333;
}

.no-touch .mobile-nav ul.main li.active:hover>a {
    color: #fff;
}

.no-touch .mobile-nav ul.main li.has-sub:hover>a:after {
    border-left: 5px solid #fff;
}

.no-touch .mobile-nav ul.main li.has-sub.active:hover>a:after {
    border-left: none;
}

.no-touch .mobile-nav ul.main li.view-all:hover a {
    background: none;
}

fieldset {
    padding: 0;
    border: none;
}

fieldset .controlcontainer {
    margin-bottom: 12px;
}

fieldset .controlcontainer .input-captcha {
    margin-top: 15px;
}

fieldset .controlcontainer label {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-weight: 700;
    margin-top: 1px;
}

fieldset .controlcontainer label span {
    font-weight: 400;
}

fieldset .controlcontainer legend {
    margin-bottom: 15px;
}

fieldset .controlcontainer.required label:after,
fieldset .controlcontainer.required .label:after {
    content: "*";
    color: red;
}

fieldset .controlcontainer.radio label,
fieldset .controlcontainer.checkbox label {
    margin-bottom: 5px;
    cursor: inherit;
}

fieldset .controlcontainer.radio p {
    margin: 0 0 3px 20px !important;
}

fieldset .controlcontainer.radio input {
    margin-top: 3px;
    padding-top: 1px;
}

fieldset .controlcontainer.checkbox {
    margin-top: 0;
}

fieldset .controlcontainer.checkbox input[type="checkbox"] {
    float: left;
    position: static;
    margin: 2px 0 0;
}

fieldset .controlcontainer.checkbox label {
    color: #333 !important;
    font-weight: 700 !important;
}

fieldset .controlcontainer.checkbox p {
    margin: 0 0 3px;
}

fieldset .controlcontainer.checkbox p label span {
    padding-left: 10px;
}

fieldset .controlcontainer.textarea span.remaining {
    color: #666;
    display: block;
    margin-top: 3px;
    font-size: 12px;
}

fieldset input[type="text"],
fieldset input[type="email"],
fieldset input[type="password"] {
    width: 100%;
    padding: 5px;
}

fieldset .half input[type="text"],
fieldset .half input[type="email"],
fieldset .half input[type="password"],
fieldset .half select,
fieldset .half textarea {
    width: 50%;
}

@media screen and (max-width:567px) {

    fieldset .half input[type="text"],
    fieldset .half input[type="email"],
    fieldset .half input[type="password"],
    fieldset .half select,
    fieldset .half textarea {
        width: 100%;
    }
}

fieldset .third input[type="text"],
fieldset .third input[type="email"],
fieldset .third input[type="password"],
fieldset .third select,
fieldset .third textarea {
    width: 33%;
}

@media screen and (max-width:567px) {

    fieldset .third input[type="text"],
    fieldset .third input[type="email"],
    fieldset .third input[type="password"],
    fieldset .third select,
    fieldset .third textarea {
        width: 100%;
    }
}

fieldset .two-thirds input[type="text"],
fieldset .two-thirds input[type="email"],
fieldset .two-thirds input[type="password"],
fieldset .two-thirds select,
fieldset .two-thirds textarea {
    width: 66%;
}

@media screen and (max-width:567px) {

    fieldset .two-thirds input[type="text"],
    fieldset .two-thirds input[type="email"],
    fieldset .two-thirds input[type="password"],
    fieldset .two-thirds select,
    fieldset .two-thirds textarea {
        width: 100%;
    }
}

fieldset .x-small input[type="text"] {
    width: 40px;
}

fieldset input[type="submit"] {
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 12px;
    padding: 10px 25px 8px;
}

fieldset input[type="submit"].black {
    background-color: #1a1a1a;
    background-image: linear-gradient(#000, #1a1a1a);
    color: #fbc9ba;
}

fieldset select {
    padding: 5px;
}

fieldset a.cancel {
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}

fieldset sup.req {
    top: 2px;
    font-size: 18px;
    color: red;
}

p.required:after,
span.required:after {
    content: " *";
    color: red;
}

legend {
    font-size: 12px;
}

.controlcontainer.check input[type="checkbox"],
.controlcontainer.check label {
    float: left;
}

.controlcontainer.check input[type="checkbox"] {
    margin: 2px 5px 0 0;
}

.controlcontainer.check label {
    width: 90%;
    font-weight: 400 !important;
    color: #666;
}

.controlcontainer.check label a {
    color: #b25d64;
}

.modal-body .controlcontainer.checkbox label {
    margin-top: 1px;
    color: #666;
    font-weight: 400;
}

.radio label {
    display: inline-block;
    font-weight: 600;
}

.no-touch .controlcontainer.terms a:hover {
    text-decoration: underline;
}

fieldset .error input[type="text"],
fieldset .error input[type="password"],
fieldset .error input[type="email"],
fieldset .error select,
fieldset .error textarea {
    border: 2px solid red;
}

fieldset .error input[type="checkbox"],
.error input[type="radio"] {
    outline: 2px solid red;
}

fieldset .error label {
    color: red;
}

fieldset .error span.error-msg,
fieldset .error span.error-message {
    clear: both;
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: red !important;
}

.error-message,
.error-msg {
    clear: both;
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: red !important;
    display: inline-block;
    margin-top: 0;
}

.error-message a,
.error-message a:active,
.error-message a:focus,
.error-msg a,
.error-msg a:active,
.error-msg a:focus {
    color: red !important;
}

.error-message a:focus,
.error-msg a:focus {
    outline: 1px dotted red;
}

fieldset .controlcontainer.checkbox input[type="checkbox"].error-highlight {
    outline: 2px solid red;
}

a,
a:active,
a:focus {
    color: #b25d64;
    outline: none;
}

a:focus {
    outline: 1px dotted #b25d64;
}

.no-touch a:hover {
    color: #b25d64;
}

a.cta,
span.cta {
    position: relative;
    display: inline-block;
    color: #b25d64;
    font-size: 12px;
    font-weight: 600;
}

a.cta:after,
span.cta:after {
    display: inline-block;
    margin-left: 3px;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left-color: #b25d64;
    content: "";
    height: 0;
    width: 0;
}

a.cta-before {
    position: relative;
    display: inline-block;
    color: #b25d64;
    font-size: 12px;
    font-weight: 600;
}

a.cta-before:before {
    display: inline-block;
    margin-right: 3px;
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right-color: #b25d64;
    content: "";
    height: 0;
    width: 0;
}

a.button.trans,
span.button.trans,
input[type="submit"].trans {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #b25d64;
    font-size: 11px;
    padding: 7px 10px;
    text-decoration: none;
    background: none;
}

a.button.black {
    display: inline-block;
    padding: 10px 25px 8px;
    font-size: 12px;
    border: none;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

a.button.black.black {
    color: #fbc9ba;
    background-color: #1a1a1a;
    background-image: -moz-linear-gradient(#000, #1a1a1a);
    background-image: -o-linear-gradient(#000, #1a1a1a);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #000), » color-stop(1, #1a1a1a));
    background-image: -webkit-linear-gradient(#000, #1a1a1a);
    background-image: -ms-linear-gradient(#000, #1a1a1a);
    background-image: linear-gradient(#000, #1a1a1a);
}

a.button.black.button_disabled {
    opacity: .5;
    pointer-events: none;
}

.no-touch a.button.black:hover,
.no-touch a.cta:hover,
.no-touch span.cta:hover,
.carousel-inner span.cta:hover {
    text-decoration: underline;
}

.rtf-black {
    color: #000 !important;
}

.rtf-white {
    color: #fff !important;
}

.rtf-grey {
    color: #666 !important;
}

.rtf-pink {
    color: #b25d64 !important;
}

.rtf-base-pink {
    color: #f2d7e3 !important;
}

a.cta-black,
a.cta-white,
a.cta-grey,
a.cta-pink {
    position: relative;
    display: inline-block;
    font-size: inherit;
}

a.cta-black:after,
a.cta-white:after,
a.cta-grey:after,
a.cta-pink:after {
    display: inline-block;
    margin-left: 4px;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    content: "";
    height: 0;
    width: 0;
}

a.cta-black:after {
    border-left-color: #000;
}

a.cta-white:after {
    border-left-color: #fff;
}

a.cta-grey:after {
    border-left-color: #666;
}

a.cta-pink:after {
    border-left-color: #b25d64;
}

@media screen and (min-width:960px) {
    .font-10 {
        font-size: 10px !important;
        font-family: "Noto Sans", Arial, sans-serif !important;
    }

        .font-10 span {
            font-family: "Noto Sans", Arial, sans-serif !important;
        }
}

@media screen and (max-width:959px) {

    .font-10,
    .font-10 span {
        font-family: inherit;
    }
}

@media screen and (min-width:960px) {
    .font-12 {
        font-size: 12px !important;
        font-family: "Noto Sans", Arial, sans-serif !important;
    }

        .font-12 span {
            font-family: "Noto Sans", Arial, sans-serif !important;
        }
}

@media screen and (max-width:959px) {

    .font-12,
    .font-12 span {
        font-family: inherit;
    }
}

@media screen and (min-width:960px) {
    .font-14 {
        font-size: 14px !important;
        font-family: "Noto Sans", Arial, sans-serif !important;
    }

        .font-14 span {
            font-family: "Noto Sans", Arial, sans-serif !important;
        }
}

@media screen and (max-width:959px) {

    .font-14,
    .font-14 span {
        font-family: inherit;
    }
}

@media screen and (min-width:960px) {
    .font-16 {
        font-size: 16px !important;
        font-family: "Noto Sans", Arial, sans-serif !important;
    }

        .font-16 span {
            font-family: "Noto Sans", Arial, sans-serif !important;
        }
}

@media screen and (max-width:959px) {

    .font-16,
    .font-16 span {
        font-family: inherit;
    }
}

@media screen and (min-width:960px) {
    .font-18 {
        font-size: 18px !important;
    }

    .font-21 {
        font-size: 21px !important;
    }

    .font-24 {
        font-size: 24px !important;
    }

    .font-32 {
        font-size: 32px !important;
    }

    .font-48 {
        font-size: 48px !important;
    }
}

.font-10,
.font-12,
.font-14,
.font-16,
.font-18,
.font-21,
.font-24,
.font-32,
.font-48 {
    line-height: 1.2em !important;
}

.s-etn-disabled {
    cursor: default;
}

header {
    height: 90px;
    background: #000;
    z-index: 100;
}

@media screen and (max-width:568px) {
    header {
        height: auto;
    }
}

header .container {
    position: relative;
    padding: 0;
}

@media screen and (max-width:959px) {
    header .container {
        padding: 0 10px;
    }
}

header .logo-nav-wrapper {
    float: left;
    margin: 15px 0 0 3px;
}

@media screen and (max-width:568px) {
    header .logo-nav-wrapper {
        margin: 15px 0 15px 3px;
    }

    header .logo-nav-wrapper a.logo img {
        width: 175px;
        height: auto;
    }
}

header .logo-nav-wrapper a.logo:focus {
    outline: 1px dotted #fff;
    padding-top: 14px;
}

header .logo-nav-wrapper a.toggle-mobile {
    float: left;
    display: none;
    width: 25px;
    height: 17px;
    margin: 3px 15px 0 0;
    padding-top: 19px;
    font-size: 8px;
    font-weight: 700;
    color: #707070;
    text-transform: uppercase;
    background: url(../Images/icons/toggle-nav.gif) left top no-repeat;
    background-size: 25px 17px;
    outline: none;
}

@media screen and (max-width:959px) {
    header .logo-nav-wrapper a.toggle-mobile {
        display: block;
    }
}

@media screen and (max-width:568px) {
    header .logo-nav-wrapper a.toggle-mobile {
        margin-top: 0;
    }
}

header .logo-nav-wrapper a.toggle-mobile:focus {
    outline: 1px dotted #707070;
}

header .logo-print {
    display: none;
}

header .header-links {
    position: absolute;
    right: 178px;
    top: 11px;
    width: 520px;
    text-align: right;
}

@media screen and (max-width:959px) {
    header .header-links {
        display: none;
    }
}

header .header-links .group-nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 10px;
    margin: 0 5px;
    color: #ccc;
}

header .header-links .group-nav ul li {
    display: inline-block;
    border-left: 1px solid #4b4b4b;
}

header .header-links .group-nav ul li:first-child {
    border: none;
}

header .header-links .group-nav ul li a {
    padding: 2px 1px 2px 4px;
    color: #ccc;
}

header .header-links .group-nav ul li a:focus {
    outline: 1px dotted #ccc;
}

header .header-links .group-nav.sign-in ul li.signed-in {
    border: none;
}

header .header-links .group-nav.sign-in ul li.signed-in a {
    padding-left: 0;
    color: #fff;
}

header .header-links .group-nav.sign-in ul li.signed-in a:focus {
    outline: 1px dotted #fff;
}

header .header-search {
    position: absolute;
    right: 0;
    top: 10px;
}

@media screen and (max-width:959px) {
    header .header-search {
        right: 10px;
    }
}

@media screen and (max-width:568px) {
    header .header-search {
        display: none;
        position: static;
        top: auto;
        clear: both;
    }
}

header .header-search fieldset {
    margin: 0;
}

header .header-search fieldset input[type="search"] {
    float: left;
    width: 145px;
    height: 23px;
    padding-right: 24px;
    -webkit-appearance: none;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

@media screen and (max-width:959px) {
    header .header-search fieldset input[type="search"] {
        width: 225px;
    }
}

@media screen and (max-width:568px) {
    header .header-search fieldset input[type="search"] {
        width: 94%;
        height: 30px;
    }
}

@media screen and (max-width:320px) {
    header .header-search fieldset input[type="search"] {
        width: 92%;
    }
}

header .header-search fieldset input[type="submit"] {
    width: 15px;
    height: 12px;
    margin: 6px 0 0 -23px;
    padding: 0;
    border: none;
    border-radius: 0;
    background: url(/image/icons/icon-search.gif) no-repeat left top;
}

@media screen and (max-width:568px) {
    header .header-search fieldset input[type="submit"] {
        margin-top: 9px;
    }
}

header .mobile-bag-search {
    display: none;
    float: right;
    margin: 15px 0 0 0;
}

@media screen and (max-width:568px) {
    header .mobile-bag-search {
        /*display:block;*/
    }
}

header .mobile-bag-search a {
    float: left;
    position: relative;
}

header .mobile-bag-search a.toggle-bag {
    width: 22px;
    height: 24px;
    margin-right: 7px;
    background: url(/image/icons/icon-cart.gif) no-repeat left top;
    background-size: 22px 24px;
    opacity: .6;
}

header .mobile-bag-search a.toggle-bag span {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    line-height: 16px;
    font-size: 11px;
    color: #000;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #fbc9ba;
}

header .mobile-bag-search a.toggle-bag.cart-items {
    margin-right: 15px;
}

header .mobile-bag-search a.toggle-search {
    width: 22px;
    height: 18px;
    background: url(/image/icons/icon-search-mobile.gif) no-repeat left top;
    background-size: 22px 18px;
    opacity: .6;
}

header .mobile-bag-search.active .toggle-search,
header .mobile-bag-search.open .toggle-bag {
    opacity: 1;
}

header .header-ibc {
    position: absolute;
    right: 107px;
    top: 50px;
    width: 200px;
}

@media screen and (max-width:959px) {
    header .header-ibc {
        right: 122px;
    }
}

@media screen and (max-width:568px) {
    header .header-ibc {
        clear: both;
        position: relative;
        right: 0;
        top: auto;
        float: right;
        margin: 0 0 10px;
    }
}

header .header-ibc a:not(.close-ibc) {
    display: inline-block;
    width: 77%;
    font-size: 11px;
    font-weight: 700;
    line-height: 15px;
    color: #fbc9ba;
}

@media screen and (max-width:568px) {
    header .header-ibc a:not(.close-ibc) {
        width: 80%;
    }
}

header .header-ibc a:not(.close-ibc) span.arrow {
    position: relative;
}

header .header-ibc a:not(.close-ibc) span.arrow:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    border-color: transparent transparent transparent #fbc9ba;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    content: "";
    left: 4px;
    margin: -5px 0 0;
    position: absolute;
    top: 50%;
}

header .header-ibc img {
    float: right;
}

header .header-ibc.ibc-selected {
    top: 45px;
    width: 250px;
    height: 43px;
}

@media screen and (max-width:959px) {
    header .header-ibc.ibc-selected {
        width: 298px;
        right: 130px;
    }
}

@media screen and (max-width:568px) {
    header .header-ibc.ibc-selected {
        position: relative;
        top: auto;
        float: right;
        clear: both;
        right: 5px;
    }
}

@media screen and (max-width:320px) {
    header .header-ibc.ibc-selected {
        float: left;
        left: -10px;
        right: 0;
        width: 320px;
    }
}

header .header-ibc.ibc-selected a.close-ibc {
    display: none;
    position: absolute;
    left: 7px;
    top: -1px;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

header .header-ibc.ibc-selected a.close-ibc:focus {
    outline: 1px dotted #000;
}

header .header-ibc.ibc-selected a:not(.close-ibc) {
    display: block;
    outline: none;
    width: 100%;
    font-size: 10px;
    line-height: 15px !important;
    text-align: right;
    text-transform: uppercase;
}

header .header-ibc.ibc-selected .consultant {
    float: right;
    width: 83%;
    margin-top: 4px;
}

header .header-ibc.ibc-selected .consultant span {
    display: block;
    width: 98%;
    float: right;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #ccc;
    text-align: right;
}

@media screen and (max-width:959px) {
    header .header-ibc.ibc-selected .consultant span {
        font-size: 11px;
    }
}

header .header-ibc.ibc-selected .consultant span.name {
    color: #fbc9ba;
}

header .header-ibc.ibc-selected img {
    max-width: 30px;
    height: auto;
    margin: 0 5px 0 5px;
    border-radius: 5px;
}

@media screen and (max-width:320px) {
    header .header-ibc.ibc-selected img {
        margin-right: 10px;
    }
}

header .header-ibc.ibc-selected .ibc-details {
    display: none;
    position: absolute;
    left: 0;
    top: 43px;
    width: 250px;
    padding: 10px;
    font-size: 11px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
    background: #fff;
    z-index: 100;
}

@media screen and (max-width:959px) {
    header .header-ibc.ibc-selected .ibc-details {
        width: 298px;
    }
}

@media screen and (max-width:320px) {
    header .header-ibc.ibc-selected .ibc-details {
        width: 320px;
    }
}

@media screen and (max-width:568px) {
    header .header-ibc.ibc-selected .ibc-details {
        font-size: 12px;
    }
}

header .header-ibc.ibc-selected .ibc-details strong {
    display: block;
}

header .header-ibc.ibc-selected .ibc-details a {
    font-weight: 400;
    width: auto;
    line-height: 15px !important;
    text-align: left;
}

header .header-ibc.ibc-selected .ibc-details a:hover {
    text-decoration: underline;
}

header .header-ibc.ibc-selected .ibc-details .phone,
header .header-ibc.ibc-selected .ibc-details .email {
    float: left;
}

header .header-ibc.ibc-selected .ibc-details .phone {
    width: 42%;
    margin-bottom: 10px;
}

header .header-ibc.ibc-selected .ibc-details .email {
    width: 58%;
    padding-left: 15px;
    border-left: 1px solid #e4e3e3;
}

header .header-ibc.ibc-selected .ibc-details .best-time {
    clear: both;
}

header .header-ibc.ibc-selected.open {
    background: #fff;
    border-bottom: 1px solid #d4d5d5;
}

header .header-ibc.ibc-selected.open span {
    color: #222;
    width: 95%;
}

header .header-ibc.ibc-selected.open a.close-ibc {
    display: block;
}

header .header-ibc.ibc-selected.open a:not(.close-ibc),
header .header-ibc.ibc-selected.open span.name {
    color: #b25d64;
}

header .header-ibc.ibc-selected.open .ibc-details {
    display: block;
}

header .header-minibag {
    position: absolute;
    right: 0;
    top: 50px;
    text-align: right;
}

@media screen and (max-width:568px) {
    header .header-minibag {
        display: none;
    }

    header .header-minibag.open {
        display: block;
        right: 5px;
        top: 10px;
    }

    header .header-minibag.open .bag-button {
        display: none;
    }
}

@media screen and (max-width:959px) {
    header .header-minibag {
        right: 10px;
    }
}

header .header-minibag a.bag-button {
    display: block;
    position: relative;
    cursor: pointer;
    width: 106px;
    height: 30px;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #666;
    background-color: #020202;
    background-image: -moz-linear-gradient(#1a1a1a, #020202);
    background-image: -o-linear-gradient(#1a1a1a, #020202);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #1a1a1a), » color-stop(1, #020202));
    background-image: -webkit-linear-gradient(#1a1a1a, #020202);
    background-image: -ms-linear-gradient(#1a1a1a, #020202);
    background-image: linear-gradient(#1a1a1a, #020202);
    white-space: nowrap;
}

header .header-minibag a.bag-button em {
    font-style: normal;
    text-transform: none;
    color: #fbc9ba;
}

header .header-minibag a.bag-button:focus {
    outline: 1px dotted #fff;
}

header.about {
    height: auto;
    min-height: 90px;
}

@media screen and (max-width:959px) {
    header.about {
        min-height: 65px;
    }
}

header.about>.container {
    max-width: 945px;
}

@media screen and (max-width:568px) {
    header.about .logo-nav-wrapper a.logo img {
        width: 225px;
        height: auto;
    }
}

header.about .logo-nav-wrapper a.logo:focus {
    outline: 1px dotted #b25d64;
}

header.about .header-links .util-nav li a {
    text-transform: uppercase;
    color: #fbc9ba;
}

header.about .header-links .util-nav li a:focus {
    outline: 1px dotted #fbc9ba;
}

.sticky-wrapper {
    position: relative;
}

.sticky-wrapper header.stuck {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 90;
    webkit-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5);
    transition: right .3s ease-in;
}

body.mobile .sticky-wrapper header.stuck {
    right: -260px;
}

.no-touch header .header-links .group-nav ul li a:hover {
    text-decoration: underline;
}

.no-touch .header-ibc a:hover {
    color: #ccc;
}

.no-touch .header-ibc a:hover span.arrow:after {
    border-color: transparent transparent transparent #ccc;
}

.minibag-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    width: 400px;
    min-height: 200px;
    text-align: left;
    background: #fff;
    z-index: 2002;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
}

@media screen and (max-width:767px) {
    .minibag-wrapper {
        width: 320px;
    }
}

@media screen and (max-width:567px) {
    .minibag-wrapper {
        right: -5px;
    }
}

.minibag-wrapper:before {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7.5px solid transparent;
    border-right: 7.5px solid transparent;
    border-bottom: 8px solid #393939;
    content: "";
    position: absolute;
    top: -8px;
    right: 60px;
}

@media screen and (max-width:568px) {
    .minibag-wrapper:before {
        right: 52px !important;
    }
}

.minibag-wrapper .minibag-header {
    padding: 5px 10px;
    color: #fff;
    background: #393939;
}

.minibag-wrapper .minibag-header p {
    float: left;
    margin: 0;
    font-size: 11px;
}

.minibag-wrapper .minibag-header p span {
    font-size: 20px;
    font-weight: 600;
    padding-right: 3px;
}

.minibag-wrapper .minibag-header a.close-bag {
    float: right;
    padding: 7px 5px 7px 7px;
    font-size: 12px;
    color: #fff;
}

.minibag-wrapper .minibag-header a.close-bag:focus {
    outline: 1px dotted #fff;
}

.minibag-wrapper .shopping-bag {
    margin: 0;
}

.minibag-wrapper .shopping-bag .bag-header {
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.minibag-wrapper .shopping-bag .bag-header span {
    font-size: 12px;
    font-weight: 600;
}

.minibag-wrapper .shopping-bag .bag-header span.product {
    width: 50%;
}

.minibag-wrapper .shopping-bag .bag-header span.quantity {
    text-align: right;
}

.minibag-wrapper .shopping-bag .bag-header span.amount {
    width: 17%;
}

.minibag-wrapper .shopping-bag .bag-wrapper {
    border: 0;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag {
    padding-top: 10px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag>div:last-of-type {
    margin-bottom: 0;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row {
    margin: 0;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product {
    width: 58%;
    margin-left: 25px;
    padding-right: 10px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product .img-wrap {
    float: left;
    width: 30%;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product .content {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product .content a.product-name {
    font-size: 13px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty {
    float: left;
    width: 25%;
    padding-right: 10px;
    text-align: right;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty {
    float: none;
    width: auto;
    margin-bottom: 5px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty span {
    padding-right: 5px;
    font-size: 12px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price {
    float: none;
    width: auto;
    padding: 0;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price p.price {
    font-size: 24px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price p.price span,
.minibag-wrapper .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price p.price sup {
    font-size: 16px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag.empty .img-wrap {
    width: 45%;
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag.empty p {
    margin-top: 10px;
    font-size: 22px;
    line-height: 26px;
}

@media screen and (max-width:767px) {
    .minibag-wrapper .shopping-bag .bag-wrapper .your-bag.empty p {
        width: 50%;
    }
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag.empty .discover {
    float: left;
    width: auto;
    margin: 10px 0 0 0;
}

@media screen and (max-width:767px) {
    .minibag-wrapper .shopping-bag .bag-wrapper .your-bag.empty .discover {
        clear: none;
    }
}

.minibag-wrapper .shopping-bag .bag-wrapper .your-bag.empty .discover a {
    font-size: 12px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area {
    padding: 0 10px;
    border-top: 1px solid #e5e5e5;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area_consultant {
    padding-top: 10px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area_consultant .ibc-message {
    margin-top: 10px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .img-wrap {
    float: left;
    width: 20%;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .img-wrap_inline {
    float: none;
    display: inline-block;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .img-wrap img {
    max-width: 100%;
    height: auto;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .ibc-message {
    float: left;
    width: 70%;
    margin-left: 10px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .ibc-message p {
    font-size: 12px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .ibc-message .selected {
    font-weight: 600;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .ibc-message_inline {
    width: 100%;
    padding-right: 30%;
    margin-left: 0;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .ibc-message .ibc-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-left: 25px;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .ibc-message .ibc-name {
    display: block;
    margin: 0 0 3px 0;
    padding-left: 25px;
    font-family: Times New Roman, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
    white-space: normal;
    word-wrap: break-word;
    background: url(/image/icons/icon-pws-arrow.jpg) no-repeat left 3px;
}

@media screen and (max-width:567px) {
    .minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .ibc-message .ibc-name {
        margin-left: 0;
        padding-left: 0;
        background: none;
    }
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .button-wrapper,
.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .button-wrapper a.button {
    text-align: center;
}

@media screen and (max-width:767px) {
    .minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .button-wrapper a.button {
        width: 100%;
    }
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .button-wrapper_right {
    text-align: right;
    width: 100%;
    display: block;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area .button-wrapper_right a.button {
    text-align: center;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area.no-ibc {
    padding-top: 10px;
    border: none;
}

.minibag-wrapper .shopping-bag .bag-wrapper .ibc-area.no-ibc .ibc-message {
    width: 100%;
}

.minibag-wrapper .shopping-bag div.view-bag {
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

@media screen and (max-width:767px) {
    .minibag-wrapper .shopping-bag div.view-bag {
        display: none;
    }

    .minibag-wrapper .shopping-bag .subtotal.main {
        padding-bottom: 10px;
    }
}

.minibag-wrapper .shopping-bag .subtotal.main .flag-wrapper {
    width: 40%;
}

.minibag-wrapper .shopping-bag .subtotal.main .flag-wrapper .flag {
    padding: 5px 0 0 5px;
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .minibag-wrapper .shopping-bag .subtotal.main .flag-wrapper {
        display: none;
    }
}

.minibag-wrapper .shopping-bag .subtotal.main a.view-bag {
    display: none;
    float: left;
    margin-left: 10px;
    background: #fff;
}

@media screen and (max-width:767px) {
    .minibag-wrapper .shopping-bag .subtotal.main a.view-bag {
        display: block;
    }
}

.minibag-wrapper .shopping-bag .subtotal.main .estimated-total {
    width: 60%;
    text-align: right;
}

@media screen and (max-width:767px) {
    .minibag-wrapper .shopping-bag .subtotal.main .estimated-total {
        clear: none;
    }
}

.minibag-wrapper .shopping-bag .subtotal.main .estimated-total span.label {
    float: none;
    display: inline-block;
    padding: 0 5px 0 0;
    font-size: 12px;
    white-space: normal;
    text-align: right;
    padding-left: 23px;
}

@media screen and (max-width:767px) {
    .minibag-wrapper .shopping-bag .subtotal.main .estimated-total span.label {
        padding-left: 0;
    }
}

.minibag-wrapper .shopping-bag .subtotal.main .estimated-total .price-bag {
    float: none;
    display: inline-block;
    padding: 0;
}

.minibag-wrapper .shopping-bag .subtotal.main .estimated-total .price-bag p.price {
    float: none;
    font-size: 24px;
}

.minibag-wrapper .shopping-bag .subtotal.main .estimated-total .price-bag p.price span,
.minibag-wrapper .shopping-bag .subtotal.main .estimated-total .price-bag p.price sup {
    font-size: 16px;
}

.minibag-wrapper .shopping-bag .subtotal.main .estimated-total a.button.black {
    padding: 5px 15px;
}

.minibag-wrapper .carousel-control .icon-next,
.minibag-wrapper .carousel-control .icon-prev {
    width: 24px;
    height: 24px;
    margin-top: -30px;
    background: url(/image/icons/minibag-controls.png) no-repeat left top;
}

.minibag-wrapper .carousel-control .icon-next {
    background-position: left -24px;
}

.minibag-wrapper .carousel-control .glyphicon-chevron-left,
.minibag-wrapper .carousel-control .icon-prev {
    margin-left: -5px;
}

.minibag-wrapper .carousel-control ccccccc .glyphicon-chevron-right,
.minibag-wrapper .carousel-control .icon-next {
    margin-right: -5px;
}

.header-minibag.open .minibag-wrapper {
    display: block;
}

footer .container {
    padding: 0;
    background-color: #fff;
}

footer section {
    padding: 7px 5px;
}

@media screen and (max-width:767px) {
    footer section {
        padding: 0;
    }
}

footer a,
footer span.label {
    color: #a2a2a2;
    font-size: 11px;
    font-family: Arial, sans-serif;
}

@media screen and (max-width:767px) {

    footer a,
    footer span.label {
        font-size: 12px;
    }
}

footer a {
    display: inline-block;
}

footer a:hover {
    color: #a2a2a2 !important;
}

footer a:focus {
    color: #a2a2a2 !important;
    outline: 1px dotted #ccc;
}

footer span.label {
    float: left;
    margin-top: 3px;
    padding: 0;
}

@media screen and (max-width:767px) {
    footer span.label {
        float: none;
        display: block;
    }
}

footer .footer-top {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

footer .footer-top .social-list {
    float: left;
    width: 325px;
    padding: 0 15px 0 0;
    border-right: 1px solid #ccc;
}

@media screen and (max-width:768px) {
    footer .footer-top .social-list {
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    footer .footer-top .social-list {
        float: none;
        width: 100%;
        padding-bottom: 0;
        text-align: center;
        border-right: none;
    }
}

footer .footer-top .social-list span.label {
    margin-top: 13px;
    font-weight: 400;
}

footer .footer-top .social-list ul {
    float: left;
    margin-left: 10px;
}

@media screen and (max-width:768px) {
    footer .footer-top .social-list ul {
        width: 220px;
    }
}

@media screen and (max-width:767px) {
    footer .footer-top .social-list ul {
        float: none;
        width: auto;
        display: inline-block;
        margin: 5px 0;
    }
}

footer .footer-top .social-list ul li {
    float: left;
}

@media screen and (max-width:767px) {
    footer .footer-top .social-list ul li:last-of-type {
        margin-right: 0;
    }
}

footer .footer-top .social-list ul li a {
    padding: 10px 5px 7px 5px;
}

@media screen and (max-width:768px) {
    footer .footer-top .social-list ul li a {
        padding: 10px 10px 7px 10px;
    }
}

footer .footer-top .social-list ul li a img {
    width: 16px;
    height: 16px;
}

footer .footer-top .featured-utility {
    float: left;
    width: 60%;
    padding: 0 10px 7px 20px;
}

@media screen and (max-width:768px) {
    footer .footer-top .featured-utility {
        width: 42%;
        padding-bottom: 0;
    }
}

@media screen and (max-width:767px) {
    footer .footer-top .featured-utility {
        float: none;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        border-top: 1px solid #ccc;
    }
}

footer .footer-top .featured-utility>a {
    display: inline-block;
    margin: 12px 17px 0 0;
}

footer .footer-top .featured-utility>a:last-of-type {
    margin-right: 0;
}

@media screen and (max-width:768px) {
    footer .footer-top .featured-utility>a {
        margin: 0 12px 3px 0;
    }
}

@media screen and (max-width:767px) {
    footer .footer-top .featured-utility>a {
        margin: 5px 20px 5px 0;
    }
}

footer .footer-top .featured-utility>a.email-toggle {
    position: relative;
    padding-left: 10px;
}

footer .footer-top .featured-utility>a.email-toggle:hover {
    text-decoration: underline;
}

footer .footer-top .featured-utility>a.email-toggle:before {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid #666;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

footer .footer-top .featured-utility>a.email-toggle.active:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #666;
}

footer .footer-top .featured-utility .popover .controlcontainer {
    width: 75%;
}

footer .footer-top .featured-utility .popover .controlcontainer.terms {
    width: 90%;
}

footer .footer-top .featured-utility .popover .controlcontainer.terms input[type="checkbox"],
footer .footer-top .featured-utility .popover .controlcontainer.terms label {
    float: left;
}

footer .footer-top .featured-utility .popover .controlcontainer.terms input[type="checkbox"] {
    margin-top: 2px;
}

footer .footer-top .featured-utility .popover .controlcontainer.terms label {
    width: 90%;
    display: inline;
    margin-left: 5px;
}

footer .footer-top .featured-utility .popover .controlcontainer.terms a {
    font-size: 12px;
    color: #b25d64;
}

footer .footer-top .featured-utility .popover .controlcontainer.terms a:focus {
    outline: 1px dotted #b25d64;
}

footer .footer-top .featured-utility .popover input[type="submit"] {
    margin-top: 20px;
}

footer .footer-btm .privacy-terms {
    float: left;
}

@media screen and (max-width:767px) {
    footer .footer-btm .privacy-terms {
        float: none;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        border-bottom: 1px solid #ccc;
    }
}

footer .footer-btm .privacy-terms a {
    margin: 10px 25px 5px 0;
}

@media screen and (max-width:767px) {
    footer .footer-btm .privacy-terms a {
        margin-top: 5px;
    }
}

footer .footer-btm .change-country {
    float: right;
    margin-top: 7px;
}

@media screen and (max-width:767px) {
    footer .footer-btm .change-country {
        float: none;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
}

footer .footer-btm .change-country a img,
footer .footer-btm .change-country a span {
    float: left;
}

footer .footer-btm .change-country a span {
    margin: 5px 0 0 5px;
}

footer section.footer-payment-ssl .payment-ssl {
    clear: both;
    margin-top: 50px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

@media screen and (max-width:767px) {
    footer section.footer-payment-ssl .payment-ssl {
        margin-top: 10px;
    }
}

footer section.footer-payment-ssl .payment-ssl>div {
    margin: 0 auto 15px auto;
}

footer section.footer-payment-ssl .payment-ssl a {
    font-size: 14px;
    color: #000;
}

footer section.footer-payment-ssl .payment-ssl a.ssl-link {
    display: block;
    margin-bottom: 20px;
}

footer section.footer-payment-ssl .payment-ssl a.about-ssl {
    display: block;
    margin: 15px 0;
    text-transform: uppercase;
}

footer section.footer-payment-ssl .payment-ssl a:focus {
    outline: 1px dotted #000;
}

footer section.footer-payment-ssl .payment-ssl p {
    line-height: 20px;
    margin-top: 10px;
}

footer section.footer-payment-ssl .payment-ssl .card-list a {
    display: inline-block;
    margin-right: 3px;
}

footer section.footer-payment-ssl .payment-ssl .card-list a:last-of-type {
    margin-right: 0;
}

.container.breadcrumb-utility {
    margin: 10px 0;
    padding: 0;
}

.container.breadcrumb-utility .breadcrumb {
    float: left;
    padding: 0;
    background: none;
    border-radius: 0;
    font-size: 11px;
    font-weight: 600;
    color: #666;
}

@media screen and (max-width:959px) {
    .container.breadcrumb-utility .breadcrumb {
        display: none;
    }
}

.container.breadcrumb-utility .breadcrumb span.back-to {
    position: relative;
}

.container.breadcrumb-utility .breadcrumb span.back-to:before {
    float: left;
    display: inline-block;
    margin: 5px 3px 0 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-bottom-color: #666;
    content: "";
    height: 0;
    width: 0;
}

.container.breadcrumb-utility .breadcrumb a {
    padding: 0 5px;
    color: #b25d64;
}

.container.breadcrumb-utility .breadcrumb a:after {
    content: ">";
    padding-left: 5px;
    color: #ccc;
    font-weight: 400;
}

.container.breadcrumb-utility .breadcrumb a:focus {
    outline: 1px dotted #b25d64;
}

.utility {
    float: right;
}

.utility a {
    float: left;
    padding-left: 7px;
    font-size: 11px;
    font-weight: 600;
    color: #b25d64;
}

.utility a:not(:last-of-type):after {
    padding-left: 8px;
    content: "|";
    color: #ccc;
}

@media screen and (max-width:767px) {
    .utility a {
        font-size: 12px;
    }
}

.utility a.saved {
    background: url(/image/icons/icon-added-red.gif) no-repeat left 3px;
    padding-left: 15px;
}

.utility a:focus {
    outline: 1px dotted #b25d64;
}

.carousel {
    position: relative;
}

.carousel .item {
    background: none;
}

.carousel span.play-video {
    position: absolute;
    left: 50%;
    top: 35%;
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    margin-left: -65px;
    background: url(/image/icons/carousel/play-button.png) no-repeat left top;
}

.carousel span.play-video:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    background: url(/image/icons/carousel/play-button.png) no-repeat left bottom;
}

.carousel span.play-video:hover:after {
    opacity: 1;
}

.carousel-control {
    width: 5%;
    background: none !important;
    opacity: 1;
    text-shadow: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -15px;
}

@media screen and (max-width:767px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -5px;
    }
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -15px;
}

@media screen and (max-width:767px) {

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -5px;
    }
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 18px;
    height: 57px;
    margin-top: -30px;
    background: url(/image/icons/carousel/carousel-nav.png) no-repeat left top;
}

.carousel-control .icon-next:before,
.carousel-control .icon-prev:before {
    content: "";
}

@media screen and (max-width:568px) {

    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        margin-top: -20px;
        background-size: 51px 28px;
    }
}

.carousel-control .arrow-white {
    background: url(/image/icons/carousel/carousel-nav-white.png) no-repeat left top;
}

.carousel-control .icon-next {
    background-position: right top;
}

@media screen and (max-width:567px) {
    .responsive .carousel .carousel-inner {
        padding-bottom: 20px;
        background-color: #f8f2ee;
        background-image: -moz-linear-gradient(#fffefe, #f8f2ee);
        background-image: -o-linear-gradient(#fffefe, #f8f2ee);
        background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fffefe), » color-stop(1, #f8f2ee));
        background-image: -webkit-linear-gradient(#fffefe, #f8f2ee);
        background-image: -ms-linear-gradient(#fffefe, #f8f2ee);
        background-image: linear-gradient(#fffefe, #f8f2ee);
    }
}

.responsive .carousel .carousel-inner>.item>img,
.responsive .carousel .carousel-inner>.item>a>img {
    max-width: inherit;
    width: 100%;
}

@media screen and (max-width:567px) {

    .responsive .carousel .carousel-inner>.item>img,
    .responsive .carousel .carousel-inner>.item>a>img {
        width: 190%;
    }

    .responsive .carousel .carousel-inner>.item.right-img>img,
    .responsive .carousel .carousel-inner>.item.right-img>a>img {
        margin-left: -90%;
    }
}

.responsive .carousel .item {
    overflow: hidden;
    background: none;
}

    .responsive .carousel .item .content {
        color: #222;
        font-family: Roboto, "Noto Sans", Arial, sans-serif !important;
        font-weight: 100;
        font-style: normal;
        margin: 20px 0;
        position: absolute;
        z-index: 10;
        overflow: hidden;
        width: 45%;
    }

@media screen and (max-width:567px) {
    .responsive .carousel .item .content {
        position: static;
    }
}

.responsive .carousel .item .content h2 {
    font-size: 48px;
    font-weight: 100;
    font-style: normal;
}

@media screen and (max-width:767px) {
    .responsive .carousel .item .content h2 {
        font-size: 36px !important;
    }
}

@media screen and (max-width:768px) {
    .responsive .carousel .item .content h2 {
        font-size: 36px !important;
    }
}

.responsive .carousel .item .content h2 b,
.responsive .carousel .item .content h2 strong,
.owl-wrapper .item .content h2 strong {
    font-weight: 300;
    letter-spacing: -2px;
}

.responsive .carousel .item .content p {
    font-size: 30px;
    line-height: 34px;
}

@media screen and (max-width:767px) {
    .responsive .carousel .item .content p {
        font-size: 18px !important;
        line-height: 22px;
    }
}

@media screen and (max-width:768px) {
    .responsive .carousel .item .content p {
        font-size: 16px !important;
        line-height: 22px;
    }
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content p {
        font-size: 16px !important;
        line-height: 20px;
        margin-top: 10px;
    }
}

.responsive .carousel .item .content p b,
.responsive .carousel .item .content p strong {
    font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
}

.responsive .carousel .item .content p sup {
    font-size: .5em;
    vertical-align: super;
}

.responsive .carousel .item .content span.cta {
    position: relative;
    padding-right: 18px;
    font-size: 24px;
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #666;
}

@media screen and (max-width:767px) {
    .responsive .carousel .item .content span.cta {
        padding-right: 12px;
        font-size: 18px;
    }
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content span.cta {
        font-size: 16px;
    }
}

.responsive .carousel .item .content span.cta:after {
    position: absolute;
    right: 0;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@media screen and (max-width:767px) {
    .responsive .carousel .item .content span.cta:after {
        top: 5px;
        border-left: 6px solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content span.cta:after {
        top: 5px;
        border-left: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
}

.responsive .carousel .item .content span.cta .content.cta:hover {
    text-decoration: none;
    cursor: pointer;
}

.responsive .carousel .item .content span.cta.pink:after {
    border-left-color: #b25d64 !important;
}

.responsive .carousel .item .content.black-txt {
    color: #000;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.black-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.black-txt span.cta {
    color: #000;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.black-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.charcoal-txt {
    color: #222;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.charcoal-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.charcoal-txt span.cta {
    color: #222;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.charcoal-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.graphite-txt {
    color: #444;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.graphite-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.graphite-txt span.cta {
    color: #444;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.graphite-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pewter-txt {
    color: #666;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pewter-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pewter-txt span.cta {
    color: #666;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pewter-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.grey-txt {
    color: #999;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.grey-txt span.cta {
    color: #999;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.silver-txt {
    color: #ccc;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.silver-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.silver-txt span.cta {
    color: #ccc;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.silver-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.fog-grey-txt {
    color: #e5e5e5;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.fog-grey-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.fog-grey-txt span.cta {
    color: #e5e5e5;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.fog-grey-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.white-txt {
    color: #fff;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.white-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.white-txt span.cta {
    color: #fff;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.white-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.rose-txt {
    color: #b25d64;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.rose-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.rose-txt span.cta {
    color: #b25d64;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.rose-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-txt {
    color: #fbc9ba;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-txt span.cta {
    color: #fbc9ba;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.black-txt {
    color: #000;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.black-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.black-txt span.cta {
    color: #000;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.black-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.charcoal-txt {
    color: #222;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.charcoal-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.charcoal-txt span.cta {
    color: #222;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.charcoal-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.graphite-txt {
    color: #444;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.graphite-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.graphite-txt span.cta {
    color: #444;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.graphite-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pewter-txt {
    color: #666;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pewter-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pewter-txt span.cta {
    color: #666;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pewter-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.grey-txt {
    color: #999;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.grey-txt span.cta {
    color: #999;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.silver-txt {
    color: #ccc;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.silver-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.silver-txt span.cta {
    color: #ccc;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.silver-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.fog-grey-txt {
    color: #e5e5e5;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.fog-grey-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.fog-grey-txt span.cta {
    color: #e5e5e5;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.fog-grey-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.white-txt {
    color: #fff;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.white-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.white-txt span.cta {
    color: #fff;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.white-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.rose-txt {
    color: #b25d64;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.rose-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.rose-txt span.cta {
    color: #b25d64;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.rose-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-txt {
    color: #fbc9ba;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-txt span.cta {
    color: #fbc9ba;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-base-txt {
    color: #f2d7e3;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-base-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-base-txt span.cta {
    color: #f2d7e3;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-base-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-7422-txt {
    color: #f9cbdf;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-7422-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-7422-txt span.cta {
    color: #f9cbdf;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-7422-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-707-txt {
    color: #f9c1d2;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-707-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-707-txt span.cta {
    color: #f9c1d2;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-707-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-1765-txt {
    color: #f598aa;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-1765-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-1765-txt span.cta {
    color: #f598aa;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-1765-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-204-txt {
    color: #f287b7;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-204-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-204-txt span.cta {
    color: #f287b7;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-204-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-7424-txt {
    color: #ee4d9b;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-7424-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-7424-txt span.cta {
    color: #ee4d9b;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-7424-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.pink-226-txt {
    color: #ec008c;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-226-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.pink-226-txt span.cta {
    color: #ec008c;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.pink-226-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.coral-2346-txt {
    color: #f3716d;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.coral-2346-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.coral-2346-txt span.cta {
    color: #f3716d;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.coral-2346-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.grey-1c-txt {
    color: #dcddde;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-1c-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.grey-1c-txt span.cta {
    color: #dcddde;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-1c-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.grey-423-txt {
    color: #8d8f8f;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-423-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.grey-423-txt span.cta {
    color: #8d8f8f;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-423-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.grey-425-txt {
    color: #4d4d4f;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-425-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.grey-425-txt span.cta {
    color: #4d4d4f;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-425-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.grey-black6-txt {
    color: #231f20;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-black6-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.grey-black6-txt span.cta {
    color: #231f20;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.grey-black6-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.purple-625-txt {
    color: #c0bedb;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-625-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.purple-625-txt span.cta {
    color: #c0bedb;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-625-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.purple-666-txt {
    color: #9793bd;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-666-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.purple-666-txt span.cta {
    color: #9793bd;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-666-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.purple-667-txt {
    color: #6f6aa2;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-667-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.purple-667-txt span.cta {
    color: #6f6aa2;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-667-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.purple-668-txt {
    color: #403b77;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-668-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.purple-668-txt span.cta {
    color: #403b77;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-668-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item .content.purple-669-txt {
    color: #1b1464;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-669-txt {
        color: #222;
    }
}

.responsive .carousel .item .content.purple-669-txt span.cta {
    color: #1b1464;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item .content.purple-669-txt span.cta {
        color: #666;
    }
}

.responsive .carousel .item.right-txt .content {
    right: 5%;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (max-width:959px) {
    .responsive .carousel .item.right-txt .content {
        top: 7%;
    }
}

.responsive .carousel .item.left-txt .content {
    left: 6%;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

@media screen and (max-width:959px) {
    .responsive .carousel .item.left-txt .content {
        top: 7%;
    }
}

.responsive .carousel .item.center-txt-center-img .content {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: table;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item.center-txt-center-img .content {
        width: 100%;
        text-align: left;
    }

    .responsive .carousel .item.center-txt-center-img.item img {
        margin-left: -45%;
    }
}

.responsive .carousel .item.center-txt-left-img .content {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: table;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item.center-txt-left-img .content {
        width: 100%;
        text-align: left;
    }
}

.responsive .carousel .item.center-txt-right-img .content {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: table;
}

@media screen and (max-width:567px) {
    .responsive .carousel .item.center-txt-right-img .content {
        width: 100%;
        text-align: left;
    }

    .responsive .carousel .item.center-txt-right-img.item img {
        margin-left: -90%;
    }
}

.responsive .carousel .carousel-control {
    background: none;
}

@media screen and (max-width:567px) {

    .responsive .carousel .carousel-control .icon-next,
    .responsive .carousel .carousel-control .icon-prev {
        margin-top: -100px;
    }

    .carousel-slider.responsive .item.left-txt img {
        margin-left: -90%;
    }
}

.carousel-slider.responsive.alt .right-txt .content,
.carousel-slider.responsive.alt .left-txt .content {
    top: 0;
}

.carousel .img-responsive,
.carousel-inner>.item>picture img,
.carousel-inner>.item>a>picture img {
    display: block;
    max-width: 100%;
    height: auto;
}

.carousel-slider.responsive.alt .item {
    min-height: 170px;
}

@media screen and (max-width:767px) {
    .carousel-slider.responsive.alt .item {
        min-height: 40px;
    }
}

.carousel-slider.responsive.alt .item h2 {
    font-size: 48px;
    font-weight: 600;
}

.container.hero-xl {
    max-height: 1600px;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin-left: -5px;
    position: relative;
}

@media screen and (min-width:945px) {
    .container.hero-xl {
        margin-left: calc((935px - 100vw)/2);
    }
}

@media screen and (min-width:960px) {
    .container.hero-xl {
        margin-left: calc((945px - 100vw)/2);
    }
}

.container.hero-xl .row,
.container.hero-xl .col-md-12,
.container.hero-xl .carousel.slide,
.container.hero-xl .carousel-inner {
    position: initial;
}

.container.hero-xl .carousel-indicators {
    margin-left: -30%;
}

.container.hero-xl .carousel-indicators.points-black .active {
    background-color: #000;
}

.container.hero-xl .carousel-indicators.points-black li {
    border: 1px solid #000;
}

.container.hero-xl .carousel-indicators_disabled {
    display: none;
}

@media screen and (max-width:567px) {
    .container.hero-xl .carousel.slide .carousel-control .icon {
        margin-top: -20px;
    }
}

.container.hero-xl .carousel-inner {
    padding-bottom: 0;
}

.container.hero-xl .carousel-inner .item img {
    max-height: 1600px;
}

@media screen and (max-width:567px) {
    .container.hero-xl .carousel-inner .item img {
        max-height: 450px;
        min-height: 330px;
    }
}

.container.hero-xl .carousel-inner .item .content h2,
.container.hero-xl .carousel-inner .item .content p {
    font-size: 32px;
}

@media screen and (max-width:567px) {

    .container.hero-xl .carousel-inner .item .content h2,
    .container.hero-xl .carousel-inner .item .content p {
        font-size: 24px !important;
    }
}

.container.hero-xl .carousel-inner .item .content h2.black-txt,
.container.hero-xl .carousel-inner .item .content p.black-txt,
.container.hero-xl .carousel-inner .item .content h2.black-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.black-txt span.cta {
    color: #000;
}

.container.hero-xl .carousel-inner .item .content h2.charcoal-txt,
.container.hero-xl .carousel-inner .item .content p.charcoal-txt,
.container.hero-xl .carousel-inner .item .content h2.charcoal-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.charcoal-txt span.cta {
    color: #222;
}

.container.hero-xl .carousel-inner .item .content h2.graphite-txt,
.container.hero-xl .carousel-inner .item .content p.graphite-txt,
.container.hero-xl .carousel-inner .item .content h2.graphite-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.graphite-txt span.cta {
    color: #444;
}

.container.hero-xl .carousel-inner .item .content h2.pewter-txt,
.container.hero-xl .carousel-inner .item .content p.pewter-txt,
.container.hero-xl .carousel-inner .item .content h2.pewter-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pewter-txt span.cta {
    color: #666;
}

.container.hero-xl .carousel-inner .item .content h2.grey-txt,
.container.hero-xl .carousel-inner .item .content p.grey-txt,
.container.hero-xl .carousel-inner .item .content h2.grey-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.grey-txt span.cta {
    color: #999;
}

.container.hero-xl .carousel-inner .item .content h2.silver-txt,
.container.hero-xl .carousel-inner .item .content p.silver-txt,
.container.hero-xl .carousel-inner .item .content h2.silver-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.silver-txt span.cta {
    color: #ccc;
}

.container.hero-xl .carousel-inner .item .content h2.fog-grey-txt,
.container.hero-xl .carousel-inner .item .content p.fog-grey-txt,
.container.hero-xl .carousel-inner .item .content h2.fog-grey-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.fog-grey-txt span.cta {
    color: #e5e5e5;
}

.container.hero-xl .carousel-inner .item .content h2.white-txt,
.container.hero-xl .carousel-inner .item .content p.white-txt,
.container.hero-xl .carousel-inner .item .content h2.white-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.white-txt span.cta {
    color: #fff;
}

.container.hero-xl .carousel-inner .item .content h2.rose-txt,
.container.hero-xl .carousel-inner .item .content p.rose-txt,
.container.hero-xl .carousel-inner .item .content h2.rose-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.rose-txt span.cta {
    color: #b25d64;
}

.container.hero-xl .carousel-inner .item .content h2.pink-txt,
.container.hero-xl .carousel-inner .item .content p.pink-txt,
.container.hero-xl .carousel-inner .item .content h2.pink-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pink-txt span.cta {
    color: #fbc9ba;
}

.container.hero-xl .carousel-inner .item .content h2.pink-base-txt,
.container.hero-xl .carousel-inner .item .content p.pink-base-txt,
.container.hero-xl .carousel-inner .item .content h2.pink-base-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pink-base-txt span.cta {
    color: #f2d7e3;
}

.container.hero-xl .carousel-inner .item .content h2.pink-7422-txt,
.container.hero-xl .carousel-inner .item .content p.pink-7422-txt,
.container.hero-xl .carousel-inner .item .content h2.pink-7422-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pink-7422-txt span.cta {
    color: #f9cbdf;
}

.container.hero-xl .carousel-inner .item .content h2.pink-707-txt,
.container.hero-xl .carousel-inner .item .content p.pink-707-txt,
.container.hero-xl .carousel-inner .item .content h2.pink-707-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pink-707-txt span.cta {
    color: #f9c1d2;
}

.container.hero-xl .carousel-inner .item .content h2.pink-1765-txt,
.container.hero-xl .carousel-inner .item .content p.pink-1765-txt,
.container.hero-xl .carousel-inner .item .content h2.pink-1765-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pink-1765-txt span.cta {
    color: #f598aa;
}

.container.hero-xl .carousel-inner .item .content h2.pink-204-txt,
.container.hero-xl .carousel-inner .item .content p.pink-204-txt,
.container.hero-xl .carousel-inner .item .content h2.pink-204-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pink-204-txt span.cta {
    color: #f287b7;
}

.container.hero-xl .carousel-inner .item .content h2.pink-7424-txt,
.container.hero-xl .carousel-inner .item .content p.pink-7424-txt,
.container.hero-xl .carousel-inner .item .content h2.pink-7424-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pink-7424-txt span.cta {
    color: #ee4d9b;
}

.container.hero-xl .carousel-inner .item .content h2.pink-226-txt,
.container.hero-xl .carousel-inner .item .content p.pink-226-txt,
.container.hero-xl .carousel-inner .item .content h2.pink-226-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.pink-226-txt span.cta {
    color: #ec008c;
}

.container.hero-xl .carousel-inner .item .content h2.coral-2346-txt,
.container.hero-xl .carousel-inner .item .content p.coral-2346-txt,
.container.hero-xl .carousel-inner .item .content h2.coral-2346-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.coral-2346-txt span.cta {
    color: #f3716d;
}

.container.hero-xl .carousel-inner .item .content h2.grey-1c-txt,
.container.hero-xl .carousel-inner .item .content p.grey-1c-txt,
.container.hero-xl .carousel-inner .item .content h2.grey-1c-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.grey-1c-txt span.cta {
    color: #dcddde;
}

.container.hero-xl .carousel-inner .item .content h2.grey-423-txt,
.container.hero-xl .carousel-inner .item .content p.grey-423-txt,
.container.hero-xl .carousel-inner .item .content h2.grey-423-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.grey-423-txt span.cta {
    color: #8d8f8f;
}

.container.hero-xl .carousel-inner .item .content h2.grey-425-txt,
.container.hero-xl .carousel-inner .item .content p.grey-425-txt,
.container.hero-xl .carousel-inner .item .content h2.grey-425-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.grey-425-txt span.cta {
    color: #4d4d4f;
}

.container.hero-xl .carousel-inner .item .content h2.grey-black6-txt,
.container.hero-xl .carousel-inner .item .content p.grey-black6-txt,
.container.hero-xl .carousel-inner .item .content h2.grey-black6-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.grey-black6-txt span.cta {
    color: #231f20;
}

.container.hero-xl .carousel-inner .item .content h2.purple-625-txt,
.container.hero-xl .carousel-inner .item .content p.purple-625-txt,
.container.hero-xl .carousel-inner .item .content h2.purple-625-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.purple-625-txt span.cta {
    color: #c0bedb;
}

.container.hero-xl .carousel-inner .item .content h2.purple-666-txt,
.container.hero-xl .carousel-inner .item .content p.purple-666-txt,
.container.hero-xl .carousel-inner .item .content h2.purple-666-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.purple-666-txt span.cta {
    color: #9793bd;
}

.container.hero-xl .carousel-inner .item .content h2.purple-667-txt,
.container.hero-xl .carousel-inner .item .content p.purple-667-txt,
.container.hero-xl .carousel-inner .item .content h2.purple-667-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.purple-667-txt span.cta {
    color: #6f6aa2;
}

.container.hero-xl .carousel-inner .item .content h2.purple-668-txt,
.container.hero-xl .carousel-inner .item .content p.purple-668-txt,
.container.hero-xl .carousel-inner .item .content h2.purple-668-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.purple-668-txt span.cta {
    color: #403b77;
}

.container.hero-xl .carousel-inner .item .content h2.purple-669-txt,
.container.hero-xl .carousel-inner .item .content p.purple-669-txt,
.container.hero-xl .carousel-inner .item .content h2.purple-669-txt span.cta,
.container.hero-xl .carousel-inner .item .content p.purple-669-txt span.cta {
    color: #1b1464;
}

.container.hero-xl .content {
    width: 80% !important;
    max-width: 945px;
}

@media screen and (max-width:567px) {
    .container.hero-xl .content {
        position: absolute !important;
    }
}

.container.hero-xl .content .separator {
    width: 60px;
    border: 1px solid #fbc9ba;
    display: inline-block;
    margin: 15px 0;
}

.container.hero-xl .content .separator_disabled {
    display: none;
}

.container.hero-xl .content .separator.black-txt {
    border-color: #000;
}

.container.hero-xl .content .separator.charcoal-txt {
    border-color: #222;
}

.container.hero-xl .content .separator.graphite-txt {
    border-color: #444;
}

.container.hero-xl .content .separator.pewter-txt {
    border-color: #666;
}

.container.hero-xl .content .separator.grey-txt {
    border-color: #999;
}

.container.hero-xl .content .separator.silver-txt {
    border-color: #ccc;
}

.container.hero-xl .content .separator.fog-grey-txt {
    border-color: #e5e5e5;
}

.container.hero-xl .content .separator.white-txt {
    border-color: #fff;
}

.container.hero-xl .content .separator.rose-txt {
    border-color: #b25d64;
}

.container.hero-xl .content .separator.pink-txt {
    border-color: #fbc9ba;
}

.container.hero-xl .content .separator.pink-base-txt {
    border-color: #f2d7e3;
}

.container.hero-xl .content .separator.pink-7422-txt {
    border-color: #f9cbdf;
}

.container.hero-xl .content .separator.pink-707-txt {
    border-color: #f9c1d2;
}

.container.hero-xl .content .separator.pink-1765-txt {
    border-color: #f598aa;
}

.container.hero-xl .content .separator.pink-204-txt {
    border-color: #f287b7;
}

.container.hero-xl .content .separator.pink-7424-txt {
    border-color: #ee4d9b;
}

.container.hero-xl .content .separator.pink-226-txt {
    border-color: #ec008c;
}

.container.hero-xl .content .separator.coral-2346-txt {
    border-color: #f3716d;
    color: #222;
}

.container.hero-xl .content .separator.grey-1c-txt {
    border-color: #dcddde;
}

.container.hero-xl .content .separator.grey-423-txt {
    border-color: #8d8f8f;
}

.container.hero-xl .content .separator.grey-425-txt {
    border-color: #4d4d4f;
}

.container.hero-xl .content .separator.grey-black6-txt {
    border-color: #231f20;
}

.container.hero-xl .content .separator.purple-625-txt {
    border-color: #c0bedb;
}

.container.hero-xl .content .separator.purple-666-txt {
    border-color: #9793bd;
}

.container.hero-xl .content .separator.purple-667-txt {
    border-color: #6f6aa2;
}

.container.hero-xl .content .separator.purple-668-txt {
    border-color: #403b77;
}

.container.hero-xl .content .separator.purple-669-txt {
    border-color: #1b1464;
}

.container.hero-xl .center-txt .content {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: block;
    height: 350px;
}

@media screen and (max-width:567px) {
    .container.hero-xl .center-txt.item img {
        margin-left: 0;
        max-height: 450px;
        min-height: 330px;
    }
}

.container.hero-xl .bottom-txt .content {
    margin-bottom: 70px !important;
    display: block;
    height: 350px;
}

.container.hero-xl .top-txt .content {
    margin-top: 80px !important;
    display: block;
    height: 350px;
}

@media screen and (max-width:567px) {
    .container.hero-xl .top-txt .content {
        margin-top: initial !important;
    }
}

.container.hero-xl .middle-txt .content {
    margin-bottom: auto !important;
    display: block;
    height: 350px;
}

.container.hero-xl .right-txt {
    text-align: right;
}

.container.hero-xl .right-txt .content {
    left: 0;
    right: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

.container.hero-xl .left-txt {
    text-align: left;
}

.container.hero-xl .left-txt .content {
    left: 0 !important;
    right: 0;
    margin-right: auto;
    margin-left: auto;
}

.popover {
    width: 375px;
    max-width: 375px;
    padding: 15px;
    color: #666;
    border-bottom: 1px solid #fff;
    z-index: 1000;
    background-color: #d3d3d3;
    background-image: -moz-linear-gradient(#fefefe, #d3d3d3);
    background-image: -o-linear-gradient(#fefefe, #d3d3d3);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fefefe), » color-stop(1, #d3d3d3));
    background-image: -webkit-linear-gradient(#fefefe, #d3d3d3);
    background-image: -ms-linear-gradient(#fefefe, #d3d3d3);
    background-image: linear-gradient(#fefefe, #d3d3d3);
}

@media screen and (max-width:767px) {
    .popover {
        width: 320px;
        max-width: 320px;
    }
}

.popover .popover-content {
    padding: 0;
}

.popover .popover-content h5 {
    margin: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.popover .popover-content p {
    width: 75%;
    margin: 10px 0;
    font-size: 11px;
}

    .popover .popover-content a.close {
        position: absolute;
        right: 12px;
        top: 7px;
        opacity: 1;
        font-family: "Noto Sans", Roboto, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        color: #a2a2a2;
    }

.popover .popover-content a.close:focus {
    outline: 1px dotted #ccc;
}

.left,
.right {
    background: -webkit-linear-gradient(left, #fefefe, #d3d3d3);
    background: -o-linear-gradient(right, #fefefe, #d3d3d3);
    background: -moz-linear-gradient(right, #fefefe, #d3d3d3);
    background: linear-gradient(to right, #fefefe, #d3d3d3);
}

.popover-wrap.text h3 {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
    color: #222;
}

.popover-wrap.text p {
    width: 95%;
    margin-bottom: 0;
    font-size: 12px;
}

.popover.top>.arrow {
    border-top-color: #fff;
}

.popover.top>.arrow:after {
    border-top-color: #d3d3d3;
}

.popover.left>.arrow:after {
    border-left-color: #d3d3d3;
}

.popper-content {
    display: none;
}

.is-editing .popper-content {
    clear: both;
    display: block;
    padding: 10px 0;
}

.modal {
    top: 100px;
}

.modal .modal-dialog .send-me-a-message-modal .ibc-area .img-wrap {
    float: left;
}

.modal .modal-dialog .send-me-a-message-modal .ibc-area {
    padding: 0 10px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
}

@media screen and (min-width:768px) {
    .modal .modal-dialog.customisable-email {
        position: absolute;
        right: 0;
        left: 0;
    }

    .modal .modal-dialog.customisable-email.customisable-email_bottom {
        bottom: 2%;
    }

    .modal .modal-dialog.customisable-email.customisable-email_middle {
        top: 16%;
    }
}

.modal .modal-dialog .send-me-a-message-modal .ibc-area .ibc-message {
    float: left;
    width: 70%;
    margin-left: 10px;
}

.modal .modal-dialog .send-me-a-message-modal .ibc-area_consultant .ibc-message {
    margin-top: 10px;
}

.modal .modal-dialog .send-me-a-message-modal .ibc-area .ibc-message p {
    font-size: 12px;
}

.modal .modal-dialog .send-me-a-message-modal .ibc-area .ibc-message .ibc-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.modal .modal-dialog .send-me-a-message-modal .ibc-area .ibc-message .ibc-name {
    display: block;
    margin: 0 0 3px 0;
    padding-left: 25px;
    font-family: Times New Roman, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
    white-space: normal;
    word-wrap: break-word;
    background: url(/image/icons/icon-pws-arrow.jpg) no-repeat left 3px;
}

.modal .modal-content {
    border-radius: 0;
}

.modal .modal-content .modal-header {
    min-height: 50px;
    background-color: #efefef;
    background-image: -moz-linear-gradient(#fff, #efefef);
    background-image: -o-linear-gradient(#fff, #efefef);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fff), » color-stop(1, #efefef));
    background-image: -webkit-linear-gradient(#fff, #efefef);
    background-image: -ms-linear-gradient(#fff, #efefef);
    background-image: linear-gradient(#fff, #efefef);
}

.modal .modal-content .modal-header h4 {
    font-size: 24px;
    line-height: 28px;
}

.modal .modal-content .modal-header sup {
    font-size: .5em;
    vertical-align: super;
}

.modal .modal-content .utility {
    padding: 1px 10px 0 0;
}

.modal .modal-content .modal-body>p {
    margin-bottom: 10px;
    font-size: 12px;
    color: #333;
}

.modal .modal-content .modal-body>p a {
    color: #b25d64;
}

.modal .modal-content .modal-body>p a:focus {
    outline: 1px dotted #b25d64;
}

.modal .modal-content .modal-body .intro-text-lg {
    font-size: 14px;
}

.modal .modal-content .modal-body .closewindow {
    margin-top: -10px;
}

.modal .modal-content .modal-body .quote {
    position: relative;
    width: 100%;
    word-break: break-word;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Times New Roman, serif;
    font-style: italic;
    color: #666;
}

.modal .modal-content .modal-body .quote span {
    font-size: 32px;
    line-height: 38px;
}

@media screen and (max-width:567px) {
    .modal .modal-content .modal-body .quote span {
        font-size: 30px;
        line-height: 34px;
    }
}

.modal .modal-content .modal-body .quote span:before {
    position: relative;
    content: "“";
    color: #333;
    margin-right: 5px;
    top: 2px;
    font-size: 60px;
}

@media screen and (max-width:567px) {
    .modal .modal-content .modal-body .quote span:before {
        font-size: 40px;
    }
}

.modal .modal-content .modal-body .quote span:after {
    position: relative;
    content: "”";
    color: #333;
    margin-left: 3px;
    top: 24px;
    font-size: 60px;
}

@media screen and (max-width:567px) {
    .modal .modal-content .modal-body .quote span:after {
        font-size: 40px;
    }
}

.modal .modal-content .modal-footer .button-wrapper {
    background: none;
}

.modal .modal-content .modal-footer .button-wrapper.left {
    float: left;
}

.modal .modal-content .modal-footer .button-wrapper.right {
    float: right;
}

.modal .modal-content .modal-footer .button-wrapper button {
    margin: 0 5px 0 0;
    border: none;
    text-shadow: none;
    color: #fbc9ba;
    background-color: #020202;
    background-image: -moz-linear-gradient(#1a1a1a, #020202);
    background-image: -o-linear-gradient(#1a1a1a, #020202);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #1a1a1a), » color-stop(1, #020202));
    background-image: -webkit-linear-gradient(#1a1a1a, #020202);
    background-image: -ms-linear-gradient(#1a1a1a, #020202);
    background-image: linear-gradient(#1a1a1a, #020202);
}

.modal .modal-content .modal-footer .button-wrapper .button {
    margin: 0 5px 0 0;
    padding: 0 12px;
    line-height: 30px;
}

@media screen and (min-width:768px) {
    .modal .modal-vertical-centered {
        transform: translate(0, 50%) !important;
        -ms-transform: translate(0, 50%) !important;
        -webkit-transform: translate(0, 50%) !important;
    }
}

.modal.stack {
    z-index: 2002;
}

.modal.stack .modal-dialog.modal-stack {
    top: 50px;
    width: 850px;
}

@media screen and (max-width:959px) {
    .modal.stack .modal-dialog.modal-stack {
        width: 95%;
    }
}

@media screen and (min-width:960px) {
    .modal-dialog.modal-med {
        width: 850px;
    }

    .modal-dialog.modal-lg {
        width: 1000px;
    }
}

@media screen and (max-width:959px) {
    .modal-dialog.modal-lg {
        width: 95%;
    }
}

.modal-body.modal-lg-scroll {
    height: 600px;
    overflow-y: scroll;
}

@media screen and (min-width:960px) {
    .modal-dialog.modal-wallpaper {
        width: 650px;
    }
}

.modal-dialog.modal-wallpaper .modal-body {
    margin: 0 auto;
}

.modal-dialog.modal-wallpaper .modal-body p {
    margin: 20px 0 20px 0;
    font-size: 18px;
}

.modal-dialog.modal-wallpaper .row {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

.modal-dialog.modal-wallpaper .row img {
    margin: 0 auto;
}

.modal-dialog.modal-wallpaper .row .col-xs-push-3 {
    left: 25%;
}

.modal-dialog.modal-wallpaper .row .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:568px) {
    .modal-dialog.modal-wallpaper .row .col-xs-3 {
        width: 51%;
    }
}

@media screen and (min-width:568px)and (max-width:767px) {
    .modal-dialog.modal-wallpaper .row .col-xs-push-3 {
        left: 0 !important;
    }
}

@media screen and (min-width:769px) {
    .modal-dialog.modal-wallpaper .row .col-xs-push-3 {
        left: 0 !important;
    }
}

.modal-dialog.modal-wallpaper .col-xs-12.wallpaper-main {
    padding: 10px 0;
}

.modal-dialog.modal-wallpaper .txt-headers-cont {
    position: absolute;
    width: 75%;
    display: table;
    height: 75px;
    font-size: 12px;
    color: #000;
    line-height: 1.1em;
}

.modal-dialog.modal-wallpaper .txt-headers {
    padding: 0 20px 0 65px;
    display: table-cell;
    vertical-align: bottom;
}

@media screen and (min-width:960px) {
    .modal-dialog.modal-vmo {
        width: 975px;
    }
}

@media screen and (max-width:959px) {
    .modal-dialog.modal-vmo {
        width: 95%;
    }
}

.modal-body.modal-vmo-body {
    height: 100%;
    padding: 0 5px !important;
    display: table;
    margin: 0 auto;
}

.modal-body.modal-vmo-body .container.iframe {
    margin: 0;
}

.modal-body.modal-vmo-body .vmo-iframe iframe {
    height: 615px !important;
}

.remote-modal {
    display: none;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe,
.video-wrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog .module.product-detail .col-sm-7 {
    padding: 0;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .details {
        padding-bottom: 0 !important;
    }
}

.module.product-detail.options .product-options {
    padding-bottom: 15px;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-options {
        margin: 0;
        padding: 0;
    }
}

.modal.reorder-reminder fieldset {
    float: left;
    width: 40%;
    padding-right: 20px;
}

.modal.reorder-reminder fieldset p {
    margin-top: 10px;
    font-size: 12px;
}

.modal.reorder-reminder .product-listing {
    float: left;
    width: 50%;
    margin-top: 0;
}

.modal.reorder-reminder .product-listing .product {
    margin: 0;
    padding: 0;
}

.modal.reorder-reminder .product-listing .product .img-wrap {
    width: 40%;
}

@media screen and (max-width:567px) {
    .modal.reorder-reminder .product-listing .product .img-wrap {
        width: auto;
    }
}

.no-touch .modal-body p a:hover {
    text-decoration: underline;
}

.modal.brightcove .modal-dialog {
    transition: none !important;
    transform: none !important;
}

.dwyl-wrapper .row {
    margin: 0;
}

.dwyl-wrapper .col-sm-8 {
    border-right: 1px solid #e5e5e5;
    padding: 0;
}

@media screen and (max-width:767px) {
    .dwyl-wrapper .col-sm-8 {
        border: none;
    }
}

.dwyl {
    margin: 0 0 20px 0;
}

@media screen and (max-width:767px) {
    .dwyl .col-sm-4 {
        padding: 0;
    }
}

.dwyl .dwyl-left {
    margin: 0 0 20px 0;
}

.dwyl .dwyl-left img {
    width: 80px;
    height: auto;
    margin: 0 10px 10px 0;
}

@media screen and (max-width:767px) {
    .dwyl .dwyl-left img {
        width: 100px;
    }
}

.dwyl .dwyl-left .col-xs-9,
.dwyl .dwyl-left .col-xs-3 {
    padding: 0;
    border: none;
}

@media screen and (max-width:767px) {

    .dwyl .dwyl-left .col-xs-9,
    .dwyl .dwyl-left .col-xs-3 {
        width: auto;
    }
}

.dwyl .dwyl-left .dwyl-details {
    margin: 0;
    padding: 0 0 0 10px;
}

@media screen and (max-width:767px) {
    .dwyl .dwyl-left .dwyl-details {
        padding: 0;
        margin: 0 0 0 10px;
    }
}

.dwyl .dwyl-left .dwyl-details .ibc-title {
    font-size: 11px;
    text-transform: uppercase;
}

.dwyl .dwyl-left .dwyl-details .ibc-name {
    display: block;
    margin: 0 0 3px -15px;
    padding-left: 25px;
    word-wrap: break-word;
    white-space: normal;
    font-family: Times New Roman, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
    background: url(/image/icons/icon-pws-arrow.jpg) no-repeat left 3px;
}

@media screen and (max-width:567px) {
    .dwyl .dwyl-left .dwyl-details .ibc-name {
        margin-left: 0;
    }
}

.dwyl .dwyl-left .dwyl-details .specialty {
    display: block;
    padding-left: 20px;
    font-size: 11px;
    line-height: 20px;
}

.dwyl .dwyl-left .dwyl-details .specialty.color-consultant {
    background: url(/image/icons/colorBadge.png) no-repeat left top;
}

@media screen and (max-width:567px) {
    .dwyl .dwyl-left .dwyl-details .specialty.color-consultant {
        background: none;
        padding-left: 20px;
    }

    .dwyl .dwyl-left .dwyl-details .specialty {
        padding-left: 0;
    }
}

.dwyl .dwyl-left .dwyl-details .shop-with-me {
    margin: 20px 0 0 0;
}

.module.optional .col-sm-3,
.module.optional .col-sm-4,
.module.optional .col-sm-6 {
    padding: 0 10px;
}

@media screen and (max-width:767px) {

    .module.optional .col-sm-3,
    .module.optional .col-sm-4,
    .module.optional .col-sm-6 {
        float: left;
        width: 50%;
        margin-bottom: 20px;
    }
}

.module.optional h3 {
    font-size: 20px;
    color: #000;
}

@media screen and (max-width:567px) {
    .module.optional h3 h3 {
        font-size: 18px;
    }
}

.module.optional img {
    float: left;
}

.module.optional .content {
    float: left;
    margin-left: 20px;
}

.module.optional .content p {
    font-size: 12px;
}

@media screen and (max-width:959px) {
    .module.optional .content p {
        margin-top: 10px;
        min-height: 35px;
    }
}

.module.optional .content a {
    padding: 5px 10px;
    font-size: 11px;
    color: #b25d64;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.module.optional .content a:focus {
    outline: 1px dotted #b25d64;
}

@media screen and (max-width:568px) {
    .module.optional.optional-4 .col-sm-3 {
        min-height: 295px;
    }
}

@media screen and (max-width:959px) {
    .module.optional.optional-4 .block {
        text-align: center;
    }

    .module.optional.optional-4 .block img {
        float: none;
    }
}

.module.optional.optional-4 .block .content {
    width: 55%;
}

@media screen and (max-width:959px) {
    .module.optional.optional-4 .block .content {
        float: none;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width:568px) {
    .module.optional.optional-3 .col-sm-4 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.module.optional.optional-3 .block .content {
    width: 69%;
}

@media screen and (max-width:959px) {
    .module.optional.optional-3 .block .content {
        width: 59%;
    }
}

@media screen and (max-width:568px) {
    .module.optional.optional-2 .col-sm-6 {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.module.optional.optional-2 .block .content {
    width: 79%;
}

@media screen and (max-width:959px) {
    .module.optional.optional-2 .block .content {
        width: 73%;
    }
}

@media screen and (max-width:768px) {
    .module.optional.optional-2 .block .content {
        width: 65%;
    }
}

.marketplace-grid {
    margin-bottom: 30px;
}

.marketplace-grid.grid-3 .row {
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.marketplace-grid.grid-3 .col-sm-4,
.marketplace-grid.grid-3 .col-xs-4 {
    padding: 0;
    margin: 0;
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3 .col-xs-4 {
        width: 100%;
    }
}

.marketplace-grid.grid-3.img-based .col-xs-4:nth-child(3n+3) img {
    border-right: none;
}

.marketplace-grid.grid-3.img-based img {
    width: 100%;
    height: auto;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width:568px) {
    .marketplace-grid.grid-3.img-based img {
        border-right: none;
        padding-right: 1px;
    }

    .marketplace-grid.grid-3.img-based {
        width: 100%;
    }
}

.about-mary-kay .marketplace-grid.grid-3.responsive .row {
    position: relative;
    margin-bottom: 0;
    padding: 6px 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
}

@media screen and (max-width:567px) {
    .about-mary-kay .marketplace-grid.grid-3.responsive .row {
        padding: 0;
        border-radius: 0;
        -webkit-box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        box-shadow: 0 0 0;
    }
}

.about-mary-kay .marketplace-grid.grid-3.responsive .tile {
    padding: 0 4px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

@media screen and (max-width:567px) {
    .about-mary-kay .marketplace-grid.grid-3.responsive .tile {
        width: 100%;
        border-right: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
    }
}

.about-mary-kay .marketplace-grid.grid-3.responsive .tile img {
    width: 100%;
    height: auto;
}

.marketplace-grid.grid-3.responsive .row {
    margin-bottom: 0;
    border-right: none;
}

.marketplace-grid.grid-3.responsive .tile {
    position: relative;
    width: 100%;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    background-repeat: no-repeat;
}

.marketplace-grid.grid-3.responsive .tile img {
    width: 100%;
    height: auto;
}

.marketplace-grid.grid-3.responsive .tile .content {
    position: absolute;
    top: 30%;
    width: 42%;
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive .tile .content {
        top: 50%;
    }
}

@media screen and (max-width:479px) {
    .marketplace-grid.grid-3.responsive .tile .content {
        top: 30%;
    }
}

.marketplace-grid.grid-3.responsive .tile .content h3 {
    margin-bottom: 0;
    font-size: 24px;
    font-family: "Noto Sans", Roboto,  Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #303030;
}

@media screen and (max-width:959px) {
    .marketplace-grid.grid-3.responsive .tile .content h3 {
        font-size: 18px !important;
    }
}

@media screen and (max-width:767px) {
    .marketplace-grid.grid-3.responsive .tile .content h3 {
        font-size: 14px !important;
    }
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive .tile .content h3 {
        font-size: 24px !important;
    }
}

.marketplace-grid.grid-3.responsive .tile .content h3 b,
.marketplace-grid.grid-3.responsive .tile .content h3 strong {
    font-weight: 300;
    letter-spacing: -1px;
}

.marketplace-grid.grid-3.responsive .tile .content span.cta {
    color: #b25d64;
}

@media screen and (max-width:767px) {
    .marketplace-grid.grid-3.responsive .tile .content span.cta {
        font-size: 10px;
        padding-right: 5px;
    }
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive .tile .content span.cta {
        font-size: 12px;
        padding-right: 10px;
    }
}

@media screen and (max-width:767px) {
    .marketplace-grid.grid-3.responsive .tile .content span.cta:after {
        top: 5px;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        border-left: 3px solid #b25d64;
    }
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive .tile .content span.cta:after {
        top: 4px;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #b25d64;
    }
}

.marketplace-grid.grid-3.responsive .tile.left-txt img {
    float: right;
}

.marketplace-grid.grid-3.responsive .tile.left-txt .content {
    left: 10px;
}

.marketplace-grid.grid-3.responsive .tile.top-left-txt img {
    float: right;
}

.marketplace-grid.grid-3.responsive .tile.top-left-txt .content {
    left: 10px;
    top: 7%;
}

.marketplace-grid.grid-3.responsive .tile.right-txt img {
    float: right;
}

.marketplace-grid.grid-3.responsive .tile.right-txt .content {
    right: 10px;
}

.marketplace-grid.grid-3.responsive .tile.top-right-txt .content {
    right: 10px;
    top: 7%;
}

.marketplace-grid.grid-3.responsive .tile.top-center-txt .content {
    right: 0;
    left: 0;
    top: 7%;
    margin-left: auto;
    margin-right: auto;
}

.marketplace-grid.grid-3.responsive .tile.center-txt .content {
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}

.marketplace-grid.grid-3.responsive .tile:nth-child(even) {
    background-color: #f8f8f8;
}

.marketplace-grid.grid-3.responsive .col-sm-4:last-child .tile {
    border-right: 0;
}

.marketplace-grid.grid-3.responsive.vertical .row {
    border-bottom: none;
}

.marketplace-grid.grid-3.responsive.vertical .col-xs-6 {
    padding: 0;
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive.vertical .col-xs-6 {
        width: 100%;
    }
}

.marketplace-grid.grid-3.responsive.vertical .col.left {
    width: 33.33%;
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive.vertical .col.left {
        float: none;
        width: 100%;
    }
}

.marketplace-grid.grid-3.responsive.vertical .col.right {
    width: 66.66%;
    margin-left: -1px;
    border-top: 1 px solid #eee;
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive.vertical .col.right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: -1px;
    }
}

.marketplace-grid.grid-3.responsive.vertical .carousel {
    border: 1px solid #e8e8e8;
}

.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-inner {
    padding-bottom: 0;
    background: none;
}

.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-inner>.item>img,
.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-inner>.item>a>img {
    width: 100%;
    margin-left: 0;
}

.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-control .icon-next,
.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-control .icon-prev {
    background-size: 51px 28px;
}

.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-control .glyphicon-chevron-left,
.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-control .icon-prev {
    margin-left: -3px;
}

.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-control .glyphicon-chevron-right,
.marketplace-grid.grid-3.responsive.vertical .carousel .carousel-control .icon-next {
    margin-right: -3px;
}

@media screen and (max-width:567px) {

    .marketplace-grid.grid-3.responsive.vertical .carousel .carousel-control .icon-next,
    .marketplace-grid.grid-3.responsive.vertical .carousel .carousel-control .icon-prev {
        margin-top: -60px;
    }
}

.marketplace-grid.grid-3.responsive.vertical .carousel .item.right-txt .content {
    right: 5%;
    top: 3%;
}

.marketplace-grid.grid-3.responsive.vertical .carousel .item.left-txt .content {
    left: 6%;
    top: 3%;
}

.marketplace-grid.grid-3.responsive.vertical .item.center-txt-center-img .content,
.marketplace-grid.grid-3.responsive.vertical .item.center-txt-right-img .content,
.marketplace-grid.grid-3.responsive.vertical .item.center-txt-left-img .content {
    margin: auto;
}

.marketplace-grid.grid-3.responsive.vertical .item .content {
    width: 65%;
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive.vertical .item .content {
        position: absolute;
        width: 65%;
        margin: 0;
    }
}

.marketplace-grid.grid-3.responsive.vertical .item .content h2 {
    margin: 0 0 10px;
    font-size: 36px;
}

@media screen and (max-width:959px) {
    .marketplace-grid.grid-3.responsive.vertical .item .content h2 {
        font-size: 22px !important;
    }
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive.vertical .item .content h2 {
        font-size: 36px !important;
    }
}

.marketplace-grid.grid-3.responsive.vertical .item .content h2 b,
.marketplace-grid.grid-3.responsive.vertical .item .content h2 strong {
    letter-spacing: -1px;
}

.marketplace-grid.grid-3.responsive.vertical .item .content p {
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:959px) {
    .marketplace-grid.grid-3.responsive.vertical .item .content p {
        font-size: 12px !important;
        line-height: 16px;
    }
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive.vertical .item .content p {
        font-size: 18px !important;
        line-height: 22px;
    }
}

.marketplace-grid.grid-3.responsive.vertical .item .content span.cta {
    position: relative;
    padding-right: 12px;
    font-size: 18px;
    font-family: "Noto Sans", Roboto,  Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (max-width:959px) {
    .marketplace-grid.grid-3.responsive.vertical .item .content span.cta {
        font-size: 14px;
    }
}

@media screen and (max-width:567px) {
    .marketplace-grid.grid-3.responsive.vertical .item .content span.cta {
        font-size: 18px;
    }
}

.marketplace-grid.grid-3.responsive.vertical .item .content span.cta:after {
    position: absolute;
    right: 0;
    top: 5px;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

@media screen and (max-width:959px) {
    .marketplace-grid.grid-3.responsive.vertical .item .content span.cta:after {
        top: 4px;
        border-left: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
}

.marketplace-grid.grid-3.responsive.vertical .item.right-img .content {
    left: 5%;
    top: 3%;
}

.module.rtf {
    padding: 0 10px;
}

.module.rtf a {
    font-weight: 600;
}

.no-touch .module.rtf a:hover {
    text-decoration: underline;
}

.module.rtf.background-image {
    padding: 15px;
    background: url(../images/rtf/highlighted-area.png) no-repeat left top;
}

@media screen and (max-width:767px) {
    .module.rtf.background-image {
        padding: 15px 5px;
    }
}

.module.rtf.background-image p {
    font-size: 22px;
    color: #666;
    text-align: center;
}

.module.rtf.intro-text a {
    color: #b25d64;
}

.module.rtf.intro-text a:focus {
    outline: 1px dotted #b25d64;
}

.module.rtf.intro-text .title {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 5px;
    padding-left: 12px;
}

@media screen and (max-width:767px) {
    .module.rtf.intro-text .title {
        padding-bottom: 7px;
    }
}

.module.rtf.intro-text .title h2 {
    float: left;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width:767px) {
    .module.rtf.intro-text .title h2 {
        float: none;
        margin-bottom: 3px;
    }
}

.module.rtf.intro-text .title a.intro-toggle {
    float: right;
    position: relative;
    margin-top: 5px;
    padding-right: 10px;
    font-size: 13px;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .module.rtf.intro-text .title a.intro-toggle {
        float: none;
        font-size: 14px;
    }
}

.module.rtf.intro-text .title a.intro-toggle:after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left-color: #b25d64;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 6px;
    width: 0;
}

.module.rtf.intro-text>p, .module.rtf.intro-text .description-text>p {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.module.rtf.intro-text li {
    margin-top: 10px;
    font-size: 16px;
    color: #666;
}

.module.rtf.intro-text.no-border .title {
    border-bottom: none;
}

.no-touch .module.rtf.intro-text a:hover {
    text-decoration: underline;
}

.module.rtf.img {
    color: #666;
}

.module.rtf.img .img-wrap {
    float: left;
    width: 40%;
}

@media screen and (max-width:767px) {
    .module.rtf.img .img-wrap {
        float: none;
        width: 100%;
    }
}

.module.rtf.img .content {
    float: left;
    width: 60%;
}

@media screen and (max-width:767px) {
    .module.rtf.img .content {
        float: none;
        width: 100%;
    }
}

.module.rtf.img .content h2 {
    font-size: 22px;
}

.module.rtf.img .content p {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .module.rtf.img .content p {
        font-size: 14px;
    }
}

.module.rtf.img .content ul,
.module.rtf.img .content ol {
    margin-top: 10px;
}

.module.rtf.img .content ul li,
.module.rtf.img .content ol li {
    margin: 0 0 5px 18px;
    font-size: 12px;
}

@media screen and (max-width:767px) {

    .module.rtf.img .content ul li,
    .module.rtf.img .content ol li {
        font-size: 14px;
    }
}

.module.rtf.img .content ul {
    list-style: disc;
}

.module.rtf.img.img-left .img-wrap {
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .module.rtf.img.img-left .img-wrap {
        padding-right: 0;
    }
}

.module.rtf.img.img-right .img-wrap {
    float: right;
    width: 40%;
    text-align: right;
}

@media screen and (max-width:767px) {
    .module.rtf.img.img-right .img-wrap {
        float: none;
        width: 100%;
        text-align: left;
    }
}

.module.rtf.artist-detail {
    color: #666;
    margin-bottom: 40px;
}

.module.rtf.artist-detail .img-wrap {
    float: left;
    width: 36%;
}

@media screen and (max-width:568px) {
    .module.rtf.artist-detail .img-wrap {
        width: 50%;
    }
}

.module.rtf.artist-detail .img-wrap img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:768px) {
    .module.rtf.artist-detail .img-wrap img {
        max-width: 97%;
    }
}

@media screen and (max-width:767px) {
    .module.rtf.artist-detail .img-wrap img {
        margin-bottom: 1px;
    }
}

.module.rtf.artist-detail h2 {
    float: left;
    width: 64%;
    font-size: 28px;
    color: #000;
}

@media screen and (max-width:568px) {
    .module.rtf.artist-detail h2 {
        width: 50%;
        margin-top: 50px;
        font-size: 14px;
        line-height: 18px;
    }
}

.module.rtf.artist-detail h2 span {
    display: block;
    font-size: 32px;
}

@media screen and (max-width:568px) {
    .module.rtf.artist-detail h2 span {
        margin-top: 10px;
        font-size: 28px;
        line-height: 32px;
    }
}

.module.rtf.artist-detail .quote-wrapper {
    float: left;
    width: 64%;
}

@media screen and (max-width:568px) {
    .module.rtf.artist-detail .quote-wrapper {
        float: none;
        clear: both;
        width: 100%;
    }
}

.module.rtf.artist-detail .quote-wrapper img.quote-lg {
    float: left;
}

.module.rtf.artist-detail .quote-wrapper .quote {
    float: left;
    width: 85%;
    font-size: 16px;
    text-align: justify;
    margin-top: 40px;
    padding-left: 20px;
}

@media screen and (max-width:768px) {
    .module.rtf.artist-detail .quote-wrapper .quote {
        width: 100%;
        margin-top: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:568px) {
    .module.rtf.artist-detail .quote-wrapper .quote {
        float: none;
        padding: 10px 0 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }
}

.module.rtf.artist-detail .quote-wrapper .quote p {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (max-width:767px) {
    .module.rtf.artist-detail .quote-wrapper .quote p {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .module.rtf.artist-detail .quote-wrapper .quote p {
        font-style: italic;
    }
}

.module.rtf.artist-detail .quote-wrapper .quote p span {
    font-size: 12px;
}

@media screen and (max-width:768px) {
    .module.rtf.artist-detail .quote-wrapper .quote p span {
        font-style: normal;
    }
}

@media screen and (max-width:767px) {
    .module.rtf.artist-detail .quote-wrapper .quote p span {
        font-size: 14px;
    }
}

.module.rtf.artist-detail .quote-wrapper .quote p span.name {
    font-weight: 600;
}

.module.rtf.artist-detail .quote-wrapper img.quote-sm {
    float: right;
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {

    .module.rtf.artist-detail .quote-wrapper img.quote-lg,
    .module.rtf.artist-detail .quote-wrapper img.quote-sm {
        display: none;
    }
}

.module.rtf.artist-detail .bio {
    clear: both;
    text-align: justify;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:568px) {
    .module.rtf.artist-detail .bio {
        border: none;
    }
}

.module.rtf.artist-detail .bio p {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .module.rtf.artist-detail .bio p {
        font-size: 14px;
    }
}

.module.rtf.number-text-img .step {
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #e5e5e5;
}

@media screen and (max-width:767px) {
    .module.rtf.number-text-img .step {
        font-size: 14px;
    }
}

.module.rtf.number-text-img .step:first-of-type {
    border-top: none;
}

.module.rtf.number-text-img .step span.number,
.module.rtf.number-text-img .step p {
    float: left;
}

.module.rtf.number-text-img .step span.number {
    width: 10%;
    font-size: 56px;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .module.rtf.number-text-img .step span.number {
        width: 20%;
    }
}

.module.rtf.number-text-img .step p {
    width: 50%;
    margin-top: 15px;
}

@media screen and (max-width:959px) {
    .module.rtf.number-text-img .step p {
        width: 40%;
    }
}

@media screen and (max-width:767px) {
    .module.rtf.number-text-img .step p {
        width: 80%;
    }
}

.module.rtf.number-text-img .step img.demo {
    float: right;
    max-width: 300px;
}

@media screen and (max-width:767px) {
    .module.rtf.number-text-img .step img.demo {
        float: none;
        display: block;
        clear: both;
    }
}

.module.rtf.three-column {
    font-size: 12px;
    color: #666;
}

.module.rtf.three-column .col {
    width: 33.33%;
    padding-right: 25px;
}

@media screen and (max-width:767px) {
    .module.rtf.three-column .col {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
    }
}

.module.rtf.three-column .col:not(:first-of-type) {
    padding-left: 25px;
    border-left: 1px solid #e5e5e5;
}

@media screen and (max-width:767px) {
    .module.rtf.three-column .col:not(:first-of-type) {
        padding: 0;
        border: none;
        border-bottom: 1px solid #e5e5e5;
    }
}

.module.rtf.three-column .col:last-of-type {
    border-bottom: none;
}

.module.rtf.three-column .col h3 {
    margin: 5px 0 10px;
    font-size: 18px;
    line-height: 24px;
    color: #222;
}

.module.rtf.three-column .col h3.quote {
    margin: 0;
    padding: 20px;
    color: #555;
    font-size: 28px;
    font-style: italic;
    font-weight: 600;
}

.module.rtf.three-column .col p {
    margin-bottom: 10px;
}

.module.rtf.three-column .col img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

.module.rtf.three-column .col ul {
    margin: 20px 0 20px 25px;
}

.module.rtf.three-column .col ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.module.rtf.three-column.img-based .col {
    width: 33.33%;
    padding-right: 10px;
}

@media screen and (max-width:767px) {
    .module.rtf.three-column.img-based .col {
        float: none;
        width: 100%;
    }
}

.module.rtf.three-column.img-based .col:not(:first-of-type) {
    padding-left: 10px;
    border: none;
}

@media screen and (max-width:767px) {
    .module.rtf.three-column.img-based .col:not(:first-of-type) {
        padding: 0;
    }
}

.module.rtf.three-column.img-based .col img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.module.rtf.footer {
    margin-bottom: 0;
    font-size: 11px;
    color: #5a5a5a;
}

.module.rtf.footer:last-of-type {
    margin-bottom: 30px;
}

.module.rtf.generic {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

@media screen and (max-width:767px) {
    .module.rtf.generic {
        font-size: 14px;
        line-height: 20px;
    }
}

.module.rtf.generic h1 {
    margin: 0 0 7px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
}

.module.rtf.generic h2,
.module.rtf.generic h3,
.module.rtf.generic h4,
.module.rtf.generic h5,
.module.rtf.generic h6,
.module.rtf.generic h7 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.module.rtf.generic p {
    font-size: 12px;
    margin: 10px 0 20px;
    line-height: 18px;
}

@media screen and (max-width:767px) {
    .module.rtf.generic p {
        font-size: 14px;
        line-height: 20px;
    }
}

.module.rtf.generic ul,
.module.rtf.generic ol {
    margin: 0;
}

.module.rtf.generic ul li,
.module.rtf.generic ol li {
    margin: 0 0 5px 18px;
}

.module.rtf.generic ul li:last-child,
.module.rtf.generic ol li:last-child {
    margin-bottom: 0;
}

.module.rtf.generic ul {
    list-style: disc;
}

.module.sitewide-other {
    padding: 0 0;
}

.module.sitewide-other.expand-collapse .accordion {
    overflow: hidden;
}

.module.sitewide-other.expand-collapse .accordion .accordion-section {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .module.sitewide-other.expand-collapse .accordion .accordion-section {
        font-size: 14px;
    }
}

.module.sitewide-other.expand-collapse .accordion .accordion-section>a {
    float: left;
    position: relative;
    padding-left: 18px;
    font-size: 20px;
    line-height: 24px;
    color: #b25d64;
}

@media screen and (max-width:767px) {
    .module.sitewide-other.expand-collapse .accordion .accordion-section>a {
        padding-left: 12px;
        font-size: 14px;
        line-height: 18px;
    }
}

.module.sitewide-other.expand-collapse .accordion .accordion-section>a:focus {
    outline: 1px dotted #b25d64;
}

.module.sitewide-other.expand-collapse .accordion .accordion-section>a:before {
    float: left;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left-color: #b25d64;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
}

@media screen and (max-width:767px) {
    .module.sitewide-other.expand-collapse .accordion .accordion-section>a:before {
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left-color: #b25d64;
        top: 4px;
    }
}

.module.sitewide-other.expand-collapse .accordion .accordion-section a.active:before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    border-top-color: #b25d64;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
}

@media screen and (max-width:767px) {
    .module.sitewide-other.expand-collapse .accordion .accordion-section a.active:before {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        border-top-color: #b25d64;
        top: 4px;
    }
}

.module.sitewide-other.expand-collapse .accordion .accordion-section .accordion-section-content {
    clear: both;
    padding: 15px;
    display: none;
}

.module.sitewide-other.modal-examples a {
    color: #b25d64;
}

.module.sitewide-other.modal-examples a:hover {
    text-decoration: underline;
}

.module.sitewide-other.modal-examples a:focus {
    outline: 1px dotted #b25d64;
}

.module.chooser-optional {
    padding: 0 10px;
}

.module.chooser-optional.product-shop-grid .row {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.module.chooser-optional.product-shop-grid .col-xs-4 {
    padding: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width:768px) {
    .module.chooser-optional.product-shop-grid .col-xs-4 {
        width: 50%;
    }
}

@media screen and (max-width:567px) {
    .module.chooser-optional.product-shop-grid .col-xs-4 {
        width: 100%;
    }
}

.module.chooser-optional.product-shop-grid .col-xs-4 a {
    display: block;
    position: relative;
}

.module.chooser-optional.product-shop-grid .col-xs-4 a img {
    width: 100%;
    height: auto;
}

.module.chooser-optional.product-shop-grid .col-xs-4 a .content {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 55%;
    height: 100%;
}

.module.chooser-optional.product-shop-grid .col-xs-4 a .content h2 {
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

    .module.chooser-optional.product-shop-grid .col-xs-4 a .content p {
        font-family: "Noto Sans", Roboto, Arial, sans-serif;
        font-size: 17px;
        font-weight: 300;
        font-style: normal;
        line-height: 22px;
        color: #909090;
    }

@media screen and (max-width:959px) {
    .module.chooser-optional.product-shop-grid .col-xs-4 a .content p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {
    .module.chooser-optional.product-shop-grid .col-xs-4 a .content p {
        font-size: 16px;
        line-height: 20px;
    }
}

.module.chooser-optional.product-shop-grid .col-xs-4 a .content span {
    position: absolute;
    bottom: 30px;
}

.module.chooser-optional.tips-trends-chooser {
    padding: 0;
}

.module.chooser-optional.tips-trends-chooser .row {
    margin-bottom: 0;
    border-right: none;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 {
    margin-bottom: 10px;
    padding: 0 5px;
    position: relative;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 {
        width: 50%;
    }
}

@media screen and (max-width:479px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 {
        width: 100%;
    }
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 a {
    display: block;
    position: relative;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 a img {
    width: 100%;
    height: auto;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 a .content {
    position: absolute;
    top: 10px;
    width: 42%;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 a .content {
        top: 25%;
    }
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 a .content h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: Roboto, "Noto Sans", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #303030;
}

@media screen and (max-width:768px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 a .content h3 {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 a .content h3 {
        font-size: 22px;
    }
}

@media screen and (max-width:568px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 a .content h3 {
        font-size: 18px;
    }
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 a .content h3 span {
    font-family: "Noto Sans", Roboto,  Arial, sans-serif;
    weight: 200;
    style: normal;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 a .content h3 b,
.module.chooser-optional.tips-trends-chooser .col-xs-3 a .content h3 strong {
    font-weight: 500;
    letter-spacing: -1px;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 img {
    width: 100%;
    height: auto;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 .content {
    position: absolute;
    top: 10px;
    width: 42%;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 .content {
        top: 25%;
    }
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 .content h3 {
    margin-bottom: 0;
    font-size: 18px;
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #303030;
}

@media screen and (max-width:768px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 .content h3 {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 .content h3 {
        font-size: 22px;
    }
}

@media screen and (max-width:568px) {
    .module.chooser-optional.tips-trends-chooser .col-xs-3 .content h3 {
        font-size: 18px;
    }
}

.module.chooser-optional.tips-trends-chooser .col-xs-3 .content h3 span {
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    weight: 200;
    style: normal;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3.left-txt .content {
    left: 10px;
    width: 45%;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3.right-txt .content {
    right: 10px;
}

.module.chooser-optional.tips-trends-chooser .col-xs-3.bottom-txt .content {
    right: 10px;
    left: 10px;
    bottom: 2px;
    top: auto;
    width: auto;
}

.module.chooser-optional.magazine-chooser h2 {
    font-size: 20px;
    line-height: 24px;
    color: #222;
    margin-bottom: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.module.chooser-optional.magazine-chooser .col-xs-3 {
    margin-bottom: 10px;
    padding: 0;
}

@media screen and (max-width:567px) {
    .module.chooser-optional.magazine-chooser .col-xs-3 {
        width: 50%;
    }
}

.module.chooser-optional.magazine-chooser .col-xs-3 a {
    display: block;
}

.module.chooser-optional.magazine-chooser .col-xs-3 a p {
    margin-top: 7px;
    font-size: 13px;
    font-style: italic;
    color: #000;
}

.module.chooser-optional.grid-module {
    padding: 0;
}

.module.chooser-optional.grid-module .col-xs-3 {
    margin-bottom: 10px;
    padding: 0 5px;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.grid-module .col-xs-3 {
        width: 50%;
    }
}

@media screen and (max-width:479px) {
    .module.chooser-optional.grid-module .col-xs-3 {
        width: 100%;
    }
}

.module.chooser-optional.grid-module .col-xs-3:nth-child(4n+5) {
    clear: both;
}

.module.chooser-optional.grid-module .col-xs-3 a {
    display: block;
}

.module.chooser-optional.grid-module .col-xs-3 a img {
    width: 100%;
    height: auto;
}

.module.chooser-optional.grid-module .col-xs-3 a p {
    margin-top: 7px;
    font-size: 14px;
    color: #666;
}

.module.chooser-optional.be-consultant-chooser {
    padding: 0;
}

.module.chooser-optional.be-consultant-chooser .col-xs-4 {
    margin-bottom: 10px;
    padding: 0 10px;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.be-consultant-chooser .col-xs-4 {
        width: 50%;
    }
}

@media screen and (max-width:567px) {
    .module.chooser-optional.be-consultant-chooser .col-xs-4 {
        width: 100%;
        margin-bottom: 25px;
    }
}

.module.chooser-optional.be-consultant-chooser .col-xs-4 a {
    display: block;
    position: relative;
}

.module.chooser-optional.be-consultant-chooser .col-xs-4 a p {
    position: absolute;
    right: 20px;
    top: 30%;
    width: 35%;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.be-consultant-chooser .col-xs-4 a p {
        top: 20%;
        width: 42%;
        font-size: 14px;
    }
}

.module.chooser-optional.be-consultant-chooser .col-xs-4 a span {
    display: block;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #b25d64;
    border-top: 1px solid #e5e5e5;
}

.module.chooser-optional.be-consultant-chooser .col-xs-4:nth-child(3n+4) {
    clear: left;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.be-consultant-chooser .col-xs-4:nth-child(3n+4) {
        clear: none;
    }
}

.no-touch .module.chooser-optional.be-consultant-chooser a:hover span {
    text-decoration: underline;
}

.module.chooser-optional.women-like-you.two-col .col-xs-6 {
    padding: 0;
    font-size: 12px;
    color: #666;
}

.module.chooser-optional.women-like-you.two-col .col-xs-6:first-of-type {
    padding-right: 10px;
    border-right: 1px dashed #bfc0c0;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.women-like-you.two-col .col-xs-6:first-of-type {
        padding: 0 0 10px;
        border: none;
        border-bottom: 1px dashed #bfc0c0;
    }
}

.module.chooser-optional.women-like-you.two-col .col-xs-6:last-of-type {
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.women-like-you.two-col .col-xs-6:last-of-type {
        padding: 10px 0 0;
    }

    .module.chooser-optional.women-like-you.two-col .col-xs-6 {
        width: 100%;
        font-size: 14px;
    }
}

.module.chooser-optional.women-like-you.two-col .col-xs-6 h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
    color: #222;
}

.module.chooser-optional.women-like-you.two-col .col-xs-6 .img-wrap {
    float: right;
    width: 45%;
}

@media screen and (max-width:768px) {
    .module.chooser-optional.women-like-you.two-col .col-xs-6 .img-wrap {
        width: 40%;
    }
}

@media screen and (max-width:767px) {
    .module.chooser-optional.women-like-you.two-col .col-xs-6 .img-wrap {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .module.chooser-optional.women-like-you.two-col .col-xs-6 .img-wrap img {
        max-width: 100%;
    }
}

.module.chooser-optional.women-like-you.two-col .col-xs-6 .content {
    float: left;
    width: 55%;
}

@media screen and (max-width:959px) {
    .module.chooser-optional.women-like-you.two-col .col-xs-6 .content {
        width: 55%;
    }
}

@media screen and (max-width:767px) {
    .module.chooser-optional.women-like-you.two-col .col-xs-6 .content {
        float: none;
        width: 100%;
    }
}

.module.chooser-optional.women-like-you.two-col .col-xs-6 .content ul li {
    list-style: disc;
    margin: 0 0 10px 15px;
}

.module.chooser-optional.women-like-you.two-col .col-xs-6 .content a {
    font-weight: 600;
    color: #b25d64;
}

.module.chooser-optional.women-like-you.two-col .col-xs-6 .content a:focus {
    outline: 1px dotted #b25d64;
}

.no-touch .module.chooser-optional.women-like-you.two-col a:hover {
    text-decoration: underline;
}

.module.chooser-optional.mk-parties.three-col .col-xs-4 {
    padding: 0;
    font-size: 14px;
    color: #666;
    border-right: 1px dashed #bfc0c0;
}

.module.chooser-optional.mk-parties.three-col .col-xs-4:not(:first-of-type) {
    padding-left: 15px;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.mk-parties.three-col .col-xs-4:not(:first-of-type) {
        padding-left: 0;
        padding-top: 10px;
    }

    .module.chooser-optional.mk-parties.three-col .col-xs-4 {
        width: 100%;
        height: auto !important;
        padding: 0 0 10px;
        border: none;
        border-bottom: 1px dashed #bfc0c0;
    }
}

.module.chooser-optional.mk-parties.three-col .col-xs-4 h3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 27px;
    color: #222;
    font-style: italic;
}

.module.chooser-optional.mk-parties.three-col .col-xs-4 .img-wrap {
    float: right;
}

@media screen and (max-width:959px) {
    .module.chooser-optional.mk-parties.three-col .col-xs-4 .img-wrap {
        width: 40%;
    }
}

@media screen and (max-width:767px) {
    .module.chooser-optional.mk-parties.three-col .col-xs-4 .img-wrap {
        width: auto;
    }
}

@media screen and (max-width:959px) {
    .module.chooser-optional.mk-parties.three-col .col-xs-4 .img-wrap img {
        max-width: 100%;
    }
}

.module.chooser-optional.mk-parties.three-col .col-xs-4 .content {
    float: left;
    width: 54%;
}

@media screen and (max-width:959px) {
    .module.chooser-optional.mk-parties.three-col .col-xs-4 .content {
        width: 60%;
    }
}

@media screen and (max-width:479px) {
    .module.chooser-optional.mk-parties.three-col .col-xs-4 .content {
        width: 55%;
    }
}

.module.chooser-optional.mk-parties.three-col .col-xs-4 .content ul li {
    list-style: disc;
    margin: 0 0 10px 15px;
}

.module.chooser-optional.mk-parties.three-col .col-xs-4 .content a {
    font-weight: 600;
    color: #b25d64;
}

.module.chooser-optional.mk-parties.three-col .col-xs-4 .content a:focus {
    outline: 1px dotted #b25d64;
}

.module.chooser-optional.mk-parties.two-col {
    border: 1px solid #e5e5e5;
}

@media screen and (max-width:479px) {
    .module.chooser-optional.mk-parties.two-col {
        padding: 0;
    }
}

.module.chooser-optional.mk-parties.two-col .col-xs-6 {
    padding: 0;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

.module.chooser-optional.mk-parties.two-col .col-xs-6:not(:first-of-type) {
    padding-left: 15px;
    border-left: 1px solid #bfc0c0;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.mk-parties.two-col .col-xs-6:not(:first-of-type) {
        padding-left: 0;
        padding-top: 10px;
        border: none;
    }

    .module.chooser-optional.mk-parties.two-col .col-xs-6 {
        width: 100%;
        height: auto !important;
        padding: 0 0 10px;
        border: none;
        border-bottom: 1px solid #bfc0c0;
    }
}

.module.chooser-optional.mk-parties.two-col .col-xs-6 h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
    color: #222;
}

.module.chooser-optional.mk-parties.two-col .col-xs-6 .img-wrap {
    float: right;
    margin-right: 10px;
}

@media screen and (max-width:767px) {
    .module.chooser-optional.mk-parties.two-col .col-xs-6 .img-wrap {
        width: auto;
    }
}

@media screen and (max-width:479px) {
    .module.chooser-optional.mk-parties.two-col .col-xs-6 .img-wrap {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .module.chooser-optional.mk-parties.two-col .col-xs-6 .img-wrap img {
        max-width: 100%;
    }
}

.module.chooser-optional.mk-parties.two-col .col-xs-6 .content {
    float: left;
    width: 58%;
    padding: 20px 0 0 10px;
}

@media screen and (max-width:768px) {
    .module.chooser-optional.mk-parties.two-col .col-xs-6 .content {
        width: 55%;
    }
}

@media screen and (max-width:479px) {
    .module.chooser-optional.mk-parties.two-col .col-xs-6 .content {
        width: 95%;
    }
}

.module.chooser-optional.mk-parties.two-col .col-xs-6 .content ul li {
    list-style: disc;
    margin: 0 0 10px 15px;
}

.module.chooser-optional.mk-parties.two-col .col-xs-6 .content a {
    font-weight: 600;
    color: #b25d64;
}

.module.chooser-optional.mk-parties.two-col .col-xs-6 .content a a:focus {
    outline: 1px dotted #b25d64;
}

@media screen and (max-width:567px) {
    .module.chooser-optional.be-consultant.two-col .col-xs-6 {
        width: 100%;
        padding: 0;
    }
}

.module.chooser-optional.be-consultant.two-col .col-xs-6 img {
    width: 100%;
}

.module.special-offer-chooser {
    padding: 0 0;
}

.module.special-offer-chooser.offer-grid .row {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.module.special-offer-chooser.offer-grid .col-xs-4,
.module.special-offer-chooser.offer-grid .col-xs-12 {
    padding: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width:768px) {

    .module.special-offer-chooser.offer-grid .col-xs-4,
    .module.special-offer-chooser.offer-grid .col-xs-12 {
        width: 50%;
    }
}

@media screen and (max-width:567px) {

    .module.special-offer-chooser.offer-grid .col-xs-4,
    .module.special-offer-chooser.offer-grid .col-xs-12 {
        width: 100%;
    }
}

.module.special-offer-chooser.offer-grid .col-xs-4 a,
.module.special-offer-chooser.offer-grid .col-xs-12 a {
    display: block;
    position: relative;
}

.module.special-offer-chooser.offer-grid .col-xs-4 a img,
.module.special-offer-chooser.offer-grid .col-xs-12 a img {
    width: 100%;
    height: auto;
}

.module.special-offer-chooser.offer-grid .col-xs-4 a .content,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 55%;
    height: 100%;
}

.module.special-offer-chooser.offer-grid .col-xs-4 a .content h2,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content h2 {
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content h2 span,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content h2 span {
        position: inherit;
        bottom: inherit;
        font-family: "Noto Sans", Roboto, Arial, sans-serif;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
    }

.module.special-offer-chooser.offer-grid .col-xs-4 a .content h3,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content h3 {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content h3 span,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content h3 span {
        position: inherit;
        bottom: inherit;
        font-family: "Noto Sans", Roboto, Arial, sans-serif;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
    }

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content p {
        font-family: "Noto Sans", Roboto, Arial, sans-serif;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
        line-height: 22px;
        color: #909090;
    }

.module.special-offer-chooser.offer-grid .col-xs-4 a .content p span,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content p span {
    position: inherit;
    bottom: inherit;
}

.module.special-offer-chooser.offer-grid .col-xs-4 a .content p span.italic,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content p span.italic {
    font-style: italic;
}

@media screen and (max-width:959px) {

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content p {
        font-size: 16px;
        line-height: 20px;
    }
}

.module.special-offer-chooser.offer-grid .col-xs-4 a .content span,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content span {
    position: absolute;
    bottom: 30px;
}

.module.special-offer-chooser.offer-grid .col-xs-12 a .content h3 {
    font-size: 15px;
}

.module.special-offer-chooser.offer-grid .col-xs-12 a .content p {
    font-size: 12px;
    line-height: 18px;
}

.module.tips-trends {
    padding: 0 10px;
}

.module.tips-trends.tutorial-step .step {
    font-size: 12px;
    color: #666;
    padding-top: 10px;
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step .step {
        font-size: 14px;
    }
}

.module.tips-trends.tutorial-step .step:not(:first-child) {
    border-top: 1px solid #e5e5e5;
}

.module.tips-trends.tutorial-step .step .step-image,
.module.tips-trends.tutorial-step .step span.number,
.module.tips-trends.tutorial-step .step .description {
    float: left;
}

.module.tips-trends.tutorial-step .step .step-image {
    width: 15%;
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step .step .step-image {
        float: none;
        width: 100%;
        text-align: center;
    }
}

.module.tips-trends.tutorial-step .step .step-image img {
    max-width: 100%;
    height: auto;
}

.module.tips-trends.tutorial-step .step .description {
    width: 50%;
    margin-top: 15px;
}

@media screen and (max-width:959px) {
    .module.tips-trends.tutorial-step .step .description {
        padding: 0 20px;
    }
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step .step .description {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.module.tips-trends.tutorial-step .step .description h4 {
    margin: 0 0 5px;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
}

.module.tips-trends.tutorial-step .step .description p {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step .step .description p {
        font-size: 14px;
    }
}

.module.tips-trends.tutorial-step .step .description a:not(.button) {
    font-weight: 600;
}

.module.tips-trends.tutorial-step .step .product-listing {
    float: left;
    width: 50%;
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step .step .product-listing {
        float: none;
        width: 100%;
    }
}

.module.tips-trends.tutorial-step .step .product-listing .product {
    width: 50%;
}

.module.tips-trends.tutorial-step .step a:not(.product-name):hover {
    text-decoration: underline;
}

.module.tips-trends.tutorial-step a.button {
    display: inline-block;
}

.module.tips-trends.tutorial-step.img .description {
    width: 40%;
}

@media screen and (max-width:959px) {
    .module.tips-trends.tutorial-step.img .description {
        width: 35%;
        padding: 0 20px;
    }
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step.img .description {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.module.tips-trends.tutorial-step.img .product-listing {
    width: 45%;
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step.img .product-listing {
        float: none;
        width: 100%;
    }
}

.module.tips-trends.tutorial-step.numbered span.number {
    width: 10%;
    font-size: 56px;
    font-weight: 700;
    color: #b5b6b5;
}

.module.tips-trends.tutorial-step.numbered .description {
    width: 45%;
    padding: 0 20px 0 0;
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step.numbered .description {
        float: left;
        width: 90%;
        padding: 0 20px;
    }
}

.module.tips-trends.tutorial-step.numbered .product-listing {
    width: 45%;
}

@media screen and (max-width:767px) {
    .module.tips-trends.tutorial-step.numbered .product-listing {
        float: none;
        width: 100%;
    }
}

.wallpaper-wrapper {
    margin-bottom: 20px;
}

.wallpaper-wrapper .item {
    margin-top: 10px;
    text-align: center;
}

.wallpaper-wrapper .item img {
    margin-left: auto;
    margin-right: auto;
}

.wallpaper-wrapper .col-xs-12.col-sm-4,
.mk-parties.hero .col-sm-12 {
    padding: 0;
}

@media screen and (max-width:767px) {
    .mk-parties.hero .col-sm-12 {
        padding: 0 10px;
    }

    .mk-parties.hero img.full {
        display: none;
    }
}

.mk-parties.hero .content {
    width: 45%;
    position: absolute;
    right: 20px;
    top: 20px;
}

@media screen and (max-width:959px) {
    .mk-parties.hero .content {
        width: 40%;
        right: 60px;
        top: 20px;
    }
}

@media screen and (max-width:767px) {
    .mk-parties.hero .content {
        position: static;
        width: 100%;
    }
}

.mk-parties.hero .content .intro {
    padding-right: 10px;
}

    .mk-parties.hero .content .intro h1 {
        font-family: "Noto Sans", Roboto, Arial, sans-serif;
        font-weight: 500;
        font-size: 35px;
        font-style: normal;
    }

@media screen and (max-width:959px) {
    .mk-parties.hero .content .intro h1 {
        font-size: 42px;
    }
}

@media screen and (max-width:767px) {
    .mk-parties.hero .content .intro h1 {
        font-size: 36px;
    }
}

.mk-parties.hero .content .intro p {
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    font-style: normal;
}

@media screen and (max-width:959px) {
    .mk-parties.hero .content .intro p {
        font-size: 16px;
    }
}

.mk-parties.hero .content .button-wrapper {
    margin-top: 20px;
}

.mk-parties.hero .content .button-wrapper .button {
    margin-bottom: 15px;
}

.mk-parties.hero .content .button-wrapper .button img {
    max-width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
}

.mk-parties.book-now .col-sm-12 {
    padding: 0 10px;
}

.mk-parties.book-now .col-sm-12>a img {
    max-width: 100%;
}

.mk-parties.book-now .col-sm-3 {
    float: left;
    text-align: center;
}

@media screen and (max-width:959px) {
    .mk-parties.book-now .col-sm-3 {
        width: 20%;
    }
}

.mk-parties.book-now .col-sm-3 img {
    max-width: 95%;
    padding: 10px 0 0 0;
}

@media screen and (max-width:479px) {
    .mk-parties.book-now .col-sm-3 img {
        display: none;
    }
}

.mk-parties.book-now .col-sm-9 {
    float: left;
    padding: 0;
}

@media screen and (max-width:959px) {
    .mk-parties.book-now .col-sm-9 {
        width: 80%;
    }
}

@media screen and (max-width:479px) {
    .mk-parties.book-now .col-sm-9 {
        width: 100%;
    }
}

.mk-parties.book-now .col-sm-9 .content {
    position: relative;
    -webkit-box-shadow: 0 0 8px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 8px rgba(50, 50, 50, .5);
    box-shadow: 0 0 8px rgba(50, 50, 50, .5);
}

.mk-parties.book-now .col-sm-9 .content .details {
    float: left;
    width: 40%;
    padding: 20px 0 0 60px;
}

@media screen and (max-width:768px) {
    .mk-parties.book-now .col-sm-9 .content .details {
        width: auto;
        padding: 20px;
    }
}

.mk-parties.book-now .col-sm-9 .content .details a h3 {
    color: #000;
}

.mk-parties.book-now .col-sm-9 .content .details a h3 span {
    font-weight: 600;
}

.mk-parties.book-now .col-sm-9 .content .details a p {
    margin-bottom: 15px;
    color: #666;
}

.mk-parties.book-now .col-sm-9 .content .details a span.button {
    display: none;
    font-size: 14px;
}

@media screen and (max-width:767px) {
    .mk-parties.book-now .col-sm-9 .content .details a span.button {
        display: inline-block;
    }
}

.mk-parties.book-now .col-sm-9 .content img {
    float: right;
}

@media screen and (max-width:768px) {
    .mk-parties.book-now .col-sm-9 .content img {
        display: none;
    }
}

.about-mk-wrapper {
    background: #f0f0f0;
    background: -moz-linear-gradient(top, #f0f0f0 0, #fff 10%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f0f0), color-stop(10%, #fff));
    background: -webkit-linear-gradient(top, #f0f0f0 0, #fff 15%);
    background: -o-linear-gradient(top, #f0f0f0 0, #fff 10%);
    background: -ms-linear-gradient(top, #f0f0f0 0, #fff 10%);
    background: linear-gradient(to bottom, #f0f0f0 0, #fff 10%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#ffffff', GradientType=0);
}

.container.main.about-mary-kay {
    padding: 50px 0;
}

@media screen and (max-width:959px) {
    .container.main.about-mary-kay {
        padding: 20px 10px;
    }
}

.container.main.about-mary-kay .col-sm-8 {
    padding: 0 20px 0 0;
}

.container.main.about-mary-kay .col-sm-4 {
    padding: 0;
}

.container.main.about-mary-kay .get-rss {
    float: left;
    padding: 7px 0 7px 10px;
    border-left: 1px solid #ccc;
}

.container.main.about-mary-kay .get-rss a {
    color: #666;
}

.container.main.about-mary-kay .get-rss a span,
.container.main.about-mary-kay .get-rss a img {
    float: left;
}

.container.main.about-mary-kay .get-rss a img {
    margin: 2px 0 0 5px;
}

.container.main.about-mary-kay .get-rss a:focus {
    outline: 1px dotted #666;
}

.about-mary-kay .resp-tabs-container {
    padding: 10px 0 0 0;
}

.about-mary-kay .col-sm-4 .module.rtf {
    padding: 0;
    margin-bottom: 20px;
}

.about-mary-kay .module.rtf.intro-text,
.about-mary-kay .module.sitewide-other {
    padding: 0;
}

.about-mary-kay ul.resp-tabs-list {
    margin: 0 0 20px 0 !important;
}

.about-mary-kay .rtf.generic p {
    font-size: 16px;
    margin: 10px 0 20px 0;
    line-height: 22px;
}

.about-mary-kay .module.rtf ul li {
    font-size: 12px;
    line-height: 22px;
    color: #666;
    margin: 0 0 0 5px;
}

.module.content-spotlight {
    position: relative;
    margin-bottom: 20px;
    padding: 6px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
}

.module.content-spotlight .spotlight-header .col-sm-10 {
    padding: 0;
    margin-bottom: 10px;
}

.module.content-spotlight .spotlight-header h2 {
    padding-bottom: 15px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #b0b0b0;
}

.module.content-spotlight .row {
    min-height: 270px;
    padding: 20px;
    background: #e3dfdc;
    background: radial-gradient(circle at 50% 0, #f0eeed 0, #d0c8c5 800px) repeat scroll 0 0 transparent;
}

.module.content-spotlight .row .col-sm-5 {
    padding: 0;
}

@media screen and (max-width:768px) {
    .module.content-spotlight .row .col-sm-5 {
        width: 50%;
        margin-bottom: 30px;
        padding-right: 0;
    }
}

@media screen and (max-width:767px) {
    .module.content-spotlight .row .col-sm-5 {
        width: 100%;
    }
}

.module.content-spotlight .row .col-sm-5.content {
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .module.content-spotlight .row .col-sm-5.content {
        margin-bottom: 30px;
        padding-right: 0;
    }
}

.module.content-spotlight .row .col-sm-5.content h3 {
    margin: 0 0 15px;
    padding-bottom: 15px;
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #b0b0b0;
}

.module.content-spotlight .row .col-sm-5.content h4 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
}

.module.content-spotlight .row .col-sm-5.content p {
    font-size: 12px;
    line-height: 18px;
    color: #666;
}

@media screen and (max-width:767px) {
    .module.content-spotlight .row .col-sm-5.content p {
        font-size: 14px;
        line-height: 20px;
    }
}

.module.content-spotlight .row .col-sm-5.content:last-of-type {
    margin-bottom: 0;
}

.module.content-spotlight .row .col-sm-5 .img-wrap img {
    max-width: 100%;
    height: auto;
}

.module.content-spotlight .row img.spotlight-bg {
    position: absolute;
    right: 6px;
    top: 6px;
}

@media screen and (max-width:768px) {
    .module.content-spotlight .row img.spotlight-bg {
        display: none;
    }
}

.module.rtf {
    margin-bottom: 20px;
    padding: 0 20px 0 0;
}

@media screen and (max-width:767px) {
    .module.rtf {
        padding: 0;
    }
}

.module.rtf p {
    font-size: 12px;
    line-height: 22px;
    color: #666;
}

@media screen and (max-width:767px) {
    .module.rtf p {
        font-size: 14px;
    }
}

.module.rtf img {
    max-width: 100%;
    height: auto;
}

.col-sm-4 .module.video-callout {
    margin-bottom: 20px;
}

.col-sm-4 .module.video-callout h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #222;
    margin: 0 0 5px 0;
}

.col-sm-4 .module.video-callout img {
    width: 100%;
    height: auto;
}

.module.latest-news {
    margin-bottom: 20px;
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .module.latest-news {
        margin-bottom: 20px;
        padding: 0;
    }
}

.module.latest-news a.button.trans {
    background: #fff;
}

.module.latest-news .news-header {
    margin-bottom: 10px;
}

.module.latest-news .news-header h3 {
    float: left;
    padding-right: 10px;
    font-size: 14px;
    text-transform: uppercase;
}

.module.latest-news .news-item {
    margin-bottom: 20px;
}

.module.latest-news .news-item a {
    display: block;
    max-height: 54px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
}

.aside-box-wrapper .module.aside-box {
    margin-bottom: 20px;
    padding: 15px 15px 12px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    background: #fff;
}

@media screen and (max-width:767px) {
    .aside-box-wrapper .module.aside-box {
        max-width: 300px;
    }
}

.aside-box-wrapper .module.aside-box h5 {
    margin: 0 0 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.aside-box-wrapper .module.aside-box p {
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .aside-box-wrapper .module.aside-box p {
        font-size: 14px;
    }
}

.module.chooser .chooser-item {

    float: left;
    width: 45%;
    display: inline-block;
    margin-bottom: 20px;
    height: 320px;
}

.module.chooser .chooser-item:nth-of-type(odd) {
    margin-right: 30px;
}

@media screen and (max-width:479px) {
    .module.chooser .chooser-item {
        float: none;
        width: 100%;
        height: auto !important;
        margin-right: 0;
    }
}

.module.chooser .chooser-item h2 {
    margin-bottom: 20px;
    padding-bottom: 3px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.module.chooser .chooser-item h2 strong {
    display: block;
}

.module.chooser .chooser-item a img {
    max-width: 100%;
    padding: 6px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    background: #fff;
}

.module.chooser .chooser-item p {
    margin-top: 10px;
    padding-right: 20px;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .module.chooser .chooser-item p {
        font-size: 14px;
    }
}

.module.press-release-listing {
    margin-bottom: 20px;
}

.module.press-release-listing .press-header .filter-by {
    float: left;
    width: 29%;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .filter-by {
        float: none;
        width: 100%;
    }
}

.module.press-release-listing .press-header .filter-by .controlcontainer {
    float: left;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .filter-by .controlcontainer select {
        width: 100%;
    }
}

.module.press-release-listing .press-header .filter-by .controlcontainer.date {
    margin-right: 20px;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .filter-by .controlcontainer.date {
        width: 47%;
        margin-right: 0;
    }
}

.module.press-release-listing .press-header .filter-by .controlcontainer.topic {
    width: 50%;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .filter-by .controlcontainer.topic {
        float: right;
        width: 48%;
    }
}

.module.press-release-listing .press-header .press-search {
    float: right;
    width: 69%;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .press-search {
        float: none;
        width: 100%;
    }
}

.module.press-release-listing .press-header .press-search .search-wrapper {
    width: 100%;
}

@media screen and (max-width:959px) {
    .module.press-release-listing .press-header .press-search .search-wrapper {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .press-search .search-wrapper {
        float: none;
        width: 100%;
    }
}

.module.press-release-listing .press-header .press-search .controlcontainer.search {
    padding-top: 2px;
    text-align: right;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .press-search .controlcontainer.search {
        float: left;
        width: 100%;
        text-align: left;
    }
}

.module.press-release-listing .press-header .press-search .controlcontainer.search label {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 20px;
    color: #666;
}

@media screen and (max-width:959px) {
    .module.press-release-listing .press-header .press-search .controlcontainer.search label {
        font-size: 18px;
        font-weight: 300;
    }
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .press-search .controlcontainer.search label {
        display: none;
    }
}

.module.press-release-listing .press-header .press-search .controlcontainer.search input[type="text"] {
    display: inline-block;
    width: 50%;
}

@media screen and (max-width:959px) {
    .module.press-release-listing .press-header .press-search .controlcontainer.search input[type="text"] {
        width: 45%;
    }
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .press-search .controlcontainer.search input[type="text"] {
        width: 98%;
    }
}

.module.press-release-listing .press-header .press-search .controlcontainer.search input[type="submit"] {
    display: inline-block;
    width: 14px;
    height: 12px;
    margin: 7px 0 0 -23px;
    padding: 0;
    border-radius: 0;
    border: medium none;
    background: url(/image/icons/icon-search-gray.gif) no-repeat left top;
}

.module.press-release-listing .press-header .press-search .get-rss {
    float: right;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-header .press-search .get-rss {
        border: none;
    }
}

.module.press-release-listing .listing-paging {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .listing-paging a.view-all {
        display: none;
    }
}

.module.press-release-listing .results-returned {
    clear: both;
    margin: 10px 0 20px;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .results-returned {
        margin: 20px 0;
    }
}

.module.press-release-listing .results-returned p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
}

.module.press-release-listing .results-returned p span.search-term {
    font-weight: 600;
}

.module.press-release-listing .results-returned p span.search-term:before {
    content: "“";
    padding-right: 2px;
}

.module.press-release-listing .results-returned p span.search-term:after {
    content: "”";
    padding-left: 2px;
}

.module.press-release-listing .results-returned a {
    font-size: 16px;
}

.no-touch .module.press-release-listing .results-returned a:hover {
    text-decoration: underline;
}

.module.press-release-listing .press-body {
    margin-bottom: 5px;
}

@media screen and (max-width:767px) {
    .module.press-release-listing .press-body {
        margin-top: 15px;
    }
}

.module.press-release-listing .press-body .press-item {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.module.press-release-listing .press-body .press-item:first-of-type {
    border-top: 1px solid #ccc;
}

.module.press-release-listing .press-body .press-item p.date,
.module.press-release-listing .press-body .press-item p.type {
    float: left;
    width: 15%;
}

@media screen and (max-width:567px) {

    .module.press-release-listing .press-body .press-item p.date,
    .module.press-release-listing .press-body .press-item p.type {
        width: 35%;
    }

    .module.press-release-listing .press-body .press-item p.type {
        width: 50%;
    }
}

.module.press-release-listing .press-body .press-item .result-content {
    float: left;
    width: 70%;
    padding-right: 20px;
}

@media screen and (max-width:567px) {
    .module.press-release-listing .press-body .press-item .result-content {
        float: none;
        clear: both;
        width: 100%;
    }
}

.module.press-release-listing .press-body .press-item .result-content h3 {
    margin-top: 0;
    font-size: 20px;
}

.module.press-release-listing .press-body .press-item .result-content p {
    font-size: 12px;
    color: #666;
}

.module.about-two-col .col {
    width: 50%;
}

@media screen and (max-width:767px) {
    .module.about-two-col .col {
        float: none;
        width: 100%;
    }

    .module.about-two-col .col:first-of-type {
        margin-bottom: 20px;
    }
}

.module.about-two-col .col img {
    max-width: 95%;
    height: auto;
}

@media screen and (max-width:767px) {
    .pp-module {
        max-width: 100%;
    }
}

.pp-module .pp-header {
    padding: 8px 14px 6px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid #eee;
    background-color: #e9e9e9;
    background-image: -moz-linear-gradient(#fff, #e9e9e9);
    background-image: -o-linear-gradient(#fff, #e9e9e9);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fff), » color-stop(1, #e9e9e9));
    background-image: -webkit-linear-gradient(#fff, #e9e9e9);
    background-image: -ms-linear-gradient(#fff, #e9e9e9);
    background-image: linear-gradient(#fff, #e9e9e9);
}

@media screen and (max-width:767px) {
    .pp-module .pp-header {
        cursor: pointer;
    }
}

.pp-module .pp-header span {
    float: left;
    font-size: 11px;
    color: #666;
}

@media screen and (max-width:767px) {
    .pp-module .pp-header span:before {
        float: left;
        margin: 3px 0 0 -10px;
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left-color: #000;
        content: "";
        height: 0;
        width: 0;
    }
}

.pp-module .pp-header a {
    float: right;
    font-size: 10px;
}

.pp-module .pp-body {
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-top: 0;
}

@media screen and (max-width:767px) {
    .pp-module .pp-body {
        display: none;
    }
}

.pp-module .pp-body span,
.pp-module .pp-body img,
.pp-module .pp-body a {
    display: block;
}

.pp-module .pp-body span {
    font-size: 16px;
    margin-bottom: 10px;
}

.pp-module .pp-body img {
    margin: 0 auto 5px;
}

.pp-module .pp-body a {
    font-size: 12px;
}

.pp-module .pp-body .progress-bar {
    float: none;
    position: relative;
    width: 70%;
    max-width: 175px;
    height: 19px;
    margin: 10px auto 5px;
    background-color: #d9d9d9;
    background-image: -moz-linear-gradient(#aaa, #d9d9d9);
    background-image: -o-linear-gradient(#aaa, #d9d9d9);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #aaa), » color-stop(1, #d9d9d9));
    background-image: -webkit-linear-gradient(#aaa, #d9d9d9);
    background-image: -ms-linear-gradient(#aaa, #d9d9d9);
    background-image: linear-gradient(#aaa, #d9d9d9);
    filter: none;
    border: 1px solid #ccc;
    z-index: 1;
}

.pp-module .pp-body .progress-bar .progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    border-radius: 0;
    background-color: #b96369;
    background-image: -moz-linear-gradient(#f89a9b, #b96369);
    background-image: -o-linear-gradient(#f89a9b, #b96369);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #f89a9b), » color-stop(1, #b96369));
    background-image: -webkit-linear-gradient(#f89a9b, #b96369);
    background-image: -ms-linear-gradient(#f89a9b, #b96369);
    background-image: linear-gradient(#f89a9b, #b96369);
    filter: none;
    z-index: 10;
}

.pp-module .pp-body .progress-bar .percent {
    position: absolute;
    left: 5px;
    top: -1px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    z-index: 11;
}

.pp-module .pp-body .progress-bar .percent:after {
    content: "%";
}

@media screen and (max-width:767px) {
    .pp-module.open .pp-header span:before {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid transparent;
        border-top-color: #000;
        content: "";
        height: 0;
        width: 0;
    }
}

.my-mk .ibc-wrapper {
    position: relative;
    padding: 0 20px 0 0;
}

@media screen and (max-width:767px) {
    .my-mk .ibc-wrapper {
        margin-bottom: 20px;
        padding-right: 10px;
    }
}

.my-mk .ibc-wrapper .img-wrap {
    float: left;
}

.my-mk .ibc-wrapper .img-wrap img {
    max-width: 113px;
    height: auto;
}

@media screen and (max-width:767px) {
    .my-mk .ibc-wrapper .img-wrap img {
        max-width: 75px;
    }
}

.my-mk .ibc-wrapper .send-message {
    float: right;
}

@media screen and (max-width:767px) {
    .my-mk .ibc-wrapper .send-message {
        display: none;
    }
}

.my-mk .ibc-wrapper .send-message a.button {
    padding: 3px 10px 4px;
    margin: 0 0 5px;
}

.my-mk .ibc-wrapper .send-message span {
    display: block;
    margin: 0 0 5px;
    font-size: 11px;
}

.my-mk .ibc-wrapper .pws-details {
    margin-left: 40px;
}

@media screen and (max-width:567px) {
    .my-mk .ibc-wrapper .pws-details {
        margin: 0 0 0 20px;
    }
}

.my-mk .ibc-wrapper .pws-details .send-message {
    float: left;
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .my-mk .ibc-wrapper .pws-details .send-message {
        display: block;
        margin-top: 5px;
    }
}

.my-mk .ibc-wrapper .pws-message {
    position: relative;
    width: 60%;
    margin: 10px 0 0 35%;
}

@media screen and (max-width:767px) {
    .my-mk .ibc-wrapper .pws-message {
        clear: both;
        width: 100%;
        margin: 0;
        padding: 10px 10px 0 0;
    }
}

.my-mk .ibc-wrapper .pws-message p {
    font-family: Times New Roman, serif;
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
    color: #222;
    text-align: center;
}

@media screen and (max-width:767px) {
    .my-mk .ibc-wrapper .pws-message p {
        font-size: 18px;
        line-height: 22px;
        text-align: left;
    }
}

.my-mk .ibc-wrapper .pws-message span.quote-begin {
    display: inline-block;
    position: relative;
    bottom: 6px;
    width: 23px;
    height: 23px;
    margin-right: 3px;
    background: url(/image/icons/quote-begin-black.gif) no-repeat left top;
}

@media screen and (max-width:767px) {
    .my-mk .ibc-wrapper .pws-message span.quote-begin {
        display: none;
    }
}

.my-mk .ibc-wrapper .pws-message span.quote-end {
    display: inline-block;
    position: relative;
    top: 15px;
    width: 23px;
    height: 23px;
    margin-left: 7px;
    background: url(/image/icons/quote-end-black.gif) no-repeat left top;
}

@media screen and (max-width:767px) {
    .my-mk .ibc-wrapper .pws-message span.quote-end {
        display: none;
    }
}

.container.my-mk.landing {
    margin-top: 0;
}

.container.my-mk.landing .container.landing-header,
.container.my-mk.landing .container.landing-header .landing-banner {
    padding: 0;
}

.container.my-mk.landing .container.landing-header .get-started {
    padding: 10px;
    color: #666;
    -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    background: #f2f4f3;
}

.container.my-mk.landing .container.landing-header .get-started .col-sm-4 {
    padding: 0;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header .get-started .col-sm-4 {
        margin-bottom: 10px;
        text-align: center;
    }
}

.container.my-mk.landing .container.landing-header .get-started h2 {
    margin: 15px 0 0;
    font-size: 26px;
}

@media screen and (max-width:959px) {
    .container.my-mk.landing .container.landing-header .get-started h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header .get-started h2 {
        font-size: 26px;
    }
}

.container.my-mk.landing .container.landing-header .get-started .step-wrapper span {
    float: left;
    width: 88%;
    margin-top: 2px;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header .get-started .step-wrapper span {
        float: none;
        display: inline-block;
        width: auto;
    }
}

@media screen and (max-width:320px) {
    .container.my-mk.landing .container.landing-header .get-started .step-wrapper span {
        float: left;
        width: 88%;
    }
}

.container.my-mk.landing .container.landing-header .get-started .step-wrapper span.step-number {
    float: left;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header .get-started .step-wrapper span.step-number {
        float: none;
        display: inline-block;
    }
}

@media screen and (max-width:320px) {
    .container.my-mk.landing .container.landing-header .get-started .step-wrapper span.step-number {
        float: left;
    }
}

.container.my-mk.landing .container.landing-header .get-started .step-wrapper p {
    text-align: left;
    margin-bottom: 5px;
}

.container.my-mk.landing .container.landing-header .get-started .step-wrapper p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header .get-started .step-wrapper p {
        text-align: center;
    }
}

@media screen and (max-width:320px) {
    .container.my-mk.landing .container.landing-header .get-started .step-wrapper p {
        text-align: left;
    }
}

.container.my-mk.landing .container.landing-header .get-started a.button {
    float: right;
    margin: 7px 20px 0 0;
}

@media screen and (max-width:768px) {
    .container.my-mk.landing .container.landing-header .get-started a.button {
        margin-right: 0;
    }
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header .get-started a.button {
        float: none;
        width: 100%;
        max-width: 300px;
    }
}

.container.my-mk.landing .container.landing-header.pws .start-bar {
    padding: 0;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}

.container.my-mk.landing .container.landing-header.pws .start-bar .col-sm-4 {
    padding: 15px;
}

.container.my-mk.landing .container.landing-header.pws .start-bar .col-sm-4:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header.pws .start-bar .col-sm-4:not(:last-of-type) {
        border-right: none;
        border-bottom: 1px solid #ccc;
    }
}

.container.my-mk.landing .container.landing-header.pws .start-bar h2 {
    margin: 0 0 5px;
    font-size: 20px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header.pws .start-bar h2 {
        font-size: 16px;
    }
}

.container.my-mk.landing .container.landing-header.pws .start-bar a.cta {
    color: #000;
    font-size: 30px;
    font-weight: 300;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header.pws .start-bar a.cta {
        font-size: 24px;
    }
}

.container.my-mk.landing .container.landing-header.pws .start-bar a.cta:after {
    display: inline-block;
    margin-left: 5px;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid transparent;
    border-left-color: #000;
    content: "";
    height: 0;
    width: 0;
}

.container.my-mk.landing .container.landing-header.pws .start-bar a.cta:hover {
    color: #b25d64;
    text-decoration: none;
}

.container.my-mk.landing .container.landing-header.pws .start-bar a.cta:hover:after {
    border-left-color: #b25d64;
}

.container.my-mk.landing .container.landing-header.pws .start-bar a.cta:focus {
    outline: 1px dotted #000;
}

.container.my-mk.landing .container.landing-header.pws .start-bar p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-header.pws .start-bar p {
        display: none;
    }
}

.container.my-mk.landing .container.landing-header.pws.logged-in .col-sm-12,
.container.my-mk.landing .container.landing-header.pws.logged-in .col-sm-3 {
    padding: 0;
}

.container.my-mk.landing .container.landing-header.pws.logged-in .col-sm-3 {
    margin: 20px 0;
}

.container.my-mk.landing .container.landing-mosaiac {
    padding: 0;
}

.container.my-mk.landing .container.landing-mosaiac .col-sm-12 {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {

    .container.my-mk.landing .container.landing-mosaiac .col-sm-7,
    .container.my-mk.landing .container.landing-mosaiac .col-sm-6,
    .container.my-mk.landing .container.landing-mosaiac .col-sm-5 {
        padding: 0 5px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .module.main .content {
    float: left;
    width: 60%;
}

.container.my-mk.landing .container.landing-mosaiac .module.main .img-wrap {
    float: right;
    width: 40%;
    text-align: right;
}

.container.my-mk.landing .container.landing-mosaiac .module.main .img-wrap img {
    max-width: 100%;
    height: auto;
}

.container.my-mk.landing .container.landing-mosaiac .module.secondary {
    height: 191px;
    padding: 20px;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    background: #f6d5d0;
}

.container.my-mk.landing .container.landing-mosaiac .module.secondary.product {
    height: auto;
    min-height: 200px;
    background: #fff;
}

.container.my-mk.landing .container.landing-mosaiac .module.secondary .messaging h3 {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
}

.container.my-mk.landing .container.landing-mosaiac .module.secondary .product-listing {
    margin-top: 0;
}

.container.my-mk.landing .container.landing-mosaiac .module.secondary .product-listing .product {
    margin-bottom: 0;
    padding-bottom: 0;
}

.container.my-mk.landing .container.landing-mosaiac .module.secondary .product-listing .product .img-wrap {
    width: 40%;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .module.secondary .product-listing .product .img-wrap {
        float: left;
        width: 30%;
    }
}

.container.my-mk.landing .container.landing-mosaiac .module.secondary .product-listing .product .content {
    width: 55%;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .module.secondary .product-listing .product .content {
        float: left;
        width: 65%;
    }

    .container.my-mk.landing .container.landing-mosaiac .wish-list .col-sm-7 {
        margin-bottom: 20px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .wish-list .module.main h2 {
    margin-bottom: 5px;
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    font-size: 42px;
    font-weight: 100;
    font-style: normal;
}

.container.my-mk.landing .container.landing-mosaiac .wish-list .module.main .content p {
    padding-right: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .wish-list .module.main .content p {
        font-size: 14px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .wish-list .module.secondary .messaging h3 {
    margin-bottom: 10px;
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
    font-size: 32px;
    line-height: 36px;
}

.container.my-mk.landing .container.landing-mosaiac .wish-list .module.secondary .messaging p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #666;
}

.container.my-mk.landing .container.landing-mosaiac .recommendations .col-sm-5 {
    float: left;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .recommendations .col-sm-5 {
        float: none;
    }
}

.container.my-mk.landing .container.landing-mosaiac .recommendations .col-sm-7 {
    float: right;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .recommendations .col-sm-7 {
        float: none;
        margin-bottom: 20px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .recommendations .module.secondary .messaging {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.container.my-mk.landing .container.landing-mosaiac .recommendations .module.secondary .messaging h3 {
    padding: 0 20px;
    font-size: 24px;
    line-height: 28px;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .recommendations .module.secondary .messaging h3 {
        padding: 0 5px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .recommendations .module.main h2 {
    margin-top: 0;
    font-family: Times New Roman, serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #d55437;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .recommendations .module.main h2 {
        font-size: 24px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .recommendations .module.main .content p {
    font-family: Times New Roman, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    color: #000;
}

.container.my-mk.landing .container.landing-mosaiac .reorder-reminders {
    padding-bottom: 0;
    border-style: solid;
    border-width: 27px;
    -moz-border-image: url(../images/my-mk/reminder-border.jpg) 27 repeat;
    -webkit-border-image: url(../images/my-mk/reminder-border.jpg) 27 repeat;
    -o-border-image: url(../images/my-mk/reminder-border.jpg) 27 repeat;
    border-image: url(../images/my-mk/reminder-border.jpg) 27 fill repeat;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .reorder-reminders .col-sm-7 {
        margin-bottom: 20px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .reorder-reminders h2 {
    margin-top: 0;
    font-family: Times New Roman, serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #50bfd0;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .reorder-reminders h2 {
        font-size: 24px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .reorder-reminders .content {
    font-size: 16px;
    color: #666;
}

.container.my-mk.landing .container.landing-mosaiac .reorder-reminders .module.secondary .messaging {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.container.my-mk.landing .container.landing-mosaiac .reorder-reminders .module.secondary .messaging h3 {
    padding: 0 20px;
    font-size: 26px;
    line-height: 32px;
}

@media screen and (max-width:768px) {
    .container.my-mk.landing .container.landing-mosaiac .reorder-reminders .module.secondary .messaging h3 {
        padding: 0 5px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you {
    padding: 5px;
    border: 1px solid #ccc;
    background: #fafafa;
}

@media screen and (min-width:768px) {
    .container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you {
        min-height: 250px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you .inner-wrap {
    padding: 15px;
    border: 1px solid #ccc;
    background: #fff;
}

@media screen and (min-width:768px) {
    .container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you .inner-wrap {
        min-height: 238px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you .inner-wrap .img-wrap {
    float: left;
    width: 35%;
    text-align: left;
}

.container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you .inner-wrap .content {
    padding: 0 0 0 20px;
}

.container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you .inner-wrap .content h3 {
    margin: 0 0 5px;
    font-size: 32px;
    color: #cc5781;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you .inner-wrap .content h3 {
        font-size: 24px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you .inner-wrap .content p {
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .just-for-you .inner-wrap .content p {
        font-size: 14px;
    }
}

.container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .faster-checkout {
    position: relative;
}

    .container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .faster-checkout h3 {
        position: absolute;
        left: 50%;
        top: 20%;
        font-family: "Noto Sans", Roboto, Arial, sans-serif;
        font-weight: 100;
        font-style: normal;
        font-size: 42px;
        color: #000;
    }

@media screen and (max-width:767px) {
    .container.my-mk.landing .container.landing-mosaiac .my-mk-twocol .faster-checkout h3 {
        font-size: 36px;
    }
}

.container.my-mk.landing .benefits-wrapper {
    margin-top: 20px;
    padding: 0;
}

.container.my-mk.landing .benefits-wrapper .container.mk-parties {
    padding-right: 0;
}

.container.my-mk.register {
    margin-top: 20px;
    padding: 0;
}

@media screen and (max-width:767px) {
    .container.my-mk.register {
        margin-top: 10px;
    }
}

.container.my-mk.register .carousel .item img {
    margin: 0 auto;
}

.container.my-mk.register .sign-in {
    width: 95%;
    margin: 10px auto 20px;
    padding: 0 0 20px 25px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:768px) {
    .container.my-mk.register .sign-in {
        padding-left: 22px;
    }
}

@media screen and (max-width:767px) {
    .container.my-mk.register .sign-in {
        width: 100%;
        padding-left: 0;
    }
}

.container.my-mk.register .sign-in h3 {
    display: inline-block;
    margin-right: 20px;
    font-size: 20px;
}

.container.my-mk.register .registration-wrapper {
    width: 90%;
    margin: 0 auto 20px;
}

@media screen and (max-width:767px) {
    .container.my-mk.register .registration-wrapper {
        width: 100%;
        margin: 0;
    }
}

.container.my-mk.register .registration-wrapper fieldset .controlcontainer label {
    font-weight: 600;
}

.container.my-mk.register .registration-wrapper fieldset .controlcontainer p {
    width: 90%;
    font-size: 12px;
}

.container.my-mk.register .registration-wrapper .col-sm-7,
.container.my-mk.register .registration-wrapper .col-sm-5 {
    padding: 0;
}

.container.my-mk.register .registration-wrapper .col-sm-7 h3 {
    display: inline-block;
    margin-bottom: 15px;
    padding-right: 18px;
    font-size: 20px;
    background: url(/image/icons/icon-lock-lg.gif) no-repeat scroll right 4px transparent;
}

@media screen and (max-width:767px) {
    .container.my-mk.register .registration-wrapper .col-sm-5 {
        margin: 20px 0;
    }
}

.container.my-mk.register .registration-wrapper .col-sm-5 .sidebar {
    padding: 15px;
    color: #666;
    border: 1px solid #ccc;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f2f2f2 25%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(25%, #f2f2f2));
    background: -webkit-linear-gradient(top, #fff 0, #f2f2f2 25%);
    background: -o-linear-gradient(top, #fff 0, #f2f2f2 25%);
    background: -ms-linear-gradient(top, #fff 0, #f2f2f2 25%);
    background: linear-gradient(to bottom, #fff 0, #f2f2f2 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
}

.container.my-mk.register .registration-wrapper .col-sm-5 .sidebar h4 {
    width: 80%;
    margin: 0 0 15px;
    font-family: Times New Roman, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
    color: #000;
}

.container.my-mk.register .registration-wrapper .col-sm-5 .sidebar h4 span.quote-begin {
    display: inline-block;
    position: relative;
    bottom: 6px;
    width: 15px;
    height: 9px;
    margin-right: 5px;
    background: url(/image/icons/quote-begin-black-sm.gif) no-repeat left top;
}

@media screen and (max-width:767px) {
    .container.my-mk.register .registration-wrapper .col-sm-5 .sidebar h4 span.quote-begin {
        display: none;
    }
}

.container.my-mk.register .registration-wrapper .col-sm-5 .sidebar h4 span.quote-end {
    display: inline-block;
    position: relative;
    top: 0;
    width: 15px;
    height: 9px;
    margin-left: 5px;
    background: url(/image/icons/quote-end-black-sm.gif) no-repeat left top;
}

@media screen and (max-width:767px) {
    .container.my-mk.register .registration-wrapper .col-sm-5 .sidebar h4 span.quote-end {
        display: none;
    }
}

.container.my-mk.register .registration-wrapper .col-sm-5 .sidebar fieldset .controlcontainer label {
    font-weight: 600 !important;
}

.container.my-mk.register .registration-wrapper .col-sm-5 .sidebar P {
    font-size: 12px;
}

.container.my-mk.register .registration-wrapper .col-sm-5 .sidebar ul {
    margin: 10px 0 0 20px;
}

.container.my-mk.register .registration-wrapper .col-sm-5 .sidebar ul li {
    font-size: 12px;
}

.module.reorders {
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .module.reorders {
        margin-top: 10px;
    }
}

.module.reorders .col-sm-12,
.module.reorders .col-sm-3 {
    padding: 0;
}

.module.reorders .reorder-content {
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .module.reorders .reorder-content {
        margin-top: 30px;
    }
}

.module.reorders .reorder-content .reorder-empty {
    width: 100%;
    padding: 70px 100px;
    color: #666;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #e9e9e9;
    background-image: -moz-linear-gradient(#fff, #e9e9e9);
    background-image: -o-linear-gradient(#fff, #e9e9e9);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fff), » color-stop(1, #e9e9e9));
    background-image: -webkit-linear-gradient(#fff, #e9e9e9);
    background-image: -ms-linear-gradient(#fff, #e9e9e9);
    background-image: linear-gradient(#fff, #e9e9e9);
}

@media screen and (max-width:767px) {
    .module.reorders .reorder-content .reorder-empty {
        padding: 30px 20px;
    }
}

.module.reorders .reorder-content .reorder-empty h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 1px solid #ccc;
}

.module.reorders .reorder-content .reorder-empty p {
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .module.reorders .reorder-content .reorder-empty p {
        font-size: 14px;
    }
}

.module.reorders .reorder-content .reorder-products {
    -webkit-box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 3px rgba(50, 50, 50, .5);
    box-shadow: 0 0 3px rgba(50, 50, 50, .5);
}

.module.reorders .reorder-content .reorder-products .reorder-header {
    margin-bottom: 10px;
    padding: 15px;
    color: #fff;
    background: #393939;
}

.module.reorders .reorder-content .reorder-products .reorder-header h4 {
    margin: 0 0 3px;
}

.module.reorders .reorder-content .reorder-products .reorder-header p {
    margin: 0;
}

.module.reorders .reorder-content .reorder-products .listing-paging {
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .module.reorders .reorder-content .reorder-products .listing-paging {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .module.reorders .reorder-content .reorder-products .listing-paging a.view-all {
        right: 15px;
    }
}

.module.reorders .reorder-content .reorder-products .product-listing {
    clear: both;
    padding: 0 15px;
}

.module.reorders .reorder-content .reorder-products .product-listing .product {
    width: 25%;
}

@media screen and (max-width:767px) {
    .module.reorders .reorder-content .reorder-products .product-listing .product {
        width: 50%;
    }
}

.module.reorders .reorder-content.reminder .reorder-products {
    box-shadow: none;
}

.module.reorders .reorder-content.reminder .reorder-products .reminder-header h4 {
    margin-bottom: 5px;
}

.module.reorders .reorder-content.reminder .reorder-products .reminder-header p {
    font-size: 12px;
    margin-bottom: 5px;
    color: #666;
}

@media screen and (max-width:767px) {
    .module.reorders .reorder-content.reminder .reorder-products .reminder-header p {
        font-size: 14px;
    }
}

.module.reorders .reorder-content.reminder .reorder-products p.no-reminders {
    font-size: 12px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .module.reorders .reorder-content.reminder .reorder-products p.no-reminders {
        font-size: 14px;
    }
}

.module.reorders .reorder-content.reminder .reorder-products .listing-paging {
    margin-top: 15px;
}

.container.my-mk .wishlist {
    margin-bottom: 20px;
    padding: 0;
}

.container.my-mk .wishlist .col-sm-12 {
    padding: 0;
}

.container.my-mk .wishlist .wishlist-intro {
    margin: 20px 0;
}

.container.my-mk .wishlist .wishlist-intro .col-sm-9,
.container.my-mk .wishlist .wishlist-intro .col-sm-3 {
    padding: 0;
}

.container.my-mk .wishlist .wishlist-intro .col-sm-9 {
    position: relative;
}

.container.my-mk .wishlist .wishlist-intro .col-sm-9 .favorites-showing {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk .wishlist .wishlist-intro .col-sm-9 .favorites-showing {
        right: 10px;
        top: 10px;
    }
}

.container.my-mk .wishlist .wishlist-intro .col-sm-9 p {
    font-size: 12px;
    padding-right: 20px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk .wishlist .wishlist-intro .col-sm-9 p {
        font-size: 14px;
    }
}

.container.my-mk .wishlist .sort-share-wrapper .sort-by {
    float: left;
}

@media screen and (max-width:567px) {
    .container.my-mk .wishlist .sort-share-wrapper .sort-by {
        float: none;
        clear: both;
    }
}

.container.my-mk .wishlist .sort-share-wrapper .sort-by fieldset .controlcontainer label {
    display: inline-block;
    margin-right: 5px;
}

.container.my-mk .wishlist .sort-share-wrapper .share-list {
    float: right;
    padding: 5px;
    background: #f5f5f5;
}

@media screen and (max-width:567px) {
    .container.my-mk .wishlist .sort-share-wrapper .share-list {
        float: none;
        margin-bottom: 20px;
    }
}

.container.my-mk .wishlist .sort-share-wrapper .share-list p {
    float: left;
    margin: 0 20px 0 0;
    font-size: 11px;
}

@media screen and (max-width:567px) {
    .container.my-mk .wishlist .sort-share-wrapper .share-list p {
        float: none;
    }
}

.container.my-mk .wishlist .sort-share-wrapper .share-list p strong,
.container.my-mk .wishlist .sort-share-wrapper .share-list p span {
    display: block;
}

.container.my-mk .wishlist .sort-share-wrapper .share-list .social-print {
    float: left;
    margin: 10px 5px 0 0;
    color: #ccc;
}

@media screen and (max-width:567px) {
    .container.my-mk .wishlist .sort-share-wrapper .share-list .social-print {
        float: none;
    }
}

.container.my-mk .wishlist .sort-share-wrapper .share-list .social-print a.cta {
    font-size: 11px;
}

.container.my-mk .wishlist .sort-share-wrapper .share-list .social-print a.cta:focus {
    outline: 1px dotted #ccc;
}

.container.my-mk .wishlist .sort-share-wrapper .share-list .social-print a.facebook {
    padding-left: 20px;
    background: url(/image/icons/social/icon-social-facebook.jpg) no-repeat left top;
}

.container.my-mk .wishlist .product-listing {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.container.my-mk .wishlist .product-listing .product {
    position: relative;
    width: 25%;
    padding-bottom: 30px;
}

@media screen and (max-width:767px) {
    .container.my-mk .wishlist .product-listing .product {
        width: 50%;
    }
}

.container.my-mk .wishlist .product-listing .product .remove-product {
    clear: both;
    width: 95%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.container.my-mk .wishlist .product-listing .product .remove-product .inner-wrapper {
    padding: 2px 0 2px 10px;
    background-color: #fff;
    background-image: -moz-linear-gradient(#e9e9e9, #fff);
    background-image: -o-linear-gradient(#e9e9e9, #fff);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #e9e9e9), » color-stop(1, #fff));
    background-image: -webkit-linear-gradient(#e9e9e9, #fff);
    background-image: -ms-linear-gradient(#e9e9e9, #fff);
    background-image: linear-gradient(#e9e9e9, #fff);
}

.container.my-mk .wishlist .product-listing .product .remove-product .inner-wrapper a {
    font-size: 12px;
}

.container.my-mk .wishlist .product-listing .product .remove-product .inner-wrapper a:before {
    content: "x ";
    font-size: 14px;
    color: #a6a6a6;
}

.container.my-mk .wishlist .how-to-add h3 {
    clear: both;
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

.container.my-mk .wishlist .how-to-add .img-wrap {
    float: left;
    width: 50%;
}

@media screen and (max-width:767px) {
    .container.my-mk .wishlist .how-to-add .img-wrap {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.container.my-mk .wishlist .how-to-add .img-wrap img {
    max-width: 100%;
    height: auto;
}

.container.my-mk .wishlist .how-to-add .content {
    float: right;
    width: 50%;
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .container.my-mk .wishlist .how-to-add .content {
        float: none;
        width: 100%;
        padding: 0 20px 0 0;
    }
}

.container.my-mk .wishlist .how-to-add .content p {
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk .wishlist .how-to-add .content p {
        font-size: 14px;
    }
}

#email-wishlist-modal .modal-body h3 {
    font-size: 20px;
}

#email-wishlist-modal .modal-body h3:first-of-type {
    margin-top: 0;
}

#email-wishlist-modal .modal-body fieldset>p {
    font-size: 12px;
    width: 50%;
    color: #666;
}

@media screen and (max-width:767px) {
    #email-wishlist-modal .modal-body fieldset>p {
        font-size: 14px;
        width: 100%;
    }
}

#email-wishlist-modal .modal-body fieldset label {
    font-weight: 600;
}

#email-wishlist-modal .modal-body fieldset .checkbox label {
    color: #666;
    font-weight: 400;
    display: table;
    padding-left: 2px;
}

.container.my-mk .saved-tips-trends {
    margin-bottom: 20px;
    padding: 0;
}

.container.my-mk .saved-tips-trends .col-sm-12 {
    padding: 0;
}

.container.my-mk .saved-tips-trends .saved-tips-intro {
    margin: 20px 0;
}

.container.my-mk .saved-tips-trends .saved-tips-intro .col-sm-9,
.container.my-mk .saved-tips-trends .saved-tips-intro .col-sm-3 {
    padding: 0;
}

.container.my-mk .saved-tips-trends .saved-tips-intro .col-sm-9 {
    position: relative;
}

.container.my-mk .saved-tips-trends .saved-tips-intro .col-sm-9 .favorites-showing {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk .saved-tips-trends .saved-tips-intro .col-sm-9 .favorites-showing {
        right: 10px;
        top: 10px;
    }
}

.container.my-mk .saved-tips-trends .saved-tips-intro .col-sm-9 p {
    font-size: 12px;
    padding-right: 20px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk .saved-tips-trends .saved-tips-intro .col-sm-9 p {
        font-size: 14px;
    }
}

.container.my-mk .saved-tips-trends .how-to-save .img-wrap {
    float: left;
    width: 60%;
}

@media screen and (max-width:767px) {
    .container.my-mk .saved-tips-trends .how-to-save .img-wrap {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.container.my-mk .saved-tips-trends .how-to-save .img-wrap img {
    max-width: 100%;
    height: auto;
}

.container.my-mk .saved-tips-trends .how-to-save .content {
    float: right;
    width: 40%;
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .container.my-mk .saved-tips-trends .how-to-save .content {
        float: none;
        width: 100%;
        padding: 0 20px 0 0;
    }
}

.container.my-mk .saved-tips-trends .how-to-save .content p {
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.my-mk .saved-tips-trends .how-to-save .content p {
        font-size: 14px;
    }
}

.container.my-mk .saved-tips-trends .saved-tips-content h3 {
    clear: both;
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .container.my-mk .saved-tips-trends .saved-tips-content .listing-paging .pagination-wrapper {
        padding-top: 15px;
    }

    .container.my-mk .saved-tips-trends .saved-tips-content .listing-paging .pagination-wrapper a.view-all {
        top: -2px;
    }
}

.saved-tips-listing .item {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .saved-tips-listing .item {
        margin-bottom: 20px;
    }
}

.saved-tips-listing .item .img-wrap {
    float: left;
    width: 30%;
}

.saved-tips-listing .item .img-wrap img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .saved-tips-listing .item .img-wrap {
        display: none;
    }
}

.saved-tips-listing .item .content {
    position: relative;
    float: right;
    width: 70%;
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .saved-tips-listing .item .content {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.saved-tips-listing .item .content a.remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.saved-tips-listing .item .content a.remove:before {
    content: "x ";
    font-size: 14px;
    color: #a6a6a6;
}

.saved-tips-listing .item .content h4 {
    margin: 5px 0 0;
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width:767px) {
    .saved-tips-listing .item .content h4 {
        width: 80%;
        font-size: 18px;
    }
}

.saved-tips-listing .item .content p {
    margin: 10px 0 5px;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .saved-tips-listing .item .content p {
        font-size: 14px;
    }
}

.saved-tips-listing .item .content a.learn-more {
    font-size: 12px;
}

.no-touch .saved-tips-listing .item .content a.learn-more:hover {
    text-decoration: underline;
}

.my-mk .recommendations {
    margin: 20px 0;
    padding: 0;
}

@media screen and (max-width:767px) {
    .my-mk .recommendations {
        margin-top: 10px;
    }
}

.my-mk .recommendations .col-sm-12,
.my-mk .recommendations .col-sm-3 {
    padding: 0;
}

.my-mk .recommendations .recommendations-content {
    margin-top: 50px;
}

@media screen and (max-width:767px) {
    .my-mk .recommendations .recommendations-content {
        margin-top: 30px;
    }
}

.my-mk .recommendations .recommendations-content .recommendation-section {
    position: relative;
    margin-bottom: 30px;
}

.my-mk .recommendations .recommendations-content .recommendation-section>h3 {
    margin: 0;
    padding-bottom: 5px;
    font-size: 20px;
    color: #666;
    border-bottom: 1px solid #ccc;
}

.my-mk .recommendations .recommendations-content .recommendation-section>p {
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .my-mk .recommendations .recommendations-content .recommendation-section>p {
        font-size: 14px;
    }
}

.no-touch .my-mk .recommendations .recommendations-content .recommendation-section>p a:hover {
    text-decoration: underline;
}

.my-mk .recommendations .recommendations-content .recommendation-section>p a:focus {
    outline: 1px dotted #666;
}

.my-mk .recommendations .recommendations-content .recommendation-section .view-print {
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width:767px) {
    .my-mk .recommendations .recommendations-content .recommendation-section .view-print {
        display: none;
    }
}

.my-mk .recommendations .recommendations-content .recommendation-section .view-print a {
    font-size: 12px;
    font-weight: 600;
}

.my-mk .recommendations .recommendations-content .recommendation-section .view-print a.view-all:before {
    float: left;
    margin: 8px 5px 0 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #b25d64;
    content: "";
    height: 0;
    width: 0;
}

.my-mk .recommendations .recommendations-content .recommendation-section .view-print a.view-all:after {
    content: "|";
    padding: 0 5px;
    color: #ccc;
}

.my-mk .recommendations .recommendations-content .recommendation-section .view-print a.view-all.open:before {
    float: left;
    margin: 4px 5px 0 0;
    border-bottom: 4px solid #b25d64;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    content: "";
    height: 0;
    width: 0;
}

.my-mk .recommendations .recommendations-content .recommendation-section .product-listing {
    clear: both;
    padding: 0;
}

.my-mk .recommendations .recommendations-content .recommendation-section .product-listing .product {
    width: 25%;
}

@media screen and (max-width:767px) {
    .my-mk .recommendations .recommendations-content .recommendation-section .product-listing .product {
        display: block !important;
        width: 50%;
    }
}

.my-mk .recommendations .recommendations-content .recommendation-section.empty>h3 {
    border-bottom: 0;
}

.my-mk.account-info {
    margin: 30px auto 20px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info {
        margin-top: 10px;
    }
}

.my-mk.account-info>.container,
.my-mk.account-info .col-sm-3,
.my-mk.account-info .col-sm-9 {
    padding: 0;
}

.my-mk.account-info .col-sm-3 {
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .col-sm-3 {
        margin-bottom: 15px;
        padding: 0;
    }
}

.my-mk.account-info fieldset .controlcontainer {
    margin-bottom: 0;
}

.my-mk.account-info fieldset .controlcontainer p.question {
    margin: 0 0 10px 0 !important;
    font-size: 20px;
}

.my-mk.account-info fieldset .controlcontainer p.question span.question-no {
    font-size: 30px;
    color: #000;
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper {
    margin-left: 30px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info fieldset .controlcontainer .field-wrapper {
        margin-left: 0;
    }
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper p {
    float: left;
    margin-left: 30px !important;
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper p:first-of-type {
    margin-left: 0 !important;
}

@media screen and (max-width:567px) {
    .my-mk.account-info fieldset .controlcontainer .field-wrapper p {
        float: none;
        margin: 0 0 15px 0 !important;
    }
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper label {
    font-weight: 700;
    color: #333;
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper .col {
    float: left;
    width: 45%;
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper .col:first-of-type {
    margin-right: 30px;
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper .col label {
    width: 90%;
}

@media screen and (max-width:567px) {
    .my-mk.account-info fieldset .controlcontainer .field-wrapper .col {
        float: none;
        width: 100%;
        margin: 0;
    }
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper.no-float p {
    float: none;
    margin: 0 0 10px 0 !important;
}

.my-mk.account-info fieldset .controlcontainer.radio,
.my-mk.account-info fieldset .controlcontainer.checkbox {
    margin-top: 0;
}

.my-mk.account-info fieldset .controlcontainer.radio input,
.my-mk.account-info fieldset .controlcontainer.checkbox input {
    float: left;
    position: relative;
    margin-left: 0;
}

.my-mk.account-info fieldset .controlcontainer.radio label,
.my-mk.account-info fieldset .controlcontainer.checkbox label {
    float: left;
    margin: 0 0 0 5px;
}

.my-mk.account-info .account-nav-wrapper {
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-nav-wrapper {
        margin-top: 10px;
    }
}

.my-mk.account-info .account-nav-wrapper h3 {
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:768px) {
    .my-mk.account-info .account-nav-wrapper h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-nav-wrapper h3 {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.my-mk.account-info .account-nav-wrapper .account-nav {
    position: relative;
    margin-bottom: 20px;
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul {
    display: block;
    margin: 0 !important;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-nav-wrapper .account-nav>ul {
        display: none;
        position: absolute;
        left: 0;
        top: 25px;
        width: 100%;
        padding: 5px 0 5px 10px;
        border: 1px solid #ccc;
        border-top: 0;
        background: #fff;
        z-index: 10;
    }
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul li {
    margin: 0;
    padding: 6px 0;
    list-style: none !important;
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul li:last-child {
    padding-bottom: 0;
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul li ul {
    margin: 0 !important;
    padding: 5px 0 0 10px;
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul li a {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #b25d64;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-nav-wrapper .account-nav>ul li a {
        font-size: 12px;
    }
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul li a:hover {
    color: #000;
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul li a:focus {
    outline: 1px dotted #b25d64;
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul li.active>a {
    color: #000;
}

.my-mk.account-info .account-nav-wrapper .account-nav>ul li.active>a:focus {
    outline: 1px dotted #000;
}

.my-mk.account-info .account-nav-wrapper .account-nav a.select {
    display: none;
    background: url(/image/icons/icon-select-dropdown.gif) no-repeat scroll right top #fff;
    border: 1px solid #ccc;
    color: #222;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 5px 4px 10px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-nav-wrapper .account-nav a.select {
        display: block;
        width: 100%;
    }
}

.my-mk.account-info .account-nav-wrapper .account-nav a.select:active,
.my-mk.account-info .account-nav-wrapper .account-nav a.select:focus {
    outline: none;
}

.my-mk.account-info .account-intro {
    margin-bottom: 20px;
}

.my-mk.account-info .account-intro h2 {
    margin-bottom: 20px;
    font-size: 30px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-intro h2 {
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 24px;
    }
}

.my-mk.account-info .account-intro .pp-wrapper {
    float: left;
    padding-right: 50px;
    border-right: 1px solid #ccc;
}

@media screen and (max-width:768px) {
    .my-mk.account-info .account-intro .pp-wrapper {
        padding-right: 20px;
    }
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-intro .pp-wrapper {
        width: 100%;
        padding: 0;
        border: 0;
    }
}

@media screen and (min-width:768px) {
    .my-mk.account-info .account-intro .pp-wrapper .pp-module {
        width: 235px;
    }
}

@media screen and (min-width:768px)and (max-width:875px) {
    .my-mk.account-info .account-intro .pp-wrapper {
        padding-right: 10px;
    }
}

.my-mk.account-info .account-intro p {
    font-size: 12px;
    float: left;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-intro p {
        font-size: 14px;
    }
}

.my-mk.account-info .account-intro .button.trans {
    float: right;
}

.my-mk.account-info .account-intro .intro-right {
    float: right;
    width: 55%;
}

@media screen and (max-width:768px) {
    .my-mk.account-info .account-intro .intro-right {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-intro .intro-right {
        width: 100%;
    }
}

.my-mk.account-info .account-intro .intro-right p {
    float: none;
    width: 70%;
    color: #666;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-intro .intro-right p {
        margin-top: 20px;
        width: 100%;
    }
}

.my-mk.account-info .account-intro .intro-right .button.trans {
    clear: both;
}

.my-mk.account-info .account-section .section-header {
    padding: 8px 10px 8px 15px;
    color: #fff;
    background: #393939;
}

.my-mk.account-info .account-section .section-header h4 {
    float: left;
    margin: 0;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.my-mk.account-info .account-section .section-header a.cta {
    float: right;
    color: #fff;
}

.my-mk.account-info .account-section .section-header a.cta:after {
    border-left: 4px solid #fff;
}

.my-mk.account-info .account-section .section-header a.cta:focus {
    outline: 1px dotted #fff;
}

.my-mk.account-info .account-section .section-body {
    padding: 15px 10px;
}

@media screen and (min-width:768px) {
    .my-mk.account-info .account-section .section-body .pp-module {
        max-width: 235px;
    }
}

.my-mk.account-info .account-section.order-history .order-wrapper .order-info {
    float: left;
    width: 30%;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:479px) {
    .my-mk.account-info .account-section.order-history .order-wrapper .order-info {
        width: 100%;
    }
}

.my-mk.account-info .account-section.order-history .order-wrapper .product-listing {
    float: left;
    width: 70%;
}

@media screen and (max-width:479px) {
    .my-mk.account-info .account-section.order-history .order-wrapper .product-listing {
        width: 100%;
    }
}

.my-mk.account-info .account-section.order-history .order-wrapper .product-listing .product {
    width: 50%;
}

.my-mk.account-info .account-section.inactive .section-header {
    color: #000;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.my-mk.account-info .account-section.inactive .section-header .edit-answered {
    float: right;
    font-weight: 600;
}

.my-mk.account-info .account-section.inactive .section-header .edit-answered a {
    font-size: 12px;
    padding-right: 10px;
}

.my-mk.account-info .account-section.inactive .section-header .edit-answered a:focus {
    outline: 1px dotted #000;
}

.my-mk.account-info .account-section.inactive .section-header .edit-answered span {
    font-size: 11px;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    .my-mk.account-info .account-section.inactive .section-header .edit-answered span strong {
        display: none;
    }
}

.my-mk.account-info.landing .col-sm-9>p {
    font-size: 12px;
    margin: 20px 0 15px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info.landing .col-sm-9>p {
        font-size: 14px;
        margin-top: 0;
    }
}

.my-mk.account-info.landing .account-section h5 {
    margin: 0 0 10px;
    font-size: 16px;
}

.my-mk.account-info.landing .account-section>p {
    font-size: 12px;
    margin: 0 0 3px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info.landing .account-section>p {
        font-size: 14px;
    }
}

.my-mk.account-info.landing .account-section.order-history .order-info span,
.my-mk.account-info.landing .account-section.order-history .order-info a {
    display: block;
}

.no-touch .my-mk.account-info.landing .account-section.order-history .order-info a:hover {
    text-decoration: underline;
}

.my-mk.account-info.landing .account-section.address-book .section-body .address-info p,
.my-mk.account-info.landing .account-section.address-book .section-body .address-info span {
    word-wrap: break-word;
}

.my-mk.account-info.landing .account-section.address-book h5 {
    margin: 5px 0 7px;
}

.my-mk.account-info.landing .account-section.address-book p {
    color: #666;
}

.my-mk.account-info.landing .account-section.address-book p:first-of-type {
    color: #000;
}

.my-mk.account-info.name-email fieldset .controlcontainer {
    margin-bottom: 15px;
}

.my-mk.account-info.name-email input[type="submit"] {
    margin-top: 20px;
}

.my-mk.account-info.contact-personal .section-body {
    padding: 0;
}

.my-mk.account-info.contact-personal .controlcontainer {
    padding: 15px 15px 20px;
    border-bottom: 1px solid #ccc;
}

.my-mk.account-info.contact-personal .controlcontainer:last-of-type {
    border-bottom: 0;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper p {
    float: none;
    margin: 0 0 10px 0 !important;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper p span {
    clear: both;
    display: block;
    padding-top: 5px;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap {
    padding-left: 18px;
}

@media screen and (max-width:767px) {
    .my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap {
        padding-left: 0;
    }
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox label {
    float: none;
    display: block;
    margin-left: 0;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox input[type="text"] {
    width: 33.33%;
}

@media screen and (max-width:767px) {
    .my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox input[type="text"] {
        width: 100%;
    }
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox.work,
.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox.ext {
    float: left;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox.work {
    width: 33.5%;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox.work input {
    width: 100%;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox.ext {
    margin: 18px 0 0 20px !important;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox.ext label {
    float: left;
    margin: 5px 5px 0 0;
    font-weight: 400;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.phone .phone-wrap p.textbox.ext input[type="text"] {
    width: 50px;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.social {
    clear: both;
    padding-top: 10px;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.social p.textbox label {
    margin: 5px 5px 0 0;
    font-weight: 400;
}

.my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.social p.textbox input[type="text"] {
    width: 33.33%;
}

@media screen and (max-width:767px) {
    .my-mk.account-info.contact-personal .controlcontainer.preferred-contact .field-wrapper.social p.textbox input[type="text"] {
        width: 100%;
    }
}

.my-mk.account-info.contact-personal .controlcontainer.best-days-time .field-wrapper.best-time {
    margin-top: 20px;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper label {
    color: #666;
    font-weight: 600;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper input.upcoming-events-other {
    float: left;
    width: 40%;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper input.upcoming-events-other.other-optional {
    margin-left: 5px;
    width: 43%;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper input {
    float: left;
    width: 85%;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.anniversary,
.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.birthday {
    margin-top: 10px;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.anniversary p,
.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.birthday p {
    float: none;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.anniversary>p:not(.question),
.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.birthday>p:not(.question) {
    margin-left: 0 !important;
    font-size: 12px;
    color: #666;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.anniversary input,
.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.birthday input {
    float: none;
    display: inline-block;
    width: 50px;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.anniversary span,
.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.birthday span {
    font-size: 12px;
    color: #666;
}

.my-mk.account-info.contact-personal .controlcontainer.upcoming-events .field-wrapper.birthday,
.my-mk.account-info.contact-personal .controlcontainer.spouse-contact .field-wrapper.gift-giving {
    margin-top: 20px;
}

.my-mk.account-info.contact-personal .controlcontainer.spouse-contact .field-wrapper.gift-giving p:not(.question) {
    margin-left: 0 !important;
    font-size: 12px;
    color: #666;
}

.my-mk.account-info.personal-profile .account-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.my-mk.account-info.personal-profile .account-section label {
    width: 90%;
}

.my-mk.account-info.personal-profile .account-section.fragrance:not(.inactive) {
    border-bottom: 0;
}

.my-mk.account-info.personal-profile .account-section.fragrance:not(.inactive) label,
.my-mk.account-info.personal-profile .account-section.skin-care:not(.inactive) label,
.my-mk.account-info.personal-profile .account-section.make-up:not(.inactive) label {
    width: 90%;
}

.my-mk.account-info.personal-profile .account-section.inactive {
    padding-bottom: 0;
    border-bottom: 0;
}

.my-mk.account-info.personal-profile .account-section.skin-care {
    border-top: 1px solid #ccc;
}

.my-mk.account-info.personal-profile .section-body {
    padding: 0;
}

.my-mk.account-info.personal-profile .section-body .controlcontainer {
    padding: 15px 0 20px 15px;
    border-bottom: 1px solid #ccc;
}

.my-mk.account-info.personal-profile .section-body .controlcontainer:last-of-type {
    border-bottom: 0;
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser p.question {
    margin: 0 0 10px 30px !important;
    line-height: 26px;
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser p.question span.question-no {
    margin-left: -30px;
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser p.question .answer {
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .my-mk.account-info.personal-profile .controlcontainer.img-chooser p.question .answer {
        display: block;
        padding: 5px 5px 5px 0;
        font-size: 18px;
        line-height: 24px;
    }
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser .option {
    float: left;
    margin: 0 10px 10px 0 !important;
    cursor: pointer;
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser .option .img-wrap {
    border: 3px solid #fff;
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser .option .img-wrap img {
    max-width: 88px;
    height: auto;
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser .option span {
    display: block;
    max-width: 96px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    word-break: break-word;
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser .option.selected .img-wrap {
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .75);
    box-shadow: 0 0 5px rgba(50, 50, 50, .75);
}

.my-mk.account-info.personal-profile .controlcontainer.img-chooser .option.selected span {
    color: #000;
    font-weight: 600;
}

.my-mk.account-info.order-history .account-intro {
    margin-bottom: 0;
}

.my-mk.account-info.order-history .account-intro h2 {
    float: left;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .my-mk.account-info.order-history .account-intro h2 {
        margin-bottom: 5px;
    }
}

.my-mk.account-info.order-history .account-intro .displaying-showing {
    position: relative;
    float: right;
    margin-top: 10px;
}

@media screen and (max-width:479px) {
    .my-mk.account-info.order-history .account-intro .displaying-showing {
        float: none;
        clear: both;
    }
}

.my-mk.account-info.order-history .account-intro .displaying-showing .controlcontainer {
    margin-bottom: 20px;
}

@media screen and (max-width:479px) {
    .my-mk.account-info.order-history .account-intro .displaying-showing .controlcontainer {
        float: left;
        margin: 10px 0;
    }

    .my-mk.account-info.order-history .account-intro .displaying-showing .controlcontainer span {
        display: block;
    }
}

.my-mk.account-info.order-history .account-intro .displaying-showing .showing {
    text-align: right;
}

@media screen and (max-width:479px) {
    .my-mk.account-info.order-history .account-intro .displaying-showing .showing {
        float: right;
        clear: both;
    }
}

.my-mk.account-info.order-history .account-intro .displaying-showing .showing p {
    float: none;
    font-size: 12px;
    color: #666;
}

.my-mk.account-info.order-history .order-wrapper {
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
}

.my-mk.account-info.order-history .order-wrapper .order-info {
    float: left;
    width: 30%;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:479px) {
    .my-mk.account-info.order-history .order-wrapper .order-info {
        width: 100%;
    }
}

.my-mk.account-info.order-history .order-wrapper .order-info h5 {
    margin: 15px 0 5px;
    font-size: 20px;
    color: #222;
}

.my-mk.account-info.order-history .order-wrapper .order-info>span,
.my-mk.account-info.order-history .order-wrapper .order-info a.email {
    display: block;
}

.my-mk.account-info.order-history .order-wrapper .order-info>span:focus,
.my-mk.account-info.order-history .order-wrapper .order-info a.email:focus {
    outline: 1px dotted #666;
}

.no-touch .my-mk.account-info.order-history .order-wrapper .order-info>a:hover {
    text-decoration: underline;
}

.my-mk.account-info.order-history .order-wrapper .order-info .order {
    margin: 10px 0;
    color: #222;
}

.my-mk.account-info.order-history .order-wrapper .order-info .order span.order-label {
    display: inline-block;
    color: #666;
}

.my-mk.account-info.order-history .order-wrapper .order-info .order p.price {
    float: none;
    display: inline-block;
    margin: 0;
}

.my-mk.account-info.order-history .order-wrapper .order-info .order .order-recipient {
    margin-right: 20px;
}

.my-mk.account-info.order-history .order-wrapper .order-info .order .order-recipient .address-info p,
.my-mk.account-info.order-history .order-wrapper .order-info .order .order-recipient .address-info span {
    word-wrap: break-word;
}

.my-mk.account-info.order-history .order-wrapper .order-info .order .order-recipient span.order-label {
    display: block;
}

.my-mk.account-info.order-history .order-wrapper .product-listing {
    float: left;
    width: 70%;
    margin-top: 0;
}

@media screen and (max-width:479px) {
    .my-mk.account-info.order-history .order-wrapper .product-listing {
        width: 100%;
    }
}

.my-mk.account-info.order-history .order-wrapper .product-listing .status-showing {
    margin: 20px 0;
}

@media screen and (max-width:479px) {
    .my-mk.account-info.order-history .order-wrapper .product-listing .status-showing {
        margin: 10px 0;
    }
}

.my-mk.account-info.order-history .order-wrapper .product-listing .status-showing .status {
    float: left;
    color: #666;
}

.my-mk.account-info.order-history .order-wrapper .product-listing .status-showing .status span {
    font-size: 20px;
    color: #222;
}

.my-mk.account-info.order-history .order-wrapper .product-listing .status-showing .showing {
    float: right;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:479px) {
    .my-mk.account-info.order-history .order-wrapper .product-listing .status-showing .showing {
        margin-top: 5px;
    }
}

.my-mk.account-info.order-history .order-wrapper .product-listing .product {
    width: 50%;
}

.my-mk.account-info.order-history .order-wrapper .product-listing .product:nth-of-type(2n+2) {
    clear: left;
}

.my-mk.account-info.address-book .account-intro {
    margin-bottom: 10px;
}

.my-mk.account-info.address-book .controlcontainer {
    margin-bottom: 15px;
}

.my-mk.account-info.address-book .controlcontainer label {
    font-weight: 600;
    color: #666;
}

.my-mk.account-info.address-book .controlcontainer a.edit {
    float: left;
    margin-top: 2px;
}

.my-mk.account-info.address-book .controlcontainer select {
    width: 100%;
}

.my-mk.account-info.address-book .add-new {
    padding: 0 10px;
    cursor: pointer;
    border-top: 1px solid #ccc;
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0, #fff 34%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(34%, #fff));
    background: -webkit-linear-gradient(top, #e6e6e6 0, #fff 34%);
    background: -o-linear-gradient(top, #e6e6e6 0, #fff 34%);
    background: -ms-linear-gradient(top, #e6e6e6 0, #fff 34%);
    background: linear-gradient(to bottom, #e6e6e6 0, #fff 34%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
}

.my-mk.account-info.address-book .add-new h2 {
    display: inline-block;
    font-size: 20px;
}

.my-mk.account-info.address-book .add-new h2:after {
    float: right;
    margin: 12px 0 0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-top-color: #666;
    content: "";
    height: 0;
    width: 0;
}

.my-mk.account-info.address-book .add-new fieldset {
    padding-left: 0;
    background: none;
}

.my-mk.account-info.address-book .add-new .address-wrapper {
    display: none;
}

.my-mk.account-info.address-book .add-new.editing .address-wrapper {
    display: block;
}

.my-mk.account-info.address-book .no-address-wrapper {
    margin-bottom: 30px;
}

.my-mk.account-info.address-book .no-address-wrapper .no-address {
    margin-bottom: 20px;
    padding: 15px 15px 10px;
    color: #666;
    border: 1px solid #e5e5e5;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 42%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 42%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 42%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 42%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 42%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.my-mk.account-info.address-book .no-address-wrapper .no-address h2 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #222;
}

.my-mk.account-info.address-book .no-address-wrapper .no-address p {
    font-size: 12px;
}

.my-mk.account-info.address-book .no-address-wrapper .add-primary h2 {
    margin-bottom: 5px;
    font-size: 20px;
}

.my-mk.account-info.address-book .no-address-wrapper .add-primary p {
    font-size: 12px;
    color: #666;
}

.my-mk.account-info.address-book .no-address-wrapper .add-primary fieldset.address-item {
    padding: 0;
}

.my-mk.account-info.address-book .no-address-wrapper .add-primary fieldset.address-item .edit-address {
    display: block;
}

.my-mk.account-info.subscriptions .field-wrapper.no-float,
.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions {
    margin-left: 0;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p:not(.select-all) {
    margin-left: 30px !important;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p {
    padding-bottom: 10px;
    font-size: 12px;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p label {
    width: 90%;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p span {
    clear: both;
    display: block;
    padding: 5px 0 5px 18px;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p a.cta {
    padding-left: 18px;
}

.my-mk.account-info.subscriptions .account-section.unsubscribe .controlcontainer.terms p {
    padding: 20px 0 10px;
    font-size: 12px;
}

.my-mk.account-info.subscriptions .account-section.unsubscribe .controlcontainer.terms p input {
    margin: 1px 5px 0 0;
}

.my-mk.account-info.subscriptions .account-section.unsubscribe input.button.black:last-of-type {
    display: block;
    margin: 10px 0;
}

.my-mk.account-info.subscriptions .account-section.unsubscribe a.cta {
    clear: both;
}

.address-wrapper .address-info p,
.address-wrapper .address-info span {
    word-wrap: break-word;
}

.address-wrapper .address-info p:first-child {
    width: 27%;
}

@media screen and (max-width:767px) {
    .address-wrapper .address-info p:first-child {
        width: 100%;
    }
}

.address-wrapper .address-info p:nth-child(2) {
    width: 36%;
}

@media screen and (max-width:767px) {
    .address-wrapper .address-info p:nth-child(2) {
        width: 100%;
    }
}

.address-wrapper .address-info p:last-child {
    width: 20%;
}

@media screen and (max-width:767px) {
    .address-wrapper .address-info p:last-child {
        width: 100%;
    }
}

.module.tips-trends {
    padding: 0 10px;
}

.module.rtf p.price {
    float: left;
    font-family: Times New Roman, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    color: #000;
}

p.price span,
p.price sup {
    position: relative;
    bottom: .5em;
    height: 0;
    font-size: 12px;
}

p.price sup {
    margin-right: 3px;
}

.product .price-bag.content {
    /*width:auto !important;*/
    float: right !important;
}

.price-bag a {
    display: inline-block;
    padding: 4px 4px 4px 4px;
    border-radius: 10px;
    border: 1.4px solid #ccc;
}

.price-bag a:focus {
    outline: 1px dotted #000;
}

.price-bag p.price {
    margin-bottom: 0;
}

.price-bag .suggested {
    float: left;
    width: 45%;
    margin: 0 0 0 10px;
    font-size: 11px;
    color: #666;
}

.product-reminder {
    clear: both;
    width: 100%;
    padding: 10px;
    background-color: #e9e9e9;
    background-image: -moz-linear-gradient(#fff, #e9e9e9);
    background-image: -o-linear-gradient(#fff, #e9e9e9);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fff), » color-stop(1, #e9e9e9));
    background-image: -webkit-linear-gradient(#fff, #e9e9e9);
    background-image: -ms-linear-gradient(#fff, #e9e9e9);
    background-image: linear-gradient(#fff, #e9e9e9);
}

.product-reminder p {
    margin-bottom: 3px;
    font-size: 12px;
    color: #666;
}

.product-reminder p:last-of-type {
    margin: 0;
}

@media screen and (max-width:768px) {
    .product-reminder p span {
        display: block;
    }
}

.product-listing {
    margin-top: 20px;
}

.product-listing-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.product-listing-header h2 {
    float: left;
    font-size: 22px;
    line-height: 26px;
    color: #666;
}

@media screen and (max-width:567px) {
    .product-listing-header h2 {
        float: none;
        width: 100%;
    }
}

.product-listing-header .add-all {
    float: right;
}

@media screen and (max-width:567px) {
    .product-listing-header .add-all {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
}

.product-listing-header .add-all>span {
    float: left;
    padding-top: 7px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
}

.product-listing-header .add-all p.price {
    float: left;
    margin: 0 20px 0 10px;
}

.product-listing-header .add-all a.button {
    float: left;
}

@media screen and (max-width:567px) {
    .product-listing-header .add-all a.button {
        float: right;
    }
}

.product-sample {
    float: left;
    width: 25%;
    display: table;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width:567px) {
    .product-sample {
        width: 50%;
    }
}

.product-sample .img-wrap-sample,
.product-sample .content-sample {
    width: 90%;
    display: table;
}

.product-sample .content-sample .radio input[type=radio] {
    margin-left: 0;
}

.product-sample .content-sample input [type=radio] {
    float: left;
}

.product-sample .content-sample label {
    float: left;
    display: block;
    padding-top: 2px;
    margin-bottom: 7px;
    font-size: 13px;
    word-break: break-word;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    word-wrap: break-word;
}

@media screen and (max-width:767px) {
    .product-sample .content-sample label {
        font-size: 14px;
    }
}

.product {
    float: left;
    margin-top: 10px;
    padding-bottom: 10px;
}

.product .img-wrap,
.product .content {
    float: left;
    width: 50%;
}

@media screen and (max-width:567px) {

    .product .img-wrap,
    .product .content {
        float: none;
        width: 100%;
    }
}

.product .img-wrap {
    position: relative;
}

.product .img-wrap img {
    max-width: 100%;
    height: auto;
}

.product .img-wrap a.quick-view {
    display: none;
    position: absolute;
    left: 17%;
    top: 90px;
    padding: 7px 8px;
    font-size: 11px;
    color: #b25d64;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product .img-wrap a.quick-view:hover {
    text-decoration: none !important;
}

.product .img-wrap a.quick-view:focus {
    outline: 1px dotted #b25d64;
}

@media screen and (min-width:769px) {
    .ibc .product .img-wrap a.quick-view {
        font-size: 10px;
        top: 50px;
        left: 0;
        padding: 4px 5px;
        text-align: center;
    }
}

@media screen and (max-width:567px) {
    .product .content {
        margin-top: 10px;
        padding: 0 20px;
    }
}

.product .content span.new {
    display: block;
    font-size: 12px;
    color: #000;
}

.product .content .product-qty {
    font-size: 13px;
}

.product .content .product-qty span {
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .product .content .product-qty {
        font-size: 14px;
    }
}

.product .content a.product-name {
    display: block;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #666;
    word-wrap: break-word;
}

@media screen and (max-width:767px) {
    .product .content a.product-name {
        font-size: 14px;
        width: 90%;
    }
}

.product .content a.product-name:focus {
    outline: 1px dotted #666;
}

.product .content span.add-to-bag {
    float: left;
    margin: 5px 0 0 5px;
    width: 12px;
    height: 12px;
    background: url(/image/icons/add-to-bag.png) no-repeat left top;
}

.product .content p.color {
    clear: both;
    position: relative;
    width: 25px;
    margin-bottom: 7px;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .product .content p.color {
        font-size: 12px;
    }
}

.product .content p.color span.mask {
    position: absolute;
    display: block;
    left: 0;
    top: -25px;
    width: 25px;
    height: 25px;
    background: url(../images/products/swatch-mask.png) no-repeat left top;
}

.product .content p.color span.name {
    display: block;
    margin-top: 3px;
    width: 100px;
    word-wrap: break-word;
    height: auto;
}

.product-listing.product-spotlight .product {
    width: 25%;
    border-bottom: 1px solid #e5e5e5;
    height: 175px;
}

@media screen and (max-width:767px) {
    .product-listing.product-spotlight .product {
        width: 50%;
    }
}

.product-listing.product-spotlight.has-ad {
    float: left;
    width: 73%;
    margin-left: 15px;
}

@media screen and (max-width:959px) {
    .product-listing.product-spotlight.has-ad {
        margin: 0;
    }
}

@media screen and (max-width:479px) {
    .product-listing.product-spotlight.has-ad {
        width: 100%;
    }
}

.product-listing.product-spotlight.has-ad .product {
    width: 33.33%;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width:767px) {
    .product-listing.product-spotlight.has-ad .product {
        width: 50%;
    }
}

@media screen and (min-width:768px) {
    .product-listing.product-spotlight.has-ad .product:nth-child(5n+1) {
        clear: none;
    }
}

.product-listing.product-samples .product {
    width: 25%;
}

@media screen and (max-width:767px) {
    .product-listing.product-samples .product {
        width: 50%;
    }
}

.ad-wrapper {
    margin: 0 auto;
    max-width: 945px;
}

.ad-wrapper .column {
    width: 25%;
    float: left;
}

.ad-wrapper .column.ad-col {
    position: relative;
}

@media screen and (max-width:479px) {
    .ad-wrapper .column {
        width: 100%;
    }
}

.ad-wrapper .ad {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 297%;
}

@media screen and (max-width:479px) {
    .ad-wrapper .ad {
        position: static;
        width: 100%;
        margin-bottom: 20px;
        overflow: hidden;
    }
}

.ad-wrapper .ad a {
    display: block;
}

.ad-wrapper .ad img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:479px) {
    .ad-wrapper .ad img {
        width: auto;
        height: auto;
    }
}

.ad-wrapper .trans-box {
    width: 100%;
    height: auto;
}

@media screen and (max-width:479px) {
    .ad-wrapper .trans-box {
        display: none;
    }
}

.ad-wrapper .expandable-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.ad-wrapper .expandable-wrapper.item-expanded {
    width: 400%;
}

.ad-wrapper .expandable-wrapper.item-expanded .trans-box {
    display: none;
}

.ad-wrapper .expandable-wrapper.item-expanded ad {
    width: 100%;
}

.no-touch .img-wrap:hover a.quick-view,
.no-touch .product-listing .product .img-wrap:hover a.quick-view,
.no-touch .shopping-bag .your-bag .product .img-wrap:hover a.quick-view,
.checkout .img-wrap:hover a.quick-view {
    display: block;
}

.no-touch .product-listing .product a.product-name:hover {
    text-decoration: underline;
}

.product.flagged {
    position: relative;
}

.product.flagged .p-flag {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 5px 2px;
    font-size: 11px;
    color: #fff;
    z-index: 10;
}

.product.flagged.go-live {
    background: #e5f2e5;
}

.product.flagged.go-live .p-flag {
    background: #008400;
}

.product.flagged.go-live a.product-name,
.product.flagged.go-live .color .name,
.product.flagged.go-live p.price {
    color: #008400;
}

.product.flagged.go-live a.product-name:focus {
    outline: 1px dotted #008400;
}

.product.flagged.cds-gift {
    background: #eef4f9;
}

.product.flagged.cds-gift .p-flag {
    background: #588fc8;
}

.product.flagged.cds-gift a.product-name,
.product.flagged.cds-gift .color .name,
.product.flagged.cds-gift p.price {
    color: #588fc8;
}

.product.flagged.cds-gift a.produce-name:focus {
    outline: 1px dotted #588fc8;
}

.product.flagged.inactive {
    background: #fcf2e9;
}

.product.flagged.inactive .p-flag {
    background: #e17f27;
}

.product.flagged.inactive a.product-name,
.product.flagged.inactive .color .name,
.product.flagged.inactive p.price {
    color: #e17f27;
}

.product.flagged.inactive a.product-name:focus {
    outline: 1px dotted #e17f27;
}

.product.flagged.expired {
    background: #fae9ea;
}

.product.flagged.expired .p-flag {
    background: #cc232d;
}

.product.flagged.expired a.product-name,
.product.flagged.expired .color .name,
.product.flagged.expired p.price {
    color: #cc232d;
}

.product.flagged.expired a.product-name:focus {
    outline: 1px dotted #cc232d;
}

.product-expanded {
    margin-left: 15px;
    max-width: 40%;
    margin-bottom: 10px;
}

.product-expanded__back {
    color: #b25d64;
    border: 1px solid #ccc;
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}

.module.product-detail {
    margin-bottom: 0;
    min-height: 495px;
    width: 100%;
}

.module.product-detail .col-sm-5 {
    position: relative;
    z-index: 10;
}

.module.product-detail .col-sm-7 {
    position: relative;
    padding-right: 0;
    z-index: 5;
}

@media screen and (max-width:768px) {
    .module.product-detail .col-sm-7 {
        padding: 20px 20px 0 0;
    }
}

.module.product-detail .product-zoom {
    position: relative;
}

.module.product-detail .product-zoom .awards-badges {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
}

.module.product-detail .product-zoom .awards-badges img {
    display: block;
    margin-bottom: 10px;
}

.module.product-detail .product-zoom ul.thumbnails li {
    list-style: none;
    border: 1px solid #fff;
}

.module.product-detail .product-zoom ul.thumbnails li a {
    outline: none;
}

.module.product-detail .product-zoom ul.thumbnails li a img {
    max-width: 35px;
}

.module.product-detail .product-zoom ul.thumbnails li.active {
    border: 1px solid #b25d64;
}

.module.product-detail .product-zoom ul.thumbnails_expanded li,
.module.product-detail .product-zoom ul.thumbnails_hide li {
    display: inline-block;
}

@media screen and (max-width:767px) {
    .module.product-detail .product-zoom ul.thumbnails_hide {
        display: none;
    }
}

.module.product-detail .product-zoom .product-image {
    float: left;
    margin-left: 35px;
}

@media screen and (max-width:767px) {
    .module.product-detail .product-zoom .product-image_mobile {
        text-align: center;
    }

    .module.product-detail .product-zoom .product-image_mobile .full {
        width: 80%;
    }

    .module.product-detail .product-zoom .product-image {
        margin-left: 35px;
    }
}

.module.product-detail .product-zoom .product-image_normalized {
    float: none;
    height: 400px;
    margin: 0;
}

.module.product-detail .product-zoom .product-image_normalized>a {
    display: block;
    height: 100%;
}

.module.product-detail .product-zoom .product-image_normalized>a img.full {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width:767px) {
    .module.product-detail .product-zoom .product-image .ellipses {
        text-align: center;
    }

    .module.product-detail .product-zoom .product-image .ellipses__item {
        display: inline-block;
        height: 8px;
        width: 8px;
        border: 1px solid #adadad;
        border-radius: 4px;
    }

    .module.product-detail .product-zoom .product-image .ellipses__item_active {
        background-color: #adadad;
    }
}

.module.product-detail .product-zoom .product-image.easyzoom--overlay .easyzoom-flyout {
    left: 0;
    width: 100%;
    height: 100%;
}

.module.product-detail .product-zoom .product-image a.toggle-zoom {
    position: absolute;
    left: 20px;
    bottom: 0;
    color: #666;
    z-index: 51;
}

.module.product-detail .product-zoom .product-image a.toggle-zoom:after {
    content: "+";
    margin-left: 5px;
    font-size: 16px;
    color: #ccc;
}

.module.product-detail .product-zoom .product-image a.toggle-zoom:hover {
    text-decoration: none;
}

.module.product-detail .product-zoom .product-image a.toggle-zoom:focus {
    outline: 1px dotted #666;
}

.module.product-detail .product-zoom .product-image .toggle-mobile {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 50;
}

@media screen and (max-width:959px) {
    .module.product-detail .product-zoom .product-image .toggle-mobile {
        display: block;
    }
}

.module.product-detail .product-zoom .product-image .toggle-mobile a {
    position: absolute;
    top: 50%;
    left: 25%;
    padding: 7px 20px;
    border-radius: 5px;
    color: #b25d64;
    border: 1px solid #ccc;
    background: #fff;
    z-index: 50;
}

.module.product-detail .product-zoom .product-image .toggle-mobile a:focus {
    outline: 1px dotted #b25d64;
}

@media screen and (max-width:768px) {
    .module.product-detail .product-zoom .product-image .toggle-mobile a {
        display: block;
        left: 18%;
    }
}

@media screen and (max-width:767px) {
    .module.product-detail .product-zoom .product-image .toggle-mobile a {
        left: 20%;
    }
}

.module.product-detail .product-zoom .product-image.flyout-show .toggle-zoom,
.module.product-detail .product-zoom .product-image.flyout-show .toggle-mobile {
    display: none;
}

.module.product-detail .details {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .module.product-detail .details {
        margin-top: 30px;
    }
}

.module.product-detail .details h1 {
    margin: 0 0 5px;
    font-size: 30px;
    font-weight: 200;
    color: #222;
}

@media screen and (max-width:768px) {
    .module.product-detail .details h1 {
        font-size: 24px;
        line-height: 30px;
    }
}

.module.product-detail .details .flags span {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 5px;
    font-size: 12px;
    color: #666;
}

.module.product-detail .details .flags span.new {
    font-weight: 700;
    text-transform: uppercase;
}

.module.product-detail .details .included-sizes {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

@media screen and (max-width:768px) {
    .module.product-detail .details .included-sizes {
        font-size: 14px;
    }
}

.module.product-detail .details .formula {
    font-weight: 700;
    margin-bottom: 10px;
}

.module.product-detail .details p.price {
    float: none;
    margin-top: 20px;
    font-size: 30px;
}

.module.product-detail .details p.price span,
.module.product-detail .details p.price sup {
    font-size: 20px;
}

.module.product-detail .details p.price.bv-adjust {
    float: left;
}

.module.product-detail .details .bv-rr-summary-container {
    float: left;
    margin-left: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.module.product-detail .details .gigya-like-buttons {
    clear: both;
}

.module.product-detail .col.sm {
    float: right;
    width: 38%;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .module.product-detail .col.sm {
        width: 100%;
        margin-bottom: 20px;
    }
}

.module.product-detail .col.lg {
    float: left;
    width: 62%;
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .module.product-detail .col.lg {
        width: 100%;
    }
}

.module.product-detail .description {
    font-size: 12px;
    line-height: 18px;
}

@media screen and (max-width:768px) {
    .module.product-detail .description {
        font-size: 14px;
        line-height: 20px;
    }
}

.module.product-detail .description p {
    color: #666;
}

.module.product-detail .description ul {
    margin-left: 25px;
}

.module.product-detail .description ul li {
    margin-bottom: 10px;
    list-style: disc;
    color: #666;
}

.module.product-detail .description blockquote {
    margin-top: 60px;
    padding: 0;
    font-size: 11px;
    line-height: 13px;
    border: none;
}

@media screen and (max-width:768px) {
    .module.product-detail .description blockquote {
        margin-top: 40px;
    }

    .module.product-detail .description blockquote p {
        font-size: 12px;
        line-height: 15px;
    }
}

.module.product-detail .quantity,
.module.product-detail .quantity fieldset.product-quantity-add .controlcontainer {
    margin-bottom: 20px;
}

.module.product-detail .quantity fieldset.product-quantity-add .controlcontainer.quantity label {
    float: left;
    margin-top: 0;
    font-size: 16px;
    color: #666;
}

.module.product-detail .quantity fieldset.product-quantity-add .controlcontainer.quantity input[type="text"] {
    float: right;
    width: 35px;
}

@media screen and (max-width:767px) {
    .module.product-detail .quantity fieldset.product-quantity-add .controlcontainer.quantity input[type="text"] {
        float: left;
        margin-left: 10px;
    }
}

.module.product-detail .quantity fieldset.product-quantity-add .controlcontainer.add-to-bag {
    clear: both;
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .module.product-detail .quantity fieldset.product-quantity-add .controlcontainer.add-to-bag {
        width: 50%;
        margin-bottom: 0;
    }
}

.module.product-detail .quantity fieldset.product-quantity-add .controlcontainer.add-to-bag input[type="button"] {
    background-color: #020202;
    background-image: -moz-linear-gradient(#1a1a1a, #020202);
    background-image: -o-linear-gradient(#1a1a1a, #020202);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #1a1a1a), » color-stop(1, #020202));
    background-image: -webkit-linear-gradient(#1a1a1a, #020202);
    background-image: -ms-linear-gradient(#1a1a1a, #020202);
    background-image: linear-gradient(#1a1a1a, #020202);
    filter: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #fbc9ba !important;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 18px;
    padding: 8px 22px;
    position: relative;
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    white-space: normal;
}

.module.product-detail .quantity fieldset.product-quantity-add .controlcontainer.add-to-bag input[type="submit"] {
    white-space: normal;
}

.module.product-detail .quantity fieldset.product-quantity-add .controlcontainer:last-of-type {
    margin-bottom: 10px;
}

@media screen and (max-width:767px) {
    .module.product-detail .quantity fieldset.product-quantity-add .link-wrapper {
        margin: 10px 0 0 0;
    }
}

.module.product-detail .more-to-explore h4 {
    margin-top: 3px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
}

.module.product-detail .more-to-explore a {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    color: #b25d64;
}

@media screen and (max-width:768px) {
    .module.product-detail .more-to-explore a {
        font-size: 13px;
    }
}

.module.product-detail .more-to-explore a:focus {
    outline: 1px dotted #b25d64;
}

@media screen and (max-width:767px) {
    .module.product-detail .more-to-explore {
        /*display:none;*/
        margin-bottom: 15px;
    }
}

.module.product-detail a.save-to-wishlist,
.module.product-detail a.added-to-wishlist,
.module.product-detail a.try-it-on {
    display: block;
    padding-left: 15px;
    font-size: 12px;
    color: #b25d64;
}

.module.product-detail a.save-to-wishlist:focus,
.module.product-detail a.added-to-wishlist:focus,
.module.product-detail a.try-it-on:focus {
    outline: 1px dotted #b25d64;
}

.module.product-detail a.save-to-wishlist {
    background: url(/image/icons/icon-favorite-red.png) no-repeat left 3px;
}

.module.product-detail a.added-to-wishlist {
    background: url(/image/icons/icon-added-red.gif) no-repeat left 4px;
}

.module.product-detail a.try-it-on {
    background: url(/image/icons/ico-try-it-on-red.png) no-repeat left 4px;
}

.module.product-detail.options .details {
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.module.product-detail.options .product-options {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-options .col.lg {
        margin-bottom: 20px;
    }
}

.module.product-detail.options .product-options .col.lg fieldset h4 {
    margin: 0 0 5px;
    font-size: 16px;
    color: #666;
}

.module.product-detail.options .product-options .col.lg fieldset .controlcontainer {
    margin-bottom: 0;
}

.module.product-detail.options .product-options .col.lg fieldset a,
.module.product-detail.options .product-options .col.lg fieldset input {
    float: left;
}

.module.product-detail.options .product-options .col.lg fieldset input {
    margin-right: 5px;
}

.module.product-detail.options .product-options .col.lg fieldset a {
    font-size: 12px;
    margin-top: 3px;
    color: #b25d64;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-options .col.lg fieldset a {
        font-size: 14px;
    }
}

.module.product-detail.options .product-options .col.lg fieldset a:focus {
    outline: 1px dotted #b25d64;
}

.module.product-detail.options .product-options .col.sm {
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-options .col.sm {
        width: 100%;
    }
}

.module.product-detail.options .product-options .col.sm h5 {
    margin: 0 0 5px;
    color: #666;
    line-height: 18px;
}

.module.product-detail.options .product-options .col.sm fieldset.quantity {
    float: right;
    width: 50%;
    margin-top: 1px;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-options .col.sm fieldset.quantity {
        float: left;
    }
}

.module.product-detail.options .product-options .col.sm fieldset.quantity .controlcontainer {
    width: 100%;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-options .col.sm fieldset.quantity .controlcontainer {
        margin: 0 0 0 20px;
    }
}

.module.product-detail.options .product-options .col.sm fieldset.quantity .controlcontainer input {
    width: 30%;
}

.module.product-detail.options .product-options .col.sm label {
    float: left;
    margin: 3px 3px 0 0;
    font-size: 16px;
    color: #666;
}

.module.product-detail.options .quantity fieldset.product-quantity-add h5 {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.module.product-detail.options .quantity fieldset.product-quantity-add p.price {
    font-size: 30px;
}

.module.product-detail.options .quantity fieldset.product-quantity-add p.price span.currency,
.module.product-detail.options .quantity fieldset.product-quantity-add p.price sup {
    font-size: 18px;
}

.module.product-detail.options .product-add-optional {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-add-optional {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.module.product-detail.options .product-add-optional h4 {
    font-size: 16px;
    color: #666;
}

.module.product-detail.options .product-add-optional .product-dropdown {
    position: relative;
    width: 57%;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-add-optional .product-dropdown {
        width: auto;
        max-width: 360px;
    }
}

.module.product-detail.options .product-add-optional .product-dropdown a.select {
    background: url(/image/icons/icon-select-dropdown.gif) no-repeat scroll right top #fff;
    border: 1px solid #ccc;
    color: #222;
    display: block;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 5px 4px 5px;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-add-optional .product-dropdown a.select {
        width: 100%;
    }
}

.module.product-detail.options .product-add-optional .product-dropdown a.select:active,
.module.product-detail.options .product-add-optional .product-dropdown a.select:focus {
    border: 1px solid #000;
    outline: none;
}

.module.product-detail.options .product-add-optional .product-dropdown .product-list {
    display: none;
    position: absolute;
    left: 0;
    top: 24px;
    width: 100%;
    padding-top: 20px;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    background: #f4f4f4;
    z-index: 20;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-add-optional .product-dropdown .product-list {
        position: static;
        left: auto;
        top: auto;
    }
}

.module.product-detail.options .product-add-optional .product-dropdown .product-list .item {
    padding: 10px;
    min-height: 100px;
    border-top: 1px solid #e0e0e0;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(#eee, #f4f4f4);
    background-image: -o-linear-gradient(#eee, #f4f4f4);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #eee), » color-stop(1, #f4f4f4));
    background-image: -webkit-linear-gradient(#eee, #f4f4f4);
    background-image: -ms-linear-gradient(#eee, #f4f4f4);
    background-image: linear-gradient(#eee, #f4f4f4);
}

.module.product-detail.options .product-add-optional .product-dropdown .product-list .item:hover {
    background: #fff;
}

.module.product-detail.options .product-add-optional .product-dropdown .product-list .item a img,
.module.product-detail.options .product-add-optional .product-dropdown .product-list .item a span.name,
.module.product-detail.options .product-add-optional .product-dropdown .product-list .item a p {
    float: left;
}

.module.product-detail.options .product-add-optional .product-dropdown .product-list .item a img {
    max-width: 60px;
    margin-right: 20px;
}

.module.product-detail.options .product-add-optional .product-dropdown .product-list .item a span.name {
    width: 48%;
    margin-right: 20px;
    font-size: 13px;
    color: #666;
}

@media screen and (max-width:767px) {
    .module.product-detail.options .product-add-optional .product-dropdown .product-list .item a span.name {
        width: 45%;
    }
}

.module.product-detail.options .product-add-optional .product-dropdown .product-list .item.active {
    border: 3px solid #b25d64;
}

.module.product-detail.color .col-wrapper .col.lg {
    padding-right: 10px;
}

@media screen and (max-width:767px) {
    .module.product-detail.color .col-wrapper .col.lg {
        margin-bottom: 10px;
    }
}

.module.product-detail.color .col-wrapper .col.sm {
    margin: 0;
}

@media screen and (max-width:767px) {
    .module.product-detail.color .col-wrapper .col.sm {
        max-width: 360px;
        float: none;
        clear: both;
    }
}

.module.product-detail.color .col-wrapper .col.sm a.remove {
    display: inline-block;
    padding-right: 8px;
    background: url(/image/icons/icon-remove-gray.gif) no-repeat right 4px;
    font-size: 11px;
    color: #b25d64;
}

@media screen and (max-width:767px) {
    .module.product-detail.color .col-wrapper .col.sm a.remove {
        font-size: 12px;
        background-position: right 5px;
    }
}

.module.product-detail.color .col-wrapper .col.sm a.remove:focus {
    outline: 1px dotted #b25d64;
}

.module.product-detail.color .col-wrapper .col.sm h5 {
    margin: 0 0 5px;
    color: #666;
    line-height: 18px;
}

.module.product-detail.color .col-wrapper .col.sm fieldset.quantity {
    float: right;
    width: 50%;
    margin-top: 1px;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .module.product-detail.color .col-wrapper .col.sm fieldset.quantity {
        float: left;
    }
}

.module.product-detail.color .col-wrapper .col.sm fieldset.quantity .controlcontainer {
    width: 100%;
    margin-bottom: 0;
}

@media screen and (max-width:767px) {
    .module.product-detail.color .col-wrapper .col.sm fieldset.quantity .controlcontainer {
        margin: 0 0 0 20px;
    }
}

.module.product-detail.color .col-wrapper .col.sm fieldset.quantity .controlcontainer input {
    width: 30%;
}

.module.product-detail.color .col-wrapper .col.sm label {
    float: left;
    margin: 3px 3px 0 0;
    font-size: 16px;
    color: #666;
}

.module.product-detail.color .col-wrapper.color {
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .module.product-detail.color .col-wrapper.color {
        margin-bottom: 10px;
        border-bottom: none;
    }
}

.module.product-detail.color .col-wrapper.product-options .col.sm h5 {
    margin-top: 25px;
}

@media screen and (max-width:767px) {
    .module.product-detail.color .col-wrapper.product-options .col.sm h5 {
        margin-top: 10px;
    }
}

.module.product-detail.color .color-options p.color-name {
    margin-bottom: 7px;
    font-size: 14px;
    color: #666;
}

.module.product-detail.color .color-options img.swatch {
    float: left;
    margin-right: 10px;
}

@media screen and (max-width:767px) {
    .module.product-detail.color .color-options img.swatch {
        margin-right: 5px;
    }
}

.module.product-detail.color .color-options ul.color-list {
    float: left;
    width: 75%;
    margin: 0;
    list-style: none;
}

@media screen and (max-width:959px) {
    .module.product-detail.color .color-options ul.color-list {
        width: 69%;
    }
}

@media screen and (max-width:767px) {
    .module.product-detail.color .color-options ul.color-list {
        width: 73%;
    }
}

.module.product-detail.color .color-options ul.color-list li {
    position: relative;
    float: left;
    margin: 0 4px 5px 0;
    list-style: none;
}

.module.product-detail.color .color-options ul.color-list li a {
    /* display:table;
  width:25px;
  */
    height: 25px;
    outline: none;
}

.module.product-detail.color .color-options ul.color-list li a span.color {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.module.product-detail.color .color-options ul.color-list li.active a:before {
    border: 2px solid #fff;
    bottom: 5px;
    content: "";
    display: block;
    left: 0;
    outline: 1px solid #b25d64;
    position: absolute;
    right: 0;
    top: 0;
}

.module.product-detail.color .color-options ul.color-list li.multi a {
    width: auto;
    height: 25px;
    padding: 0 2px;
}

.module.product-detail.color .color-options ul.color-list li.multi a span.color {
    width: 12.5px;
}

.module.product-detail.color a.color-names {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 11px;
    height: 20px;
    color: #b25d64;
    background: url(/image/icons/icon-expand-colors.gif) no-repeat right 0;
}

.module.product-detail.color a.color-names:focus {
    outline: 1px dotted #b25d64;
}

.modal.color ul.color-list li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .modal.color ul.color-list li {
        width: 50%;
    }

    .modal.color ul.color-list li:nth-child(2n+1) {
        clear: left;
    }
}

@media screen and (min-width:768px) {
    .modal.color ul.color-list li:nth-child(3n+1) {
        clear: left;
    }
}

.modal.color ul.color-list li a span.color {
    float: left;
    width: 25px;
    height: 25px;
}

.modal.color ul.color-list li a span.name {
    float: left;
    width: 65%;
    margin: 5px 0 0 10px;
    word-break: break-word;
    font-size: 10px;
    color: #666;
}

.modal.color ul.color-list li a span.name:focus {
    outline: 1px dotted #666;
}

@media screen and (max-width:767px) {
    .modal.color ul.color-list li a span.name {
        font-size: 12px;
    }
}

@media screen and (max-width:479px) {
    .modal.color ul.color-list li a span.name {
        margin-top: 0;
    }
}

.modal.color ul.color-list-group li {
    width: 100%;
    margin-bottom: 0;
}

html.no-touch a.color-names:hover {
    text-decoration: underline;
}

html.touch .module.product-detail .product-zoom .easyzoom .toggle-mobile {
    display: block;
}

html.touch .module.product-detail .product-zoom .easyzoom.flyout-show .toggle-mobile {
    display: none;
}

.shadow-box {
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    background: #fff;
}

.easyzoom {
    position: relative;
    *display: inline;
    *zoom: 1;
    cursor: zoom-in;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom img {
    cursor: zoom-in;
}

.easyzoom.flyout-show img {
    cursor: zoom-out;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 10em;
    margin: -1em 0 0 -5em;
    line-height: 2em;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 10;
    overflow: hidden;
}

.product-image_normalized.easyzoom a img {
    max-width: 363px;
}

.flyout-show .easyzoom-flyout img {
    display: block;
}

.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 97%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}

.gigya-product-reactions {
    position: relative;
    float: right;
    top: -20px;
}

@media screen and (max-width:767px) {

    #reactionsToProductImages-share0,
    #reactionsToProductImages-share1 {
        left: 0 !important;
    }
}

.qv-product-image {
    display: none;
}

.product-image .product-no-image {
    width: 345px;
    height: 460px;
    line-height: 460px;
    border: dashed #d3d3d3 4px;
    border-radius: 25px;
    color: #d3d3d3;
    text-align: center;
}

.product-zoom .product-no-image {
    width: 329px;
    height: 438px;
    line-height: 438px;
    border: dashed #d3d3d3 4px;
    border-radius: 25px;
    color: #d3d3d3;
    text-align: center;
}

@media screen and (max-width:959px) {
    .module.products.filter-bar {
        padding: 0 10px;
    }
}

.module.products.filter-bar span.filter-by {
    float: left;
    margin: 10px 20px 0 0;
    color: #999;
}

@media screen and (max-width:959px) {
    .module.products.filter-bar span.filter-by {
        float: none;
        display: block;
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width:768px) {
    .module.products.filter-bar span.filter-by {
        display: none;
    }
}

.module.products.filter-bar .filter-wrapper {
    float: left;
    width: 92%;
}

@media screen and (max-width:768px) {
    .module.products.filter-bar .filter-wrapper {
        display: none;
        width: 100%;
    }
}

.module.products.filter-bar .filter-category {
    float: left;
    position: relative;
    width: 19.2%;
    min-height: 85px;
    margin-right: 1%;
    padding: 0 10px 10px;
    background: #f4f4f4;
    cursor: pointer;
}

.module.products.filter-bar .filter-category:last-of-type {
    margin-right: 0;
}

@media screen and (max-width:959px) {
    .module.products.filter-bar .filter-category {
        width: 19%;
    }
}

@media screen and (max-width:768px) {
    .module.products.filter-bar .filter-category {
        width: 100%;
        margin: 0 0 10px 0;
        padding-bottom: 0;
    }
}

.module.products.filter-bar .filter-category h4 {
    font-size: 15px;
    font-weight: 600;
    color: #666;
}

.module.products.filter-bar .filter-category h4:after {
    float: right;
    margin-top: 5px;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-top-color: #666;
    content: "";
    height: 0;
    width: 0;
}

.module.products.filter-bar .filter-category span.active-filter {
    display: block;
    color: #b25d64;
}

@media screen and (max-width:768px) {
    .module.products.filter-bar .filter-category span.active-filter {
        display: none;
    }
}

.module.products.filter-bar .filter-category .filter-listing {
    display: none;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    padding: 0 5px 10px 10px;
    border: 1px solid #ccc;
    background: #fff;
    -moz-box-shadow: 3px 3px 3px rgba(50, 50, 50, .5);
    -webkit-box-shadow: 3px 3px 3px rgba(50, 50, 50, .5);
    box-shadow: 3px 3px 3px rgba(50, 50, 50, .5);
    z-index: 20;
}

.module.products.filter-bar .filter-category .filter-listing h4 {
    padding-right: 5px;
}

.module.products.filter-bar .filter-category .filter-listing h4:after {
    margin-right: -2px;
    border-top: none;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-bottom-color: #666;
}

.module.products.filter-bar .filter-category .filter-listing ul {
    margin-left: -5px;
}

.module.products.filter-bar .filter-category .filter-listing ul li {
    padding: 5px 0 5px 7px;
    font-size: 13px;
    list-style-type: none;
    word-wrap: break-word;
}

.module.products.filter-bar .filter-category .filter-listing ul li:hover {
    background: #f4f4f4;
}

.module.products.filter-bar .filter-category.selected {
    background: #e0e0e0;
}

.module.products.filter-bar .filter-category.selected h4:after {
    border: none;
}

.module.products.filter-bar .filter-category.selected span.active-filter {
    padding-left: 20px;
    color: #666;
    background: url(/image/icons/icon-remove.png) no-repeat left 2px;
}

@media screen and (max-width:768px) {
    .module.products.filter-bar .filter-category.selected {
        display: none;
    }
}

.module.products.filter-bar .filter-category.body-part h4:after {
    margin-top: -12px;
}

@media screen and (max-width:768px) {
    .module.products.filter-bar .filter-category.body-part h4:after {
        margin-top: 0;
    }
}

.module.products.filter-bar .filter-by-mobile p {
    margin-bottom: 5px;
}

.module.products.filter-bar .filter-by-mobile p.filter-by {
    color: #999;
}

.module.products.filter-bar .filter-by-mobile a.active-filter {
    padding-right: 20px;
    line-height: 15px;
    color: #666;
    background: url(/image/icons/icon-remove.png) no-repeat right 1px;
}

.module.products.filter-bar .filter-by-mobile a.active-filter:focus {
    outline: 1px dotted #666;
}

@media screen and (min-width:769px) {
    .module.products.filter-bar .filter-by-mobile {
        display: none;
    }
}

.module.products.filter-bar .filter-toggle {
    margin: 10px 0;
    padding: 8px 10px;
    background: #f4f4f4;
    cursor: pointer;
}

.module.products.filter-bar .filter-toggle span {
    position: relative;
    display: block;
    padding-left: 15px;
    color: #666;
    font-weight: 700;
}

.module.products.filter-bar .filter-toggle span:before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left-color: #666;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
}

@media screen and (min-width:769px) {
    .module.products.filter-bar .filter-toggle {
        display: none;
    }
}

.module.products.filter-bar .filter-toggle.active span:before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-top-color: #666;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 6px;
    width: 0;
}

.module.ibc {
    position: relative;
    min-height: 250px;
    padding: 5px 5px 20px;
    color: #555;
    border: 1px solid #e5e5e5;
    background: #f4f4f4;
}

.module.ibc .col-sm-12 {
    padding: 0;
}

@media screen and (max-width:767px) {
    .module.ibc .col-sm-12 {
        padding: 0 15px;
    }
}

.module.ibc .col-sm-5 {
    padding: 0;
}

@media screen and (max-width:959px) {
    .module.ibc .col-sm-5 {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .module.ibc .col-sm-5 {
        width: 100%;
    }
}

.module.ibc .col-sm-5:first-of-type {
    margin-bottom: 10px;
}

.module.ibc .img-wrap {
    float: left;
    width: 35%;
}

.module.ibc .img-wrap img {
    max-width: 100%;
    height: auto;
}

.module.ibc .content {
    float: left;
    width: 65%;
    padding: 0 15px;
}

.module.ibc .content.full-width {
    width: 100%;
}

@media screen and (max-width:767px) {
    .module.ibc .content {
        padding: 0;
    }
}

.module.ibc h2 {
    margin-left: 15px;
    font-family: Times New Roman, serif;
    font-size: 24px;
    font-style: italic;
}

@media screen and (max-width:767px) {
    .module.ibc h2 {
        margin-left: 0;
    }
}

.module.ibc img {
    max-width: 100%;
    height: auto;
}

.module.ibc img.ibc-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 175px;
    max-height: 250px;
}

@media screen and (max-width:959px) {
    .module.ibc img.ibc-bg {
        display: none;
    }
}

.module.ibc h3 {
    font-family: "Noto Sans",Arial, sans-serif;
    font-size: 17px;
}

@media screen and (max-width:767px) {
    .module.ibc h3 {
        margin-top: 15px;
    }
}

.module.ibc ul {
    margin: 0 0 10px !important;
}

.module.ibc ul li {
    margin-bottom: 3px !important;
    padding-left: 17px;
    list-style: none !important;
    font-size: 12px;
    line-height: 18px;
    background: url(/image/icons/mk-bullet.jpg) no-repeat left 2px;
}

@media screen and (max-width:767px) {
    .module.ibc ul li {
        font-size: 14px;
        line-height: 20px;
        background-position: left 4px;
    }
}

.module.ibc ul+a.cta {
    margin-left: 18px;
}

.module.ibc .featured-products {
    padding: 0;
}

@media screen and (max-width:567px) {
    .module.ibc .featured-products {
        margin-top: 10px;
    }
}

.module.ibc .featured-products h3 {
    padding-bottom: 3px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #d0cdc7;
}

.module.ibc .featured-products h3 a {
    float: right;
    margin: 7px 5px 0 0;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #b25d64;
}

.module.ibc .featured-products h3 a:focus {
    outline: 1px dotted #b25d64;
}

.module.ibc .featured-products .product {
    width: 50%;
}

@media screen and (max-width:567px) {
    .module.ibc .featured-products .product .img-wrap {
        float: none;
        width: 100%;
    }
}

.module.ibc .featured-products .product .img-wrap img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:567px) {
    .module.ibc .featured-products .product .content {
        float: none;
        width: 100%;
    }
}

.question-circle {
    padding-left: 5px;
}

.question-circle:before {
    content: "?";
    background-color: #b25d64;
    height: 17px;
    width: 17px;
    position: absolute;
    border-radius: 50%;
    padding-left: 5px;
    color: #fff;
    font-size: 13px;
    padding-top: 1px;
    line-height: 17px;
}

.question-circle:hover {
    cursor: pointer;
}

.module.ibc.pws {
    position: relative;
    min-height: 250px;
    padding: 5px 5px 20px;
    color: #555;
    border: 1px solid #e5e5e5;
    background: #f4f4f4;
}

.module.ibc.pws .col-sm-12 {
    padding: 0 15px;
}

.module.ibc.pws .col-sm-12:last-of-type {
    margin-top: -60px;
    padding-left: 19%;
    padding-right: 0;
}

@media screen and (max-width:959px) {
    .module.ibc.pws .col-sm-12:last-of-type {
        padding-left: 15%;
    }
}

@media screen and (max-width:768px) {
    .module.ibc.pws .col-sm-12:last-of-type {
        margin-top: 0;
    }
}

@media screen and (max-width:767px) {
    .module.ibc.pws .col-sm-12:last-of-type {
        padding-left: 15px;
    }
}

@media screen and (max-width:959px) {
    .module.ibc.pws .col-sm-5 {
        width: 50%;
    }
}

@media screen and (max-width:767px) {
    .module.ibc.pws .col-sm-5 {
        width: 100%;
    }
}

.module.ibc.pws .col-sm-5:first-of-type {
    margin-bottom: 10px;
}

.module.ibc.pws img {
    max-width: 100%;
    height: auto;
}

.module.ibc.pws .col {
    width: 50%;
}

@media screen and (max-width:767px) {
    .module.ibc.pws .col {
        float: none;
        width: 100%;
    }

    .module.ibc.pws .col:first-of-type {
        margin-bottom: 30px;
    }
}

.module.ibc.pws .content,
.module.ibc.pws .img-wrap {
    float: left;
}

.module.ibc.pws .img-wrap {
    width: 35%;
    margin-top: 10px;
}

.module.ibc.pws .img-wrap img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .module.ibc.pws .content:first-of-type {
        margin-top: 20px;
    }
}

.module.ibc.pws .content p {
    padding-right: 0;
}

.module.ibc.pws .content a.cta {
    margin-left: 0;
}

.module.ibc.pws .content.full-width {
    width: 100%;
    padding-right: 0;
}

.module.ibc.pws h2 {
    margin-left: 15px;
    font-family: Times New Roman, serif;
    font-size: 24px;
    font-style: italic;
}

.module.ibc.pws img.ibc-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width:959px) {
    .module.ibc.pws img.ibc-bg {
        display: none;
    }
}

.module.ibc.pws ul {
    margin: 0 0 10px !important;
}

.module.ibc.pws ul li {
    margin-bottom: 3px;
    padding-left: 17px;
    list-style: none;
    font-size: 12px;
    line-height: 18px;
    background: url(/image/icons/mk-bullet.jpg) no-repeat left 2px;
}

@media screen and (max-width:767px) {
    .module.ibc.pws ul li {
        font-size: 14px;
        line-height: 20px;
        background-position: left 4px;
    }
}

.module.ibc.pws a.cta {
    margin-left: 17px;
}

.module.ibc.pws .featured-products .col:last-of-type {
    padding-right: 20px;
}

.module.ibc.pws .product-wrap {
    position: relative;
    padding-right: 20px;
}

.module.ibc.pws .product-wrap a.view-all {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 12px;
    color: #b25d64;
}

.module.ibc.pws .product-wrap a.view-all:focus {
    outline: 1px dotted #b25d64;
}

.module.ibc.pws .product {
    width: 50%;
}

@media screen and (max-width:567px) {
    .module.ibc.pws .product {
        float: left;
        width: 50%;
    }
}

.module.ibc.pws .product .img-wrap {
    margin: 0;
}

.module.ibc.pws .product .img-wrap img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:567px) {

    .module.ibc.pws .product .img-wrap,
    .module.ibc.pws .product .content {
        float: none;
        width: 100%;
    }
}

.module.ibc.pws .col-sm-6 {
    padding: 0;
}

.module.ibc.pws .col-sm-6:last-of-type {
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .module.ibc.pws .col-sm-6:last-of-type {
        padding-left: 0;
    }
}

.module.ibc.pws .img-wrap.ibc {
    max-width: 143px;
    min-height: 143px;
    max-height: 250px;
    margin-right: 40px;
    overflow: hidden;
}

@media screen and (max-width:959px) {
    .module.ibc.pws .img-wrap.ibc {
        max-width: 88px;
        margin-right: 30px;
    }
}

@media screen and (max-width:768px) {
    .module.ibc.pws .img-wrap.ibc {
        min-height: auto;
    }
}

@media screen and (max-width:767px) {
    .module.ibc.pws .img-wrap.ibc {
        max-width: 75px;
    }
}

@media screen and (max-width:567px) {
    .module.ibc.pws .img-wrap.ibc {
        margin-right: 20px;
    }
}

.module.ibc.pws .img-wrap.ibc img {
    position: absolute;
    left: 0;
    top: 10px;
    max-width: 143px;
    max-height: 250px;
}

@media screen and (max-width:959px) {
    .module.ibc.pws .img-wrap.ibc img {
        max-width: 88px;
    }
}

@media screen and (max-width:768px) {
    .module.ibc.pws .img-wrap.ibc img {
        min-height: auto;
    }
}

@media screen and (max-width:767px) {
    .module.ibc.pws .img-wrap.ibc img {
        position: static;
        max-width: 75px;
    }
}

.module.ibc.pws h4 {
    margin-bottom: 12px;
    padding-bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
}

.module.ibc.pws .send-message {
    float: right;
    clear: both;
    width: 100%;
    margin: 10px 0 20px;
}

@media screen and (max-width:767px) {
    .module.ibc.pws .send-message {
        display: none;
    }
}

.module.ibc.pws .send-message a.button,
.module.ibc.pws .send-message span {
    float: right;
}

.module.ibc.pws .send-message a.button {
    padding: 3px 10px 4px;
    margin-right: 10px;
}

.module.ibc.pws .send-message span {
    margin-top: 5px;
    font-size: 11px;
}

.module.ibc.pws .about-me {
    float: left;
    width: 85%;
}

@media screen and (max-width:768px) {
    .module.ibc.pws .about-me {
        width: 90%;
    }
}

@media screen and (max-width:767px) {
    .module.ibc.pws .about-me {
        float: none;
        clear: both;
        width: 95%;
        margin-top: 20px;
    }
}

.module.ibc.pws .about-me p {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
}

@media screen and (max-width:767px) {
    .module.ibc.pws .about-me p {
        font-size: 14px;
    }
}

.module.ibc.pws .about-me h4 {
    font-family: "Noto Sans", Roboto, Arial, sans-serif;
    font-size: 20px;
    font-weight: 200;
    font-style: normal;
}

.module.ibc.pws .about-me .learn-refer {
    float: left;
    color: #ccc;
}

.module.ibc.pws .about-me .learn-refer a {
    font-size: 12px;
    color: #b25d64;
    font-weight: 600;
}

.module.ibc.pws .about-me .learn-refer a:hover {
    text-decoration: underline;
}

.module.ibc.pws .about-me .learn-refer a:focus {
    outline: 1px dotted #b25d64;
}

.module.ibc.pws .about-me .learn-refer a:nth-child(2):before {
    content: "|";
    display: inline-block;
    padding: 0 5px;
    color: #ccc;
    text-decoration: underline;
}

.module.ibc.pws .about-me .learn-refer a:nth-child(2):before:hover {
    text-decoration: none;
}

.module.ibc.pws .pws-details .send-message {
    float: none;
    display: none;
}

@media screen and (max-width:767px) {
    .module.ibc.pws .pws-details .send-message {
        display: block;
    }

    .module.ibc.pws .pws-details .send-message a.button,
    .module.ibc.pws .pws-details .send-message span {
        float: none;
    }

    .module.ibc.pws .pws-details .send-message span {
        display: block;
        margin-top: 10px;
    }
}

.ibc-profile__phone_lg {
    display: inline;
}

@media screen and (max-width:959px) {
    .ibc-profile__phone_lg {
        display: none;
    }
}

.ibc-profile__phone_sm {
    display: none;
}

@media screen and (max-width:959px) {
    .ibc-profile__phone_sm {
        display: inline;
    }

    .ibc-profile__phone_sm a:link,
    .ibc-profile__phone_sm a:visited,
    .ibc-profile__phone_sm a:hover,
    .ibc-profile__phone_sm a:active {
        color: inherit !important;
        text-decoration: underline;
    }
}

.alert.alert-info {
    display: none;
    font-size: 14px;
}

.pws-details {
    float: left;
    width: 55%;
    margin-top: 10px;
}

.pws-details .alert {
    width: 500px;
    margin-bottom: 70px;
}

@media screen and (max-width:767px) {
    .pws-details .alert {
        width: 100%;
        margin-bottom: 20px;
    }

    .pws-details {
        width: 63%;
    }
}

.pws-details_name {
    margin-bottom: 60px;
}

@media screen and (max-width:767px) {
    .pws-details_name {
        margin-bottom: 0;
    }
}

.pws-details .ibc-title {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}

.pws-details .ibc-name {
    display: block;
    margin: 0 0 3px -25px;
    padding-left: 25px;
    font-family: Times New Roman, serif;
    font-size: 24px;
    font-style: italic;
    line-height: 28px;
    white-space: normal;
    word-wrap: break-word;
    background: url(/image/icons/icon-pws-arrow.jpg) no-repeat left 3px;
}

@media screen and (max-width:567px) {
    .pws-details .ibc-name {
        margin-left: 0;
        padding-left: 0;
        background: none;
    }
}

.pws-details .specialty {
    display: block;
    padding-left: 20px;
    font-size: 11px;
    line-height: 20px;
}

.pws-details .specialty.color-consultant {
    background: url(/image/icons/colorBadge.png) no-repeat left top;
}

@media screen and (max-width:567px) {
    .pws-details .specialty.color-consultant {
        padding-left: 20px;
    }

    .pws-details .specialty {
        padding-left: 0;
    }
}

.pws-details .send-message {
    float: none;
    display: none;
}

@media screen and (max-width:767px) {
    .pws-details .send-message {
        display: block;
    }

    .pws-details .send-message a.button,
    .pws-details .send-message span {
        float: none;
    }

    .pws-details .send-message span {
        display: block;
        margin-top: 10px;
    }
}

.module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_lg {
    margin-top: 0 !important;
    display: inline;
}

@media screen and (max-width:959px) {
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_lg {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_lg {
        display: none;
    }
}

.module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm {
    display: none;
}

@media screen and (max-width:959px) {
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm {
        display: inline;
        margin-top: 0 !important;
    }

    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm a:link,
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm a:visited,
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm a:hover,
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm a:active {
        color: inherit !important;
        text-decoration: underline;
    }
}

@media screen and (max-width:767px) {
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm {
        display: inline;
        margin-top: 0 !important;
    }

    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm a:link,
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm a:visited,
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm a:hover,
    .module.ibc.pws .pws-details .send-message span p .ibc-profile__phone_sm a:active {
        color: inherit !important;
        text-decoration: underline;
    }
}

.container.ibc-search .banner {
    position: relative;
    margin-bottom: 20px;
    min-height: 225px;
}

@media screen and (max-width:767px) {
    .container.ibc-search .banner {
        min-height: auto;
        margin-bottom: 20px;
        background: none;
    }
}

.container.ibc-search .banner img {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

@media screen and (max-width:767px) {
    .container.ibc-search .banner img {
        display: none;
    }
}

.container.ibc-search .banner .content {
    position: relative;
    width: 55%;
    margin-top: 50px;
    z-index: 11;
}

@media screen and (max-width:767px) {
    .container.ibc-search .banner .content {
        width: 100%;
        margin-top: 20px;
    }
}

.container.ibc-search .banner .content h1 {
    margin-bottom: 0;
    font-size: 36px;
    color: #222;
}

@media screen and (max-width:768px) {
    .container.ibc-search .banner .content h1 {
        width: 75%;
    }
}

@media screen and (max-width:767px) {
    .container.ibc-search .banner .content h1 {
        font-size: 24px;
    }
}

.container.ibc-search .banner .content h2 {
    margin: 5px 0 20px;
    font-size: 20px;
    color: #666;
}

@media screen and (max-width:768px) {
    .container.ibc-search .banner .content h2 {
        margin: 10px 0;
    }
}

@media screen and (max-width:767px) {
    .container.ibc-search .banner .content h2 {
        font-size: 18px;
    }
}

.container.ibc-search .banner .content p {
    font-size: 14px;
    color: #666;
}

.container.ibc-search .banner .content p a {
    color: #b25d64;
    font-weight: 600;
    text-decoration: underline;
}

.container.ibc-search .banner .content p a:focus {
    outline: 1px dotted #b25d64;
}

.container.ibc-search .search-ibc-left-right>div {
    margin-bottom: 20px;
}

.container.ibc-search .search-ibc-loader {
    background: url(../Images/ibc-locator/ajax-loader.gif) no-repeat center center;
    width: 100%;
    height: 30px;
}

.container.ibc-search .search-ibc-left-right {
    padding: 0 10px;
    color: #424242;
}

.container.ibc-search .search-ibc-left-right .ibc-left,
.container.ibc-search .search-ibc-left-right .ibc-right {
    float: none;
    width: 50%;
    min-height: 200px;
    padding: 15px;
    background: #fef0f0;
}

@media screen and (max-width:767px) {

    .container.ibc-search .search-ibc-left-right .ibc-left,
    .container.ibc-search .search-ibc-left-right .ibc-right {
        width: 100%;
        float: left;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-left h3,
.container.ibc-search .search-ibc-left-right .ibc-right h3 {
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
}

.container.ibc-search .search-ibc-left-right .ibc-left h4,
.container.ibc-search .search-ibc-left-right .ibc-right h4 {
    margin: 0;
    font-size: 16px;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset {
    margin-top: 15px;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer {
    float: left;
    width: 198px;
    margin-right: 10px;
}

@media screen and (max-width:567px) {

    .container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer,
    .container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer {
        float: none;
        width: 100%;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer .col-xs-5,
.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer .col-xs-7,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer .col-xs-5,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer .col-xs-7 {
    padding: 0 0 10px 0;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer .ibc-postal-ext span:before,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer .ibc-postal-ext span:before {
    content: "-";
    float: left;
    padding: 3px 3px 0 3px;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer .ibc-postal-ext input,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer .ibc-postal-ext input {
    width: 85%;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer label,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    word-break: break-word !important;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer .controlcontainer-radio.radio,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer .controlcontainer-radio.radio {
    clear: both !important;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .label-inline,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .label-inline {
    margin-top: 5px;
    margin-right: 5px;
    float: left;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset label,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset label {
    word-break: break-word;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset input[disabled],
.container.ibc-search .search-ibc-left-right .ibc-left fieldset select[disabled],
.container.ibc-search .search-ibc-left-right .ibc-right fieldset input[disabled],
.container.ibc-search .search-ibc-left-right .ibc-right fieldset select[disabled] {
    opacity: .5;
}

@media screen and (max-width:767px) {

    .container.ibc-search .search-ibc-left-right .ibc-left fieldset .use-my-location,
    .container.ibc-search .search-ibc-left-right .ibc-right fieldset .use-my-location {
        margin-bottom: 2px;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .use-my-location a,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .use-my-location a {
    display: none;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #b25d64;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .use-my-location a:hover,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .use-my-location a:hover {
    text-decoration: underline;
}

.container.ibc-search .search-ibc-left-right .ibc-left fieldset .use-my-location a:focus,
.container.ibc-search .search-ibc-left-right .ibc-right fieldset .use-my-location a:focus {
    outline: 1px dotted #b25d64;
}

@media screen and (max-width:567px) {

    .container.ibc-search .search-ibc-left-right .ibc-left fieldset .use-my-location a,
    .container.ibc-search .search-ibc-left-right .ibc-right fieldset .use-my-location a {
        display: inline-block;
        width: 100%;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-left select,
.container.ibc-search .search-ibc-left-right .ibc-right select {
    width: 200px;
}

@media screen and (max-width:767px) {

    .container.ibc-search .search-ibc-left-right .ibc-left select,
    .container.ibc-search .search-ibc-left-right .ibc-right select {
        width: 100%;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-left input[type="submit"],
.container.ibc-search .search-ibc-left-right .ibc-right input[type="submit"] {
    float: left;
    margin: -2px 0 0 0;
}

@media screen and (max-width:567px) {

    .container.ibc-search .search-ibc-left-right .ibc-left input[type="submit"],
    .container.ibc-search .search-ibc-left-right .ibc-right input[type="submit"] {
        float: none;
        margin: 0 0 10px 0;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-left input[type="submit"].postalsearch,
.container.ibc-search .search-ibc-left-right .ibc-right input[type="submit"].postalsearch {
    float: left;
    margin: -2px 0 0 0;
}

@media screen and (max-width:567px) {

    .container.ibc-search .search-ibc-left-right .ibc-left input[type="submit"].postalsearch,
    .container.ibc-search .search-ibc-left-right .ibc-right input[type="submit"].postalsearch {
        float: none;
        margin: 0 0 10px 0;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-left {
    border-right: 10px solid #fff;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-ibc-left-right .ibc-left {
        width: 100%;
        margin-bottom: 20px;
        border-right: none;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-left .controlcontainer.state {
    clear: left;
}

.container.ibc-search .search-ibc-left-right .ibc-right,
.container.ibc-search .search-ibc-left-right .ibc-left {
    display: table-cell;
}

@media screen and (max-width:567px) {

    .container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer.zip,
    .container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer.zip {
        float: left;
        width: 58%;
    }
}

.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer.cf,
.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer.cf {
    clear: both;
}

.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer-radio,
.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer-radio {
    clear: both;
    display: block;
    padding-left: 20px;
    margin-top: 0;
}

.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer-radio.radio p,
.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer-radio.radio p {
    margin: 0;
}

.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer-radio label,
.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer-radio label {
    font-weight: 400;
    padding-left: 0;
}

.container.ibc-search .search-ibc-left-right .ibc-right fieldset .controlcontainer-radio_inline,
.container.ibc-search .search-ibc-left-right .ibc-left fieldset .controlcontainer-radio_inline {
    display: inline-block;
}

.container.ibc-search .search-error {
    font-size: 14px;
    color: red;
}

.container.ibc-search .search-results .alert {
    position: absolute;
    margin-top: 5px;
    z-index: 100;
}

.container.ibc-search .search-results .col-sm-12 {
    padding-right: 0;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .col-sm-12 {
        padding-right: 10px;
    }
}

.container.ibc-search .search-results .col-sm-12 .consultants-servicing {
    float: left;
}

.container.ibc-search .search-results .col-sm-12 .listing-paging {
    float: right;
    clear: none;
    margin-bottom: 10px;
}

.container.ibc-search .search-results .results-table {
    clear: both;
}

.container.ibc-search .search-results .results-table .col {
    width: 20%;
}

.container.ibc-search .search-results .results-table .col.ibc {
    width: 40%;
    padding-left: 95px;
}

.container.ibc-search .search-results .results-table .results-header {
    padding: 10px 10px 10px 7px;
    background: #695d62;
}

.container.ibc-search .search-results .results-table .results-header input,
.container.ibc-search .search-results .results-table .results-header span {
    float: left;
}

.container.ibc-search .search-results .results-table .results-header input {
    margin: 0 10px 0 0;
}

.container.ibc-search .search-results .results-table .results-header span {
    margin-top: 1px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .results-table .results-header.desktop {
        display: none;
    }
}

.container.ibc-search .search-results .results-table .results-header.mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .results-table .results-header.mobile {
        display: block;
    }
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap {
    position: relative;
    padding-bottom: 10px;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col {
    margin-top: 5px;
    padding: 10px 10px 10px 3px;
    font-size: 11px;
    color: #424242;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc {
    margin-top: 0;
    padding: 10px 0 3px 10px;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc img {
    float: left;
    border: 1px solid #ccc;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details {
    float: left;
    margin: 5px 0 0 13px;
    width: 60%;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details span.ibc-name {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details a.view-profile {
    font-size: 11px;
    font-weight: 600;
    color: #fb9d9d;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details a.view-profile:hover {
    text-decoration: underline;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details a.view-profile:focus {
    outline: 1px dotted #fb9d9d;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details a.view-profile {
        font-size: 12px;
    }
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details .specialty {
    display: block;
    margin-top: 3px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 17px;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details .specialty.color-consultant {
    background: url(/image/icons/colorBadge.png) no-repeat left top;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.ibc .details .specialty {
        font-size: 12px;
    }
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.location span.zip {
    display: block;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.location {
        font-size: 14px;
    }
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.languages {
    padding-left: 0;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.languages {
        font-size: 14px;
    }
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.website {
    padding-left: 10px;
    padding-right: 10px;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.website .button {
    display: inline-block;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .results-table .results-body .ibc-wrap .col {
        float: none;
        width: 100%;
        padding: 0 0 0 10px;
        margin-top: 0;
    }

    .container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.location {
        width: 100%;
    }

    .container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.languages {
        width: 100%;
        padding: 5px 0 0 10px;
    }

    .container.ibc-search .search-results .results-table .results-body .ibc-wrap .col.website .button {
        right: 10px;
        bottom: 37px;
    }
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap:nth-of-type(even) {
    background: #695d62;
}

.container.ibc-search .search-results .results-table .results-body .ibc-wrap:nth-of-type(even) .col {
    color: #fff;
}

.container.ibc-search .search-results .results-table.five-col .col {
    width: 16%;
}

.container.ibc-search .search-results .results-table.five-col .col.ibc {
    width: 34%;
    padding-left: 0;
}

@media screen and (max-width:767px) {
    .container.ibc-search .search-results .results-table.five-col .col.ibc {
        width: 100%;
    }
}

.container.ibc-search .search-results .results-table.five-col .col.languages {
    width: 14%;
}

.container.ibc-search .search-results .results-table.five-col .col.ask-me {
    padding-left: 0;
    padding-right: 15px;
    width: 17%;
}

.container.ibc-search .search-results .results-table.five-col .col.website {
    padding-right: 0;
    width: 19%;
}

.container.ibc-search .search-results .results-table.five-col .col.website a.button.black {
    padding: 10px 15px 8px;
}

@media screen and (max-width:767px) {

    .container.ibc-search .search-results .results-table.five-col .col.website,
    .container.ibc-search .search-results .results-table.five-col .col {
        width: 100%;
    }

    .container.ibc-search .search-results .results-table.five-col .col.ask-me {
        width: 100%;
        margin-top: 5px;
        padding-left: 10px;
        font-size: 14px;
    }
}

.container.ibc-profile .col-sm-12 {
    padding-left: 0;
}

.container.ibc-profile .col-sm-12 .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}

.container.ibc-profile .col-sm-12 .col-sm-9 {
    padding-left: 20px;
    padding-right: 0;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .col-sm-12 .col-sm-9 {
        padding-left: 10px;
    }
}

.container.ibc-profile .ibc-sidebar a.back-to-results {
    display: none;
    margin: 5px 0;
    color: #fb9d9d;
}

.container.ibc-profile .ibc-sidebar a.back-to-results:before {
    border-right-color: #fb9d9d;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar a.back-to-results {
        display: block;
        margin-top: 0;
    }
}

.container.ibc-profile .ibc-sidebar a.back-to-results:focus {
    outline: 1px dotted #fb9d9d;
}

.container.ibc-profile .ibc-sidebar img.ibc-photo {
    width: 100%;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar img.ibc-photo {
        float: left;
        width: 40%;
    }
}

.container.ibc-profile .ibc-sidebar .ibc-info {
    padding: 10px 0 0 20px;
}

@media screen and (max-width:768px) {
    .container.ibc-profile .ibc-sidebar .ibc-info {
        padding: 0 0 0 2px;
    }
}

.container.ibc-profile .ibc-sidebar .ibc-info .mod {
    padding: 15px 0;
}

.container.ibc-profile .ibc-sidebar .ibc-info .mod:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar .ibc-info .mod {
        padding: 3px 0;
        border: none !important;
    }
}

.container.ibc-profile .ibc-sidebar .ibc-info .mod h3 {
    position: relative;
    margin: 0 0 5px;
    font-size: 12px;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar .ibc-info .mod h3 {
        padding-left: 10px;
        font-size: 12px;
        color: #b25d64;
        cursor: pointer;
    }

    .container.ibc-profile .ibc-sidebar .ibc-info .mod h3:before {
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left-color: #b25d64;
        content: "";
        height: 0;
        position: absolute;
        left: 0;
        top: 3px;
        width: 0;
    }
}

.container.ibc-profile .ibc-sidebar .ibc-info .mod p {
    margin-bottom: 0;
    font-size: 11px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar .ibc-info .mod p {
        font-size: 12px;
        margin-left: 10px;
    }
}

.container.ibc-profile .ibc-sidebar .ibc-info .mod .content {
    display: block;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar .ibc-info .mod .content {
        display: none;
    }

    .container.ibc-profile .ibc-sidebar .ibc-info .mod.open h3:before {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid transparent;
        border-top-color: #b25d64;
        content: "";
        height: 0;
        position: absolute;
        left: 0;
        top: 3px;
        width: 0;
    }
}

.container.ibc-profile .ibc-sidebar .ibc-info .contact p {
    margin: 0;
    font-size: 12px;
}

.container.ibc-profile .ibc-sidebar .ibc-info .contact p.email {
    margin-top: 7px;
}

.container.ibc-profile .ibc-sidebar .ibc-info .contact p.email a {
    font-weight: 400;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar .ibc-info .contact p.email {
        margin: 0 0 5px 0;
    }

    .container.ibc-profile .ibc-sidebar .ibc-info .contact {
        padding-top: 0;
    }
}

.container.ibc-profile .ibc-sidebar .ibc-info .connect-on a {
    display: block;
    color: #b25d64;
    font-size: 12px;
}

.container.ibc-profile .ibc-sidebar .ibc-info .connect-on a:not(:last-of-type) {
    margin-bottom: 5px;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar .ibc-info .connect-on a:not(:last-of-type) {
        margin-bottom: 10px;
    }
}

.container.ibc-profile .ibc-sidebar .ibc-info .connect-on a img {
    float: left;
    margin-right: 3px;
}

.container.ibc-profile .ibc-sidebar .ibc-info .connect-on a:focus {
    outline: 1px dotted #b25d64;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-sidebar .ibc-info .refer {
        display: none;
    }

    .container.ibc-profile .ibc-sidebar .ibc-info {
        float: left;
        width: 60%;
        padding: 5px 0 0 15px;
    }
}

.container.ibc-profile .ibc-description .ibc-welcome {
    padding: 5px 0 0 0;
    margin-bottom: 20px;
}

.container.ibc-profile .ibc-description .ibc-welcome h1 {
    margin-bottom: 5px;
    font-family: Times New Roman, serif;
    font-size: 32px;
    font-style: italic;
    color: #444;
}

.container.ibc-profile .ibc-description .ibc-welcome p {
    font-size: 12px;
}

.container.ibc-profile .ibc-description .ibc-welcome a {
    font-size: 14px;
    font-weight: 600;
    color: #fb9d9d;
}

.container.ibc-profile .ibc-description .ibc-welcome a:before {
    border-right-color: #fb9d9d;
}

.container.ibc-profile .ibc-description .ibc-welcome a:focus {
    outline: 1px dotted #fb9d9d;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-description .ibc-welcome {
        display: none;
    }
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-name {
    float: left;
    width: 65%;
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-name h1 {
    margin-bottom: 5px;
    font-size: 42px;
    color: #666;
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-name p {
    margin-bottom: 0;
    color: #666;
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-name .specialty {
    display: block;
    margin-top: 3px;
    padding-left: 20px;
    font-size: 11px;
    line-height: 17px;
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-name .specialty.color-consultant {
    background: url(/image/icons/colorBadge.png) no-repeat left top;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-description .ibc-name-links .ibc-name .specialty {
        font-size: 12px;
    }
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-name .alert {
    margin: 5px 5px 5px 0;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-description .ibc-name-links .ibc-name {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-links {
    float: left;
    width: 35%;
    margin-top: 20px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-links a {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 400;
}

.container.ibc-profile .ibc-description .ibc-name-links .ibc-links a.button {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-description .ibc-name-links .ibc-links a.button {
        margin-bottom: 0;
    }

    .container.ibc-profile .ibc-description .ibc-name-links .ibc-links {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border: none;
    }

    .container.ibc-profile .ibc-description .ibc-name-links .ibc-links a {
        display: none;
    }

    .container.ibc-profile .ibc-description .ibc-name-links .ibc-links a.button {
        display: block;
        width: 33.33%;
    }
}

@media screen and (max-width:567px) {
    .container.ibc-profile .ibc-description .ibc-name-links .ibc-links a.button {
        width: 50%;
    }
}

.container.ibc-profile .ibc-description .how-callout {
    margin-top: 30px;
    padding: 20px 30px;
    background: #f3f3f3;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
}

.container.ibc-profile .ibc-description .how-callout .content {
    float: left;
    width: 52%;
    font-size: 12px;
    color: #666;
}

.container.ibc-profile .ibc-description .how-callout .content h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.container.ibc-profile .ibc-description .how-callout .content p {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-description .how-callout .content p {
        font-size: 14px;
    }
}

.container.ibc-profile .ibc-description .how-callout .quote {
    position: relative;
    float: right;
    width: 30%;
    margin-top: 20px;
    font-family: Times New Roman, serif;
    font-size: 32px;
    line-height: 16px;
    color: #666;
}

.container.ibc-profile .ibc-description .how-callout .quote span {
    font-size: 16px;
}

.container.ibc-profile .ibc-description .how-callout .quote span:before {
    position: relative;
    content: "“";
    margin-right: 5px;
    top: 2px;
    font-size: 32px;
}

.container.ibc-profile .ibc-description .how-callout .quote span:after {
    position: relative;
    content: "”";
    margin-left: 3px;
    top: 24px;
    font-size: 32px;
}

.container.ibc-profile .ibc-description .how-callout .quote strong {
    display: block;
    text-align: right;
    margin-top: 25px;
    font-size: 16px;
}

@media screen and (max-width:767px) {

    .container.ibc-profile .ibc-description .how-callout .content,
    .container.ibc-profile .ibc-description .how-callout .quote {
        width: 100%;
    }

    .container.ibc-profile .ibc-description .how-callout {
        -webkit-box-shadow: 0 6px 4px -4px rgba(50, 50, 50, .5);
        -moz-box-shadow: 0 6px 4px -4px rgba(50, 50, 50, .5);
        box-shadow: 0 6px 4px -4px rgba(50, 50, 50, .5);
    }
}

.container.ibc-profile .ibc-description .specialties-options {
    position: relative;
    min-height: 150px;
    margin: 30px 0 0 30px;
    color: #666;
}

.container.ibc-profile .ibc-description .specialties-options img {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width:567px) {
    .container.ibc-profile .ibc-description .specialties-options img {
        display: none;
    }
}

.container.ibc-profile .ibc-description .specialties-options h4 {
    margin: 0 0 3px;
    font-size: 13px;
    font-weight: 600;
}

.container.ibc-profile .ibc-description .specialties-options ul li {
    margin-bottom: 0;
    font-size: 11px;
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-description .specialties-options ul li {
        font-size: 12px;
    }
}

.container.ibc-profile .ibc-description .specialties-options .specialties {
    float: left;
    padding-right: 30px;
    width: 30%;
    border-right: 1px solid #ccc;
}

@media screen and (max-width:567px) {
    .container.ibc-profile .ibc-description .specialties-options .specialties {
        float: none;
        width: 100%;
        border-right: 0;
    }
}

.container.ibc-profile .ibc-description .specialties-options .options {
    float: left;
    padding-left: 30px;
    width: 40%;
}

@media screen and (max-width:567px) {
    .container.ibc-profile .ibc-description .specialties-options .options {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width:767px) {
    .container.ibc-profile .ibc-description .specialties-options {
        margin-left: 10px;
    }
}

.listing-paging {
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

.listing-paging:last-child {
    padding-top: 10px;
    margin-bottom: 0;
}

@media screen and (max-width:959px) {
    .listing-paging {
        padding: 0 10px;
    }
}

.listing-paging .total-products {
    float: left;
    font-size: 11px;
    font-weight: 600;
    color: #000;
}

@media screen and (max-width:959px) {
    .listing-paging .total-products {
        font-size: 14px;
    }
}

.listing-paging .pagination-wrapper {
    float: right;
    font-size: 11px;
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper {
        float: none;
        clear: both;
    }
}

@media screen and (max-width:959px) {
    .listing-paging .pagination-wrapper {
        font-size: 14px;
    }
}

.listing-paging .pagination-wrapper a {
    color: #b25d64;
}

.listing-paging .pagination-wrapper a:focus {
    outline: 1px dotted #b25d64;
}

.listing-paging .pagination-wrapper a.view-all,
.listing-paging .pagination-wrapper a.view-less,
.listing-paging .pagination-wrapper .pagination {
    float: left;
}

.listing-paging .pagination-wrapper a.view-all {
    margin-right: 30px;
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper a.view-all {
        position: absolute;
        right: 10px;
        top: 0;
        margin: 0;
    }
}

.listing-paging .pagination-wrapper a.view-less {
    margin-right: 5px;
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper a.view-less {
        position: absolute;
        right: 10px;
        top: 0;
        margin: 0;
    }
}

.listing-paging .pagination-wrapper .pagination {
    margin: -3px 0 0;
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper .pagination {
        float: none;
        clear: both;
        display: inline-block;
        width: 100%;
        margin: 10px 0 0;
        text-align: center;
    }
}

.listing-paging .pagination-wrapper .pagination a.previous,
.listing-paging .pagination-wrapper .pagination a.next {
    position: relative;
}

.listing-paging .pagination-wrapper .pagination a.previous {
    padding-left: 7px;
    margin-right: 10px;
}

@media screen and (max-width:959px) {
    .listing-paging .pagination-wrapper .pagination a.previous {
        margin-right: 3px;
    }
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper .pagination a.previous {
        float: left;
        padding-left: 15px;
    }
}

.listing-paging .pagination-wrapper .pagination a.previous:before {
    border-bottom: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right-color: #b25d64;
    content: "";
    height: 0;
    position: absolute;
    left: 0;
    top: 2px;
    width: 0;
}

@media screen and (max-width:959px) {
    .listing-paging .pagination-wrapper .pagination a.previous:before {
        top: 4px;
    }
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper .pagination a.previous:before {
        border-bottom: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid transparent;
        border-right-color: #b25d64;
        top: 2px;
    }
}

.listing-paging .pagination-wrapper .pagination a.next {
    margin-left: 10px;
    padding-right: 7px;
}

@media screen and (max-width:959px) {
    .listing-paging .pagination-wrapper .pagination a.next {
        margin-left: 7px;
    }
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper .pagination a.next {
        float: right;
        padding-right: 15px;
    }
}

.listing-paging .pagination-wrapper .pagination a.next:after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left-color: #b25d64;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 2px;
    width: 0;
}

@media screen and (max-width:959px) {
    .listing-paging .pagination-wrapper .pagination a.next:after {
        top: 4px;
    }
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper .pagination a.next:after {
        border-bottom: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 8px solid transparent;
        border-left-color: #b25d64;
        top: 2px;
    }
}

.listing-paging .pagination-wrapper .pagination ul,
.listing-paging .pagination-wrapper .pagination li {
    display: inline-block;
}

.listing-paging .pagination-wrapper .pagination ul.pagination-desktop {
    margin: 0;
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper .pagination ul.pagination-desktop {
        display: none;
    }
}

.listing-paging .pagination-wrapper .pagination ul.pagination-desktop li.active {
    font-weight: 600;
    background: #f4f4f4;
    padding: 3px 6px;
}

@media screen and (max-width:959px) {
    .listing-paging .pagination-wrapper .pagination ul.pagination-desktop li.active {
        padding: 3px 12px;
    }
}

.listing-paging .pagination-wrapper .pagination ul.pagination-desktop li a {
    padding: 3px 6px;
}

@media screen and (max-width:959px) {
    .listing-paging .pagination-wrapper .pagination ul.pagination-desktop li a {
        padding: 3px 12px;
    }
}

.listing-paging .pagination-wrapper .pagination .controlcontainer.pagination-mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .listing-paging .pagination-wrapper .pagination .controlcontainer.pagination-mobile {
        display: inline-block;
    }
}

.listing-paging .pagination-wrapper .pagination .controlcontainer.pagination-mobile select {
    padding: 3px;
}

.country-picker {
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .country-picker .banner {
        margin-bottom: 0;
    }
}

.country-picker .banner .content {
    float: left;
    width: 50%;
    color: #666;
}

.country-picker .banner .content h1 {
    font-size: 45px;
}

@media screen and (max-width:767px) {
    .country-picker .banner .content h1 {
        font-size: 26px;
    }
}

.country-picker .banner .content p {
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width:767px) {
    .country-picker .banner .content p {
        font-size: 14px;
        line-height: 18px;
    }
}

.country-picker .banner .img-wrap {
    float: right;
    width: 50%;
}

.country-picker .banner .img-wrap img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .country-picker .banner .img-wrap {
        margin-bottom: 20px;
    }

    .country-picker .banner .content,
    .country-picker .banner .img-wrap {
        float: none;
        width: 100%;
    }
}

.country-picker .picker-list {
    margin-top: 50px;
}

.country-picker .picker-list .country-list {
    margin: 0 !important;
}

.country-picker .picker-list .country-list li {
    list-style: none !important;
}

.country-picker .picker-list .country-list li a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}

.country-picker .picker-list .country-list li a.active {
    color: #b25d64;
    font-weight: 600;
}

.no-touch .country-picker .picker-list .country-list li a:hover {
    text-decoration: underline;
}

.country-picker .picker-list .country-list li a:focus {
    outline: 1px dotted #666;
}

.country-picker .picker-list .country-list.desktop {
    float: left;
    width: 33.33%;
}

@media screen and (max-width:767px) {
    .country-picker .picker-list .country-list.desktop {
        display: none;
    }
}

.country-picker .picker-list .country-list.mobile {
    display: none;
}

@media screen and (max-width:767px) {
    .country-picker .picker-list .country-list.mobile {
        display: block;
    }
}

.country-picker .picker-list .country-list.mobile strong {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}

.country-picker .picker-list .country-list.mobile fieldset {
    margin-right: 0;
}

.country-picker .picker-list .country-list.mobile fieldset select {
    width: 100%;
    max-width: 310px;
}

.country-picker .picker-list .default,
.country-picker .picker-list .country {
    padding: 10px 25px;
    border: 1px solid #cdcdcd;
    font-size: 12px;
    color: #666;
    background-color: #cdcdcd;
    background-image: -moz-linear-gradient(#fff, #cdcdcd);
    background-image: -o-linear-gradient(#fff, #cdcdcd);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fff), » color-stop(1, #cdcdcd));
    background-image: -webkit-linear-gradient(#fff, #cdcdcd);
    background-image: -ms-linear-gradient(#fff, #cdcdcd);
    background-image: linear-gradient(#fff, #cdcdcd);
}

@media screen and (max-width:767px) {

    .country-picker .picker-list .default,
    .country-picker .picker-list .country {
        max-width: 310px;
        padding-left: 15px;
    }
}

.country-picker .picker-list .default strong,
.country-picker .picker-list .country strong {
    color: #b25d64;
    font-weight: 600;
}

.country-picker .picker-list .default h2,
.country-picker .picker-list .country h2 {
    margin-top: 0;
    font-size: 30px;
}

.country-picker .picker-list .default h3,
.country-picker .picker-list .country h3 {
    font-size: 16px;
}

.country-picker .picker-list .default a,
.country-picker .picker-list .country a {
    font-weight: 600;
}

.country-picker .picker-list .country {
    display: none;
}

.country-picker .picker-list .default {
    padding-top: 15px;
}

@media screen and (max-width:767px) {
    .country-picker .picker-list .default {
        display: none;
    }

    .country-picker .picker-list {
        margin-top: 0;
    }

    .country-picker .picker-list .col-sm-7,
    .country-picker .picker-list .col-sm-5 {
        padding: 0;
    }
}

.module.contact-mk {
    margin-top: 20px;
}

.module.contact-mk h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #222;
}

.module.contact-mk p {
    width: 75%;
    font-size: 12px;
    color: #666;
}

.module.contact-mk fieldset {
    margin-top: 15px;
}

.module.contact-mk fieldset .controlcontainer {
    margin-bottom: 20px;
}

.module.contact-mk fieldset .controlcontainer label {
    font-weight: 600;
}

.module.contact-mk fieldset .controlcontainer.radio input {
    float: left;
    margin-left: 0;
    position: relative;
}

.module.contact-mk fieldset .controlcontainer.radio label {
    float: left;
    margin: 0 0 0 5px;
}

.module.contact-mk .sidebar {
    padding: 0;
    margin-top: 10px;
    padding: 15px 15px 10px;
    border: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .module.contact-mk .sidebar {
        margin-top: 30px;
        max-width: 300px;
    }
}

.module.contact-mk .sidebar .contact-mod {
    padding: 12px 0 10px;
    color: #666;
    line-height: 16px;
    border-bottom: 1px solid #ccc;
}

.module.contact-mk .sidebar .contact-mod h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

.module.contact-mk .sidebar .contact-mod p {
    margin-bottom: 0;
    font-size: 11px;
}

.module.contact-mk .sidebar .contact-mod a {
    font-size: 11px;
}

.module.contact-mk .sidebar .contact-mod:first-child {
    padding-top: 0;
}

.module.contact-mk .sidebar .contact-mod:first-child h4:last-of-type {
    margin-top: 10px;
}

.module.contact-mk .sidebar .contact-mod:first-child a {
    display: block;
    margin-top: 8px;
}

.module.contact-mk .sidebar .contact-mod:last-child {
    padding-bottom: 0;
    border: none;
}

.order-of-application {
    padding: 0 10px;
    color: #222;
}

.order-of-application h3 {
    font-size: 24px;
    color: #222;
}

.order-of-application p {
    font-size: 14px;
}

.order-of-application ul {
    margin: 20px 0 !important;
}

.order-of-application ul li {
    margin-bottom: 15px !important;
    list-style: none !important;
}

.order-of-application ul li .icon-wrapper {
    float: left;
    width: 52px;
}

.order-of-application ul li .icon-wrapper span {
    display: none;
    width: 19px;
    height: 21px;
}

.order-of-application ul li .icon-wrapper span.day {
    float: left;
}

.order-of-application ul li .icon-wrapper span.day:before {
    content: url(/image/icons/application-day.jpg);
    padding-top: 2px !important;
}

.order-of-application ul li .icon-wrapper span.night {
    float: right;
}

.order-of-application ul li .icon-wrapper span.night:before {
    content: url(/image/icons/application-night.jpg);
    padding-top: 2px;
}

.order-of-application ul li.day span.day,
.order-of-application ul li.night span.night {
    display: block;
}

.order-of-application ul li .products {
    float: left;
    width: 77%;
    font-size: 16px;
    line-height: 26px;
    margin-left: 10px;
}

@media screen and (max-width:767px) {
    .order-of-application ul li .products {
        font-size: 14px;
        line-height: 22px;
    }
}

.order-of-application ul li .products p {
    margin: 0;
    font-size: 16px;
}

@media screen and (max-width:767px) {
    .order-of-application ul li .products p {
        font-size: 14px;
    }
}

.order-of-application ul li .products p:last-of-type {
    margin-bottom: 0;
}

.container.login .carousel {
    margin-top: 20px;
}

.container.login .carousel .item img {
    margin: 0 auto;
}

.container.login .signin-wrapper {
    width: 85%;
    margin: 20px auto 40px;
}

@media screen and (max-width:767px) {
    .container.login .signin-wrapper {
        width: 100%;
    }
}

.container.login .signin-wrapper .signin-module {
    float: left;
    width: 50%;
    padding-bottom: 10px;
}

.container.login .signin-wrapper .signin-module h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.container.login .signin-wrapper .signin-module h4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #666;
}

.container.login .signin-wrapper .signin-module p.required {
    margin-bottom: 15px;
    font-size: 12px;
}

.container.login .signin-wrapper .signin-module .controlcontainer label {
    font-weight: 600;
}

.container.login .signin-wrapper .signin-module .controlcontainer a {
    display: block;
    margin-top: 3px;
    font-size: 12px;
}

.container.login .signin-wrapper .signin-module .controlcontainer.remember-me label {
    font-weight: 400;
}

.container.login .signin-wrapper .signin-module a.sign-in {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.container.login .signin-wrapper .signin-module.secure {
    padding-right: 50px;
    border-right: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .container.login .signin-wrapper .signin-module.secure {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        padding: 0 0 30px;
        border: none;
        border-bottom: 1px solid #ccc;
    }
}

.container.login .signin-wrapper .signin-module.secure h3 {
    display: inline-block;
    padding-right: 18px;
    background: url(/image/icons/icon-lock-lg.gif) no-repeat right 4px;
}

.container.login .signin-wrapper .signin-module.register {
    padding-left: 50px;
}

@media screen and (max-width:767px) {
    .container.login .signin-wrapper .signin-module.register {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.container.login .signin-wrapper .signin-module.register p {
    margin-bottom: 20px;
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .container.login .signin-wrapper .signin-module.register p {
        font-size: 14px;
    }
}

.shopping-bag {
    margin: 30px 0;
    padding: 0;
}

@media screen and (max-width:768px) {
    .shopping-bag {
        margin-top: 10px;
    }
}

.shopping-bag .bag-header {
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
}

@media screen and (max-width:567px) {
    .shopping-bag .bag-header {
        display: none;
    }
}

.shopping-bag .bag-header span {
    float: left;
    margin: 0;
    padding: 0;
}

.shopping-bag .bag-header span.product {
    width: 68%;
}

.shopping-bag .bag-header span.quantity {
    width: 15%;
}

.shopping-bag .bag-header span.amount {
    float: right;
    width: 10%;
}

.shopping-bag .bag-wrapper {
    clear: both;
    border: 1px solid #ccc;
}

.shopping-bag .bag-wrapper .your-bag {
    padding: 20px 0 0;
}

.shopping-bag .bag-wrapper .your-bag .bag-row {
    margin-bottom: 20px;
}

.shopping-bag .bag-wrapper .your-bag .bag-row:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product {
    width: 50%;
    margin-bottom: 0;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product .img-wrap {
    width: 30%;
}

@media screen and (max-width:768px) {
    .shopping-bag .bag-wrapper .your-bag .bag-row .product .img-wrap {
        width: 40%;
    }
}

@media screen and (max-width:567px) {
    .shopping-bag .bag-wrapper .your-bag .bag-row .product .img-wrap {
        width: auto;
    }
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty {
    float: left;
    width: 50%;
}

@media screen and (max-width:567px) {
    .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty {
        padding-right: 10px;
    }
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty {
    float: left;
    width: 50%;
    text-align: right;
}

@media screen and (max-width:567px) {
    .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty {
        float: none;
        width: 100%;
    }
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty input[type="text"] {
    width: 30%;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty p {
    margin-bottom: 5px;
}

@media screen and (max-width:767px) {
    .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty p {
        margin-bottom: 10px;
    }
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty p a {
    display: inline-block;
    padding-right: 15px;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty p a:hover {
    text-decoration: underline;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty p a.update {
    background: url(/image/icons/icon-update.gif) no-repeat right 6px;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty p a.remove {
    padding-right: 10px;
    background: url(/image/icons/icon-remove.gif) no-repeat right 7px;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty p a.wishlist {
    background: url(/image/icons/icon-wishlist.gif) no-repeat right 6px;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-qty p a.saved-to-wishlist {
    background: url(/image/icons/icon-added-red.gif) no-repeat right 6px;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price {
    float: right;
    width: 50%;
    padding-right: 2px;
    text-align: right;
}

@media screen and (max-width:567px) {
    .shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price {
        float: none;
        width: 100%;
        padding-right: 0;
    }
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price p.price {
    float: none;
    font-size: 30px;
}

.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price p.price span,
.shopping-bag .bag-wrapper .your-bag .bag-row .product-price-qty .product-price p.price sup {
    font-size: 18px;
}

.shopping-bag .bag-wrapper .your-bag.empty {
    padding-right: 10px;
}

.shopping-bag .bag-wrapper .your-bag.empty .img-wrap,
.shopping-bag .bag-wrapper .your-bag.empty p {
    float: left;
}

.shopping-bag .bag-wrapper .your-bag.empty .img-wrap {
    width: 24%;
}

@media screen and (max-width:768px) {
    .shopping-bag .bag-wrapper .your-bag.empty .img-wrap {
        width: 20%;
    }
}

@media screen and (max-width:767px) {
    .shopping-bag .bag-wrapper .your-bag.empty .img-wrap {
        width: 30%;
    }
}

.shopping-bag .bag-wrapper .your-bag.empty .img-wrap img {
    max-width: 100%;
    height: auto;
}

.shopping-bag .bag-wrapper .your-bag.empty .discover {
    float: right;
    width: 29%;
    margin-top: 50px;
}

@media screen and (max-width:768px) {
    .shopping-bag .bag-wrapper .your-bag.empty .discover {
        width: 37%;
    }
}

@media screen and (max-width:767px) {
    .shopping-bag .bag-wrapper .your-bag.empty .discover {
        clear: both;
        width: 100%;
        text-align: center;
        margin: 20px auto;
    }
}

.shopping-bag .bag-wrapper .your-bag.empty .discover span {
    font-size: 18px;
    line-height: 22px;
}

@media screen and (max-width:767px) {
    .shopping-bag .bag-wrapper .your-bag.empty .discover span {
        font-size: 16px;
        line-height: 20px;
    }
}

.shopping-bag .bag-wrapper .your-bag.empty .discover a {
    display: block;
    padding: 0;
    font-size: 14px;
}

.shopping-bag .bag-wrapper .your-bag.empty p {
    width: 40%;
    margin: 30px 0 0;
    font-size: 32px;
    line-height: 38px;
}

@media screen and (max-width:959px) {
    .shopping-bag .bag-wrapper .your-bag.empty p {
        font-size: 28px;
        line-height: 34px;
    }
}

@media screen and (max-width:767px) {
    .shopping-bag .bag-wrapper .your-bag.empty p {
        width: 60%;
        font-size: 24px;
        line-height: 30px;
    }
}

.subtotal-reduced.main {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:567px) {
    .subtotal-reduced.main {
        padding-right: 0;
    }
}

.subtotal-reduced.main .subtotal-reduced__column {
    display: inline-block;
}

.subtotal-reduced.main .subtotal-reduced__column_left {
    width: 68%;
    border-top: 1px solid #ccc;
    padding: 30px 10px;
}

@media screen and (max-width:567px) {
    .subtotal-reduced.main .subtotal-reduced__column_left {
        width: 100%;
        display: block;
    }
}

.subtotal-reduced.main .subtotal-reduced__notice {
    color: #666;
    font-size: 11px;
}

.subtotal-reduced.main .subtotal-reduced__notice_right {
    padding-top: 10px;
}

.subtotal-reduced.main .subtotal-reduced__total {
    padding-top: 20px;
    padding-left: 30px;
    width: 152px;
    text-align: right;
}

.subtotal-reduced.main .subtotal-reduced__total .price {
    font-size: 30px;
}

.subtotal-reduced.main .subtotal-reduced__total .price .currency,
.subtotal-reduced.main .subtotal-reduced__total .price sup {
    font-size: 18px;
}

.subtotal.main {
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #ececec;
}

@media screen and (max-width:767px) {
    .subtotal.main {
        padding: 10px 0 0;
    }
}

.subtotal.main .flag-wrapper {
    float: left;
    width: 55%;
}

@media screen and (max-width:768px) {
    .subtotal.main .flag-wrapper {
        width: 50%;
    }
}

@media screen and (max-width:567px) {
    .subtotal.main .flag-wrapper {
        width: 90%;
    }
}

.subtotal.main .flag-wrapper .flag {
    position: relative;
    height: 63px;
    padding: 10px 10px 0 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-left: none;
    background: #fff;
}

.subtotal.main .flag-wrapper .flag:not(:first-of-type) {
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .subtotal.main .flag-wrapper .flag {
        font-size: 14px;
    }
}

.subtotal.main .flag-wrapper .flag .ribbon {
    position: absolute;
    left: -10px;
    top: -8px;
    width: 10px;
    height: 70px;
    background: url(../images/checkout/bg-bagbanner-3d.png) no-repeat left top;
}

@media screen and (max-width:767px) {
    .subtotal.main .flag-wrapper .flag .ribbon {
        display: none;
    }
}

.subtotal.main .flag-wrapper .flag .arrow {
    position: absolute;
    right: -23px;
    top: 0;
    width: 23px;
    height: 62px;
    background: url(../images/checkout/bg-bagbanner.png) no-repeat left top;
}

.subtotal.main .estimated-total {
    float: right;
    padding: 0 10px 0 0;
}

@media screen and (max-width:767px) {
    .subtotal.main .estimated-total {
        float: right;
        clear: both;
    }
}

.subtotal.main .estimated-total span.label {
    float: left;
    padding: 20px 20px 0 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.subtotal.main .estimated-total .price-bag {
    float: left;
    padding-top: 10px;
}

.subtotal.main .estimated-total .price-bag p.price {
    font-size: 30px;
}

.subtotal.main .estimated-total .price-bag p.price span,
.subtotal.main .estimated-total .price-bag p.price sup {
    font-size: 18px;
}

.container.checkout {
    margin: 20px auto;
}

.container.checkout .col-sm-9 {
    padding: 0;
}

.container.checkout .col-sm-3 {
    margin-top: 50px;
    padding-right: 0;
}

@media screen and (max-width:768px) {
    .container.checkout .col-sm-3 {
        padding-right: 10px;
    }
}

@media screen and (max-width:767px) {
    .container.checkout .col-sm-3 {
        margin-top: 20px;
        padding-left: 0;
    }
}

.container.checkout .button.black {
    max-width: 200px;
    text-align: center;
}

.container.checkout p.header-required {
    position: absolute;
    right: 0;
    top: 10px;
}

.container.checkout .checkout-header {
    width: 100%;
    padding-bottom: 10px;
}

.container.checkout .checkout-header h1 {
    float: left;
    width: 40%;
    margin: 25px 0 0;
}

@media screen and (max-width:567px) {
    .container.checkout .checkout-header h1 {
        margin-top: 0;
    }
}

.container.checkout .checkout-header .utility {
    float: right;
    margin-right: 10px;
}

@media screen and (max-width:567px) {
    .container.checkout .checkout-header .utility {
        margin-top: 10px;
    }
}

.container.checkout .checkout-header .utility a {
    float: none;
}

.container.checkout .checkout-header .utility a.print:after {
    content: "";
}

.container.checkout .checkout-header p {
    clear: both;
    margin-bottom: 0;
}

.container.checkout .checkout-header p a.button {
    float: right;
    max-width: none;
    margin: -25px 10px 0 0;
}

@media screen and (max-width:567px) {
    .container.checkout .checkout-header p a.button {
        margin-top: 10px;
    }
}

.container.checkout .checkout-header.no-btn h1 {
    margin: 0;
}

.container.checkout .checkout-header.no-btn .utility {
    margin-top: 20px;
}

@media screen and (max-width:567px) {
    .container.checkout .checkout-header.no-btn .utility {
        margin-top: 10px;
    }
}

.container.checkout .ibc-area {
    padding: 20px 10px;
}

.container.checkout .ibc-area .img-wrap {
    float: left;
    margin-right: 20px;
}

@media screen and (max-width:959px) {
    .container.checkout .ibc-area .img-wrap {
        display: none;
    }
}

.container.checkout .ibc-area .img-wrap img {
    max-width: 100%;
    height: auto;
}

.container.checkout .ibc-area .ibc-message {
    float: left;
    width: 50%;
}

@media screen and (max-width:567px) {
    .container.checkout .ibc-area .ibc-message {
        float: none;
        width: 100%;
    }
}

.container.checkout .ibc-area .ibc-message h4 {
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
}

.container.checkout .ibc-area .ibc-message p {
    font-size: 12px;
    color: #666;
}

.container.checkout .ibc-area .ibc-message p strong {
    font-size: 14px;
    color: #000;
}

.container.checkout .ibc-area .button-wrapper {
    float: right;
}

@media screen and (max-width:767px) {
    .container.checkout .ibc-area .button-wrapper {
        margin-top: 20px;
    }
}

.container.checkout .ibc-area .button-wrapper p {
    text-align: right;
}

.container.checkout .ibc-area.has-ibc .ibc-info {
    float: left;
    width: 50%;
}

@media screen and (max-width:767px) {
    .container.checkout .ibc-area.has-ibc .ibc-info {
        float: none;
        width: 100%;
    }
}

.container.checkout .ibc-area.has-ibc .ibc-info .img-wrap,
.container.checkout .ibc-area.has-ibc .ibc-info .pws-details {
    float: left;
}

.container.checkout .ibc-area.has-ibc .ibc-info .img-wrap {
    margin-right: 0;
}

@media screen and (max-width:959px) {
    .container.checkout .ibc-area.has-ibc .ibc-info .img-wrap {
        display: block;
    }
}

.container.checkout .ibc-area.has-ibc .ibc-info .img-wrap img {
    max-width: 80px;
    height: auto;
}

.container.checkout .ibc-area.has-ibc .ibc-info .pws-details {
    margin: 0 0 0 30px;
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .container.checkout .ibc-area.has-ibc .ibc-info .pws-details {
        margin: 0 0 0 10px;
    }
}

.container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message {
    display: block;
}

.container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message strong {
    color: #000;
}

.container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message a {
    display: block;
    font-weight: 600;
}

.container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone {
    display: inline-block;
    margin-top: 0;
    color: #666;
    font-weight: 600;
}

.container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone.ibc-profile__phone_lg {
    display: inline-block;
}

@media screen and (max-width:959px) {
    .container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone.ibc-profile__phone_lg {
        display: none;
    }
}

.container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone.ibc-profile__phone_sm {
    display: none;
}

@media screen and (max-width:959px) {
    .container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone.ibc-profile__phone_sm {
        display: inline-block;
    }

    .container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone.ibc-profile__phone_sm a:link,
    .container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone.ibc-profile__phone_sm a:visited,
    .container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone.ibc-profile__phone_sm a:hover,
    .container.checkout .ibc-area.has-ibc .ibc-info .pws-details .send-message .phone.ibc-profile__phone_sm a:active {
        color: inherit;
    }
}

.container.checkout .ibc-area.has-ibc .ibc-message {
    float: right;
    width: 42%;
}

@media screen and (max-width:767px) {
    .container.checkout .ibc-area.has-ibc .ibc-message {
        float: none;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

.container.checkout .ibc-area.has-ibc .ibc-message h4 {
    margin-top: 0;
    font-family: Times New Roman, serif;
    font-size: 21px;
    font-line-height: 30px;
    font-style: italic;
}

.container.checkout .ibc-area.has-ibc .button-wrapper {
    float: right;
}

@media screen and (max-width:767px) {
    .container.checkout .ibc-area.has-ibc .button-wrapper {
        margin-top: 20px;
    }
}

.container.checkout .ibc-area.has-ibc .button-wrapper a.button {
    display: inline-block;
}

.container.checkout .ibc-area.has-ibc .button-wrapper a.button.trans {
    margin-right: 5px;
}

.container.checkout .ibc-area.has-ibc .button-wrapper p {
    margin-top: 10px;
    text-align: right;
}

.container.checkout .callout:not(:last-of-type) {
    margin-bottom: 20px;
}

.container.checkout .callout.img img {
    max-width: 100%;
    height: auto;
}

.container.checkout .checkout-steps {
    padding: 0;
}

.container.checkout .checkout-steps h1 {
    float: none;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps h1 {
        width: 100%;
        margin-top: 10px;
    }
}

.container.checkout .checkout-steps .col-sm-3 {
    float: right;
    margin-top: 0;
    padding-right: 0;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .col-sm-3 {
        float: none;
        padding-bottom: 5px;
    }
}

.container.checkout .checkout-steps .col-sm-3 .safe-secure {
    float: right;
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    color: #b25d64;
    background: url(/image/icons/icon-lock.gif) no-repeat right 4px;
}

@media screen and (max-width:767px) {

    .container.checkout .checkout-steps .col-sm-3 .safe-secure,
    .container.checkout .checkout-steps .col-sm-3 .callout.img {
        display: none;
    }
}

.container.checkout .checkout-steps .label {
    border-radius: 0;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: auto;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    white-space: normal;
}

.container.checkout .checkout-steps fieldset label {
    font-weight: 600;
}

.container.checkout .checkout-steps fieldset .controlcontainer.radio {
    margin-top: 0;
}

.container.checkout .checkout-steps fieldset .controlcontainer.radio input {
    float: left;
    position: relative;
    margin-left: 0;
}

.container.checkout .checkout-steps fieldset .controlcontainer.radio label {
    float: left;
    width: 90%;
    margin: 0 0 0 5px;
    color: #000;
    font-weight: 600;
}

.container.checkout .checkout-steps .step .step-header {
    padding: 6px 10px 4px 15px;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    background: #fff;
}

.container.checkout .checkout-steps .step .step-header .step-label {
    float: left;
}

.container.checkout .checkout-steps .step .step-header .edit-complete {
    float: right;
}

.container.checkout .checkout-steps .step .step-header .edit-complete a {
    padding-right: 5px;
    font-size: 11px;
    font-weight: 400;
}

.container.checkout .checkout-steps .step .step-header .edit-complete .complete strong {
    padding-right: 5px;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .step .step-header .edit-complete .complete strong {
        display: none;
    }
}

.container.checkout .checkout-steps .step .step-header .edit-complete .complete span.check {
    float: right;
    width: 10px;
    height: 10px;
    background: url(/image/icons/icon-complete.gif) no-repeat right 1px;
}

.container.checkout .checkout-steps .step.active {
    border-bottom: 1px solid #ccc;
}

.container.checkout .checkout-steps .step.active .step-header {
    color: #fff;
    background: #393939;
}

.container.checkout .checkout-steps .step.active .step-body {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.container.checkout .checkout-steps .step.completed {
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .step.completed {
        margin-bottom: 10px;
        border-top: 1px solid #ccc;
        border-bottom: none;
    }

    .container.checkout .checkout-steps .step.completed.register {
        border-top: none;
    }
}

.container.checkout .checkout-steps .step .step-body {
    padding: 15px;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .step .step-body {
        padding: 15px 5px;
    }
}

.container.checkout .checkout-steps .step .step-body .controlcontainer p {
    margin-bottom: 0;
}

.container.checkout .checkout-steps .step .step-body .step-section p.required-fields {
    font-size: 12px;
    color: #000;
}

.container.checkout .checkout-steps .step .step-body .step-section p.required-fields_right {
    float: right;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:479px) {
    .container.checkout .checkout-steps .step .step-body .step-section p.required-fields_right {
        float: none;
    }
}

.container.checkout .checkout-steps .step .step-body .step-section .intro h2 {
    font-size: 23px;
    color: #222;
}

.container.checkout .checkout-steps .step .step-body .step-section .intro p {
    margin: 0 0 10px;
    font-size: 12px;
    color: #666;
}

.container.checkout .checkout-steps .step .step-body .step-section .intro__info {
    font-style: italic;
    font-weight: 600;
    color: #000 !important;
    line-height: 12px;
}

.container.checkout .checkout-steps .step.completed .step-header {
    color: #000;
    border-left: 0;
    border-right: 0;
    background: #fff;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .step.completed .step-header .step-label {
        max-width: 70%;
        cursor: pointer;
    }

    .container.checkout .checkout-steps .step.completed .step-header .step-label:before {
        float: left;
        margin: 2px 0 0 -10px;
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left-color: #000;
        content: "";
        height: 0;
        width: 0;
    }

    .container.checkout .checkout-steps .step.completed .step-header.open .step-label:before {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid transparent;
        border-top-color: #000;
        content: "";
        height: 0;
        width: 0;
    }

    .container.checkout .checkout-steps .step.completed .step-body {
        display: none;
    }
}

.container.checkout .checkout-steps .step.completed .step-body .controlcontainer {
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

.container.checkout .checkout-steps .step.completed .step-body .controlcontainer .label {
    color: #666;
}

.container.checkout .checkout-steps .step.completed.open .step-body {
    display: block;
}

.container.checkout .checkout-steps .step .step-section {
    margin-bottom: 20px;
}

.container.checkout .checkout-steps .step.register a {
    font-size: 12px;
}

.container.checkout .checkout-steps .step.register .controlcontainer {
    float: left;
}

.container.checkout .checkout-steps .step.register .controlcontainer .label {
    color: #666;
}

.container.checkout .checkout-steps .step.register .controlcontainer.first-name {
    width: 20%;
}

.container.checkout .checkout-steps .step.register .controlcontainer.last-name {
    width: 30%;
}

.container.checkout .checkout-steps .step.register .controlcontainer.email-address {
    width: 40%;
}

@media screen and (max-width:479px) {
    .container.checkout .checkout-steps .step.register .controlcontainer {
        float: none;
    }

    .container.checkout .checkout-steps .step.register .controlcontainer.first-name,
    .container.checkout .checkout-steps .step.register .controlcontainer.last-name,
    .container.checkout .checkout-steps .step.register .controlcontainer.email-address {
        width: 100%;
    }
}

.container.checkout .checkout-steps .step.delivery.complited .controlcontainer.address .address-info p,
.container.checkout .checkout-steps .step.delivery.complited .controlcontainer.address .address-info span {
    word-wrap: break-word;
}

.container.checkout .checkout-steps .step.delivery .address-item .controlcontainer.radio label {
    width: auto !important;
}

.container.checkout .checkout-steps .step.delivery .step-section.add-new h2 {
    display: inline-block;
}

.container.checkout .checkout-steps .step.delivery .step-section.add-new h2:after {
    float: right;
    margin: 12px 0 0 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-top-color: #666;
    content: "";
    height: 0;
    width: 0;
}

.container.checkout .checkout-steps .step.delivery .step-section.add-new fieldset {
    padding-left: 0;
    background: none;
}

.container.checkout .checkout-steps .step.delivery .step-section.add-new .address-wrapper {
    display: none;
}

.container.checkout .checkout-steps .step.delivery .step-section.add-new .address-wrapper .address-info p,
.container.checkout .checkout-steps .step.delivery .step-section.add-new .address-wrapper .address-info span {
    word-wrap: break-word;
}

.container.checkout .checkout-steps .step.delivery .step-section.add-new.editing .address-wrapper {
    display: block;
}

.container.checkout .checkout-steps .step.delivery .step-section.delivery-pref .controlcontainer input[type="text"] {
    width: 35%;
    margin-left: 5px;
}

@media screen and (max-width:567px) {
    .container.checkout .checkout-steps .step.delivery .step-section.delivery-pref .controlcontainer input[type="text"] {
        width: 50%;
    }
}

.container.checkout .checkout-steps .step.delivery .step-section.delivery-pref .controlcontainer.other input[type="radio"],
.container.checkout .checkout-steps .step.delivery .step-section.delivery-pref .controlcontainer.other label {
    margin-top: 7px;
}

.container.checkout .checkout-steps .step.delivery .step-section.delivery-pref .controlcontainer.other label {
    width: auto;
}

.container.checkout .checkout-steps .step.delivery.completed .controlcontainer.delivery-pref {
    font-size: 12px;
}

.container.checkout .checkout-steps .step.delivery.completed span.phone {
    display: block;
    margin-top: 10px;
}

.container.checkout .checkout-steps .step.delivery.completed span.name {
    display: block;
    margin-bottom: 10px;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact .update-email {
    margin-bottom: 20px;
    font-size: 12px;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact .update-email p {
    margin-bottom: 0;
    color: #666;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact fieldset .controlcontainer.checkbox label {
    float: left;
    margin-left: 5px;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact fieldset.contact-phone .controlcontainer {
    width: 150px;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact fieldset.contact-phone .controlcontainer.work,
.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact fieldset.contact-phone .controlcontainer.ext {
    float: left;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact fieldset.contact-phone .controlcontainer.ext {
    width: 50px;
    margin-left: 10px;
    white-space: nowrap;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact fieldset.contact-phone .controlcontainer.samples-gift {
    float: left;
    width: 100%;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact fieldset.contact-phone .controlcontainer.samples-gift label {
    float: none;
    margin-left: 18px;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.how-contact .controlcontainer .controlcontainer.phone-ext {
    float: left;
    margin-left: 20px;
}

.container.checkout .checkout-steps .step.contact-pref .step-section.questions-comments .controlcontainer span {
    display: block;
    font-size: 12px;
    color: #666;
}

.container.checkout .checkout-steps .step.contact-pref.completed .controlcontainer.contact-pref {
    font-size: 12px;
}

.container.checkout .checkout-steps .step.contact-pref.completed .controlcontainer.contact-pref span.email:before {
    content: "Email:";
}

.container.checkout .checkout-steps .step.review-order.active .step-header {
    border-bottom: 0;
}

.container.checkout .checkout-steps .step.review-order.active .step-body {
    margin: 0;
    padding: 0;
    border: 0;
}

.container.checkout .checkout-steps .step.review-order.active .step-body_small {
    padding: 15px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .bag-header {
    border-bottom: 1px solid #ccc;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .product-price-qty .product-qty p.qty {
    display: inline-block;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .product-price-qty .product-qty p.qty span {
    padding-right: 10px;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .bag-wrapper {
    border-top: 0;
    border-bottom: 0;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .bag-wrapper .subtotal.main {
    border-bottom: 0;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .promo-code {
    padding: 10px;
    border-top: 1px solid #ccc;
    background: #f5f5f5;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .promo-code label {
    float: left;
    margin-top: 5px;
    font-size: 12px;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .promo-code .controlcontainer {
    float: right;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .promo-code .controlcontainer a.button {
    background: #fff;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .review-msg {
    padding: 10px;
}

.container.checkout .checkout-steps .step.review-order.active .step-body .review-msg p {
    float: left;
    width: 80%;
    margin: 0;
    font-size: 12px;
}

@media screen and (max-width:567px) {
    .container.checkout .checkout-steps .step.review-order.active .step-body .review-msg p {
        width: 60%;
    }
}

.container.checkout .checkout-steps .step.review-order.active .step-body .review-msg fieldset {
    float: right;
}

.container.checkout .checkout-steps .step.review-order.completed .controlcontainer.estimated-total p.price {
    font-size: 30px;
}

.container.checkout .checkout-steps .step.review-order.completed .controlcontainer.estimated-total p.price span,
.container.checkout .checkout-steps .step.review-order.completed .controlcontainer.estimated-total p.price sup {
    font-size: 18px;
}

.container.checkout .checkout-steps .step.payment fieldset:first-of-type {
    border-bottom: 1px solid #ccc;
}

.container.checkout .checkout-steps .step.payment p {
    margin: 20px 0;
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .edit-bag {
        margin-bottom: 20px;
    }
}

.container.checkout .checkout-steps .edit-bag .edit-bag-header {
    padding: 6px 10px 4px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #393939;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .edit-bag .edit-bag-header {
        color: #393939;
        background: #f5f5f5;
    }
}

.container.checkout .checkout-steps .edit-bag .edit-bag-header p {
    float: left;
    margin: 0;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-header p span:before {
    content: "(";
}

.container.checkout .checkout-steps .edit-bag .edit-bag-header p span:after {
    content: ")";
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .edit-bag .edit-bag-header p {
        width: 70%;
        padding-left: 5px;
        padding-right: 15px;
        cursor: pointer;
    }

    .container.checkout .checkout-steps .edit-bag .edit-bag-header p:before {
        float: left;
        margin: 2px 0 0 -10px;
        border-bottom: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        border-left-color: #393939;
        content: "";
        height: 0;
        width: 0;
    }
}

.container.checkout .checkout-steps .edit-bag .edit-bag-header a {
    float: right;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .edit-bag .edit-bag-header a {
        color: #393939;
    }
}

.container.checkout .checkout-steps .edit-bag .edit-bag-header a a:focus {
    outline: 1px dotted #fff;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-header.open p:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid transparent;
    border-top-color: #393939;
    content: "";
    height: 0;
    width: 0;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body {
    padding: 10px 0 0;
    border: 1px solid #ccc;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .edit-bag .edit-bag-body {
        display: none;
        padding-bottom: 0;
        border: none;
    }
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .product {
    float: none;
    margin: 10px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
}

@media screen and (min-width:768px) {
    .container.checkout .checkout-steps .edit-bag .edit-bag-body .product {
        height: auto !important;
    }
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .product:first-of-type {
    margin: 0;
    padding: 0;
    border-top: 0;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .edit-bag .edit-bag-body .product:first-of-type {
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
    }

    .container.checkout .checkout-steps .edit-bag .edit-bag-body .product {
        float: left;
        width: 50%;
        margin: 0 0 10px 0;
        padding: 0 0 10px 0;
        border: 0;
        border-bottom: 1px solid #ccc;
    }
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .product p.qty {
    margin: 7px 0;
    font-size: 12px;
    color: #666;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .product p.qty span {
    padding-right: 2px;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .product p.price {
    margin: 0;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .promo-code {
    clear: both;
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #ccc;
    background: #f5f5f5;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .promo-code .controlcontainer {
    float: left;
    width: 70%;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .promo-code .controlcontainer label {
    font-size: 12px;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .promo-code .controlcontainer input {
    width: 95%;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .promo-code a.button {
    float: left;
    margin: 21px 0 0 0;
    padding: 5px 15px;
    background: #fff;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .delivery-cost-information {
    padding: 10px;
    border-top: 1px solid #ccc;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .delivery-cost-information p {
    font-size: 12px;
    margin-bottom: 12px;
    color: #666;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .delivery-cost-information table {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 20px;
}

.container.checkout .checkout-steps .edit-bag .edit-bag-body .delivery-cost-information__note {
    font-style: italic;
}

.container.checkout .checkout-steps .edit-bag .estimated {
    padding: 12px 10px 8px 0;
    text-align: right;
    background: #e5e5e5;
}

.container.checkout .checkout-steps .edit-bag .estimated span.estimated-total {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.container.checkout .checkout-steps .edit-bag .estimated p.price {
    float: none;
    margin: 0;
}

.container.checkout .checkout-steps .edit-bag .estimated-msg {
    padding: 10px;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .edit-bag .estimated-msg {
        border-bottom: 1px solid #ccc;
    }
}

.container.checkout .checkout-steps .edit-bag .estimated-msg p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

.container.checkout .checkout-steps .edit-bag .estimated-mobile {
    display: none;
    padding: 7px 10px 3px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #e5e5e5;
}

.container.checkout .checkout-steps .edit-bag .estimated-mobile>div {
    width: 50%;
    margin: 0 auto;
}

.container.checkout .checkout-steps .edit-bag .estimated-mobile span.estimated-total {
    float: left;
    width: 50%;
    padding-right: 10px;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
}

.container.checkout .checkout-steps .edit-bag .estimated-mobile p.price {
    float: left;
    margin: 0;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps .edit-bag .estimated-mobile {
        display: block;
    }

    .container.checkout .checkout-steps.step-4 .col-sm-3 {
        margin-top: 20px;
    }

    .container.checkout .checkout-steps.step-4 .col-sm-3 .callout.img {
        display: block;
    }
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section .address-info p,
.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section .address-info span {
    word-wrap: break-word;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section h4 {
    margin-top: 0;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section p {
    font-size: 12px;
    color: #666;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section p strong {
    display: block;
    color: #000;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section p.order-conf span.email {
    padding-right: 2px;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section .delivery-cost-information p {
    font-size: 12px;
    margin-bottom: 12px;
    color: #666;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section .delivery-cost-information p strong {
    display: initial;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section .delivery-cost-information table {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    margin-top: 20px;
}

.container.checkout .checkout-steps.confirmation .col-sm-3 .confirmation-details .confirmation-section .delivery-cost-information__note {
    font-style: italic;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 h1 {
    border-bottom: none;
    padding: 0;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 h2 {
    font-size: 18px;
    color: #666;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .pay-online {
    height: 100%;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .pay-online__button-wrapper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 29%;
}

@media screen and (max-width:479px) {
    .container.checkout .checkout-steps.confirmation .col-sm-9 .pay-online__button-wrapper {
        width: 100%;
    }
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .pay-online__button-wrapper a {
    text-decoration: none;
    width: 100%;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .pay-online__notice {
    width: 70%;
    font-size: 11px;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-left: 5px;
}

@media screen and (max-width:479px) {
    .container.checkout .checkout-steps.confirmation .col-sm-9 .pay-online__notice {
        width: 100%;
        padding-left: 2px;
    }
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .shopping-bag {
    margin: 30px 0 50px;
    padding: 0;
    border: 0;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .shopping-bag .bag-header {
    border-bottom: 1px solid #ccc;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .shopping-bag .product-price-qty .product-qty p.qty {
    display: inline-block;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .shopping-bag .product-price-qty .product-qty p.qty span {
    padding-right: 10px;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .shopping-bag .bag-wrapper {
    border-top: 0;
    border-bottom: 0;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .shopping-bag .bag-wrapper .subtotal.main .confirmation-msg {
    float: left;
    width: 50%;
    padding: 0 0 0 10px;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps.confirmation .col-sm-9 .shopping-bag .bag-wrapper .subtotal.main .confirmation-msg {
        width: 100%;
    }
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .shopping-bag .bag-wrapper .subtotal.main .confirmation-msg p {
    margin: 0;
    font-size: 12px;
}

.container.checkout .checkout-steps.confirmation .confirmation-callout {
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.container.checkout .checkout-steps.confirmation .confirmation-callout .img-wrap {
    position: absolute;
    width: 128px;
    height: 129px;
    left: 22px;
    bottom: 0;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps.confirmation .confirmation-callout .img-wrap {
        bottom: auto;
        left: 5px;
        top: -10px;
        overflow: visible;
    }
}

.container.checkout .checkout-steps.confirmation .confirmation-callout .img-wrap img {
    position: absolute;
    left: 0;
    bottom: -26px;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps.confirmation .confirmation-callout .img-wrap img {
        bottom: auto;
        top: 0;
        width: 60%;
        height: auto;
    }
}

.container.checkout .checkout-steps.confirmation .confirmation-callout .content {
    font-size: 12px;
    margin: 0 0 0 175px;
    padding-right: 10px;
}

@media screen and (max-width:767px) {
    .container.checkout .checkout-steps.confirmation .confirmation-callout .content {
        margin-left: 95px;
        font-size: 14px;
    }
}

.container.checkout .checkout-steps.confirmation .confirmation-callout .content h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

.container.checkout .checkout-steps.confirmation .confirmation-callout .content p {
    margin: 0 0 3px;
}

.container.checkout .checkout-steps.confirmation .confirmation-callout .content a {
    font-weight: 600;
}

.address-wrapper fieldset {
    margin: 0 0 10px 0;
    padding: 10px 10px 20px;
}

.address-wrapper .controlcontainer.address-toggle a.edit {
    margin-left: 10px;
    font-size: 11px;
}

.address-wrapper .controlcontainer.address-toggle span.primary,
.address-wrapper .controlcontainer.address-toggle a.make-primary {
    float: left;
    margin: 2px 0 0 7px;
    padding-left: 10px;
    font-size: 11px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 1px solid #ccc;
}

.address-wrapper .controlcontainer.address-toggle span.primary:focus,
.address-wrapper .controlcontainer.address-toggle a.make-primary:focus {
    outline: 1px dotted #666;
}

.address-wrapper .controlcontainer.address-toggle a.remove {
    float: right;
    font-size: 11px;
}

.address-wrapper .address-info {
    margin: 10px 0 0 20px;
}

@media screen and (max-width:767px) {
    .address-wrapper .address-info {
        margin-left: 0;
    }
}

.address-wrapper .address-info p {
    float: left;
    margin-right: 30px;
    padding-right: 10px;
    font-size: 16px;
    word-wrap: break-word;
}

@media screen and (max-width:767px) {
    .address-wrapper .address-info p {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        font-size: 14px;
    }

    .address-wrapper .address-info p span.phone {
        display: block;
        margin-top: 10px;
    }
}

.address-wrapper .edit-address {
    display: none;
    clear: both;
    width: 50%;
    margin-top: 10px;
}

@media screen and (max-width:767px) {
    .address-wrapper .edit-address {
        width: 75%;
    }
}

@media screen and (max-width:567px) {
    .address-wrapper .edit-address {
        width: 100%;
    }
}

.address-wrapper .edit-address .controlcontainer {
    margin-bottom: 15px;
}

.address-wrapper .edit-address a.cancel {
    color: #666;
    text-decoration: underline;
}

.address-wrapper fieldset.editing {
    background: #e5e5e5;
}

.address-wrapper fieldset.editing .controlcontainer.address-toggle span.primary {
    padding-left: 0;
    border: 0;
}

.address-wrapper fieldset.editing .edit-address {
    display: block;
}

@media screen and (min-width:768px) {
    p.five-col-in-address-book-row {
        width: 20% !important;
        margin-right: 0 !important;
    }

    p.four-col-in-address-book-row {
        width: 25% !important;
        margin-right: 0 !important;
    }
}

.main.search-results .col-sm-12 {
    padding: 0;
}

.main.search-results .search-header {
    padding: 20px 0 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 20%, #e6e6e6 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(60%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 20%, #e6e6e6 60%);
    background: -o-linear-gradient(top, #fff 20%, #e6e6e6 60%);
    background: -ms-linear-gradient(top, #fff 20%, #e6e6e6 60%);
    background: linear-gradient(to bottom, #fff 20%, #e6e6e6 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.main.search-results .search-header>.container {
    padding: 0 10px;
}

.no-touch .main.search-results .search-header a:hover {
    text-decoration: underline;
}

.main.search-results .search-header .results-returned p {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #666;
}

.main.search-results .search-header .results-returned p span {
    color: #000;
}

.main.search-results .search-header .results-returned p span.search-term:before {
    content: "“";
    padding-right: 2px;
}

.main.search-results .search-header .results-returned p span.search-term:after {
    content: "”";
    padding-left: 2px;
}

.main.search-results .search-header .results-returned p.result-links {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .main.search-results .search-header .results-returned p.result-links {
        display: none;
    }
}

.main.search-results .search-header .search-again p.did-you-mean {
    margin: 0;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .main.search-results .search-header .search-again p.did-you-mean {
        font-size: 14px;
    }
}

.main.search-results .search-header .search-again fieldset {
    display: inline-block;
    margin-top: 15px;
}

.main.search-results .search-header .search-again fieldset .controlcontainer {
    width: 150px;
}

.main.search-results .search-header .search-again p.recent-searches {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

@media screen and (max-width:767px) {

    .main.search-results .search-header .search-again fieldset,
    .main.search-results .search-header .search-again p.recent-searches {
        display: none;
    }
}

.main.search-results .search-header.noresults {
    padding: 20px 0 0;
    margin-bottom: 20px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 30%, #e6e6e6 90%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(90%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 30%, #e6e6e6 90%);
    background: -o-linear-gradient(top, #fff 30%, #e6e6e6 90%);
    background: -ms-linear-gradient(top, #fff 30%, #e6e6e6 90%);
    background: linear-gradient(to bottom, #fff 30%, #e6e6e6 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.main.search-results .search-header.noresults>.container {
    padding: 0 10px;
}

.no-touch .main.search-results .search-header.noresults a:hover {
    text-decoration: underline;
}

.main.search-results .search-header.noresults .results-returned p {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #666;
}

.main.search-results .search-header.noresults .results-returned p span {
    color: #000;
}

.main.search-results .search-header.noresults .results-returned p span.search-term:before {
    content: "“";
    padding-right: 2px;
}

.main.search-results .search-header.noresults .results-returned p span.search-term:after {
    content: "”";
    padding-left: 2px;
}

.main.search-results .search-header.noresults .results-returned p.result-links {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .main.search-results .search-header.noresults .results-returned p.result-links {
        display: none;
    }
}

.main.search-results .search-header.noresults .search-again {
    padding-bottom: 10px;
}

.main.search-results .search-header.noresults .search-again p.did-you-mean {
    margin: 0;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .main.search-results .search-header.noresults .search-again p.did-you-mean {
        font-size: 14px;
    }
}

.main.search-results .search-header.noresults .search-again fieldset {
    display: inline-block;
    margin-top: 15px;
}

.main.search-results .search-header.noresults .search-again fieldset .controlcontainer {
    width: 150px;
}

.main.search-results .search-header.noresults .search-again p.recent-searches {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

@media screen and (max-width:767px) {

    .main.search-results .search-header.noresults .search-again fieldset,
    .main.search-results .search-header.noresults .search-again p.recent-searches {
        display: none;
    }
}

.main.search-results .results-mobile-wrapper {
    display: none;
}

@media screen and (max-width:767px) {
    .main.search-results .results-mobile-wrapper {
        display: block;
        padding: 10px 0 12px;
    }
}

.main.search-results .results-mobile-wrapper select {
    width: 100%;
}

.main.search-results .search-tabs {
    display: inline-block;
    margin-top: 20px;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
}

@media screen and (max-width:767px) {
    .main.search-results .search-tabs {
        display: none;
    }
}

.main.search-results .search-tabs .tab {
    position: relative;
    float: left;
    min-width: 250px;
    padding: 8px 15px;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 30%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.main.search-results .search-tabs .tab:not(:first-of-type) {
    border-left: 1px solid #e4e4e4;
}

.no-touch .main.search-results .search-tabs .tab a:hover {
    text-decoration: none;
}

.main.search-results .search-tabs .tab a h3 {
    margin: 0;
    font-size: 20px;
    color: #222;
    text-decoration: none;
}

.main.search-results .search-tabs .tab a span {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    color: #999;
}

.main.search-results .search-tabs .tab.active {
    background: #fff;
}

.main.search-results .search-tabs .tab.empty h3 {
    color: #888;
}

.main.search-results .tab-intro h3 {
    margin-bottom: 20px;
    font-size: 16px;
}

.main.search-results .search-products {
    margin-top: -5px;
    padding-top: 40px;
    background: #fff;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products {
        padding-top: 20px;
    }
}

.main.search-results .search-products>.container {
    position: relative;
    padding: 0;
}

.main.search-results .search-products>.container .col-sm-3 a.close-filters {
    display: none;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products>.container .col-sm-3 {
        position: absolute;
        left: -100%;
        top: 0;
        padding: 20px 40px 0 20px;
        overflow-x: hidden;
        overflow-y: auto;
        transition: all .4s ease-in;
        -webkit-transform: translateZ(0);
        border: 1px solid #ccc;
        border-left: 0;
        -webkit-box-shadow: 0 3px 5px rgba(50, 50, 50, .5);
        -moz-box-shadow: 0 3px 5px rgba(50, 50, 50, .5);
        box-shadow: 0 3px 5px rgba(50, 50, 50, .5);
        background: #fff;
        z-index: 12;
    }
}

.main.search-results .search-products .filter-toggle-wrapper .active-filters {
    position: relative;
    color: #666;
}

.main.search-results .search-products .filter-toggle-wrapper .active-filters h5 {
    margin: 0 0 10px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}

.main.search-results .search-products .filter-toggle-wrapper .active-filters p.filter {
    margin-bottom: 3px;
    font-size: 12px;
    color: #666;
}

.main.search-results .search-products .filter-toggle-wrapper .active-filters p.filter a {
    font-size: 14px;
    text-decoration: none;
}

.main.search-results .search-products .filter-toggle-wrapper .active-filters p.filter a span {
    color: #666;
}

.main.search-results .search-products .filter-toggle-wrapper .active-filters p.filter a span.filtered-by {
    font-size: 11px;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products .filter-toggle-wrapper .active-filters p.filter a span.applied-filter {
        display: block;
    }
}

.main.search-results .search-products .filter-toggle-wrapper .active-filters p.filter a:focus {
    outline: 1px dotted #666;
}

.main.search-results .search-products .filter-toggle-wrapper .filter-list {
    margin: 15px 0 20px 12px;
}

.main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type {
    margin-bottom: 15px;
}

.main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type strong {
    display: block;
    margin-bottom: 5px;
    font-size: 11px;
    color: #222;
    text-transform: uppercase;
    cursor: pointer;
}

.main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type strong:before {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #000;
    border-top: 4px solid transparent;
    content: "";
    float: left;
    height: 0;
    margin: 3px 0 0 -12px;
    width: 0;
}

.main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type ul {
    display: none;
    margin: 0 !important;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type ul li:not(:last-child) {
        margin-bottom: 5px;
    }
}

.main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type ul li a {
    font-size: 12px;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type ul li a {
        text-decoration: none;
    }
}

.main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type.open strong:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    content: "";
    height: 0;
    width: 0;
}

.main.search-results .search-products .filter-toggle-wrapper .filter-list .filter-type.open ul {
    display: block;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products.filters-open .col-sm-3 {
        left: 0;
        width: 247px;
    }

    .main.search-results .search-products.filters-open .col-sm-3 a.close-filters {
        display: none;
        position: absolute;
        right: 7px;
        top: 5px;
        font-size: 18px;
        font-weight: 400;
        color: #ccc;
        text-decoration: none;
    }

    @media screen and (max-width:767px) {
        .main.search-results .search-products.filters-open .col-sm-3 a.close-filters {
            display: block;
        }
    }

    .main.search-results .search-products.filters-open .col-sm-3 a.close-filters:focus {
        outline: 1px dotted #ccc;
    }
}

.main.search-results .search-products .col-sm-9 {
    margin-top: -19px;
    padding-bottom: 20px;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products .col-sm-9 {
        margin-top: 0;
    }
}

.main.search-results .search-products .col-sm-9 .filter-sort {
    border-bottom: 1px solid #ccc;
}

.main.search-results .search-products .col-sm-9 .filter-sort span {
    margin-right: 3px;
    font-size: 16px;
    color: #666;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products .col-sm-9 .filter-sort .controlcontainer {
        float: right;
    }
}

.main.search-results .search-products .col-sm-9 .filter-sort a.filter-by-toggle {
    display: none;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    .main.search-results .search-products .col-sm-9 .filter-sort a.filter-by-toggle {
        float: left;
        display: inline-block;
    }
}

.main.search-results .search-products .col-sm-9 .listing-paging {
    padding-top: 15px;
}

.main.search-results .search-products .col-sm-9 .listing-paging .pagination-wrapper a.view-all {
    top: 10px;
}

.main.search-results .search-products .col-sm-9 .listing-paging:last-of-type {
    padding-top: 0;
}

.main.search-results .search-products .col-sm-9 .listing-paging:last-of-type .pagination-wrapper a.view-all {
    top: 0;
}

.main.search-results .search-products .col-sm-9 .product-listing .product {
    width: 33.33%;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width:567px) {
    .main.search-results .search-products .col-sm-9 .product-listing .product {
        width: 50%;
    }
}

.main.search-results .search-tips-trends {
    margin-top: -5px;
    padding-top: 10px;
    background: #fff;
}

.main.search-results .search-tips-trends .listing-paging {
    margin-bottom: 10px;
}

.main.search-results .search-tips-trends .saved-tips-listing {
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}

.main.search-results .search-more-from-mk {
    margin-top: -5px;
    padding-top: 10px;
    background: #fff;
}

.main.search-results .search-more-from-mk .listing-paging {
    margin-bottom: 10px;
}

.main.search-results .search-more-from-mk .more-mk-listing {
    padding: 20px 0 0;
    border-top: 1px solid #ccc;
}

.main.search-results .search-more-from-mk .more-mk-listing .item {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .main.search-results .search-more-from-mk .more-mk-listing .item {
        margin-bottom: 20px;
    }
}

.main.search-results .search-more-from-mk .more-mk-listing .item .img-wrap {
    float: left;
    width: 30%;
}

.main.search-results .search-more-from-mk .more-mk-listing .item .img-wrap img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    .main.search-results .search-more-from-mk .more-mk-listing .item .img-wrap {
        display: none;
    }
}

.main.search-results .search-more-from-mk .more-mk-listing .item .content {
    position: relative;
    float: right;
    width: 70%;
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .main.search-results .search-more-from-mk .more-mk-listing .item .content {
        float: none;
        width: 100%;
        padding: 0;
    }
}

.main.search-results .search-more-from-mk .more-mk-listing .item .content a.remove {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

.main.search-results .search-more-from-mk .more-mk-listing .item .content a.remove:before {
    content: "x ";
    font-size: 14px;
    color: #a6a6a6;
}

.main.search-results .search-more-from-mk .more-mk-listing .item .content h4 {
    margin: 5px 0 0;
    font-size: 20px;
    line-height: 24px;
}

@media screen and (max-width:767px) {
    .main.search-results .search-more-from-mk .more-mk-listing .item .content h4 {
        width: 80%;
        font-size: 18px;
    }
}

.main.search-results .search-more-from-mk .more-mk-listing .item .content p {
    margin: 10px 0 5px;
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .main.search-results .search-more-from-mk .more-mk-listing .item .content p {
        font-size: 14px;
    }
}

.main.search-results .search-more-from-mk .more-mk-listing .item .content a.learn-more {
    font-size: 12px;
}

.no-touch .main.search-results .search-more-from-mk .more-mk-listing .item .content a.learn-more:hover {
    text-decoration: underline;
}

.main.search-results.about {
    margin-bottom: 30px;
}

.main.search-results.about .search-header {
    margin-bottom: 20px;
    background: #fff;
}

.main.search-results.about .search-about {
    padding-top: 40px;
    background: #e6e6e6;
    background: -moz-linear-gradient(top, #e6e6e6 0, #fff 30%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e6e6e6), color-stop(30%, #fff));
    background: -webkit-linear-gradient(top, #e6e6e6 0, #fff 30%);
    background: -o-linear-gradient(top, #e6e6e6 0, #fff 30%);
    background: -ms-linear-gradient(top, #e6e6e6 0, #fff 30%);
    background: linear-gradient(to bottom, #e6e6e6 0, #fff 30%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0);
}

.main.search-results.about .search-about .listing-paging {
    margin-bottom: 10px;
}

.main.search-results.about .search-about .about-results-listing {
    margin-bottom: 10px;
    padding: 0;
    border-top: 1px solid #ccc;
}

.main.search-results.about .search-about .about-results-listing .item {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

.main.search-results.about .search-about .about-results-listing .item h4 {
    margin-top: 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

@media screen and (max-width:767px) {
    .main.search-results.about .search-about .about-results-listing .item h4 {
        font-size: 16px;
        line-height: 20px;
    }
}

.main.search-results.about .search-about .about-results-listing .item p {
    font-size: 12px;
    color: #666;
}

@media screen and (max-width:767px) {
    .main.search-results.about .search-about .about-results-listing .item p {
        font-size: 14px;
    }
}

.container.tabbed-content {
    width: auto;
    max-width: 100%;
}

ul.resp-tabs-list {
    margin: 0 !important;
    padding: 0;
}

@media screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none;
    }
}

ul.resp-tabs-list li {
    float: left;
    border-top: 1px solid #bebebf;
    border-left: 1px solid #bebebf;
    border-bottom: 1px solid #bebebf;
    display: table;
    height: 52px;
    margin: 0 2px 0 0 !important;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 20px;
    list-style: none !important;
    cursor: pointer;
    text-align: left;
    background-color: #dedede;
    background-image: -moz-linear-gradient(#fcfcfc, #dedede);
    background-image: -o-linear-gradient(#fcfcfc, #dedede);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fcfcfc), » color-stop(1, #dedede));
    background-image: -webkit-linear-gradient(#fcfcfc, #dedede);
    background-image: -ms-linear-gradient(#fcfcfc, #dedede);
    background-image: linear-gradient(#fcfcfc, #dedede);
}

ul.resp-tabs-list li:last-of-type {
    border-right: 1px solid #bebebf;
}

ul.resp-tabs-list li.single-line {
    height: 40px;
    padding: 8px 15px;
}

ul.resp-tabs-list li span {
    display: table-cell;
    vertical-align: middle;
}

.container.tabbed-content ul.resp-tabs-list li {
    margin: 0 !important;
}

.tab6 .resp-tabs-list li {
    max-width: none;
    width: 16.667%;
}

.tab5 .resp-tabs-list li {
    max-width: none;
    width: 20%;
}

.tab4 .resp-tabs-list li {
    max-width: none;
    width: 25%;
}

.tab3 .resp-tabs-list li {
    max-width: none;
    width: 33.33%;
}

.tab2 .resp-tabs-list li {
    max-width: none;
    width: 50%;
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    position: relative;
    cursor: pointer;
    padding: 5px;
    display: none;
}

@media screen and (max-width:768px) {
    h2.resp-accordion {
        display: block;
    }

    h2.resp-accordion:before {
        border-top: 4px solid transparent;
        border-left: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left-color: #000;
        content: "";
        height: 0;
        position: absolute;
        left: 7px;
        top: 16px;
        width: 0;
    }
}

.resp-tab-content {
    display: none;
    margin: 20px 0 20px;
}

.resp-tabs-list li.resp-tab-active,
h2.resp-accordion.resp-tab-active {
    position: relative;
    color: #fff;
    border-bottom: none;
    background-color: #414141;
    background-image: -moz-linear-gradient(#363636, #414141);
    background-image: -o-linear-gradient(#363636, #414141);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #363636), » color-stop(1, #414141));
    background-image: -webkit-linear-gradient(#363636, #414141);
    background-image: -ms-linear-gradient(#363636, #414141);
    background-image: linear-gradient(#363636, #414141);
}

@media screen and (min-width:769px) {

    .resp-tabs-list li.resp-tab-active:after,
    h2.resp-accordion.resp-tab-active:after {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        border-top-color: #fff;
        content: "";
        height: 0;
        position: absolute;
        right: 7px;
        top: 48%;
        width: 0;
    }
}

@media screen and (max-width:768px) {

    .resp-tabs-list li.resp-tab-active:before,
    h2.resp-accordion.resp-tab-active:before {
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 4px solid transparent;
        border-top-color: #fff;
        content: "";
        height: 0;
        position: absolute;
        left: 7px;
        top: 16px;
        width: 0;
    }
}

.resp-content-active,
.resp-accordion-active {
    display: block;
}

h2.resp-accordion {
    margin: 0;
    padding: 12px 15px 12px 20px;
    font-size: 15px;
    border: 1px solid #bebebf;
    border-bottom: none;
    background-color: #dedede;
    background-image: -moz-linear-gradient(#fcfcfc, #dedede);
    background-image: -o-linear-gradient(#fcfcfc, #dedede);
    background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fcfcfc), » color-stop(1, #dedede));
    background-image: -webkit-linear-gradient(#fcfcfc, #dedede);
    background-image: -ms-linear-gradient(#fcfcfc, #dedede);
    background-image: linear-gradient(#fcfcfc, #dedede);
}

h2.resp-accordion:not(.resp-tab-active):last-of-type {
    border-bottom: 1px solid #bebebf;
}

.resp-jfit {
    width: 100%;
    margin: 0;
}

.resp-tab-content-active {
    display: block;
}

@media screen and (max-width:768px) {
    .resp-accordion-closed {
        display: none !important;
    }
}

.products .resp-tab-content>.row {
    padding: 15px 0 20px 0;
}

@media screen and (max-width:767px) {
    .products .resp-tab-content>.row {
        padding: 15px 15px 20px 0;
        margin-right: 15px;
    }
}

.products .resp-tab-content>.row .module.rtf.footer {
    margin: 30px 0 0 0;
}

.products .resp-tab-content>.row .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.products .resp-tab-content>.row .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.products .resp-tab-content>.row .embed-responsive .embed-responsive-item,
.products .resp-tab-content>.row .embed-responsive embed,
.products .resp-tab-content>.row .embed-responsive iframe,
.products .resp-tab-content>.row .embed-responsive object,
.products .resp-tab-content>.row .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.products .resp-tab-content>.row .video-container {
    margin-bottom: 20px;
}

.products .resp-tab-content>.row p {
    font-size: 14px;
    color: #666;
    padding: 0 10px 0 0;
}

.products .resp-tab-content>.row a.cta {
    font-size: 14px;
}

.products .resp-tab-content>.row a:hover {
    text-decoration: underline;
}

.products .resp-tab-content ul,
.products .resp-tab-content ol {
    margin: 20px 0 20px 30px;
    padding: 0 10px 0 0;
    font-size: 14px;
    color: #666;
}

.products .resp-tab-content>.row .col-sm-4 {
    padding: 5px 0 0;
}

.products .resp-tab-content>.row .col-sm-4 img {
    height: auto;
}

.products .resp-tab-content>.row .img-content-container .col-sm-4:nth-child(2n+1) {
    clear: both;
}

.products .resp-tab-content>.row .col-sm-2,
.products .resp-tab-content>.row .col-sm-6,
.products .resp-tab-content>.row .col-sm-10 {
    padding: 5px 0 0 0;
}

.products .resp-tab-content>.row .img-wrap {
    float: left;
    margin: 0 20px 10px 0;
}

@media screen and (max-width:479px) {
    .products .resp-tab-content>.row .img-wrap {
        float: none;
        margin-top: 20px;
    }
}

.products .resp-tab-content>.row .content {
    display: table;
    vertical-align: middle;
}

@media screen and (max-width:479px) {
    .products .resp-tab-content>.row .content {
        display: inline-block;
        vertical-align: none;
        padding: 0;
    }
}

.products .resp-tab-content>.row .containing-block {
    width: 100%;
}

.products .resp-tab-content>.row .outer-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.products .resp-tab-content>.row .BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.products .resp-tab-content>.row table {
    border-top: solid 1px #e5e5e5;
    border-collapse: collapse;
}

@media screen and (max-width:767px) {
    .products .resp-tab-content>.row table {
        margin-right: 20px;
    }
}

.products .resp-tab-content>.row table td {
    border-bottom: solid 1px #e5e5e5;
    padding: 10px 10px 6px 15px;
    font-size: 14px;
    color: #666;
}

.products .resp-tab-content>.row table td:first-child {
    border-right: solid 1px #e5e5e5;
    text-align: right;
    width: 1%;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.products .resp-tab-content>.row table td:first-child strong {
    font-size: 22px;
    margin-left: 2px;
    font-weight: 200;
}

.products .resp-tab-content>.row:last-of-type {
    border-bottom: none;
}

.products ul.resp-tabs-list {
    position: relative;
    top: 1px;
    border: none;
    z-index: 2;
}

.products ul.resp-tabs-list li {
    float: left;
    margin: 0 2px 0 0;
    padding: 10px 15px;
    font-size: 12px;
    list-style: none;
    color: #666;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}

.products ul.resp-tabs-list li.resp-tab-active {
    color: #000;
    font-weight: 700;
    background: #fff;
}

.products .resp-tabs-container {
    position: relative;
    border: 1px solid #e0e0e0;
    z-index: 1;
}

@media screen and (max-width:767px) {
    .products .resp-tabs-container {
        border: 1px solid #bebebf;
    }
}

.products .resp-tabs-container .resp-tab-content {
    margin-top: 0;
    padding: 20px 20px 0 15px;
}

@media screen and (max-width:768px) {
    .products .resp-tabs-container .resp-tab-content {
        margin-bottom: 0;
        padding: 20px 0 20px 15px;
        border-bottom: 1px solid #bebebf;
    }
}

.products ul.resp-tabs-list li.resp-tab-active {
    background: #fff;
}

.products ul.resp-tabs-list li.resp-tab-active:after {
    border: none;
}

.products .resp-tabs-list li.resp-tab-active {
    border-bottom: 1px solid #fff;
}

.products h2.resp-accordion {
    position: relative;
    margin: 0;
    padding: 12px 15px 12px 20px;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #bebebf;
    background: #e0e0e0;
}

@media screen and (max-width:768px) {
    .products h2.resp-accordion {
        font-size: 14px;
    }
}

.products h2.resp-accordion:before {
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left-color: #000;
    content: "";
    height: 0;
    position: absolute;
    left: 7px;
    top: 16px;
    width: 0;
}

.products h2.resp-accordion.resp-tab-active {
    color: #000;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}

.products h2.resp-accordion.resp-tab-active:before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-top-color: #000;
    content: "";
    height: 0;
    position: absolute;
    left: 7px;
    top: 16px;
    width: 0;
}

.products h2.resp-accordion.resp-tab-active:after {
    border: none;
}

.products h2.resp-accordion:not(.resp-tab-active):last-of-type {
    border-bottom: 1px solid #e0e0e0;
}

.products .resp-tab-content-active:last-of-type {
    border-bottom: none;
}

.products .resp-tab-content h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 24px;
}

.products .resp-tab-content p {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.products .resp-tab-content ul {
    margin-left: 25px;
    font-size: 16px;
    color: #666;
}

.products .resp-tab-content ul li {
    margin-bottom: 15px;
    list-style: disc;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .8em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(../images/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}

.ui-widget-content a {
    color: #222;
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #ccc url(../images/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #222;
    font-weight: 700;
}

.ui-widget-header a {
    color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url(../images/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999;
    background: #dadada url(../images/ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff url(../images/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: 400;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url(../images/ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url(../images/ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url(../images/ui/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(../images/ui/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(../images/ui/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(../images/ui/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(../images/ui/ui-icons_cd0a0a_256x240.png);
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start,
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
    background: #aaa url(../images/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #aaa url(../images/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
    border-radius: 8px;
}

.ui-datepicker-trigger {
    float: left;
    margin: 5px 0 0 5px;
    cursor: pointer;
}

.suggested-search-wrapper {
    display: none;
    position: absolute;
    right: 0;
    top: 23px;
    width: 215px;
    text-align: left;
    background: #fff;
    z-index: 14;
    -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    -moz-box-shadow: 0 0 5px rgba(50, 50, 50, .5);
    box-shadow: 0 0 5px rgba(50, 50, 50, .5);
}

@media screen and (max-width:767px) {
    .suggested-search-wrapper {
        width: 215px;
    }
}

@media screen and (max-width:567px) {
    .suggested-search-wrapper {
        width: 90%;
        top: 88px;
        left: 20px;
    }
}

.suggested-search-wrapper img {
    width: 50px;
}

.suggested-search-wrapper .suggested-search-header {
    padding: 5px 10px;
    color: #222;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 30%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.suggested-search-wrapper .suggested-search-header p {
    float: left;
    margin: 0;
    font-size: 11px;
    padding: 7px 0 0 0;
}

.suggested-search-wrapper .suggested-search-header p span {
    font-size: 11px;
    text-transform: uppercase;
}

.suggested-search-wrapper .suggested-search-header a.close-search {
    float: right;
    padding: 7px 5px 7px 7px;
    font-size: 11px;
    color: #999;
}

.suggested-search-wrapper .suggested-search-header a.close-search:focus {
    outline: 1px dotted #999;
}

.suggested-search-wrapper .removegradient {
    background: none;
    filter: none;
}

.suggested-search-wrapper .suggested-content-wrapper {
    border: 0;
}

.suggested-search-wrapper .suggested-content-wrapper a,
.suggested-search-wrapper .suggested-content-wrapper a:active,
.suggested-search-wrapper .suggested-content-wrapper a:focus {
    color: #555;
}

.suggested-search-wrapper .suggested-content-wrapper a:focus {
    outline: 1px dotted #555;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product {
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .img-wrap {
    float: left;
    margin: 0;
    width: 50px;
    postion: absolute;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .img-wrap img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .img-wrap .img-indent {
    margin: 0 0 0 0;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .content {
    float: left;
    width: 70%;
    word-wrap: break-word;
    margin: 0 0 0 10px;
    padding: 0;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .content .price {
    margin-bottom: 0;
    font-family: Times New Roman, serif;
    font-size: 14px;
    font-style: italic;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .content .price span,
.suggested-search-wrapper .suggested-content-wrapper .search-row-product .content .price sup {
    position: relative;
    bottom: .5em;
    height: 0;
    font-size: 8px;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .content .content-indent {
    padding: 0;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .content-aboutmk {
    width: 90%;
    word-wrap: break-word;
    margin: 0;
    padding: 5px 0 5px 10px;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .content-aboutmk p {
    font-weight: 700;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product .content-noresults {
    width: 90%;
    word-wrap: break-word;
    margin: 0;
    padding: 5px 0 5px 10px;
}

.suggested-search-wrapper .suggested-content-wrapper .search-row-product:hover {
    border: 1px solid #b55d63;
    color: #b55d63;
    cursor: pointer;
}

.suggested-search-wrapper .suggested-content-wrapper .setheight {
    height: 50px;
    overflow: hidden;
}

.suggested-search-wrapper .suggested-content-wrapper p {
    font-size: 11px;
    margin: 0;
}

.suggested-search-wrapper .suggested-content-wrapper .button-wrapper {
    text-align: center;
    padding: 10px 0;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 30%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 30%, #e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}

.suggested-search-wrapper .suggested-content-wrapper a.button.black {
    padding: 10px 55px 8px;
    border: 2px solid transparent;
}

.suggested-search-wrapper .suggested-content-wrapper a.button.black:hover {
    border: 2px solid #b55d63;
}

.header-suggested-search.open .suggested-search-wrapper {
    display: block;
}

.container-video {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
}

@media screen and (max-width:959px) {
    .container-video {
        display: block;
        height: auto;
    }
}

@media screen and (max-width:567px) {
    .container-video_mobile {
        background-color: #f8f2ee;
        background-image: -moz-linear-gradient(#fffefe, #f8f2ee);
        background-image: -o-linear-gradient(#fffefe, #f8f2ee);
        background-image: -webkit-gradient(linear, » left top, left bottom, color-stop(0, #fffefe), » color-stop(1, #f8f2ee));
        background-image: -webkit-linear-gradient(#fffefe, #f8f2ee);
        background-image: -ms-linear-gradient(#fffefe, #f8f2ee);
        background-image: linear-gradient(#fffefe, #f8f2ee);
        margin-bottom: 15px;
    }
}

.container-video_full-width {
    max-height: 512px;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    padding-top: 0;
    margin-left: -5px;
    margin-bottom: 20px;
}

@media screen and (min-width:945px) {
    .container-video_full-width {
        margin-left: calc((935px - 100vw)/2);
    }
}

@media screen and (min-width:960px) {
    .container-video_full-width {
        margin-left: calc((945px - 100vw)/2);
    }
}

.container-video_full-width .container-video__player_looping {
    padding-bottom: 57%;
}

@media screen and (max-width:567px) {
    .container-video_full-width .content {
        padding-left: 5px;
    }
}

.container-video .content {
    color: #222;
    font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
    font-weight: 100;
    font-style: normal;
    margin: 20px 0;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    width: 45%;
}

@media screen and (max-width:567px) {
    .container-video .content {
        position: static;
    }
}

.container-video .content h2 {
    font-size: 48px;
    font-weight: 100;
    font-style: normal;
}

@media screen and (max-width:767px) {
    .container-video .content h2 {
        font-size: 36px !important;
    }
}

@media screen and (max-width:768px) {
    .container-video .content h2 {
        font-size: 36px !important;
    }
}

.container-video .content h2 b,
.container-video .content h2 strong {
    font-weight: 300;
    letter-spacing: -2px;
}

.container-video .content p {
    font-size: 32px;
    line-height: 34px;
}

@media screen and (max-width:767px) {
    .container-video .content p {
        font-size: 18px !important;
        line-height: 22px;
    }
}

@media screen and (max-width:768px) {
    .container-video .content p {
        font-size: 16px !important;
        line-height: 22px;
    }
}

@media screen and (max-width:567px) {
    .container-video .content p {
        font-size: 16px !important;
        line-height: 20px;
        margin-top: 10px;
    }
}

.container-video .content p b,
.container-video .content p strong {
    font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
}

.container-video .content p sup {
    font-size: .5em;
    vertical-align: super;
}

.container-video .content span.cta {
    position: relative;
    padding-right: 18px;
    font-size: 24px;
    font-family: "Noto Sans", Roboto,  Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #666;
}

@media screen and (max-width:767px) {
    .container-video .content span.cta {
        padding-right: 12px;
        font-size: 18px;
    }
}

@media screen and (max-width:567px) {
    .container-video .content span.cta {
        font-size: 16px;
    }
}

.container-video .content span.cta:after {
    position: absolute;
    right: 0;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@media screen and (max-width:767px) {
    .container-video .content span.cta:after {
        top: 5px;
        border-left: 6px solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
}

@media screen and (max-width:567px) {
    .container-video .content span.cta:after {
        top: 5px;
        border-left: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
}

.container-video .content span.cta .content.cta:hover {
    text-decoration: none;
    cursor: pointer;
}

.container-video .content span.cta.pink:after {
    border-left-color: #b25d64 !important;
}

.container-video .content.black-txt {
    color: #000;
}

@media screen and (max-width:567px) {
    .container-video .content.black-txt {
        color: #222;
    }
}

.container-video .content.black-txt span.cta {
    color: #000;
}

@media screen and (max-width:567px) {
    .container-video .content.black-txt span.cta {
        color: #666;
    }
}

.container-video .content.charcoal-txt {
    color: #222;
}

@media screen and (max-width:567px) {
    .container-video .content.charcoal-txt {
        color: #222;
    }
}

.container-video .content.charcoal-txt span.cta {
    color: #222;
}

@media screen and (max-width:567px) {
    .container-video .content.charcoal-txt span.cta {
        color: #666;
    }
}

.container-video .content.graphite-txt {
    color: #444;
}

@media screen and (max-width:567px) {
    .container-video .content.graphite-txt {
        color: #222;
    }
}

.container-video .content.graphite-txt span.cta {
    color: #444;
}

@media screen and (max-width:567px) {
    .container-video .content.graphite-txt span.cta {
        color: #666;
    }
}

.container-video .content.pewter-txt {
    color: #666;
}

@media screen and (max-width:567px) {
    .container-video .content.pewter-txt {
        color: #222;
    }
}

.container-video .content.pewter-txt span.cta {
    color: #666;
}

@media screen and (max-width:567px) {
    .container-video .content.pewter-txt span.cta {
        color: #666;
    }
}

.container-video .content.grey-txt {
    color: #999;
}

@media screen and (max-width:567px) {
    .container-video .content.grey-txt {
        color: #222;
    }
}

.container-video .content.grey-txt span.cta {
    color: #999;
}

@media screen and (max-width:567px) {
    .container-video .content.grey-txt span.cta {
        color: #666;
    }
}

.container-video .content.silver-txt {
    color: #ccc;
}

@media screen and (max-width:567px) {
    .container-video .content.silver-txt {
        color: #222;
    }
}

.container-video .content.silver-txt span.cta {
    color: #ccc;
}

@media screen and (max-width:567px) {
    .container-video .content.silver-txt span.cta {
        color: #666;
    }
}

.container-video .content.fog-grey-txt {
    color: #e5e5e5;
}

@media screen and (max-width:567px) {
    .container-video .content.fog-grey-txt {
        color: #222;
    }
}

.container-video .content.fog-grey-txt span.cta {
    color: #e5e5e5;
}

@media screen and (max-width:567px) {
    .container-video .content.fog-grey-txt span.cta {
        color: #666;
    }
}

.container-video .content.white-txt {
    color: #fff;
}

@media screen and (max-width:567px) {
    .container-video .content.white-txt {
        color: #222;
    }
}

.container-video .content.white-txt span.cta {
    color: #fff;
}

@media screen and (max-width:567px) {
    .container-video .content.white-txt span.cta {
        color: #666;
    }
}

.container-video .content.rose-txt {
    color: #b25d64;
}

@media screen and (max-width:567px) {
    .container-video .content.rose-txt {
        color: #222;
    }
}

.container-video .content.rose-txt span.cta {
    color: #b25d64;
}

@media screen and (max-width:567px) {
    .container-video .content.rose-txt span.cta {
        color: #666;
    }
}

.container-video .content.pink-txt {
    color: #fbc9ba;
}

@media screen and (max-width:567px) {
    .container-video .content.pink-txt {
        color: #222;
    }
}

.container-video .content.pink-txt span.cta {
    color: #fbc9ba;
}

@media screen and (max-width:567px) {
    .container-video .content.pink-txt span.cta {
        color: #666;
    }
}

.container-video .content a {
    color: inherit;
}

.container-video .content h2 {
    margin: 10px 0;
}

@media screen and (max-width:567px) {
    .container-video .content {
        width: 100%;
        margin-left: 20px;
    }
}

.container-video .content.center-txt {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: table;
}

@media screen and (max-width:567px) {
    .container-video .content.center-txt {
        text-align: left;
    }
}

.container-video .content.left-txt {
    left: 6%;
    top: 0;
    bottom: 0;
    display: table-cell;
}

@media screen and (max-width:567px) {
    .container-video .content.left-txt {
        text-align: left;
    }
}

.container-video .content.right-txt {
    right: 5%;
    top: 0;
    bottom: 0;
    display: table-cell;
}

@media screen and (max-width:567px) {
    .container-video .content.right-txt {
        text-align: left;
    }
}

.container-video__player {
    width: 80%;
    height: 400px;
    display: inline-block;
}

.container-video__player_looping {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
}

@media screen and (max-width:567px) {
    .container-video__player_looping {
        display: block;
    }
}

@media screen and (max-width:959px) {
    .container-video__player_looping {
        height: 100% !important;
    }
}

.container-video__player_looping .vjs-progress-control {
    pointer-events: none;
}

.container-video__player_looping .vjs-poster {
    background-color: initial;
}

.container-video__player_looping .vjs-player-info,
.container-video__player_looping .vjs-contextmenu-ui,
.container-video__player_looping .vjs-contextmenu-ui .vjs-user-active {
    pointer-events: none;
}

.container-video__player_looping .video-js {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none !important;
}

.container-video__player_looping .video-js .vjs-control-bar {
    display: none !important;
}

@media screen and (max-width:959px) {
    .container-video__player {
        height: 400px;
        width: 100%;
    }
}

.container-video .container-video__player .vjs-big-play-button {
    top: 33%;
    left: 43%;
}

@media screen and (max-width:479px) {
    .container-video .container-video__player .vjs-big-play-button {
        top: 36%;
        left: 31%;
    }
}

.video-js {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}

.vjs-playlist {
    width: 19%;
    display: inline-block;
    position: relative;
    height: 400px;
    background-color: #151b17;
    margin: 0 0 0 -5px !important;
}

@media screen and (max-width:959px) {
    .vjs-playlist {
        display: block;
        max-height: 400px;
        height: auto;
        width: 100%;
        margin-top: -5px;
        margin-left: 0;
    }
}

.vjs-playlist-item-list {
    margin: 0 0 0 -5px !important;
}

.vjs-playlist-item-list li {
    list-style-type: none !important;
    margin-bottom: 5px !important;
}

.vjs-playlist .vjs-playlist-item-list .vjs-playlist-ad-overlay {
    display: none;
}

.vjs-playlist .vjs-playlist-item.vjs-selected {
    background-color: #f2d7e3;
}

.vjs-playlist li {
    width: 100%;
    height: 80px;
}

@media screen and (max-width:959px) {
    .vjs-playlist li {
        height: 55px;
    }
}

.container.customer-gallery {
    padding-top: 20px;
}

.customer-gallery-enlarged-mobile {
    min-height: 200px;
    width: 100%;
    max-width: 959px;
    padding-left: 5px;
    padding-right: 5px;
}

.customer-gallery-enlarged-mobile__head {
    border-bottom: 1px solid #eee;
    font-weight: 600;
    padding: 20px;
}

.customer-gallery-enlarged-mobile__head span {
    float: right;
}

.customer-gallery-enlarged-mobile__head span a {
    color: #000;
}

.customer-gallery-enlarged-mobile__head span a:focus {
    outline: none;
}

.customer-gallery-enlarged-mobile__image {
    padding-top: 5px;
}

.customer-gallery-enlarged-mobile__image img {
    width: 100%;
}

.customer-gallery-enlarged-mobile__description {
    padding-top: 5px;
    font-weight: 600;
}

.customer-gallery-enlarged-mobile__time {
    color: #666;
    padding-bottom: 15px;
    padding-top: 10px;
    font-size: 12px;
}

.customer-gallery-enlarged-mobile__comment {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.customer-gallery .container {
    position: relative;
    overflow: hidden;
    height: 200px;
}

@media screen and (max-width:959px) {
    .customer-gallery .container {
        height: 710px;
        overflow: hidden;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .customer-gallery .container {
        height: 490px;
        overflow: hidden;
        text-align: center;
    }
}

@media screen and (max-width:568px) {
    .customer-gallery .container {
        height: 390px;
        overflow: hidden;
        text-align: center;
    }
}

@media screen and (max-width:320px) {
    .customer-gallery .container {
        height: 220px;
        overflow: hidden;
        text-align: center;
    }
}

.customer-gallery .customer-gallery-listing {
    overflow: hidden;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
}

@media screen and (max-width:959px) {
    .customer-gallery .customer-gallery-listing {
        height: 710px;
        overflow: auto;
        white-space: normal;
    }
}

@media screen and (max-width:768px) {
    .customer-gallery .customer-gallery-listing {
        height: 490px;
        overflow: auto;
        white-space: normal;
    }
}

@media screen and (max-width:568px) {
    .customer-gallery .customer-gallery-listing {
        height: 390px;
        overflow: auto;
        white-space: normal;
    }
}

@media screen and (max-width:320px) {
    .customer-gallery .customer-gallery-listing {
        height: 220px;
        overflow: auto;
        white-space: normal;
    }
}

.customer-gallery .customer-gallery-listing__switch-slide {
    position: absolute;
    width: 20px;
    padding-bottom: 22%;
}

.customer-gallery .customer-gallery-listing__switch-slide_prev {
    top: 0;
    left: 0;
    background: url(/image/icons/carousel/carousel-nav.png) no-repeat left center;
}

.customer-gallery .customer-gallery-listing__switch-slide_prev a {
    height: 100%;
    width: 100%;
    position: absolute;
}

.customer-gallery .customer-gallery-listing__switch-slide_prev a:focus {
    outline: none;
}

.customer-gallery .customer-gallery-listing__switch-slide_next {
    top: 0;
    right: 0;
    background: url(/image/icons/carousel/carousel-nav.png) no-repeat right center;
}

.customer-gallery .customer-gallery-listing__switch-slide_next a {
    height: 100%;
    width: 100%;
    position: absolute;
}

.customer-gallery .customer-gallery-listing__switch-slide_next a:focus {
    outline: none;
}

@media screen and (max-width:959px) {
    .customer-gallery .customer-gallery-listing__switch-slide {
        display: none;
    }
}

.customer-gallery .customer-gallery-listing__item {
    top: 0;
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
    margin-left: 20px;
    display: inline-block;
}

.customer-gallery .customer-gallery-listing__item:nth-last-child(1) {
    margin-right: 20px;
}

.customer-gallery .customer-gallery-listing__item:hover {
    opacity: .5;
    cursor: pointer;
}

@media screen and (max-width:959px) {
    .customer-gallery .customer-gallery-listing__item {
        width: 345px;
        height: 345px;
        border: 1px solid #eee;
    }
}

@media screen and (max-width:768px) {
    .customer-gallery .customer-gallery-listing__item {
        width: 240px;
        height: 240px;
        border: 1px solid #eee;
    }
}

@media screen and (max-width:568px) {
    .customer-gallery .customer-gallery-listing__item {
        width: 190px;
        height: 190px;
        border: 1px solid #eee;
    }
}

@media screen and (max-width:320px) {
    .customer-gallery .customer-gallery-listing__item {
        width: 108px;
        height: 108px;
        border: 1px solid #eee;
    }
}

.customer-gallery .customer-gallery-detail {
    display: none;
}

.customer-gallery .customer-gallery-detail__wrapper {
    background-color: gray;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 333;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
}

.customer-gallery .customer-gallery-detail__close a {
    color: #000;
}

.customer-gallery .customer-gallery-detail__close a:focus {
    outline: none;
}

.customer-gallery .customer-gallery-detail__item {
    background-color: #fff;
    height: 450px;
    top: 20%;
    position: relative;
    z-index: 334;
    display: none;
}

.customer-gallery .customer-gallery-detail__head {
    padding: 20px;
    display: table;
    border-bottom: 1px solid #eee;
    width: 100%;
    text-align: left;
}

.customer-gallery .customer-gallery-detail__head span {
    float: right;
}

.customer-gallery .customer-gallery-detail-description {
    width: 364px;
    height: 390px;
    float: right;
    overflow: hidden;
    padding: 20px;
    display: inline-block;
}

.customer-gallery .customer-gallery-detail-description__head {
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
}

.customer-gallery .customer-gallery-detail-description__date {
    color: #666;
    text-align: left;
    padding-bottom: 15px;
}

.customer-gallery .customer-gallery-detail-description__text {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.customer-gallery .customer-gallery-detail-description__comments {
    padding-bottom: 20px;
    overflow-x: hidden;
    height: 240px;
}

.customer-gallery .customer-gallery-detail-description__report {
    text-align: left;
}

.customer-gallery .customer-gallery-detail-image {
    padding: 20px;
    padding-right: 0;
    max-width: 500px;
    height: 390px;
    display: inline-block;
}

.customer-gallery .customer-gallery-detail-image img {
    max-height: 100%;
    max-width: 480px;
    display: table;
}

.customer-gallery .customer-gallery-detail__switch-slide {
    position: relative;
    top: 20%;
    display: inline-block;
    z-index: 335;
    width: 40px;
    height: 450px;
}

.customer-gallery .customer-gallery-detail__switch-slide a {
    width: 100%;
    height: 100%;
    display: block;
}

.customer-gallery .customer-gallery-detail__switch-slide a:focus {
    outline: none;
}

.customer-gallery .customer-gallery-detail__switch-slide_prev {
    background: url(/image/icons/carousel/carousel-nav-white.png) no-repeat left center;
}

.customer-gallery .customer-gallery-detail__switch-slide_next {
    background: url(/image/icons/carousel/carousel-nav-white.png) no-repeat right center;
}

.countdown-wrapper {
    margin-bottom: 20px;
    max-height: 1600px;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin-left: -5px;
    position: relative;
}

@media screen and (min-width:945px) {
    .countdown-wrapper {
        margin-left: calc((935px - 100vw)/2);
    }
}

@media screen and (min-width:960px) {
    .countdown-wrapper {
        margin-left: calc((945px - 100vw)/2);
    }
}

.countdown-wrapper img {
    width: 100%;
}

@media screen and (max-width:567px) {
    .countdown-wrapper img {
        width: 190%;
    }
}

.countdown-wrapper .content {
    color: #222;
    font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
    font-weight: 100;
    font-style: normal;
    margin: 20px 0;
    position: absolute;
    z-index: 10;
    overflow: hidden;
    width: 45%;
    max-height: 400px;
    width: 80%;
    max-width: 945px;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content {
        position: static;
    }
}

.countdown-wrapper .content h2 {
    font-size: 48px;
    font-weight: 100;
    font-style: normal;
}

@media screen and (max-width:767px) {
    .countdown-wrapper .content h2 {
        font-size: 36px !important;
    }
}

@media screen and (max-width:768px) {
    .countdown-wrapper .content h2 {
        font-size: 36px !important;
    }
}

.countdown-wrapper .content h2 b,
.countdown-wrapper .content h2 strong {
    font-weight: 300;
    letter-spacing: -2px;
}

.countdown-wrapper .content p {
    font-size: 32px;
    line-height: 34px;
}

@media screen and (max-width:767px) {
    .countdown-wrapper .content p {
        font-size: 18px !important;
        line-height: 22px;
    }
}

@media screen and (max-width:768px) {
    .countdown-wrapper .content p {
        font-size: 16px !important;
        line-height: 22px;
    }
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content p {
        font-size: 16px !important;
        line-height: 20px;
        margin-top: 10px;
    }
}

.countdown-wrapper .content p b,
.countdown-wrapper .content p strong {
    font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
}

.countdown-wrapper .content p sup {
    font-size: .5em;
    vertical-align: super;
}

.countdown-wrapper .content span.cta {
    position: relative;
    padding-right: 18px;
    font-size: 24px;
    font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
    font-weight: 300;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #666;
}

@media screen and (max-width:767px) {
    .countdown-wrapper .content span.cta {
        padding-right: 12px;
        font-size: 18px;
    }
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content span.cta {
        font-size: 16px;
    }
}

.countdown-wrapper .content span.cta:after {
    position: absolute;
    right: 0;
    top: 9px;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@media screen and (max-width:767px) {
    .countdown-wrapper .content span.cta:after {
        top: 5px;
        border-left: 6px solid transparent;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content span.cta:after {
        top: 5px;
        border-left: 5px solid transparent;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }
}

.countdown-wrapper .content span.cta .content.cta:hover {
    text-decoration: none;
    cursor: pointer;
}

.countdown-wrapper .content span.cta.pink:after {
    border-left-color: #b25d64 !important;
}

.countdown-wrapper .content.black-txt {
    color: #000;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.black-txt {
        color: #222;
    }
}

.countdown-wrapper .content.black-txt span.cta {
    color: #000;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.black-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.charcoal-txt {
    color: #222;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.charcoal-txt {
        color: #222;
    }
}

.countdown-wrapper .content.charcoal-txt span.cta {
    color: #222;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.charcoal-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.graphite-txt {
    color: #444;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.graphite-txt {
        color: #222;
    }
}

.countdown-wrapper .content.graphite-txt span.cta {
    color: #444;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.graphite-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.pewter-txt {
    color: #666;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.pewter-txt {
        color: #222;
    }
}

.countdown-wrapper .content.pewter-txt span.cta {
    color: #666;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.pewter-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.grey-txt {
    color: #999;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.grey-txt {
        color: #222;
    }
}

.countdown-wrapper .content.grey-txt span.cta {
    color: #999;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.grey-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.silver-txt {
    color: #ccc;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.silver-txt {
        color: #222;
    }
}

.countdown-wrapper .content.silver-txt span.cta {
    color: #ccc;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.silver-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.fog-grey-txt {
    color: #e5e5e5;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.fog-grey-txt {
        color: #222;
    }
}

.countdown-wrapper .content.fog-grey-txt span.cta {
    color: #e5e5e5;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.fog-grey-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.white-txt {
    color: #fff;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.white-txt {
        color: #222;
    }
}

.countdown-wrapper .content.white-txt span.cta {
    color: #fff;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.white-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.rose-txt {
    color: #b25d64;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.rose-txt {
        color: #222;
    }
}

.countdown-wrapper .content.rose-txt span.cta {
    color: #b25d64;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.rose-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.pink-txt {
    color: #fbc9ba;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.pink-txt {
        color: #222;
    }
}

.countdown-wrapper .content.pink-txt span.cta {
    color: #fbc9ba;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content.pink-txt span.cta {
        color: #666;
    }
}

.countdown-wrapper .content.pink-base-txt,
.countdown-wrapper .content.pink-base-txt span.cta {
    color: #f2d7e3;
}

.countdown-wrapper .content.pink-7422-txt,
.countdown-wrapper .content.pink-7422-txt span.cta {
    color: #f9cbdf;
}

.countdown-wrapper .content.pink-707-txt,
.countdown-wrapper .content.pink-707-txt span.cta {
    color: #f9c1d2;
}

.countdown-wrapper .content.pink-1765-txt,
.countdown-wrapper .content.pink-1765-txt span.cta {
    color: #f598aa;
}

.countdown-wrapper .content.pink-204-txt,
.countdown-wrapper .content.pink-204-txt span.cta {
    color: #f287b7;
}

.countdown-wrapper .content.pink-7424-txt,
.countdown-wrapper .content.pink-7424-txt span.cta {
    color: #ee4d9b;
}

.countdown-wrapper .content.pink-226-txt,
.countdown-wrapper .content.pink-226-txt span.cta {
    color: #ec008c;
}

.countdown-wrapper .content.coral-2346-txt,
.countdown-wrapper .content.coral-2346-txt span.cta {
    color: #f3716d;
}

.countdown-wrapper .content.grey-1c-txt,
.countdown-wrapper .content.grey-1c-txt span.cta {
    color: #dcddde;
}

.countdown-wrapper .content.grey-423-txt,
.countdown-wrapper .content.grey-423-txt span.cta {
    color: #8d8f8f;
}

.countdown-wrapper .content.grey-425-txt,
.countdown-wrapper .content.grey-425-txt span.cta {
    color: #4d4d4f;
}

.countdown-wrapper .content.grey-black6-txt,
.countdown-wrapper .content.grey-black6-txt span.cta {
    color: #231f20;
}

.countdown-wrapper .content.purple-625-txt,
.countdown-wrapper .content.purple-625-txt span.cta {
    color: #c0bedb;
}

.countdown-wrapper .content.purple-666-txt,
.countdown-wrapper .content.purple-666-txt span.cta {
    color: #9793bd;
}

.countdown-wrapper .content.purple-667-txt,
.countdown-wrapper .content.purple-667-txt span.cta {
    color: #6f6aa2;
}

.countdown-wrapper .content.purple-668-txt,
.countdown-wrapper .content.purple-668-txt span.cta {
    color: #403b77;
}

.countdown-wrapper .content.purple-669-txt,
.countdown-wrapper .content.purple-669-txt span.cta {
    color: #1b1464;
}

@media screen and (max-width:945px) {
    .countdown-wrapper .content {
        width: 100%;
    }
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content {
        position: absolute;
    }
}

.countdown-wrapper .content h2 {
    font-size: 32px !important;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content h2 {
        font-size: 24px !important;
    }
}

.countdown-wrapper .content .row .col-lg-6 {
    float: none !important;
    display: inline-block;
    width: 49%;
}

@media screen and (max-width:567px) {
    .countdown-wrapper .content .row .col-lg-6 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.countdown-wrapper .content .separator {
    width: 60px;
    border: 1px solid #fbc9ba;
    display: inline-block;
    margin: 15px 0;
}

.countdown-wrapper .center-txt,
.countdown-wrapper .right-txt,
.countdown-wrapper .left-txt {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.countdown-wrapper .center-txt .content {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    display: table;
    margin-top: calc((100vh - 400px)/2 - 165px);
}

@media screen and (max-height:720px) {
    .countdown-wrapper .center-txt .content {
        margin-top: 10px;
    }
}

@media screen and (max-width:567px) {
    .countdown-wrapper .center-txt .content h2 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.countdown-wrapper .right-txt .content {
    text-align: right;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: table;
    margin-top: calc((100vh - 400px)/2 - 165px);
}

@media screen and (max-width:567px) {
    .countdown-wrapper .right-txt .content {
        left: -40px;
    }
}

@media screen and (max-height:720px) {
    .countdown-wrapper .right-txt .content {
        margin-top: 10px;
    }
}

.countdown-wrapper .right-txt .content .col-lg-6 {
    margin-right: -35px;
}

.countdown-wrapper .left-txt .content {
    text-align: left;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: table;
    margin: auto;
    margin-top: calc((100vh - 400px)/2 - 165px);
}

@media screen and (max-height:720px) {
    .countdown-wrapper .left-txt .content {
        margin-top: 10px;
    }
}

@media screen and (max-width:567px) {
    .countdown-wrapper .left-txt .content {
        left: 6px;
    }
}

.countdown-wrapper .left-txt .content .col-lg-6 {
    margin-left: -35px;
}

.countdown-wrapper .time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

.countdown-wrapper .time_circles>div {
    position: absolute;
    text-align: center;
}

.countdown-wrapper .time_circles>div>h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.countdown-wrapper .time_circles>div>span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 300%;
    margin-top: .4em;
    font-weight: 300;
}

.canada-lp {
    height: 100%;
}

.content-box {
    width: 50%;
    height: 100%;
    float: left;
    display: table;
}

.content-box .inner-content-box {
    display: table-cell;
    vertical-align: middle;
}

.content-box .inner-content-box ul.lang-option {
    width: 100%;
    margin-top: 50px;
}

.content-box .inner-content-box ul.lang-option li {
    list-style: none;
    display: inline-block;
    padding: 0 40px;
}

.content-box .inner-content-box ul.lang-option li:first-child {
    border-right: 2px solid #979797;
}

@media screen and (max-width:959px) {
    .content-box {
        height: auto;
        width: 100%;
    }
}

.hero-content-box {
    float: right;
}

@media screen and (max-width:959px) {
    .hero-content-box {
        float: left;
        padding: 100px 0 50px;
    }
}

@media screen and (max-width:479px) {
    .hero-content-box {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content-box .inner-content-box img {
        width: 100%;
        height: auto;
    }
}

.hero-img-box {
    float: left;
}

@media screen and (max-width:959px) {
    .hero-img-box {
        float: right;
    }
}

.m0 {
    margin: 0;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.p0 {
    padding: 0;
}

.pl12 {
    padding-left: 12px;
}

.pr12 {
    padding-right: 12px;
}

.plr6 {
    padding-left: 6px;
    padding-right: 6px;
}

.pt25 {
    padding-top: 25px !important;
}

.w-lg {
    width: 80%;
}

.mar-lg-footer {
    margin-top: 60px;
}

.w-md {
    width: 60%;
}

.w-sm {
    width: 40%;
}

.w-xs {
    width: 20%;
}

.w-60 {
    width: 80px !important;
}

.bb-none {
    border-bottom: none !important;
}

.bt-none {
    border-top: none !important;
}

.clear-block {
    clear: both;
    display: block !important;
}

.w-auto {
    width: auto !important;
}

.contain-height {
    min-height: 300px;
}

.loader {
    padding-bottom: 60px;
}

.loader img {
    width: 33px;
    height: auto;
}

.nb {
    border: none;
}

.nblr {
    border-left: none !important;
    border-right: none !important;
}

.t-mute {
    color: #666;
}

.bold {
    font-weight: 700;
}

.normal {
    font-weight: 400 !important;
}

.r-label {
    padding-left: 5px;
}

.form-error-lb {
    display: block;
}

.info-link:hover {
    cursor: pointer;
}

select.form-control {
    height: 31px;
}

.form-control {
    box-shadow: none;
    border-color: #e1e1e1;
}

fieldset .controlcontainer label.required:after {
    content: " *";
    color: red;
}

form input[type="text"] {
    padding: 5px;
    width: 100%;
}

form .error label {
    color: red;
}

.popover .popover-content p a,
.popover .popover-content p span a {
    color: #b25d64;
}

.popover .popover-content p a:focus,
.popover .popover-content p span a:focus {
    outline: 1px dotted #b25d64;
}

.container.main ul.sm-b-list {
    margin-top: 0;
}

.container.main ul.sm-b-list li {
    margin-bottom: 0;
}

.sm-b-list {
    font-size: 11px;
    padding: 0;
    margin: 0;
}

.sm-b-list li {
    padding: 0;
    margin-bottom: 0;
}

@media screen and (max-width:479px) {
    .m-btn {
        display: block;
        width: 100%;
        max-width: 100% !important;
        text-align: center;
        margin-bottom: 10px;
    }
}

input[type="submit"].black,
input[type="button"].black {
    display: inline-block;
    padding: 10px 25px 8px;
    font-size: 12px;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(#000, #1a1a1a);
    color: #fbc9ba;
}

.white-bg {
    background-color: #fff !important;
}

.coc-wrapper {
    float: left;
    width: 100%;
}

.l-box {
    display: table-cell !important;
    float: none !important;
    vertical-align: top;
    padding: 0 !important;
    width: 33.333333333%;
    background-color: #faf0ef;
}

.bwr12 {
    border-right: 12px solid #fff;
}

.bwl12 {
    border-left: 12px solid #fff;
}

.bwrl6 {
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
}

@media screen and (max-width:767px) {

    .login-box-wrapper,
    .new-customer-box-wrapper,
    .guest-checkout-box-wrapper {
        display: block !important;
        padding: 0;
        max-height: 55px;
        width: 100% !important;
        border: none !important;
    }

    .login-box-wrapper input.button.l-box-btn,
    .login-box-wrapper a.button.l-box-btn,
    .new-customer-box-wrapper input.button.l-box-btn,
    .new-customer-box-wrapper a.button.l-box-btn,
    .guest-checkout-box-wrapper input.button.l-box-btn,
    .guest-checkout-box-wrapper a.button.l-box-btn {
        width: 100%;
    }
}

.s-hpf-msg-success,
.s-hpf-msg-error,
.s-hpf-msg-info {
    display: block;
    padding: 6px 7px;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 20px;
}

.s-hpf-msg-success {
    background: #7fae00;
    color: #fff;
}

.s-hpf-msg-error {
    background: #d9534f;
    color: #fff;
}

.s-hpf-msg-info {
    background: #5bc0de;
    color: #fff;
}

.rt-intro {
    font-size: 20px !important;
    line-height: 24px !important;
}

.ben-signup-cont {
    padding: 0;
    padding-top: 25px;
}

.ben-signup-cont .hero-img-cont {
    padding: 0;
    padding-bottom: 4px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.ben-signup-cont .hero-img-cont img {
    width: 100%;
}

.ben-signup-cont .ben-signup-bottom p {
    font-size: 11px;
    color: #666;
    width: 95%;
    margin: auto;
}

.ben-signup-cont .ben-signup-bottom fieldset.ben-form .ben-field .f-lbl,
.ben-signup-cont .ben-signup-bottom fieldset.ben-form .ben-field .terms {
    color: #666;
    font-weight: 400;
    display: block;
    margin-bottom: 0;
}

.ben-signup-cont .ben-signup-bottom fieldset.ben-form .ben-field label.terms {
    display: inline;
}

.ben-signup-cont .ben-signup-bottom fieldset.ben-form .ben-field input[type="text"] {
    width: 300px;
}

.ben-signup-cont .ben-signup-bottom fieldset.ben-form input[type=checkbox]+label,
.ben-signup-cont .ben-signup-bottom fieldset.ben-form input[type=radio]+label {
    position: relative;
    padding-left: 4px;
    max-width: 540px;
    vertical-align: top;
}

.ben-signup-confirm .modal-content .modal-body {
    padding: 30px;
}

.ben-signup-confirm .modal-content .modal-body p {
    margin-bottom: 60px;
}

header .header-ibc.ibc-selected .consultant {
    float: left;
}

header .header-ibc.ibc-selected img {
    float: right;
}

.module.ibc.pws .img-wrap.ibc img {
    position: inherit;
    max-width: 100%;
}

.popover {
    width: auto !important;
    max-width: 278px;
    padding: 25px;
}

.popover .popover-content p {
    width: 100%;
}

.ben-em-cont {
    width: 650px;
    zoom: 1;
    overflow: hidden;
}

@media screen and (min-width:568px)and (max-width:767px) {
    .ben-em-cont {
        zoom: .9;
    }
}

@media screen and (max-width:568px) {
    .ben-em-cont {
        zoom: .78;
    }
}

@media screen and (max-width:567px) {
    .ben-em-cont {
        zoom: .6;
    }
}

@media screen and (max-width:479px) {
    .ben-em-cont {
        zoom: .56;
    }
}

.beaut-e-vite-content {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #666;
}

@media screen and (min-width:768px) {
    .beaut-e-vite-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:767px) {
    .beaut-e-vite-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }
}

.beaut-e-vite-content h3 {
    color: #000;
}

.beaut-e-vite-content .hero-text,
.beaut-e-vite-content .m-hero-text {
    padding: 0;
    padding-right: 30px;
}

.beaut-e-vite-content .hero-text p,
.beaut-e-vite-content .m-hero-text p {
    font-size: 12px;
    line-height: 18px;
}

.beaut-e-vite-content .hero-text {
    display: block;
}

@media screen and (max-width:767px) {
    .beaut-e-vite-content .hero-text {
        display: none;
    }
}

.beaut-e-vite-content .m-hero-text {
    display: none;
    margin-top: 20px;
}

.beaut-e-vite-content .m-hero-text h3 {
    margin-bottom: 20px;
}

@media screen and (max-width:767px) {
    .beaut-e-vite-content .m-hero-text {
        display: block;
    }
}

.beaut-e-vite-content .hero-image {
    padding: 0;
}

.beaut-e-vite-content .hero-image img {
    width: 100%;
}

.beaut-e-vite-content .beaut-e-details {
    padding-top: 25px;
    padding-bottom: 50px;
}

.beaut-e-vite-content .beaut-e-details p {
    display: block;
    margin-bottom: 22px;
}

.beaut-e-vite-content .beaut-e-details p strong {
    display: inline-block;
    float: left;
    width: 70px;
}

.beaut-e-vite-content .beaut-e-details p .beaut-e-info {
    display: table;
}

.beaut-e-vite-content .beaut-e-details .button-group .button {
    margin-right: 10px;
    text-align: center;
}

@media screen and (max-width:479px) {
    .beaut-e-vite-content .beaut-e-details .button-group .button {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .beaut-e-vite-content .beaut-e-details .button-group .button.trans {
        padding-top: 10px;
        padding-bottom: 8px;
    }
}

.beaut-e-vite-content .bev-invitee-list {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    margin-top: 22px;
}

@media screen and (max-width:567px) {
    .beaut-e-vite-content .bev-invitee-list {
        display: none;
    }
}

.beaut-e-vite-content .bev-invitee-list table {
    width: 100%;
}

.beaut-e-vite-content .bev-invitee-list table th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    padding: 8px 14px;
    border-bottom: 1px solid #ccc;
}

.beaut-e-vite-content .bev-invitee-list table td {
    font-size: 11px;
    line-height: 14px;
    padding: 16px 14px;
    border-bottom: 1px solid #ccc;
}

.beaut-e-vite-content .bev-invitee-list table th.bev-status,
.beaut-e-vite-content .bev-invitee-list table td.bev-status,
.beaut-e-vite-content .bev-invitee-list table th.bev-attending,
.beaut-e-vite-content .bev-invitee-list table td.bev-attending {
    text-align: center;
}

.beaut-e-vite-content .bev-invitee-list table tbody tr:last-child td {
    border-bottom: none;
}

.beaut-e-vite-content .m-bev-invitee-list {
    display: none;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width:567px) {
    .beaut-e-vite-content .m-bev-invitee-list {
        display: block;
    }
}

.m-bev-joining-card {
    width: 100%;
    min-height: 100px;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 10px;
}

.m-bev-joining-card .header-row,
.m-bev-joining-card .item-row {
    display: block;
}

.m-bev-joining-card .header-row .cl1,
.m-bev-joining-card .item-row .cl1 {
    width: 60%;
}

.m-bev-joining-card .header-row .cl2,
.m-bev-joining-card .item-row .cl2 {
    width: 40%;
}

.m-bev-joining-card .header-row .header-td,
.m-bev-joining-card .header-row .item-td,
.m-bev-joining-card .item-row .header-td,
.m-bev-joining-card .item-row .item-td {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 8px;
}

.m-bev-joining-card .header-row .header-td,
.m-bev-joining-card .item-row .header-td {
    text-transform: uppercase;
}

.m-bev-joining-card .header-row .item-td,
.m-bev-joining-card .item-row .item-td {
    font-weight: 400;
    font-size: 10px;
    padding-bottom: 15px;
}

.updated {
    clear: both;
    display: block;
    margin-top: 3px;
}

.bev-tside-ads,
.bev-bside-ads {
    margin-top: 15px;
    float: right;
}

.bev-tside-ads .bev-ad-box,
.bev-bside-ads .bev-ad-box {
    width: 175px;
    margin-bottom: 15px;
}

.bev-tside-ads .bev-ad-box img,
.bev-bside-ads .bev-ad-box img {
    width: 100%;
    height: auto;
}

.bev-tside-ads {
    display: none;
}

@media screen and (max-width:991px) {
    .bev-tside-ads {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .bev-tside-ads {
        display: none;
    }
}

.bev-bside-ads {
    margin-top: 58px;
}

@media screen and (max-width:991px) {
    .bev-bside-ads {
        display: none;
    }
}

.bev-bside-ads .bev-ad-box {
    float: left;
    width: 100%;
}

.bev-bside-ads .bev-ad-box img {
    width: 80%;
    float: right;
}

.ibc-block {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    float: left;
}

.ibc-block .ibc-card-lg {
    padding: 0;
    margin: 0;
}

.ibc-block .ibc-card-lg .ibc-image img {
    width: 78px;
    height: auto;
}

.ibc-block .ibc-card-lg .mod-ibc-info {
    font-weight: 700;
}

.ibc-block .ibcb-text {
    font-size: 12px;
}

.ibc-card-lg {
    margin: 15px;
    float: left;
}

.ibc-card-lg .ibc-image {
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ibc-card-lg .ibc-image img {
    width: 140px;
    height: auto;
    float: left;
}

.ibc-card-lg .ibc-image .ibc-message-link {
    font-size: 11px;
    margin-top: 10px;
    float: left;
    clear: both;
}

.ibc-card-lg .ibc-info {
    float: left;
    display: inline-block;
}

.ibc-card-lg .ibc-box-inner-right {
    float: left;
}

.ibc-card-lg .ibc-box-inner-right .ibc-box-inner-name {
    padding-left: 26px;
    padding-top: 0;
    position: relative;
}

@media screen and (max-width:479px) {
    .ibc-card-lg .ibc-box-inner-right .ibc-box-inner-name {
        width: 100%;
        clear: both;
    }
}

.ibc-card-lg .ibc-box-inner-right .ibc-box-inner-name p.c-label {
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    top: 11px;
    margin-bottom: 0;
}

@media screen and (max-width:479px) {
    .ibc-card-lg .ibc-box-inner-right .ibc-box-inner-name p.c-label {
        line-height: 5px;
    }
}

.ibc-card-lg .ibc-box-inner-right .ibc-box-inner-name h2 {
    font-family: Times New Roman, serif;
    font-size: 24px;
    line-height: 28px;
    color: #555;
    font-style: italic;
    position: relative;
    margin-top: 0;
}

@media screen and (max-width:479px) {
    .ibc-card-lg .ibc-box-inner-right .ibc-box-inner-name h2 {
        font-size: 15px;
    }
}

.ibc-card-lg .ibc-box-inner-right .ibc-box-inner-name .mod-ibc-info {
    margin-top: 22px;
    font-size: 11px;
}

.ibc-card-lg .ibc-box-inner-right .ibc-box-inner-name .mod-ico-arrow-ibc {
    display: block;
    position: absolute;
    top: 3px;
    left: -26px;
}

.s-zip {
    width: 80px !important;
}

@media screen and (max-width:479px) {
    .s-zip {
        width: 100% !important;
    }
}

.zip-input {
    padding: 0;
}

@media screen and (max-width:567px) {
    .zip-input {
        padding-bottom: 10px;
    }
}

.ibc-search-wrap {
    display: table;
    width: 100%;
}

.search-ibc-left-right .form-error-lb {
    color: red;
    font-size: 14px;
    font-weight: 400;
}

.login .mobile-header-text {
    padding-top: 30px;
    padding-left: 30px;
    font-size: 24px;
    display: none;
}

@media screen and (max-width:768px) {
    .login .mobile-header-text {
        display: block;
    }
}

.login .checkout-options-hero {
    margin-bottom: 30px;
}

.login .login-bottom-section h5.purchase-statement {
    font-weight: 700;
    width: 55%;
    margin: auto;
    padding-bottom: 50px;
}

@media screen and (max-width:568px) {
    .login .login-bottom-section h5.purchase-statement {
        width: 80%;
    }
}

.login .login-bottom-section p.privacy-statement {
    width: 45%;
    font-size: 10px;
    margin: auto;
    padding-bottom: 50px;
}

@media screen and (max-width:568px) {
    .login .login-bottom-section p.privacy-statement {
        width: 70%;
    }
}

.login .login-bottom-section p.privacy-statement a {
    color: #b26068;
    font-weight: 700;
}

.login .login-bottom-section p.privacy-statement a:focus {
    outline: 1px dotted #b26068;
}

.login .find-consult-cont {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}

.login .find-consult-cont a.button {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 25px;
}

@media screen and (max-width:479px) {
    .login .find-consult-cont a.button {
        width: 100%;
    }
}

.checkout-options-container .popover,
.cc-payment-wrapper .popover {
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    max-width: 278px;
}

@media screen and (max-width:479px) {

    .checkout-options-container .popover,
    .cc-payment-wrapper .popover {
        max-width: 90%;
    }
}

.checkout-options-container .popover .popover-title,
.cc-payment-wrapper .popover .popover-title {
    background-color: #fff;
    border: none;
    padding: 10px;
}

.checkout-options-container .popover .popover-title .popover-close,
.cc-payment-wrapper .popover .popover-title .popover-close {
    background-color: #fff;
    border: none;
}

.checkout-options-container .popover .popover-content,
.cc-payment-wrapper .popover .popover-content {
    padding: 20px;
    padding-top: 10px;
}

.checkout-options-container .popover .popover-content p,
.cc-payment-wrapper .popover .popover-content p {
    padding: 0;
}

.checkout-options-container {
    padding-top: 40px;
    margin: auto;
    margin-bottom: 50px;
    width: 100%;
    float: left;
}

@media screen and (max-width:768px) {
    .checkout-options-container {
        padding-top: 10px;
    }
}

@media screen and (max-width:767px) {

    .checkout-options-container .col-xs-4,
    .checkout-options-container .col-xs-6 {
        width: 100%;
    }

    .checkout-options-container .col-xs-4 .p-heading,
    .checkout-options-container .col-xs-6 .p-heading {
        cursor: pointer;
    }

    .checkout-options-container .col-xs-4 .p-heading-right,
    .checkout-options-container .col-xs-6 .p-heading-right {
        display: none;
    }
}

.checkout-options-container .panel {
    display: block;
    background-color: #faf0ef;
    margin-bottom: 0;
    max-height: 600px;
    padding: 20px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.checkout-options-container .panel .p-heading {
    width: 100%;
    min-height: 35px;
    float: left;
    margin-bottom: 30px;
}

.checkout-options-container .panel .p-heading_lower {
    margin-bottom: 0;
    min-height: 30px;
}

@media screen and (max-width:767px) {
    .checkout-options-container .panel .p-heading {
        cursor: pointer;
    }
}

.checkout-options-container .panel .p-heading h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

.checkout-options-container .panel .p-heading h3 .icon-arrow {
    width: 12px;
    height: 12px;
    padding-bottom: 12px;
    display: none;
}

@media screen and (max-width:768px) {
    .checkout-options-container .panel .p-heading h3 .icon-arrow {
        display: inline-block;
    }
}

.checkout-options-container .panel .p-heading h3 img.p-heading-arrow-mobile {
    float: left;
}

.checkout-options-container .panel .p-heading h3 .open {
    transform: rotate(90deg);
}

.checkout-options-container .panel .p-heading span.p-heading-right {
    float: right;
    font-size: 11px;
    font-weight: 400;
}

.checkout-options-container .panel .p-heading span.p-heading-right img {
    padding-bottom: 7px;
}

.checkout-options-container .panel .p-body {
    width: 100%;
    float: left;
    min-height: 215px;
}

.checkout-options-container .panel .p-body p {
    min-height: 99px;
}

.checkout-options-container .panel .p-body_lower p {
    min-height: 0;
    margin-bottom: 15px;
}

.checkout-options-container .login-box fieldset,
.checkout-options-container .login-box form,
.checkout-options-container .guest-checkout-box fieldset,
.checkout-options-container .guest-checkout-box form {
    clear: both;
}

.checkout-options-container .login-box fieldset .controlcontainer,
.checkout-options-container .login-box form .controlcontainer,
.checkout-options-container .guest-checkout-box fieldset .controlcontainer,
.checkout-options-container .guest-checkout-box form .controlcontainer {
    margin-bottom: 15px;
}

.checkout-options-container .login-box fieldset .controlcontainer_inline,
.checkout-options-container .login-box form .controlcontainer_inline,
.checkout-options-container .guest-checkout-box fieldset .controlcontainer_inline,
.checkout-options-container .guest-checkout-box form .controlcontainer_inline {
    display: inline-block;
    margin-bottom: 0;
}

.checkout-options-container .login-box fieldset .controlcontainer_lower label,
.checkout-options-container .login-box form .controlcontainer_lower label,
.checkout-options-container .guest-checkout-box fieldset .controlcontainer_lower label,
.checkout-options-container .guest-checkout-box form .controlcontainer_lower label {
    margin-bottom: 0;
}

.checkout-options-container .login-box fieldset .controlcontainer label,
.checkout-options-container .login-box form .controlcontainer label,
.checkout-options-container .guest-checkout-box fieldset .controlcontainer label,
.checkout-options-container .guest-checkout-box form .controlcontainer label {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
}

.checkout-options-container .login-box fieldset .controlcontainer label span.info-link,
.checkout-options-container .login-box form .controlcontainer label span.info-link,
.checkout-options-container .guest-checkout-box fieldset .controlcontainer label span.info-link,
.checkout-options-container .guest-checkout-box form .controlcontainer label span.info-link {
    padding-bottom: 3px;
}

.checkout-options-container .login-box fieldset .controlcontainer select,
.checkout-options-container .login-box form .controlcontainer select,
.checkout-options-container .guest-checkout-box fieldset .controlcontainer select,
.checkout-options-container .guest-checkout-box form .controlcontainer select {
    width: 200px;
    height: 31px;
}

.checkout-options-container .login-box fieldset .controlcontainer_short select,
.checkout-options-container .login-box form .controlcontainer_short select,
.checkout-options-container .guest-checkout-box fieldset .controlcontainer_short select,
.checkout-options-container .guest-checkout-box form .controlcontainer_short select {
    width: 178px;
}

.checkout-options-container .login-box fieldset .controlcontainer .form-zip-error-lb,
.checkout-options-container .login-box form .controlcontainer .form-zip-error-lb,
.checkout-options-container .guest-checkout-box fieldset .controlcontainer .form-zip-error-lb,
.checkout-options-container .guest-checkout-box form .controlcontainer .form-zip-error-lb {
    overflow: visible;
}

.checkout-options-container .login-box fieldset .password a,
.checkout-options-container .login-box form .password a,
.checkout-options-container .guest-checkout-box fieldset .password a,
.checkout-options-container .guest-checkout-box form .password a {
    font-size: 10px;
    padding-left: 10px;
    float: right;
    line-height: 14px;
    padding-top: 4px;
}

.checkout-options-container .login-box fieldset .remember-me label,
.checkout-options-container .login-box form .remember-me label,
.checkout-options-container .guest-checkout-box fieldset .remember-me label,
.checkout-options-container .guest-checkout-box form .remember-me label {
    font-size: 10px;
    padding-left: 20px;
    font-weight: 400 !important;
}

.checkout-options-container .login-box fieldset input.l-box-btn,
.checkout-options-container .login-box form input.l-box-btn,
.checkout-options-container .guest-checkout-box fieldset input.l-box-btn,
.checkout-options-container .guest-checkout-box form input.l-box-btn {
    margin-top: 42px;
}

@media screen and (max-width:767px) {

    .checkout-options-container .login-box fieldset input.l-box-btn,
    .checkout-options-container .login-box form input.l-box-btn,
    .checkout-options-container .guest-checkout-box fieldset input.l-box-btn,
    .checkout-options-container .guest-checkout-box form input.l-box-btn {
        width: 100%;
    }
}

.checkout-options-container .guest-checkout-box {
    float: left;
    min-height: 353px;
    width: 100%;
}

.checkout-options-container .guest-checkout-box form {
    width: 100%;
}

.checkout-options-container .guest-checkout-box input[type="submit"].l-box-btn {
    margin-top: 8px;
}

.checkout-options-container .guest-co-zip-submit {
    margin-top: 4px;
}

.checkout-options-container .new-customer-box p,
.checkout-options-container .guest-checkout-box p {
    font-size: 14px;
    margin-bottom: 36px;
}

.checkout-options-container .new-customer-box p.info,
.checkout-options-container .guest-checkout-box p.info {
    font-size: 10px;
}

.checkout-options-container .login-box-wrapper,
.checkout-options-container .new-customer-box-wrapper,
.checkout-options-container .guest-checkout-box-wrapper {
    overflow: hidden;
    display: block;
    max-height: 600px;
    position: relative;
    transition: max-height .5s ease;
}

.checkout-options-container .login-box-wrapper input.button.l-box-btn,
.checkout-options-container .login-box-wrapper a.button.l-box-btn,
.checkout-options-container .new-customer-box-wrapper input.button.l-box-btn,
.checkout-options-container .new-customer-box-wrapper a.button.l-box-btn,
.checkout-options-container .guest-checkout-box-wrapper input.button.l-box-btn,
.checkout-options-container .guest-checkout-box-wrapper a.button.l-box-btn {
    text-align: center;
}

@media screen and (min-width:769px) {

    .checkout-options-container .login-box-wrapper,
    .checkout-options-container .new-customer-box-wrapper,
    .checkout-options-container .guest-checkout-box-wrapper {
        display: block;
        max-height: 600px;
    }
}

@media screen and (max-width:767px) {

    .checkout-options-container .login-box-wrapper,
    .checkout-options-container .new-customer-box-wrapper,
    .checkout-options-container .guest-checkout-box-wrapper {
        display: block;
        padding: 0;
        max-height: 55px;
    }

    .checkout-options-container .login-box-wrapper input.button.l-box-btn,
    .checkout-options-container .login-box-wrapper a.button.l-box-btn,
    .checkout-options-container .new-customer-box-wrapper input.button.l-box-btn,
    .checkout-options-container .new-customer-box-wrapper a.button.l-box-btn,
    .checkout-options-container .guest-checkout-box-wrapper input.button.l-box-btn,
    .checkout-options-container .guest-checkout-box-wrapper a.button.l-box-btn {
        width: 100%;
    }
}

.checkout-options-container .login-box-wrapper {
    padding: 0;
    padding-right: 12px;
}

@media screen and (max-width:959px) {
    .checkout-options-container .login-box-wrapper {
        padding: 0;
        padding-right: 6px;
    }
}

@media screen and (max-width:767px) {
    .checkout-options-container .login-box-wrapper {
        padding-right: 0;
        margin-bottom: 5px;
    }
}

.checkout-options-container .new-customer-box-wrapper {
    padding: 0;
    padding-left: 6px;
    padding-right: 6px;
}

@media screen and (max-width:959px) {
    .checkout-options-container .new-customer-box-wrapper {
        padding: 0;
        padding-left: 3px;
        padding-right: 3px;
    }
}

@media screen and (max-width:767px) {
    .checkout-options-container .new-customer-box-wrapper {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 5px;
    }
}

.checkout-options-container .guest-checkout-box-wrapper {
    padding: 0;
    padding-left: 12px;
}

@media screen and (max-width:959px) {
    .checkout-options-container .guest-checkout-box-wrapper {
        padding: 0;
        padding-left: 6px;
    }
}

@media screen and (max-width:767px) {
    .checkout-options-container .guest-checkout-box-wrapper {
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 5px;
    }
}

.two-col-option {
    padding-left: 60px;
    padding-right: 60px;
}

@media screen and (max-width:959px) {
    .two-col-option {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width:767px) {
    .two-col-option {
        padding-left: 0;
        padding-right: 0;
    }
}

.checkout-options-hero-image,
.checkout-options-hero-text {
    width: 40%;
    float: left;
    height: 90px;
}

.checkout-options-hero-image img,
.checkout-options-hero-text img {
    height: 100%;
    width: auto;
}

@media screen and (max-width:767px) {

    .checkout-options-hero-image,
    .checkout-options-hero-text {
        width: 100%;
    }
}

.checkout-options-hero-image {
    text-align: right;
}

@media screen and (max-width:767px) {
    .checkout-options-hero-image {
        text-align: center;
        margin-top: 20px;
    }
}

.checkout-options-hero-text h4 {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width:767px) {
    .checkout-options-hero-text {
        height: 45px;
        margin-bottom: 20px;
    }

    .checkout-options-hero-text h4 {
        position: relative;
        text-align: center;
    }
}

@media screen and (max-width:479px) {
    .checkout-options-hero-text h4 {
        font-size: 16px;
    }
}

.popover .popover-content p {
    width: 100%;
}

.address-info.address-gap-adjust {
    width: 100%;
    float: left;
    margin-left: 0;
}

.address-info.address-gap-adjust p {
    font-size: 13px;
}

.address-item.edit {
    background-color: #ebebeb;
    padding: 15px;
}

@media screen and (max-width:479px) {
    .address-item.edit {
        padding: 5px;
    }
}

.edit-address-form {
    padding-top: 0;
    margin-bottom: 20px;
}

.expand-header {
    padding-top: 66px;
}

@media screen and (max-width:479px) {
    .expand-header {
        padding-left: 10px;
    }
}

.expand-header a {
    font-size: 23px;
    color: #222;
}

.expand-header a:focus {
    outline: 1px dotted #222;
}

.expand-header .address-expand-arrow {
    margin-left: 5px;
}

.expand-header .open {
    transform: rotate(90deg);
}

.step .section-title {
    font-size: 24px;
    margin-top: 38px;
}

@media screen and (max-width:479px) {
    .step .section-title {
        padding-left: 10px;
    }
}

.pref-info {
    padding-top: 18px;
}

.del-pref-other {
    width: 150px !important;
    display: inline-block;
    margin: 0 !important;
    margin-left: 10px !important;
    top: -3px;
}

.container.checkout .checkout-steps .edit-bag .estimated.gap-adjust {
    width: 100%;
    float: left;
}

.address-wrapper fieldset {
    padding: 10px 0 20px 0;
}

@media screen and (max-width:479px) {
    .address-wrapper fieldset {
        padding: 10px;
    }
}

.gift-message span {
    display: block;
    font-size: 12px;
    color: #666;
}

.controlcontainer.delivery-pref {
    float: left;
    width: 100%;
}

.controlcontainer .deliver-pref-wrap {
    width: 100%;
    float: left;
    margin-left: 15px;
    margin-top: 12px;
    font-size: 12px;
}

.strike-through {
    text-decoration: line-through;
}

.safe-secure-lb {
    margin-top: 20px;
}

.container.checkout .checkout-steps fieldset label.sub-label {
    font-size: 11px;
    font-weight: 400;
}

fieldset input[type="text"].w-sm,
fieldset input[type="email"].w-sm,
fieldset input[type="password"].w-sm {
    width: 40%;
}

.ui-autocomplete,
fieldset .controlcontainer.state select,
fieldset .controlcontainer.zip input {
    width: 100px;
}

.intro .controlcontainer.delivery-pref input[type="radio"] {
    vertical-align: top;
    margin: 0;
}

.intro .controlcontainer.delivery-pref label p {
    padding-left: 8px;
    font-weight: 400;
    display: inline-block;
}

@media screen and (max-width:479px) {
    .subtotal.main .sub-item {
        width: 100%;
    }
}

.subtotal.main .flag-adjust.sub-item {
    padding-top: 10px;
}

.subtotal.main .sub-item span.label {
    font-size: 18px;
    padding: 13px 20px 10px 0;
    margin-bottom: 0;
}

@media screen and (max-width:479px) {
    .subtotal.main .sub-item span.label {
        padding: 13px 0 13px 20px;
    }
}

.subtotal.main .sub-item .price-bag,
.subtotal.main .grand-total .price-bag {
    min-width: 70px;
}

.subtotal.main .sub-item .price-bag p.price,
.subtotal.main .grand-total .price-bag p.price {
    float: right;
}

.subtotal.main .sub-item .price-bag {
    padding-top: 3px;
}

@media screen and (max-width:479px) {
    .subtotal.main .sub-item .price-bag {
        float: right;
        min-width: 90px;
    }

    .subtotal.main .sub-item .price-bag p.price {
        float: left;
    }
}

@media screen and (max-width:767px) {
    .subtotal.main.m-pad {
        padding-bottom: 10px;
    }
}

.subtotal.main .sub-item .price-bag p.price .currency,
.subtotal.main .sub-item .price-bag p.price sup {
    font-size: 14px;
}

.subtotal.main .sub-item .price-bag p.price {
    font-size: 22px;
    padding-top: 8px;
}

@media screen and (max-width:479px) {
    .subtotal.main .grand-total {
        width: 100%;
    }

    .subtotal.main .grand-total .price-bag {
        float: right;
        min-width: 90px;
    }

    .subtotal.main .grand-total .price-bag p.price {
        float: left;
    }
}

.subtotal.main .grand-total span.label {
    padding-top: 10px;
    font-weight: 700;
}

@media screen and (max-width:479px) {
    .subtotal.main .grand-total span.label {
        padding: 13px 0 13px 20px;
    }

    .container.checkout .checkout-steps .step.review-order.active .step-body .review-msg-gap p,
    .container.checkout .checkout-steps .step.review-order.active .step-body .review-msg-gap .review-cont {
        width: 100%;
    }

    .container.checkout .checkout-steps .step.review-order.active .step-body .review-msg-gap .review-cont .review-cont-btn {
        width: 100%;
        margin-top: 10px;
    }
}

.stc {
    color: #333;
}

.container.checkout .checkout-steps.confirmation .col-sm-9 .m-adjust.shopping-bag {
    margin-bottom: 15px;
}

@media screen and (max-width:767px) {
    .ibc-box .ibc-block {
        float: none;
        margin-bottom: 15px;
    }
}

.price-lb {
    width: 200px;
    float: left;
    clear: both;
    font-size: 12px;
    line-height: 30px;
}

.price-text {
    display: inline;
    float: left;
    font-size: 12px;
}

.cc-processing {
    padding: 30px;
}

@media screen and (max-width:479px) {
    .cc-processing {
        padding: 30px 0;
    }
}

.cc-processing p {
    padding: 10px 15%;
}

@media screen and (max-width:479px) {
    .cc-processing p {
        padding: 10px 15px;
    }
}

.container.checkout .checkout-steps .step.review-order.completed .controlcontainer.estimated-total p.price.p-small {
    font-size: 22px;
}

.container.checkout .checkout-steps .step.review-order.completed .controlcontainer.estimated-total p.price.p-small sup,
.container.checkout .checkout-steps .step.review-order.completed .controlcontainer.estimated-total p.price.p-small span.currency {
    font-size: 14px;
}

.subtotal.main .flag-wrapper .flag {
    padding: 0 10px 0 15px;
    line-height: 20px;
}

.gap-payment fieldset {
    border-bottom: none !important;
}

.gap-payment fieldset .controlcontainer.checkbox label.normal {
    font-weight: 400 !important;
}

.gap-payment fieldset .controlcontainer.checkbox input {
    margin-right: 5px;
}

.gap-payment .control-wrapper .radio {
    margin-bottom: 25px;
}

.gap-payment .control-wrapper .radio .radio-item {
    margin-bottom: 10px;
}

.gap-payment .control-wrapper .radio .r-label {
    font-size: 12px;
}

@media screen and (max-width:479px) {
    .gap-payment .control-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.gap-payment .cc-payment-wrapper {
    width: 100%;
    float: left;
}

@media screen and (max-width:767px) {
    .gap-payment .cc-payment-wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box {
    width: 100%;
    padding: 22px;
    background-color: #e5e5e5;
    min-height: 200px;
    float: left;
    position: relative;
}

.gap-payment .cc-payment-wrapper .cc-payment-box .cc-error {
    color: red;
    font-size: 12px;
    width: 100%;
    float: left;
}

.gap-payment .cc-payment-wrapper .cc-payment-box .cc-error p {
    width: 70%;
    margin: 0 !important;
    margin-bottom: 5px !important;
}

@media screen and (max-width:479px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box .cc-error p {
        width: 100%;
    }

    .gap-payment .cc-payment-wrapper .cc-payment-box {
        padding: 10px;
        padding-bottom: 22px;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box .payment-form {
    float: left;
    width: 100%;
}

.gap-payment .cc-payment-wrapper .cc-payment-box .payment-form fieldset {
    width: 75%;
    position: relative;
    top: -20px;
}

@media screen and (max-width:479px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box .payment-form fieldset {
        width: 100%;
        margin-top: 42px;
        top: -30px;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset {
    border-bottom: none !important;
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer {
    margin-bottom: 22px;
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer .error-lb,
.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer .error-message {
    height: 0;
    overflow: visible;
    float: left;
    min-width: 100px;
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer:last-child {
    margin-bottom: 0;
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.name input {
    width: 70%;
}

@media screen and (max-width:479px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.name input {
        width: 100%;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.card-number {
    width: 60%;
    display: inline-block;
}

@media screen and (max-width:479px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.card-number {
        width: 100%;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.cvv-number {
    width: 20%;
    display: inline-block;
}

@media screen and (max-width:479px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.cvv-number {
        display: block;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.exp-date {
    width: 155px;
    display: inline-block;
    margin-bottom: 0;
}

@media screen and (max-width:479px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.exp-date {
        clear: both;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.exp-year {
    width: 102px;
    display: inline-block;
    margin-bottom: 0;
}

@media screen and (max-width:479px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box fieldset .controlcontainer.exp-year {
        width: 45%;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box .select-card select {
    width: 40%;
    display: inline-block;
}

@media screen and (max-width:479px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box .select-card select {
        width: 48%;
    }
}

.gap-payment .cc-payment-wrapper .cc-payment-box .select-card .card-list {
    display: inline-block;
}

.gap-payment .cc-payment-wrapper .cc-payment-box .select-card .card-list img {
    height: 34px;
    width: auto;
    margin-left: 5px;
}

@media screen and (max-width:959px) {
    .gap-payment .cc-payment-wrapper .cc-payment-box .select-card .card-list img {
        height: 18px;
    }
}

.gap-payment .secure-payment-icons {
    float: right;
    position: relative;
}

@media screen and (max-width:479px) {
    .gap-payment .secure-payment-icons {
        top: 22px;
    }
}

.gap-payment .secure-payment-icons a {
    margin-left: 15px;
}

.gap-payment .secure-payment-icons a.entrust-icon {
    display: inline-block;
    border-left: 1px solid #979797;
    padding-left: 15px;
}

.gap-payment .secure-payment-icons a.entrust-icon img {
    width: 42px;
}

@media screen and (max-width:567px) {
    .gap-payment .secure-payment-icons a.entrust-icon img {
        width: 30px;
    }
}

.gap-payment .secure-payment-icons a.trustwave-icon {
    display: inline-block;
}

.gap-payment .secure-payment-icons a.trustwave-icon img {
    width: 50px;
}

@media screen and (max-width:567px) {
    .gap-payment .secure-payment-icons a.trustwave-icon img {
        width: 40px;
    }
}

.gap-payment .payment-footer {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #979797;
    float: left;
}

.gap-payment .payment-footer .footer-text {
    float: right;
    font-size: 11px;
}

.gap-payment .register-now-box,
.gap-payment .register-now-box .m-submit {
    width: 100%;
}

.gap-payment .register-now-box fieldset .controlcontainer {
    width: 80%;
}

.gap-payment .register-now-box fieldset a.submit {
    margin-top: 30px;
}

@media screen and (max-width:767px) {
    .gap-payment .register-now-box fieldset a.submit {
        display: none;
    }
}

.gap-payment .register-now-box .left-box {
    padding-top: 15px;
}

.gap-payment .register-now-box .right-box {
    padding-top: 50px;
}

@media screen and (max-width:568px) {
    .gap-payment .register-now-box .right-box {
        padding-top: 10px;
    }
}

.gap-payment .register-now-box .right-box .rb-header {
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

.gap-payment .payment-buttom-box {
    width: 100%;
    float: left;
    padding-top: 15px;
}

@media screen and (max-width:568px) {
    .gap-payment .payment-buttom-box .submit {
        max-width: none !important;
        width: 100% !important;
    }
}

.container.checkout .m-submit.button.black {
    max-width: none;
    display: none;
    width: auto;
    float: left;
}

@media screen and (max-width:767px) {
    .container.checkout .m-submit.button.black {
        display: block;
    }
}

@media screen and (max-width:568px) {
    .container.checkout .m-submit.button.black {
        width: 100%;
    }
}

.ext-address-wrapper {
    margin-bottom: 15px;
}

@media screen and (max-width:479px) {
    .ext-address-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .step-section .intro {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.delivery .address-wrapper fieldset {
    padding-bottom: 0;
    margin-bottom: 0;
}

.delivery .address-wrapper fieldset .submit-btn {
    margin-top: 25px;
}

@media screen and (max-width:479px) {
    .delivery .address-wrapper fieldset .submit-btn {
        width: 100%;
    }

    .delivery .address-wrapper fieldset .email input {
        width: 80%;
    }

    .delivery .address-wrapper .controlcontainer {
        width: 100%;
    }
}

.cvv-item p {
    margin-bottom: 10px !important;
    font-size: 12px;
}

.cvv-img {
    width: 80%;
    height: auto;
}

.cvv-item-info p {
    font-size: 12px;
    margin: 50px 0 30px !important;
}

.my-mk.account-info .account-intro p {
    margin-bottom: 0;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p span {
    padding-bottom: 0;
    padding-top: 0;
    color: #666;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p label.es-option-title {
    font-size: 14px;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p label.normal {
    font-weight: 400 !important;
}

.my-mk.account-info fieldset .controlcontainer.radio input,
.my-mk.account-info fieldset .controlcontainer.checkbox input {
    margin-top: 4px;
}

.my-mk.account-info.subscriptions .account-section.subscribe .controlcontainer.receive-subscriptions p.terms {
    margin-left: 0 !important;
    font-weight: 400 !important;
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper.no-float p.gap-adjust input {
    margin-right: 5px;
    margin-top: 0;
}

.my-mk.account-info fieldset .controlcontainer .field-wrapper.no-float p.gap-adjust {
    font-size: 12px;
}

.usub-text {
    font-size: 12px;
    padding: 20px 0;
}

.modal.success-signup-confirm .modal-dialog .modal-content .modal-body h4,
.modal.product-offer .modal-dialog .modal-content .modal-body h4,
.phone-number-confirm .modal-dialog .modal-content .modal-body h4 {
    margin-bottom: 20px;
}

.modal.success-signup-confirm .modal-dialog .modal-content .modal-body p,
.modal.product-offer .modal-dialog .modal-content .modal-body p,
.phone-number-confirm .modal-dialog .modal-content .modal-body p {
    margin-bottom: 70px;
}

.remote-modal .modal.in {
    z-index: 2001;
}

.modal.success-signup-confirm .modal-body,
.phone-number-confirm .modal-body {
    padding: 25px;
    padding-top: 30px;
}

.modal.success-signup-confirm .modal-footer .button-wrapper,
.phone-number-confirm .modal-footer .button-wrapper {
    width: 100%;
    float: left;
}

.modal.success-signup-confirm .modal-footer .button-wrapper a.button,
.phone-number-confirm .modal-footer .button-wrapper a.button {
    width: auto;
    text-align: center;
    float: right;
}

@media screen and (max-width:479px) {

    .modal.success-signup-confirm .modal-footer .button-wrapper a.button,
    .phone-number-confirm .modal-footer .button-wrapper a.button {
        width: 100%;
        display: block;
        float: left;
    }

    .phone-number-confirm .modal-footer .button-wrapper a.button {
        margin-bottom: 10px !important;
    }

    .modal.product-offer .modal-content .modal-header .modal-title {
        font-size: 20px;
    }
}

.modal.product-offer .modal-body {
    padding: 30px;
    margin: 0;
}

.modal.product-offer .modal-body .product-desc-left .prod-descrip-modal p {
    margin-bottom: 30px;
}

.modal.product-offer .modal-body .product-desc-left .prod-descrip-modal blockquote {
    padding: 0 0;
    border-left: 0;
    font-size: 14px;
}

.modal.product-offer .modal-body p {
    width: 80%;
}

@media screen and (min-width:568px)and (max-width:767px) {
    .modal.product-offer .modal-body p {
        width: 100%;
    }
}

@media screen and (max-width:479px) {
    .modal.product-offer .modal-body p {
        width: 100%;
        margin-bottom: 25px !important;
    }
}

@media screen and (max-width:768px) {
    .modal.product-offer .modal-body {
        padding: 30px;
        margin: 0;
    }
}

.modal.product-offer .modal-body .product-image {
    text-align: center;
}

@media screen and (max-width:479px) {
    .modal.product-offer .modal-body .product-image {
        padding: 0;
    }
}

.modal.product-offer .modal-body .product-image img {
    width: 100%;
    padding-right: 20px;
}

@media screen and (min-width:568px)and (max-width:767px) {
    .modal.product-offer .modal-body .product-image img {
        width: 60%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:479px) {
    .modal.product-offer .modal-body .product-image img {
        width: 70%;
        padding-right: 0;
    }
}

.modal.product-offer .modal-body .product-desc-bottom {
    display: none;
}

@media screen and (max-width:767px) {
    .modal.product-offer .modal-body .product-desc-bottom {
        display: block;
    }
}

.modal.product-offer .modal-body .product-desc-left {
    display: block;
}

@media screen and (max-width:767px) {
    .modal.product-offer .modal-body .product-desc-left {
        display: none;
    }
}

.modal.product-offer .modal-body .b-group {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 0;
}

@media screen and (max-width:479px) {
    .modal.product-offer .modal-body .b-group {
        position: relative;
        left: auto;
        bottom: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modal.product-offer .modal-body .b-group a.button {
    text-align: center;
}

@media screen and (max-width:479px) {
    .modal.product-offer .modal-body .b-group a.button {
        width: 100%;
    }

    .modal.qualified-promotion .modal-content .modal-header .modal-title {
        font-size: 20px;
    }
}

.modal.qualified-promotion .modal-body {
    padding: 30px;
}

.modal.qualified-promotion .modal-body .product-desc p {
    margin-bottom: 15px;
}

.modal.qualified-promotion .modal-body .product-desc h4.price {
    margin-bottom: 25px;
    font-family: Times New Roman, serif;
    font-style: italic;
}

.modal.qualified-promotion .modal-body .product-desc h4.price small {
    position: relative;
    top: -3px;
}

.modal.qualified-promotion .modal-body .quantity-box {
    clear: both;
}

.modal.qualified-promotion .modal-body .quantity-box label {
    display: inline-block;
    font-weight: 400;
}

.modal.qualified-promotion .modal-body .quantity-box label select.form-control {
    display: inline-block;
    width: 80px;
    margin-left: 10px;
}

.modal.qualified-promotion .modal-body .product-image {
    text-align: center;
}

.modal.qualified-promotion .modal-body .product-image img {
    width: 100%;
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .modal.qualified-promotion .modal-body .product-image img {
        width: 60%;
    }
}

@media screen and (min-width:568px)and (max-width:767px) {
    .modal.qualified-promotion .modal-body .product-image img {
        width: 60%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width:479px) {
    .modal.qualified-promotion .modal-body .product-image img {
        width: 70%;
        padding-right: 0;
    }
}

.modal.qualified-promotion .modal-body .b-group {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

@media screen and (max-width:959px) {
    .modal.qualified-promotion .modal-body .b-group {
        position: inherit;
        width: 100%;
        float: left;
    }
}

@media screen and (max-width:568px) {
    .modal.qualified-promotion .modal-body .b-group {
        position: inherit;
        width: 100%;
        float: left;
    }
}

.modal.qualified-promotion .modal-body .b-group a.button.trans {
    padding: 10px 25px 8px;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width:479px) {
    .modal.qualified-promotion .modal-body .b-group a.button.trans {
        width: 100%;
        margin-top: 15px;
    }
}

.modal.qualified-promotion .modal-body .b-group a.button.black,
.modal.qualified-promotion .modal-body .b-group input[type="submit"].button.black {
    margin-left: 10px;
    text-align: center;
}

@media screen and (max-width:479px) {

    .modal.qualified-promotion .modal-body .b-group a.button.black,
    .modal.qualified-promotion .modal-body .b-group input[type="submit"].button.black {
        width: 100%;
        margin-top: 50px;
    }
}

.modal.qualified-promotion .modal-body .b-group input[type="submit"].button.black {
    padding: 12px 25px 10px;
    font-size: 12px;
}

.consultant-modal {
    color: #666;
}

@media screen and (max-width:959px) {
    .consultant-modal .modal-dialog {
        width: 700px;
    }
}

@media screen and (max-width:768px) {
    .consultant-modal .modal-dialog {
        width: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width:568px)and (max-width:767px) {
    .consultant-modal .modal-dialog {
        width: 500px;
        margin: 30px auto;
    }
}

@media screen and (max-width:479px) {
    .consultant-modal .modal-dialog {
        width: 300px;
        margin: 30px auto;
    }

    .consultant-modal .modal-dialog .modal-content .modal-header .modal-title {
        font-size: 20px;
    }
}

.consultant-modal .modal-body {
    padding: 30px;
}

.consultant-modal .modal-body .mod-ibc-box-left {
    padding-right: 30px;
    border-right: 1px solid #e7e7e7;
}

@media screen and (max-width:768px) {
    .consultant-modal .modal-body .mod-ibc-box-left {
        border-right: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:479px) {
    .consultant-modal .modal-body .mod-ibc-box-left {
        padding: 0;
    }

    .consultant-modal .modal-body .mod-ibc-box-left .ibc-wl {
        font-size: 12px;
        line-height: 13px;
    }
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-swm-btn {
    clear: both;
    float: left;
    position: relative;
    left: 104px;
    margin-top: -30px;
    margin-bottom: 45px;
    text-align: center;
}

@media screen and (max-width:479px) {
    .consultant-modal .modal-body .mod-ibc-box-left .mod-swm-btn {
        margin-top: 0;
        left: 0;
        width: 100%;
        margin-bottom: 20px;
    }
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-find-ibc-btn {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
}

@media screen and (max-width:479px) {
    .consultant-modal .modal-body .mod-ibc-box-left .mod-find-ibc-btn {
        width: 100%;
    }
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-profile-pic {
    height: auto;
    padding-top: 15px;
    padding-right: 10px;
    float: left;
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-profile-pic .mod-ibc-profile-img img {
    max-width: 73px;
    max-height: 80px;
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-box-inner-right {
    float: left;
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-box-inner-right .mod-ibc-box-inner-name {
    padding-left: 26px;
    padding-top: 0;
    position: relative;
}

@media screen and (max-width:479px) {
    .consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-box-inner-right .mod-ibc-box-inner-name {
        width: 100%;
        clear: both;
    }
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-box-inner-right .mod-ibc-box-inner-name em {
    font-size: 10px;
    text-transform: uppercase;
    font-style: normal;
    top: 11px;
    position: relative;
}

@media screen and (max-width:479px) {
    .consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-box-inner-right .mod-ibc-box-inner-name em {
        line-height: 5px;
    }
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-box-inner-right .mod-ibc-box-inner-name h2 {
    font-family: Times New Roman, serif;
    font-size: 24px;
    line-height: 28px;
    color: #555;
    font-style: italic;
    position: relative;
}

@media screen and (max-width:479px) {
    .consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-box-inner-right .mod-ibc-box-inner-name h2 {
        font-size: 15px;
    }
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-inner .mod-ibc-box-inner-right .mod-ibc-box-inner-name .mod-ico-arrow-ibc {
    display: block;
    position: absolute;
    top: 3px;
    left: -26px;
}

.consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-bottom-title {
    clear: both;
    font-family: Arial, sans-serif;
}

@media screen and (max-width:479px) {
    .consultant-modal .modal-body .mod-ibc-box-left .mod-ibc-box-bottom-title {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }
}

.consultant-modal .mod-ibc-box-right .mod-ibc-box-right-title {
    margin-top: 0;
}

@media screen and (min-width:568px)and (max-width:767px) {
    .consultant-modal .mod-ibc-box-right {
        text-align: center;
    }
}

@media screen and (max-width:479px) {
    .consultant-modal .mod-ibc-box-right {
        text-align: center;
    }
}

.consultant-modal .mod-ibc-box-right .mod-ibc-box-right-title {
    font-size: 16px;
}

@media screen and (max-width:479px) {

    .modal.address-verify .modal-content .modal-header .modal-title,
    .modal.address-validate .modal-content .modal-header .modal-title,
    .modal.email-update-modal .modal-content .modal-header .modal-title {
        font-size: 20px;
    }
}

.modal.address-verify .modal-body,
.modal.address-validate .modal-body,
.modal.email-update-modal .modal-body {
    color: #666;
    padding: 30px 25px 50px 25px;
}

.modal.address-verify .modal-body .address-info,
.modal.address-validate .modal-body .address-info,
.modal.email-update-modal .modal-body .address-info {
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

@media screen and (max-width:479px) {

    .modal.address-verify .modal-body .address-info,
    .modal.address-validate .modal-body .address-info,
    .modal.email-update-modal .modal-body .address-info {
        width: auto;
        display: block;
    }
}

.modal.address-verify .modal-body .address-info p span.h-label,
.modal.address-validate .modal-body .address-info p span.h-label,
.modal.email-update-modal .modal-body .address-info p span.h-label {
    color: #000;
}

.modal.address-verify .modal-body .address-info p span.address.formatted,
.modal.address-verify .modal-body .address-info p span.city.formatted,
.modal.address-verify .modal-body .address-info p span.zip.formatted,
.modal.address-validate .modal-body .address-info p span.address.formatted,
.modal.address-validate .modal-body .address-info p span.city.formatted,
.modal.address-validate .modal-body .address-info p span.zip.formatted,
.modal.email-update-modal .modal-body .address-info p span.address.formatted,
.modal.email-update-modal .modal-body .address-info p span.city.formatted,
.modal.email-update-modal .modal-body .address-info p span.zip.formatted {
    color: #9f1d15;
    font-weight: 700;
}

.modal.address-verify .modal-body .modal-message,
.modal.address-validate .modal-body .modal-message,
.modal.email-update-modal .modal-body .modal-message {
    margin-bottom: 30px;
}

.modal.address-verify .modal-body .modal-message p,
.modal.address-validate .modal-body .modal-message p,
.modal.email-update-modal .modal-body .modal-message p {
    font-size: 14px;
    color: #000;
    padding: 0;
}

.modal.address-verify .modal-footer .button-wrapper,
.modal.address-validate .modal-footer .button-wrapper,
.modal.email-update-modal .modal-footer .button-wrapper {
    float: right;
}

@media screen and (max-width:479px) {

    .modal.address-verify .modal-footer .button-wrapper,
    .modal.address-validate .modal-footer .button-wrapper,
    .modal.email-update-modal .modal-footer .button-wrapper {
        width: 100%;
    }
}

.modal.address-verify .modal-footer .button-wrapper a,
.modal.address-validate .modal-footer .button-wrapper a,
.modal.email-update-modal .modal-footer .button-wrapper a {
    text-align: center;
    float: right;
}

@media screen and (max-width:479px) {

    .modal.address-verify .modal-footer .button-wrapper a,
    .modal.address-validate .modal-footer .button-wrapper a,
    .modal.email-update-modal .modal-footer .button-wrapper a {
        width: 100%;
        margin-bottom: 10px !important;
        display: block !important;
        float: left;
    }
}

.modal.email-update-modal .modal-body .mb20 {
    margin-bottom: 20px;
}

.modal.email-update-modal .modal-body .modal-message {
    margin-bottom: 15px;
}

.modal.email-update-modal .modal-body .modal-message p {
    font-size: 14px;
    color: #000;
    padding: 0;
}

.modal.email-update-modal .modal-body fieldset.e-update-form .controlcontainer {
    width: 290px;
}

.modal.email-update-modal .modal-body fieldset.e-update-form .controlcontainer label {
    font-weight: 400;
}

@media screen and (max-width:479px) {
    .modal.email-update-modal .modal-body fieldset.e-update-form .controlcontainer {
        width: 100%;
    }
}

.mod-ico-arrow-ibc {
    width: 21px;
    height: 21px;
    background-image: url(/image/icons/icon-pws-arrow.jpg);
    background-repeat: no-repeat;
}

.br {
    border-right: 1px solid #ccc;
}

@media screen and (max-width:479px) {
    .rsvp-modal .modal-body fieldset {
        clear: both;
        display: block;
    }

    .rsvp-modal .modal-body fieldset .controlcontainer {
        width: 100%;
    }
}

.rsvp-modal .modal-body fieldset .controlcontainer .radio-item {
    display: block;
    clear: both;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}

.rsvp-modal .modal-body fieldset .controlcontainer .radio-item input {
    margin-right: 5px;
}

.rsvp-modal .modal-body fieldset .status {
    float: left;
    margin-right: 50px;
}

.rsvp-modal .modal-body fieldset .status label {
    margin-bottom: 10px;
}

.rsvp-modal .modal-body fieldset .n-attending {
    float: left;
}

.rsvp-modal .modal-body fieldset .n-attending label {
    margin-bottom: 10px;
}

.rsvp-modal .modal-body fieldset .n-attending input[type="text"] {
    width: 70px;
}

.rsvp-modal .modal-body fieldset .message {
    display: block;
    clear: both;
}

.rsvp-modal .modal-body fieldset .message textarea {
    width: 100%;
    min-height: 100px;
    border-color: #ccc;
}

.rsvp-modal .b-group {
    width: 100%;
    margin-top: 38px;
}

@media screen and (max-width:479px) {
    .rsvp-modal .b-group a {
        width: 100%;
    }
}

.r-label {
    font-size: 12px;
}

.required.r-label:after {
    content: " *";
    color: red;
}

.b-group .submit {
    text-align: center;
}

.b-group .terms-link {
    float: right;
    text-decoration: underline;
    font-size: 10px;
    line-height: 50px;
    text-align: center;
    display: block;
}

@media screen and (max-width:479px) {
    .b-group .terms-link {
        float: none;
    }
}

.rsvp-footer {
    font-size: 11px;
    width: 80%;
}

.rsvp-footer p {
    color: #666;
}

@media screen and (max-width:479px) {
    .invite-friend .modal-body fieldset {
        display: block;
        clear: both;
    }

    .invite-friend .modal-body fieldset .controlcontainer {
        width: 100%;
    }
}

.invite-friend .modal-body .btn-group {
    margin-top: 50px;
    width: 100%;
}

@media screen and (max-width:479px) {
    .invite-friend .modal-body .btn-group {
        margin-top: 20px;
    }
}

.invite-friend .modal-body .btn-group .button {
    text-align: center;
}

@media screen and (max-width:479px) {
    .invite-friend .modal-body .btn-group .button {
        width: 100%;
        margin-bottom: 10px;
    }

    .ecatalog-wrapper h1 {
        font-size: 24px;
    }
}

.new-catalog-hero,
.catalog-list {
    width: 100%;
    padding: 40px 0;
}

.new-catalog-hero .col-centered a,
.catalog-list .col-centered a {
    width: 100%;
    float: left;
}

.new-catalog-hero .col-centered a img,
.catalog-list .col-centered a img {
    width: 100%;
    border: 1px solid #f1f1f1;
}

.new-catalog-hero .col-centered a.title,
.catalog-list .col-centered a.title {
    padding-top: 10px;
    font-size: 14px;
}

.new-catalog-hero .col-centered a.title:hover,
.catalog-list .col-centered a.title:hover {
    text-decoration: underline;
}

.new-catalog-hero .col-centered p,
.catalog-list .col-centered p {
    text-align: center;
    width: 100%;
    font-size: 14px;
}

.new-catalog-hero .col-centered p.new-flag,
.catalog-list .col-centered p.new-flag {
    font-size: 12px;
    font-weight: 700;
}

.catalog-list .col-centered {
    margin-bottom: 20px;
    vertical-align: top;
}

.catalog-list .col-centered a img {
    height: 150px;
    width: auto;
}

.catalog-list .col-centered .catalog-shadow:before,
.catalog-list .col-centered .catalog-shadow:after {
    width: 50%;
    left: 25%;
    box-shadow: 0 0 55px 3px #999;
}

.catalog-shadow {
    position: relative;
    border-radius: 50px;
}

.catalog-shadow:before,
.catalog-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    left: 20%;
    bottom: 12px;
    box-shadow: 0 5px 55px 3px #999;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.module.special-offer-chooser {
    padding: 0 0;
}

.module.special-offer-chooser.offer-grid .row {
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.module.special-offer-chooser.offer-grid .col-xs-4,
.module.special-offer-chooser.offer-grid .col-xs-12 {
    padding: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width:768px) {

    .module.special-offer-chooser.offer-grid .col-xs-4,
    .module.special-offer-chooser.offer-grid .col-xs-12 {
        width: 50%;
    }
}

@media screen and (max-width:567px) {

    .module.special-offer-chooser.offer-grid .col-xs-4,
    .module.special-offer-chooser.offer-grid .col-xs-12 {
        width: 100%;
    }
}

.module.special-offer-chooser.offer-grid .col-xs-4 a,
.module.special-offer-chooser.offer-grid .col-xs-12 a {
    display: block;
    position: relative;
}

.module.special-offer-chooser.offer-grid .col-xs-4 a img,
.module.special-offer-chooser.offer-grid .col-xs-12 a img {
    width: 100%;
    height: auto;
}

.module.special-offer-chooser.offer-grid .col-xs-4 a .content,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 55%;
    height: 100%;
}

.module.special-offer-chooser.offer-grid .col-xs-4 a .content h2,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content h2 {
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content h2 span,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content h2 span {
        position: inherit;
        bottom: inherit;
        font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
        font-weight: 200;
        font-style: normal;
    }

.module.special-offer-chooser.offer-grid .col-xs-4 a .content h3,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content h3 {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 600;
    font-color: blue;
    line-height: 24px;
    color: #000;
}

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content h3 span,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content h3 span {
        position: inherit;
        bottom: inherit;
        font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
        font-weight: 200;
        font-style: normal;
    }

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content p {
        font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
        line-height: 22px;
        color: #909090;
    }

.module.special-offer-chooser.offer-grid .col-xs-4 a .content p span,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content p span {
    position: inherit;
    bottom: inherit;
}

.module.special-offer-chooser.offer-grid .col-xs-4 a .content p span.italic,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content p span.italic {
    font-style: italic;
}

@media screen and (max-width:959px) {

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {

    .module.special-offer-chooser.offer-grid .col-xs-4 a .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 a .content p {
        font-size: 16px;
        line-height: 20px;
    }
}

.module.special-offer-chooser.offer-grid .col-xs-4 a .content span,
.module.special-offer-chooser.offer-grid .col-xs-12 a .content span {
    position: absolute;
    bottom: 30px;
}

.module.special-offer-chooser.offer-grid .col-xs-4 img,
.module.special-offer-chooser.offer-grid .col-xs-12 img {
    width: 100%;
    height: auto;
}

.module.special-offer-chooser.offer-grid .col-xs-4 .content,
.module.special-offer-chooser.offer-grid .col-xs-12 .content {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 55%;
    height: 100%;
}

.module.special-offer-chooser.offer-grid .col-xs-4 .content h2,
.module.special-offer-chooser.offer-grid .col-xs-12 .content h2 {
    margin: 0 0 7px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}

    .module.special-offer-chooser.offer-grid .col-xs-4 .content h2 span,
    .module.special-offer-chooser.offer-grid .col-xs-12 .content h2 span {
        position: inherit;
        bottom: inherit;
        font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
    }

.module.special-offer-chooser.offer-grid .col-xs-4 .content h3,
.module.special-offer-chooser.offer-grid .col-xs-12 .content h3 {
    margin: 0 0 7px;
    font-size: 18px;
    font-weight: 600;
    font-color: blue;
    line-height: 24px;
    color: #000;
}

    .module.special-offer-chooser.offer-grid .col-xs-4 .content h3 span,
    .module.special-offer-chooser.offer-grid .col-xs-12 .content h3 span {
        position: inherit;
        bottom: inherit;
        font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
    }

    .module.special-offer-chooser.offer-grid .col-xs-4 .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 .content p {
        font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
        font-size: 15px;
        font-weight: 300;
        font-style: normal;
        line-height: 22px;
        color: #909090;
    }

.module.special-offer-chooser.offer-grid .col-xs-4 .content p span,
.module.special-offer-chooser.offer-grid .col-xs-12 .content p span {
    position: inherit;
    bottom: inherit;
}

.module.special-offer-chooser.offer-grid .col-xs-4 .content p span.italic,
.module.special-offer-chooser.offer-grid .col-xs-12 .content p span.italic {
    font-style: italic;
}

@media screen and (max-width:959px) {

    .module.special-offer-chooser.offer-grid .col-xs-4 .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 .content p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {

    .module.special-offer-chooser.offer-grid .col-xs-4 .content p,
    .module.special-offer-chooser.offer-grid .col-xs-12 .content p {
        font-size: 16px;
        line-height: 20px;
    }
}

.module.special-offer-chooser.offer-grid .col-xs-4 .content span,
.module.special-offer-chooser.offer-grid .col-xs-12 .content span {
    position: absolute;
    bottom: 30px;
}

.module.special-offer-chooser.offer-grid .col-xs-12 a .content h3 {
    font-size: 15px;
}

.module.special-offer-chooser.offer-grid .col-xs-12 a .content p {
    font-size: 12px;
    line-height: 18px;
}

.module.special-offer-chooser.offer-grid .col-xs-12 .content h3 {
    font-size: 15px;
}

.module.special-offer-chooser.offer-grid .col-xs-12 .content p {
    font-size: 12px;
    line-height: 18px;
}

.module.special-offer-chooser.offer-grid .col-xs-4.right-txt .content,
.module.special-offer-chooser.offer-grid .col-xs-4.right-txt a .content {
    width: 45%;
    position: absolute;
    right: 10px;
    left: inherit;
}

.module.special-offer-chooser.offer-grid .col-xs-4.left-txt .content,
.module.special-offer-chooser.offer-grid .col-xs-4.left-txt a .content {
    position: absolute;
    right: inherit;
    left: 10px;
}

.module.special-offer-chooser.offer-grid .col-xs-4.bottom-txt .content,
.module.special-offer-chooser.offer-grid .col-xs-4.bottom-txt a .content {
    width: auto;
    height: auto;
    bottom: 0;
    top: inherit;
    right: 10px;
    left: 10px;
}

@media screen and (max-width:767px) {

    .col-sm-3.sm-grid .callout img,
    .col-sm-3.sm-grid .offer-grid {
        display: none;
    }
}

@media screen and (max-width:959px) {
    .col-sm-3.sm-grid .offer-grid .content p {
        display: none;
    }
}

.address-wrapper .address-info p:first-child {
    width: 27%;
}

@media screen and (max-width:767px) {
    .address-wrapper .address-info p:first-child {
        width: 100%;
    }
}

.address-wrapper .address-info p:nth-child(2) {
    width: 36%;
}

@media screen and (max-width:767px) {
    .address-wrapper .address-info p:nth-child(2) {
        width: 100%;
    }
}

.address-wrapper .address-info p:last-child {
    width: 20%;
}

@media screen and (max-width:767px) {
    .address-wrapper .address-info p:last-child {
        width: 100%;
    }
}

@media screen and (max-width:959px) {

    .product-listing.m-adjust,
    .contact-mk .m-adjust,
    .footer.m-adjust {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.content-sample.mh-fix {
    min-height: 80px;
}

.fs-contact-info .controlcontainer span.error-message {
    display: block;
    margin-top: 3px;
}



.container-fluid.sub.desktop nav>ul>li:hover .nav-drop {
    display: block;
}


.banner-top .content {
    padding-top: 20px;
}

.order-from-consultant {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    padding: 8px 0;
    width: 100%;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #000;
    background: #ff999a;
    border: 2px solid #ccc;
    border-radius: 12px;
    margin-top: 20px;
}

.order-from-consultant b {
    font-size: 16px;
    letter-spacing: 3px;
}

.product.cf .content.cf span {
    position: relative;
    display: inline-block;
    left: 0;
    width: 25px;
    height: 25px;
}


.tab-content.resp-tabs-container .tab-pane p,
.tab-content.resp-tabs-container .tab-pane span {
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #333 !important;
}

.tab-content.resp-tabs-container .tab-pane ul {
    margin: 20px 0 20px 30px !important;
    padding: 0 10px 0 0 !important;
    font-size: 14px !important;
    color: #333 !important;
}

.grid-style {
    display: grid;
    grid-template-columns: 125px 202px;
    grid-template-rows: 80% 10%;
}

.grid-style .img-wrap {
    grid-row: 1/2;
    grid-column: 1;
    width: 100%;
}

.grid-style .text {
    grid-row: 1;
}

.grid-style .price-bag {
    grid-row: 2;
    grid-column: 2;
}

@media screen and (max-width:999px) {
    .text-bannerpro {
        padding: 0;
        background-color: #fbc9ba4d;
    }

    .text-bannerpro.content h2 {
        font-size: 32px;
    }

    .text-bannerpro.content p {
        font-size: 16px;
    }

    .product-spotlight {
        /*display: grid;
  grid-template-columns: 50% 50%;*/
    }

    .grid-layout:before {
        content: unset;
    }

    .product-listing.product-spotlight.grid-layout .product {
        width: 100%;
    }

    .row.grid-layout .product {
        width: 100%;
    }

    .grid-layout {

        display: grid;
        grid-template-columns: 50% 50%;
    }

    .mobile-banner .item {
        display: grid;
        overflow: hidden;
    }

    .mobile-banner.bannerpro.mobile-image .item img {
        width: 190%;
        margin-left: -90%;
    }

    .mobile-banner.bannerpro.mobile-image .item .text-bannerpro {
        position: relative;
        padding: 0;
    }

    .mobile-banner.bannerpro.mobile-image .item .text-bannerpro .content {
        width: 100%;
        margin-left: 10px;
    }

    .mobile-banner.bannerpro.mobile-image .item .text-bannerpro .content h2 {
        font-size: 30px;
    }

    .mobile-banner.bannerpro.mobile-image .item .text-bannerpro .content p {
        font-size: 20px;
    }
}

.content-video {
    position: relative;
    padding-bottom: 56.25%;
    /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.content-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rewards-block {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    align-content: center;
    color: rgb(85, 85, 85);
}

.reward {
    padding: 20px;
    text-align: justify;
    font-size: 12px;
}

.reward-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.categories {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    margin-bottom: 20px;
    font-size: 12px;
    border: 1px solid #e8e8e8;
}

.categories .category-block {
    border: 1px solid #e8e8e8;
    padding-left: 5px;
}

.categories .category-block-wide {
    grid-column: span 2;
}

.categories .category-block-wide ul {
    column-count: 2;
}

.categories .category-block ul {
    column-gap: 30px;
    padding: 10px;
}

.categories .category-block ul.category-list li {
    list-style-type: none;
    margin-bottom: 0;
}

.news-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(306px, 1fr));
    grid-gap: 1px;
    border: 1px solid #d1d1d1;
}

.news-layout .content {
    position: absolute;
    top: 30%;
    width: 43%;
    margin-left: 10px;
}

.news-layout>div {
    position: relative;
}

    .news-layout .content h3 {
        font-size: 24px;
        font-family: "Noto Sans", Roboto, Arial, sans-serif !important;
        font-weight: 300;
        font-style: normal;
        color: #303030;
        margin-bottom: 0;
    }

.text-bannerpro .content b {
    font-weight: 300;
}

.column-image-height {
    height: 350px;
}

.module.rtf.img .content ol.list-font-size li,
.module.rtf.img .content p.list-font-size {
    font-size: 16px;
}

.img-align .module.rtf img {
    display: block;
    margin: auto;
}

.container.main ul.advantages li {
    list-style: none;
}

.advantages li:before {
    content: "4"
}

.special-list-grid div {
    display: grid;
    grid-template-columns: 55px 1fr;
    margin-bottom: 10px;
}

.module.rtf.intro-text .special-list-grid div p {
    margin: auto 0 auto 15px;
    font-size: 16px;
}

.special-list-grid div img {
    margin: auto;
    width: 50px;
}

.price-bag a.consult-reserve {
    display: inline-block;
    padding: 7px;
    border-radius: 10px;
    border: 1.4px solid #ccc;
    margin-top: 8px;    
    background-color: #f9dadf;
}

.price-bag a.consult-reserve:hover {
    color: #23527c;
}



.sg-survey-form .legend,
.sg-survey-form .sg-question-options label,.sg-survey-form legend {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;

}
.sg-fieldset{
    padding: 15px;
}
.sg-survey-form .sg-question-options .options_list,
.sg-survey-form .sg-question-options .options_list li {
    list-style-type: none !important;

}
.sg-survey-form .sg-question-options .options_list li input[type=radio]{
    visibility: hidden;
}
.sg-survey-form .sg-question-options .options_list li {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
}

.sg-question-options {
    padding: .3em 1em 1em 1.5em;
    margin: 0;
}

.options_list input[type=radio]:checked:after,
.options_list input[type=radio]:checked:after {
    content: "\26ab";
}

.options_list input[type=radio]:after,
.options_list input[type=radio]:after {
    line-height: 1em;
    content: "\26aa";
    position: relative;
    right: 6px;
    bottom: 2px;
    visibility: visible;
}
.sg-button{
 border: none;
    font-weight: 400;
    border-radius: 4px;
    padding: 10px 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
    background: #bdc3c7; 
    margin: 15px auto;
    display: block;
}
.sg-header{
    margin-bottom: 15px;
}
.test_results .goods_list{
display: grid;
    grid-template-columns: max-content auto;
    grid-gap: 10px;
}
.module.rtf.intro-text .description-text li p, .test_results p{
    font-size: 16px;
}
.module.rtf .test_results p{
    font-size: 1.1em;
    line-height: 1.72222;
    margin: 0 0 .833em;
}
.test_results .goods_list img{
  width: 250px;
}
.required_question{
    color: red;
    display: none;
}
.required_question.show_message{
    display: inline-block;
}
.sg-body{
    background-image: url(/image/catalog/test/confettifon2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
}
.sg-body .bg_color_wrap{
    background-color: rgba(255,255,255,0.50);
}
.required_question.show_message:after
{
    content: " *";
    color: red;
}
.required_question.show_message{
        display: block;
    }
@media screen and (max-width: 567px) {
    .price span.price-bag.content {
        float: none !important;
    }
    
    .description-text{
            padding: 15px;
    }
    .test_results .goods_list{
      grid-template-columns: auto;
    }
}
