.bt-content {
    font-size: small;
    color: #000;
    line-height: normal;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #515249;
    background-color: #fff;
    position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}



* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: Helvetica, Arial;
    font-size: 14px;
    line-height: 1.42857143;
    color: #525149;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: Helvetica, Arial;
    font-size: 14px;
    line-height: inherit;
}

a {
    color: #525149;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

a:focus {
    outline: none;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h2.lineBelow {
    font-size: 1.786em;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.075em;
    text-align: center;
}

h2.lineBelow:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #525149;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
    line-height: 2em;
    letter-spacing: 0.02em;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #525149;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.container.forgot-password .form-group h2, .container.forgot-password .form-group h3 {
    font-size: 14px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    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 {
    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;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #c1c1c1;
}

.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 dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn, .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:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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-left-radius: 4px;
    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-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.nav > li.disabled > a {
    color: #777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #337ab7;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified > li {
    float: none;
}

.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.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-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label, .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.breadcrumb > .active {
    color: #777;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.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;
    line-height: 1.5;
}

.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: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #525149;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    float: Left;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

.list-group-item > .badge + .badge {
    margin-right: 5px;
}

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 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, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnail > img, .thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p, .alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.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, button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.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, button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.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, button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.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, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}

.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 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: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: 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 {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: 'Helvetica, Arial, sans-serif';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

.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;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    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);
    line-break: auto;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}

.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}

.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}

.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    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;
    margin-top: -10px;
}

.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;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .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-header:before, .modal-header: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-header: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;
}

.affix {
    position: fixed;
}


.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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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;
    }
}

body {
    font-family: Helvetica, Arial !important;
}

.breadcrumb {
    background-color: transparent;
    margin-top: 5px;
}

.breadcrumb a {
    font-size: 13px;
    color: #525149;
}

.breadcrumb > li + li:before {
    color: #525149;
    font-weight: normal;
}

li.current-nav {
    font-weight: bold;
}

h1 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 35px;
    margin-top: 15px;
    text-transform: uppercase;
}



#sli_autocomplete {
    border: 0px solid;
}


.search-results ul {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 0;
}

.search-results ul li {
    border-bottom: 0;
}

.search-results ul li a {
    display: block;
    border: 0;
}

.search-results {
    width: 350px;
    top: 50px;
    position: absolute;
    background-color: white;
    color: black !important;
    right: 15px;
    z-index: 100;
    border-left: 1px solid #efecea;
    border-bottom: 1px solid #efecea;
    border-right: 1px solid #efecea;
}

.search-results ul li a img {
    float: left;
    margin-right: 15px;
}

.search-results ul li a p {
    font-size: 1.125em;
    margin-bottom: 5px;
    color: #000;
}

.search-results .search-items-found {
    font-size: 1.125em;
    color: #887c71;
    position: absolute;
    left: 15px;
    bottom: 20px;
}

.sub-nav .search-inner {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    display: none;
    margin-top: 4.2%;
    min-height: 30px;
    padding: 5px 15px 15px;
    position: absolute;
    right: 0;
    top: 27px;
    width: 27.9%;
    z-index: 999;
}

.search-results ul li {
    display: block;
    min-height: 65px;
    padding: 15px 0;
    border-bottom: 1px solid #efecea;
}

.search-results .price {
    font-family: Helvetica, Arial;
    color: #525149;
    font-weight: bold;
}

.search-results {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
}



.topLeftItems .topHeaderItem {
    float: left
}

.header .input-append.sub-nav-search {
    position: relative;
    margin-top: 10px;
}

.search-results a.search-show-all {
    position: absolute;
    right: 15px;
    bottom: 20px;
}



.global-header-tabs {
    background-color: #efecea;
}

.global-header-tabs #promolinkheader {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

.global-header-tabs #promolinkheader a {
    line-height: 40px;
    text-transform: uppercase;
    color: #888;
    font-size: 0.714em;
    letter-spacing: 0.075em;
    font-family: Helvetica, Arial;
}

.global-header-tabs #promolinkheader a:hover {
    text-decoration: none;
}

.global-header-tabs #promolinkheader a span {
    font-family: Helvetica, Arial;
}

a.chineseOption {
    background: url(../../_ui/watchesofswitzerland/images/wos/cnflag.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    display: block;
    font-size: 12px;
    font-weight: 300;
    padding-right: 35px;
    text-align: right;
    cursor: pointer;
    line-height: 30px;
}

a.chineseOption.hidden-xs {
    margin-bottom: 20px;
    margin-top: -50px;
}

a.chineseOption.hidden-lg {
    margin-top: 15px;
    margin-bottom: -15px;
}

@media (min-width: 991px) {
    span.geo-location.chineseStoreFinder-geo-location {
        margin-left: -60px;
        margin-right: 36px;
    }
}

.storefinderPage .stores-map {
    height: 600px;
}

.storefinderPage .stores-gmap {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.storefinderPage .stores-results .store-results-page-list {
    padding-left: 0;
    list-style-type: none;
}

.storefinderPage .store-results-page-list .store-name > * {
    float: left;
    margin: 0;
}

.storefinderPage .store-results-page-list .store-name h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 35px 0;
    margin-left: 40px;
    font-weight: normal;
    color: #525149;
}

.storefinderPage .store-results-page-list .store-distance p {
    line-height: 20px;
    text-align: right;
    margin: 35px 0;
}

.storefinderPage .store-results-page-list a:hover {
    text-decoration: none;
}

.storefinderPage .stores-results .store-icon {
    position: absolute;
    display: block;
    height: 45px;
    text-align: center;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -11px -7px;
    color: #fff;
    font-weight: bold;
    width: 28px;
    padding-top: 9px;
    top: 0px;
    left: 0px;
    line-height: 14px;
    font-size: 14px;
    margin-top: 25px;
}

.storefinderPage .stores-results a.see-more {
    position: absolute;
    right: 15px;
    bottom: 0;
    line-height: 45px;
    background-color: #dbb86f;
    text-transform: uppercase;
    color: #525149;
    padding: 0 15px;
    letter-spacing: 0.075em;
    height: 45px;
    font-weight: bold;
}

.storefinderPage .stores-results {
    min-height: 600px;
    position: relative;
}

.storefinderPage .stores-results .col-md-3.store-distance {
    font-size: 14px;
    line-height: 90px;
    text-align: right;
}

.storefinderPage .store-address.store-address-h, .store-distance.store-distance-h {
    width: 50%;
    display: inline-block;
    font-size: 14px;
    color: #525149;
}

.storefinderPage .store-distance.store-distance-h {
    float: right;
    text-align: right;
    padding-right: 15px;
}

.storefinderPage .storeResultsAndMap {
    margin-bottom: 50px;
}

.storefinderPage .store-results-page-list li {
    height: 90px;
}

.storefinderPage .store-results-page-list li:last-child {
    margin-bottom: 25px;
}

.storefinderPage .showroomListingItem {
    margin-bottom: 30px;
}

.storefinderPage .showroomListingItem a {
    text-decoration: none;
}

.storefinderPage .showroomListingItem span {
    text-align: center;
    width: 100%;
    display: block;
    background-color: #efecea;
    color: #525149;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.075em;
}

.storefinderPage .showroomListingItem.col-sm-6 img {
    width: 100%;
}

.storefinderPage form.well.form-inline {
    border: none;
    padding: 0;
    margin-bottom: 50px;
    box-shadow: none;
}

.storefinderPage form.well.form-inline input#q {
    padding: 0 15px;
    border: none;
    background-color: #fff;
    line-height: 45px;
    width: 37.5%;
    margin-right: 2.25%;
    color: #525149;
    height: 45px;
}

.storefinderPage form.well.form-inline .customSelect {
    display: inline-block;
    width: 37.5%;
    position: relative;
}

.storefinderPage form.well.form-inline .customSelect span.arrow {
    position: absolute;
    background-color: #efecea;
    width: 20px;
    line-height: 20px;
    text-align: center;
    right: 1px;
    color: #888;
    pointer-events: none;
    top: 1px;
    width: 35px \0/;
    top: 0 \0/;
}

.storefinderPage form.well.form-inline .customSelect span.arrow i.fa {
    line-height: 43px;
    line-height: 45px \0/;
}

.iOSDevice.storefinderPage form.well.form-inline .customSelect span.arrow i.fa {
    display: none;
}

.storefinderPage form.well.form-inline .customSelect select {
    border: none;
    background-color: #fff;
    height: 45px;
    width: 100%;
    margin: 0;
    color: #888;
    padding: 0 15px;
    -moz-appearance: none;
}

.storefinderPage form.well.form-inline .customSelect select::-ms-expand {
    display: none;
}

.storefinderPage form.well.form-inline input.action-link {
    color: #525A59;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    border: none;
    line-height: 45px;
    width: 20%;
    float: right;
    background-color: #DBB86F;
    letter-spacing: 0.075em;
}

.storefinderPage .stores-store {
    margin-bottom: 50px;
}

.storefinderPage .stores-store h3 {
    font-size: 1.00em;
    color: #525149;
    font-family: Helvetica, Arial;
    font-weight: bold;
}

.storefinderPage .stores-store p {
    font-size: 14px;
    margin-bottom: 0;
    color: #525149;
    line-height: 2.143em;
}

.storefinderPage .stores-store .storeDetails {
    position: relative;
    height: 600px;
}

.storefinderPage .stores-store .storeDetails, .storefinderPage .stores-store .storeDetailsMap {
    margin-bottom: 30px;
}

.storefinderPage .stores-store .stores-store-map.stores-store-collect {
    height: 600px;
    position: relative;
}

.storefinderPage .stores-store .stores-store-map.stores-store-collect a#store-findAnotherShowroom {
    line-height: 45px;
    display: block;
    padding: 0 20px;
    background-color: #efecea;
    color: #525149;
    position: absolute;
    top: 10px;
    right: 10px;
    letter-spacing: 0.075em;
}

.storefinderPage .stores-store .stores-store-map.stores-store-collect a#store-findAnotherShowroom:hover {
    text-decoration: none;
}

.storefinderPage .store-detail-left-col, .store-detail-right-col {
    width: 50%;
    float: left;
}

.storefinderPage .store-finder-lower-section {
    width: calc(100% - 30px);
    float: left;
    position: absolute;
    bottom: 0;
}

.storefinderPage .store-finder-lower-section .store-detail-action-buttons, .store-finder-lower-section .collect {
    width: 50%;
    float: left;
}

.storefinderPage .store-finder-lower-section .store-detail-action-buttons a {
    font-size: 14px;
    color: #525149;
    text-transform: uppercase;
    line-height: 45px;
    width: 95%;
    display: block;
    text-align: center;
    background-color: #efecea;
    margin-top: 15px;
    margin-right: 5%;
    letter-spacing: 0.075em
}

.storefinderPage .store-finder-lower-section .store-detail-action-buttons a:first-child {
    margin-top: 0;
}

.storefinderPage .store-finder-lower-section .collect {
    border: 1px solid #525149;
    padding: 20px;
    text-align: center;
    height: 165px;
    position: relative;
}

.storefinderPage .store-finder-lower-section .collect a {
    color: #525149;
    text-decoration: underline;
}

.storefinderPage .store-finder-lower-section .collect a.lowerLink {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 75px;
}

.storefinderPage .store-detail-left-col ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 50px;
}

.storefinderPage .store-detail-left-col ul li {
    line-height: 25px;
}

.storefinderPage .store-detail-left-col ul li span {
    width: 35%;
    display: inline-block;
}

.storefinderPage .storeImage {
    position: relative;
    overflow: hidden;
    height: 500px;
}

.storefinderPage .storeImage img {
    position: absolute;
    height: 500px;
    width: 1829px;
    left: -610px;
}

.storefinderPage h2.stores-store-h2 {
    font-size: 25px;
    text-align: center;
    color: #525149;
    letter-spacing: 0.2em;
    margin-bottom: 40px;
    margin-top: 30px;
    text-transform: uppercase;
}

.storefinderPage h2.stores-store-h2:after {
    content: "";
    display: block;
    width: 58px;
    border-bottom: 1px solid #525149;
    margin: 15px auto 0;
}

.storefinderPage .features h3 {
    text-transform: uppercase;
    letter-spacing: 0.075em;
    margin: 1.75em 0;
    font-weight: normal;
    font-family: Helvetica, Arial;
}

.storefinderPage .features ul {
    padding: 0 0 0 18px;
}

.storefinderPage .features li {
    list-style-type: none;
    line-height: 2.143em;
}

.storefinderPage .features li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 14px;
    margin-left: -1.3em;
    width: 2em;
    color: #525149;
}

.stores-header .stores-map-search {
    display: none;
}

.storeBrandsCarousel .recently-viewed-tabs-link:after {
    content: "";
    display: block;
    margin: 2px auto;
    width: 56px;
    border-bottom: 1px solid #525149;
}

.storeBrandsCarousel {
    overflow-x: hidden;
    position: relative;
    margin: 20px auto 50px;
}

.storeBrandsCarousel .owl-item {
    display: inline-block;
    float: left;
    text-align: center;
}

.storeBrandsCarousel .owl-nav div {
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.storeBrandsCarousel .owl-nav div {
    opacity: 1;
}

.storeBrandsCarousel .owl-nav .owl-prev {
    left: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -8px -237px;
}

.storeBrandsCarousel .owl-nav .owl-next {
    right: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -40px -237px;
}

.storeBrandsCarousel .owl-nav div.disabled {
    display: none;
}

.productDetails h1 {
    font-size: 1.563em;
    text-align: left;
    line-height: 1.440em;
    letter-spacing: 0.2em;
    margin-bottom: 0.5em;
}

.productDetails p#productPrice {
    font-size: 26px;
    font-weight: bold;
    color: #525149;
}

.productDetails p.productDetailsWasPrice {
    margin: 0;
}

.productDetails ul.productCodeAvailability {
    padding: 0;
    list-style-type: none;
    color: #525149;
}

.productDetails .divider {
    width: 100%;
    border-bottom: 1px solid #d7cfcd;
    margin: 20px 0 25px;
}

.productDetails .product-zoom > span {
    display: none !important;
}

#productImageGallery, #productPopupImageGallery {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

#productImageGallery {
     cursor: pointer;
 }

#productPopupImageGallery {
    max-width: 1000px;
}

#galleryPopup img.owl-lazy {
    width: 640px;
    margin: auto;
}

#productImageGallery img.owl-lazy, #galleryPopup #productPopupImageGallery img.owl-lazy {
    width: auto !important;
    max-width: 100%;
    margin: auto;
    background-color: white;
}

#productImageGallery .owl-nav div, #productPopupImageGallery .owl-nav div {
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#productImageGallery:hover .owl-nav div, #productPopupImageGallery .owl-nav div {
    opacity: 1;
}

#productImageGallery .owl-nav .owl-prev, #productPopupImageGallery .owl-nav .owl-prev {
    left: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -8px -237px;
}

#productImageGallery .owl-nav .owl-next, #productPopupImageGallery .owl-nav .owl-next {
    right: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -40px -237px;
}

#productImageGallery .owl-nav div.disabled, #productPopupImageGallery .owl-nav div.disabled {
    display: none;
}

ul#productImageGalleryThumbs li, ul#productPopupImageGalleryThumbs li {
    list-style-type: none;
    margin: -10px;
    cursor: pointer;
}

#productImageGalleryThumbs, #productPopupImageGalleryThumbs {
    padding-left: 0;
    text-align: center;
    margin: 20px auto;
}

#productImageGalleryThumbs li img, #productPopupImageGalleryThumbs li img {
    margin: 1px;
    width: 80px;
    opacity: 1;
}

.productImageGallery-Thumb {
    width: 80px;
    display: inline-block;
    box-sizing: border-box;
}

#productImageGalleryThumbs .productImageGallery-Thumb.active img, #productPopupImageGalleryThumbs li.active img {
    border: 1px solid #d7cfcd;
    width: 80px;
    margin: 0;
    opacity: 1;
}

#productImageGalleryThumbs .productImageGallery-Thumb img {
}

#productPopupImageGalleryThumbs {
    max-width: 600px;
    height: 95px;
}

#productImageGalleryThumbs {
}

#productImageGalleryThumbs, #productPopupImageGalleryThumbs {
    overflow-x: hidden;
    position: relative;
}

.imageGallaryThumbs {
    max-height: 450px;
    overflow-y: auto;
    padding: 0;
}

#productImageGalleryThumbs .productImageGallery-Thumb img {
    width: 100%;
}

#productImageGalleryThumbs .owl-item, #productPopupImageGalleryThumbs .owl-item, #productImageGalleryThumbs .owl-stage, #productPopupImageGalleryThumbs .owl-stage {
    display: inline-block;
}

.col-md-10.col-sm-10.imageGallaryHero {
    float: right;
}

#productImageGalleryThumbs .owl-nav div, #productPopupImageGalleryThumbs .owl-nav div {
    position: absolute;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#productImageGalleryThumbs:hover .owl-nav div, #productPopupImageGalleryThumbs:hover .owl-nav div {
    opacity: 1;
}

#productImageGalleryThumbs .owl-nav .owl-prev, #productPopupImageGalleryThumbs .owl-nav .owl-prev {
    left: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -8px -237px;
}

#productImageGalleryThumbs .owl-nav .owl-next, #productPopupImageGalleryThumbs .owl-nav .owl-next {
    right: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -40px -237px;
}

#productImageGalleryThumbs .owl-nav div.disabled, #productPopupImageGalleryThumbs .owl-nav div.disabled {
    display: none;
}

#productPopupImageGallery img.zoomImg {
    background-color: white;
}

div#galleryPopupBackground {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.6;
}

div#galleryPopup {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 1170px;
    background-color: white;
    padding: 20px 20px 0;
}

div#galleryPopup #galleryPopupClose {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 20px;
    width: 20px;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -50px -15px;
    cursor: pointer;
}

.product-spec-value[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.productCodeAvailability #itemCode .code[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: inherit !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.productDetails div#cboxWrapper {
    height: auto !important;
}

.productDetails div#cboxContent {
    height: auto !important;
}

.productDetails div#cboxLoadedContent {
    background-color: white;
}

.productDetails div#cboxLoadedContent img, .productDetails div#cboxLoadedContent p, .productDetails div#cboxLoadedContent > .container {
    max-width: 100%;
}

.productDetails div#colorbox {
    height: 700px !important;
}

.productDetails div#cboxClose span {
    display: none;
}

.productDetails .recentlyViewedCarousel .product, .productDetails .youMayAlsoLikeCarousel .product {
    text-align: center;
}

.productDetails .recentlyViewedCarousel .product img, .productDetails .youMayAlsoLikeCarousel .product img {
    width: 90%;
}

.productDetails .recentlyViewedCarousel .product .secondaryImage, .productDetails .youMayAlsoLikeCarousel .product .secondaryImage {
    display: none;
}

.productDetails .recentlyViewedCarousel .product a span, .productDetails .youMayAlsoLikeCarousel .product a span {
    display: block;
    text-transform: capitalize;
    width: 90%;
    margin: auto;
}

.productDetails .recentlyViewedCarouselRow.invisible, .productDetails .youMayAlsoLikeCarouselRow.invisible {
    height: 0;
    overflow-y: hidden;
}

.recentlyViewedYouMayAlsoLikeHeaders {
    text-align: center;
    border: 0px;
    margin: 30px auto;
}

.recentlyViewedYouMayAlsoLikeHeaders li {
    letter-spacing: 0.2em;
    font-size: 0.857em;;
    color: #888888;
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 6px;
    list-style-type: none;
    text-transform: uppercase;
    display: inline-block;
}

.recentlyViewedYouMayAlsoLikeHeaders li.active {
    color: #525149;
}

.recentlyViewedYouMayAlsoLikeHeaders li.active:after {
    content: "";
    display: block;
    margin: 12px auto;
    width: 56px;
    border-bottom: 1px solid #525149;
}

.productDetails .recentlyViewedCarousel .recently-viewed-tabs-link:after, .productDetails .youMayAlsoLikeCarousel .recently-viewed-tabs-link:after {
    content: "";
    display: block;
    margin: 2px auto;
    width: 56px;
    border-bottom: 1px solid #525149;
}

.productDetails .recentlyViewedCarousel, .productDetails .youMayAlsoLikeCarousel {
    overflow-x: hidden;
    position: relative;
}

.productDetails .recentlyViewedCarousel .owl-item, .productDetails .youMayAlsoLikeCarousel .owl-item {
    display: inline-block;
    float: left;
}

.productDetails .recentlyViewedCarousel .owl-nav div, .productDetails .youMayAlsoLikeCarousel .owl-nav div {
    position: absolute;
    top: calc(40% - 15px);
    height: 30px;
    width: 30px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.productDetails .recentlyViewedCarousel .owl-nav div, .productDetails #productPopupImageGallery .owl-nav div, .productDetails .youMayAlsoLikeCarousel .owl-nav div {
    opacity: 1;
}

.productDetails .recentlyViewedCarousel .owl-nav .owl-prev, .productDetails .youMayAlsoLikeCarousel .owl-nav .owl-prev {
    left: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -8px -237px;
}

.productDetails .recentlyViewedCarousel .owl-nav .owl-next, .productDetails .youMayAlsoLikeCarousel .owl-nav .owl-next {
    right: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -40px -237px;
}

.productDetails .recentlyViewedCarousel .owl-nav div.disabled, .productDetails .youMayAlsoLikeCarousel .owl-nav div.disabled {
    display: none;
}

.rba-modals .modal {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 10%;
    overflow: auto;
    position: fixed;
    top: 30%;
    width: 80%;
    z-index: 1050;
    height: auto;
    max-height: 30%;
}

.rba-modals .modal .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
}

.rba-savemodal {
    min-height: 350px;
}

.rba-modals .modal-header {
    border: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 30px 0;
}

.rba-modals .rba-resetmodal .modal-body {
    display: none;
}

.rba-modals .modal-footer {
    border: none;
    text-align: center
}

.rba-modals button.btn {
    background-color: #efecea;
    color: #525149;
    font-size: 14px;
    text-transform: uppercase;
    height: 45px;
    border-radius: 0px;
    letter-spacing: 0.072em;
    padding: 0 15px;
    line-height: 46px;
    margin-top: 0px;
    display: inline-block;
    text-align: center;
    margin: 0 15px;
    border: none;
}

.rba-modals button.rba-resetmodal-btn-save, .rba-modals button.rba-savemodal-btn-save {
    background-color: #525149;
    color: white;
}

.rba-modals button.rba-savemodal-btn-save {
    margin: 0;
}

.rba-savemodal-accountarea p.rba-errortext {
    display: none;
}

.rba-savemodal-accountarea, .rba-savemodal-sharearea {
    text-align: center;
    width: 50%;
    padding: 25px 5px;
}

.rba-savemodal-accountarea {
    border-left: 1px solid #888;
}

.rba-savemodal-accountarea > *, .rba-savemodal-sharearea > * {
    display: inline-block
}

.rba-savemodal-accountarea input#rba-savemodal-nickname {
    width: 200px;
    line-height: 43px;
    border: 1px solid #888;
    vertical-align: middle;
    padding: 0 5px;
}

.rba-modals .modal.rba-sizeguidemodal {
    top: 10%;
    max-height: 80%;
}

@media (max-width: 1170px) {
    .rba-modals .modal {
        width: 90%;
        left: 5%;
    }
}

@media (max-width: 991px) {
    .rba-modals .modal {
        width: 95%;
        left: 2.5%;
        top: 10%;
        max-height: 80%;
    }

    .rba-modals button.btn {
        width: 95%;
        margin: 10px 2.5% !important;
        white-space: normal;
        line-height: 1.5em;
        height: auto;
        padding: 1em 0;
    }

    .rba-savemodal-accountarea, .rba-savemodal-sharearea {
        width: 90%;
        padding: 25px 0;
        margin: 0 auto;
        float: none !important;
    }

    .rba-savemodal-accountarea {
        border: none;
        border-top: 1px solid #888;
    }

    .rba-savemodal-accountarea > *, .rba-savemodal-sharearea > * {
        display: block;
        width: 90% !important;
        margin: 0 auto;
        text-align: center;
    }
}

.info-nav *, .info-nav a {
    color: #525149;
    font-family: Helvetica, Arial
}

.info-nav > div > span {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 0.825em;
    display: block;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.825em;
}

.info-nav > div > span > i {
    float: right;
    font-size: 20px;
    color: #888;
}

.info-nav > div > span > i.fa-angle-right {
    display: none;
}

.info-nav > div.is-closing > span > i.fa-angle-right {
    display: inline-block;
}

.info-nav > div.is-closing > span > i.fa-angle-down {
    display: none;
}

.info-nav > div > span > i.fa-angle-down {
    display: inline-block;
}

.info-nav > div > ul {
    list-style-type: none;
    margin-bottom: 17px;
    display: block;
    margin-top: -15px;
    padding-left: 0;
}

.info-nav > div > ul > li {
    margin-bottom: 8px;
    font-size: 1.167em;
    letter-spacing: 0.075em;
    padding-top: 6px;
}

.info-page * {
    color: #525149;
    font-family: Helvetica, Arial
}

.info-page h1:after {
    content: "";
    display: block;
    margin: 15px auto 0;
    width: 56px;
    border-bottom: 1px solid #525149;
}

.info-page img {
    max-width: 100%;
}

.info-page h2 {
    font-size: 1.143em;
    letter-spacing: 0.075em;
    line-height: 2em;
}

.info-page p, .info-page ul {
    line-height: 2em;
}

.info-page a {
    color: #525149;
    text-decoration: underline;
}

.info-page ul {
    padding-left: 18px;
}

.oneWide {
    position: relative;
}

.oneWide .smalltext {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 55px;
}

.oneWide .bigtext {
    font-size: 44px;
    line-height: 1.318em;
    letter-spacing: 0.2em;
}

.category-promo.col-md-12 {
    margin: 15px 0;
}

.oneWide .caption-holderblack {
    position: absolute;
    text-align: center;
    padding: 50px 15px 0;
}

.oneWideVAlignTop .caption-holderblack {
    top: 0;
}

.oneWideVAlignCenter .caption-holderblack {
    top: 24%;
}

.oneWideVAlignBottom .caption-holderblack {
    bottom: 8%;
}

.oneWideRight .caption-holderblack {
    right: 15px;
    width: 40%;
}

.oneWideLeft .caption-holderblack {
    left: 15px;
    width: 40%;
}

.oneWideCenter .caption-holderblack {
    left: 25%;
}

.oneWideCenter.hidden-xs .caption-holderblack {
    width: 50%;
}

.oneWide.sideBlock .caption-holderblack {
    padding-left: 0;
    padding-right: 0;
    width: 31%;
}

.category-promo.col-md-12 .caption-holderblack h2 {
    line-height: 1.520em;
    font-size: 1.786em;
    text-transform: uppercase;
}

.category-promo.col-md-12 .caption-holderblack h2.lineBelow:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #525149;
}

.category-promo.col-md-12.textColorWhite .caption-holderblack h2.lineBelow:after {
    border-color: white;
}

.category-promo.col-md-12 .caption-holderblack a {
    text-transform: uppercase;
    padding: 0px 30px;
    margin-top: 15px;
    display: inline-block;
    line-height: 43px;
    letter-spacing: 0.075em;
}

.category-promo.col-md-12.textColorWhite .caption-holderblack a {
    border-color: white;
    color: white;
}

.hero.category-promo img {
    width: 100%;
}

.oneWideMobile .caption-holderblack {
    text-align: center;
    padding: 15px 15px 30px;
}

.twoWide {
    position: relative;
}

.category-promo.col-md-6 {
    margin: 15px 0;
    padding-top: 25px;
}

.twoWide .caption-holderblack {
    position: absolute;
    width: 85%;
    text-align: center;
    padding: 50px 15px 0;
}

.twoWide .caption-holderblack.caption-textbottom {
    bottom: 0;
    pading: 0 15px 50px;
}

.category-promo.col-md-6 h2 {
    font-size: 1.786em;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.075em;
    line-height: 1.520em;
}

.twoWideCenter .caption-holderblack h2 {
    padding-top: 15px;
}

.category-promo.col-md-6 .textColorWhite .caption-holderblack h2.lineBelow:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #525149;
}

.category-promo.col-md-6 .caption-holderblack h2.lineBelow:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #525149;
}

.category-promo.col-md-6.textColorWhite .caption-holderblack h2.lineBelow:after {
    border-color: white;
}

.category-promo.col-md-6 .caption-holderblack a, .category-promo.titleImageLink a {
    text-transform: uppercase;
    padding: 0px 30px;
    margin-top: 15px;
    display: inline-block;
    font-style: normal;
    line-height: 43px;
    letter-spacing: 0.075em;
}

.category-promo.col-md-6.textColorWhite .caption-holderblack a {
    border-color: white;
    color: white;
}

.hero.category-promo img {
    width: 100%;
}

.twoWideMobile .caption-holderblack {
    text-align: center;
    padding: 15px 15px 30px;
}

.threeWide {
    position: relative;
}

.threeWide .strapline {
    font-size: 14px;
    float: left;
    margin-top: 38px;
    text-transform: none;
    line-height: 2em;
}

.category-promo.col-md-4 {
    margin: 15px 0;
}

.threeWide .caption-holderblack {
    position: absolute;
    width: 85%;
    text-align: center;
    padding: 50px 15px 0;
}

.threeWide .caption-holderblack.caption-textbottom {
    bottom: 0;
    pading: 0 15px 50px;
}

.category-promo.col-md-4 h2 {
    font-size: 1.786em;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.075em;
    line-height: 1.520em;
}

.threeWideCenter .caption-holderblack h2 {
    padding-top: 15px;
}

.category-promo.col-md-4 .textColorWhite .caption-holderblack h2.lineBelow:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #525149;
}

.category-promo.col-md-4 .caption-holderblack h2.lineBelow:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #525149;
}

.category-promo.col-md-4.textColorWhite .caption-holderblack h2.lineBelow:after {
    border-color: white;
}

.category-promo.col-md-4 .caption-holderblack a {
    text-transform: uppercase;
    padding: 0px 30px;
    margin-top: 15px;
    display: inline-block;
    font-style: normal;
    line-height: 43px;
    letter-spacing: 0.075em;
}

.textColourBlack.category-promo .caption-holderblack a {
    border: 1px solid #525149;
    color: #525149;
}

.textColourAshWhite.category-promo .caption-holderblack a {
    border: 1px solid #EFECEA;
    color: #EFECEA;
}

.textColourGold.category-promo .caption-holderblack a {
    border: 1px solid #DBB86F;
    color: #DBB86F;
}

.textColourWhite.category-promo .caption-holderblack a {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.category-promo.col-md-4.textColorWhite .caption-holderblack a {
    border-color: white;
    color: white;
}

.hero.category-promo img {
    width: 100%;
}

.threeWideMobile .caption-holderblack {
    text-align: center;
    padding: 15px 15px 30px;
    margin-top: -1px;
}

.textColorWhite {
    color: white;
}

.textColorBlue {
    color: #525149;
}

.sharingoptions {
    font-size: 14px;
    text-transform: uppercase;
    color: #525149;
}

.sharingoptions a {
    color: #525149;
    font-size: 14px;
    letter-spacing: 0.1em;
}

.sharebox, .emailbox, .printbox {
    padding-left: 5px;
    padding-top: 0px;
    float: left;
    padding-right: 5px;
}

.shareboxouter, .emailouterbox {
    display: inline-block;
}

.shareboxouter:after, .emailouterbox:after {
    content: '|';
}

.emailouterbox {
    padding: 0px 0px 0px 5px;
}

.printouterbox {
    display: inline-block;
    padding-left: 5px;
}

.printouterbox:after {
    content: '|';
    color: white;
}

.product-extras.multi-list ul {
    padding-left: 15px;
}

.twoWideCenter.hidden-xs .caption-holderblack, .threeWideCenter.hidden-xs .caption-holderblack {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
}

.twoWideLeft .caption-holderblack, .threeWideLeft .caption-holderblack {
    transform: none;
    width: 70%;
    left: 15px;
    padding-right: 15%;
}

.twoWideRight .caption-holderblack, .threeWideRight .caption-holderblack {
    transform: none;
    width: 70%;
    left: initial;
    right: 15px;
    padding-left: 15%;
}

.twoWideRight .caption-holderblack a.action-link, .threeWideRight .caption-holderblack a.action-link, .twoWideLeft .caption-holderblack a.action-link, .threeWideLeft .caption-holderblack a.action-link {
    padding: 0 15px;
    white-space: nowrap;
}

.twoWideVAlignTop .caption-holderblack, .threeWideVAlignTop .caption-holderblack {
    top: 0;
}

.twoWideVAlignCenter .caption-holderblack {
    top: 25%;
}

.threeWideVAlignCenter .caption-holderblack {
    top: 20%;
}

.twoWideVAlignBottom .caption-holderblack, .threeWideVAlignBottom .caption-holderblack {
    top: 40%;
}

.twoWideVAlignTop.linkBottom .caption-holderblack, .threeWideVAlignTop.linkBottom .caption-holderblack {
    height: 100%;
}

.twoWideVAlignCenter.linkBottom .caption-holderblack {
    height: 75%;
}

.threeWideVAlignCenter.linkBottom .caption-holderblack {
    height: 80%;
}

.twoWideVAlignBottom.linkBottom .caption-holderblack, .threeWideVAlignBottom.linkBottom .caption-holderblack {
    height: 60%;
}

.twoWideVAlignTop.linkBottom .caption-holderblack a.action-link, .threeWideVAlignTop.linkBottom .caption-holderblack a.action-link, .twoWideVAlignCenter.linkBottom .caption-holderblack a.action-link, .threeWideVAlignCenter.linkBottom .caption-holderblack a.action-link {
    position: absolute;
    bottom: 50px;
}

.twoWideVAlignBottom.linkBottom .caption-holderblack a.action-link, .threeWideVAlignBottom.linkBottom .caption-holderblack a.action-link {
    position: absolute;
    bottom: 25px;
}

.twoWideLeft.linkBottom .caption-holderblack a.action-link, .threeWideLeft.linkBottom .caption-holderblack a.action-link, .twoWideRight.linkBottom .caption-holderblack a.action-link, .threeWideRight.linkBottom .caption-holderblack a.action-link, .twoWideCenter.linkBottom .caption-holderblack a.action-link, .threeWideCenter.linkBottom .caption-holderblack a.action-link {
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    white-space: nowrap;
}

.twoWideLeft.linkBottom .caption-holderblack a.action-link {
    left: 41.5%;
}

.threeWideLeft.linkBottom .caption-holderblack a.action-link {
    left: 43%;
}

.twoWideRight.linkBottom .caption-holderblack a.action-link {
    left: 58.5%;
}

.threeWideRight.linkBottom .caption-holderblack a.action-link {
    left: 57%;
}

.hero.category-promo.linkBorderBlack a.action-link {
    border: 1px solid #525149;
}

.hero.category-promo.linkBorderAshWhite a.action-link {
    border: 1px solid #EFECEA;
}

.hero.category-promo.linkBorderGold a.action-link {
    border: 1px solid #DBB86F;
}

.hero.category-promo.linkBorderWhite a.action-link {
    border: 1px solid #FFFFFF;
}

.hero.category-promo.linkBorderBlack.linkFill a.action-link {
    background-color: rgba(82, 81, 73, 1);
}

.hero.category-promo.linkBorderAshWhite.linkFill a.action-link {
    background-color: rgba(239, 236, 234, 1);
}

.hero.category-promo.linkBorderGold.linkFill a.action-link {
    background-color: rgba(219, 184, 111, 1);
}

.hero.category-promo.linkBorderWhite.linkFill a.action-link {
    background-color: rgba(255, 255, 255, 1);
}

.hero.category-promo.titleImageLink .innerDiv {
    text-align: center;
    padding: 1px 0;
}

.hero.category-promo.titleImageLink img {
    width: 100%;
    display: block;
    margin: auto;
}

.hero.category-promo.titleImageLink a {
    width: 90%;
    display: block;
    margin: 15px auto;
}

.hero.category-promo.titleImageLink p {
    margin: 10px 15px;
    line-height: 1.75em;
}

.textBackgroundBlack.hero.category-promo.titleImageLink .innerDiv {
    background-color: #525149;
}

.textBackgroundAshWhite.hero.category-promo.titleImageLink .innerDiv {
    background-color: #EFECEA;
}

.textBackgroundGold.hero.category-promo.titleImageLink .innerDiv {
    background-color: #DBB86F;
}

.textBackgroundWhite.hero.category-promo.titleImageLink .innerDiv {
    background-color: #FFFFFF;
}

.textBackgroundNone.hero.category-promo.titleImageLink .innerDiv {
    background-color: none;
}

.hero.category-promo.titleImageLink.textColourBlack h2, .hero.category-promo.titleImageLink.textColourBlack a {
    color: #525149;
}

.hero.category-promo.titleImageLink.textColourAshWhite h2, .hero.category-promo.titleImageLink.textColourAshWhite a {
    color: #EFECEA;
}

.hero.category-promo.titleImageLink.textColourGold h2, .hero.category-promo.titleImageLink.textColourGold a {
    color: #DBB86F;
}

.hero.category-promo.titleImageLink.textColourWhite h2, .hero.category-promo.titleImageLink.textColourWhite a {
    color: #FFFFFF;
}

.video-container {
    min-height: 500px;
    max-height: 1050px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#video-background {
    right: 0;
    bottom: 0;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
}

.video-overlay {
    text-align: center;
    display: inline-block;
    max-width: 800px;
    line-height: 30px;
    position: relative;
    font-size: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.video-overlay h1 {
    font-size: 40px;
    letter-spacing: 0.2em;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 100;
}

.video-overlay a.arrow {
    display: block;
    margin-top: 30px;
    text-decoration: none !important;
}

.arrowimages {
    display: block;
    height: 50px;
    margin: 0px auto;
    width: 50px;
    position: relative;
    border: 1px solid white;
    border-radius: 25px;
}

.arrowimages img {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    transition: top 0.2s ease-in 0s;
}

.arrowimages img:hover {
    top: 5px;
}

.video-overlay p {
    font-weight: Bold;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.video-container-mobile {
    min-height: 400px;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 30px 0;
    background-size: cover;
}

.video-overlay-mobile {
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.video-overlay-mobile h1 {
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 100;
}

.video-overlay-mobile a {
    text-decoration: none;
}

.video-overlay-mobile p {
    font-weight: Bold;
    font-size: 12px;
    letter-spacing: 0.2em;
    color: white;
    margin: 25px;
}

.viewAllBrands {
    font-weight: bold !important;
    color: #525149 !important;
    border: 1px solid #dbb86f !important;
    background: transparent !important;
    letter-spacing: 1px;
    padding: 0 10px;
    width: 180px;
    display: block;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 25px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    margin: auto;
    cursor: pointer;
}

.viewAllBrands:hover {
    background-color: #dbb86f !important;
}

.videoBannerBrandItemsFull {
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
}

.videoBannerBrandItemsFull.active {
    max-height: 1200px;
}

@media (max-width: 1170px) {
    .videoBannerBrandItemsFull.active {
        max-height: 1600px;
    }
}

@media (max-width: 991px) {
    .videoBannerBrandItemsFull.active {
        max-height: 2200px;
    }
}

@media (max-width: 767px) {
    .videoBannerBrandItemsFull.active {
        max-height: 2500px;
    }
}

.videoBannerBrandItemsSample {
    display: none;
}

@media (min-width: 992px) {
    .videoBannerBrandItemsSample.active {
        margin-top: -90px;
        background: #fff;
        z-index: 3;
        position: relative;
        padding: 0 30px;
    }

    .videoBannerBrandItemsFull.active {
        margin-top: -90px;
        background: #fff;
        z-index: 9;
        position: relative;
        padding: 0 30px;
    }
}

.videoBannerBrandItemsSample.active {
    display: block;
}

.center {
    text-align: center;
}

.videoBannerBrandItemsSample .brandItem, .brandsComponent .brandItem {
    padding: 16px;
}

.videoBannerBrandItemsSample .brandItem a, .brandsComponent .brandItem a {
    display: block;
    opacity: 0.55;
    filter: alpha(opacity=35);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: linear;
    display: inline-block;
    max-width: 200px;
}

.videoBannerBrandItemsSample .brandItem a:hover, .brandsComponent .brandItem a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition-property: opacity;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: linear;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.pre-owned-componenet.container-fluid {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pre-owned-textArea {
    font-size: 16px;
}

.pre-owned-textArea .textImage {
    margin-top: 50px;
    margin-bottom: 25px
}

.pre-owned-textArea .action-link {
    font-weight: bold !important;
    color: #525149 !important;
    border: 1px solid #dbb86f !important;
    background: transparent !important;
    letter-spacing: 1px;
    padding: 0 10px;
    width: 180px;
    display: block;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 25px;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.pre-owned-textArea .action-link:hover {
    text-decoration: none;
    background: #dbb86f !important;
    color: #525149 !important;
}

.brandBuyOptions {
    text-align: center;
}

.brandBuyOptions ul {
    display: inline-block;
    list-style: none;
    margin: 20px auto 20px;
}

.brandBuyOptions li {
    float: left;
    padding: 0 30px;
    border-left: 1px solid #525149;
}

.brandBuyOptions li:first-child {
    border-left: none;
}

.brandBuyOptions a {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #525149;
    letter-spacing: 2px;
}

.brandItem {
    height: 99px;
}

#faq-collection .faq {
    background-color: #efecea;
    margin-bottom: 10px;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

#faq-collection .faq.active {
    background-color: #ccc5bc;
}

#faq-collection .faq-title {
    background: url("../../_ui/watchesofswitzerland/images/wos/faq_open.png") no-repeat scroll right 20px top 24px rgba(0, 0, 0, 0);
    min-height: 60px;
    margin-top: 10px;
    cursor: pointer;
    padding: 20px 15px;
}

#faq-collection .faq.active .faq-title {
    background: url("../../_ui/watchesofswitzerland/images/wos/faq_close.png") no-repeat scroll right 20px top 24px rgba(0, 0, 0, 0);
}

#faq-collection .faq h5 {
    font-size: 16px !important;
    max-width: 95%;
    line-height: 1.4em;
    margin: 0;
    padding: 0 15px;
    color: #525149;
}

#faq-collection .faq a {
    font-size: 16px;
    font-weight: 300;
}

#faq-collection .faq a:hover {
    text-decoration: none;
    color: #525149;
}

#faq-collection .faq h5 .icon-container {
    display: inline-block;
    min-width: 70px;
    opacity: 0.25;
}

#faq-collection .faq-content {
    display: block;
    -webkit-transition: padding 100ms ease-out;
    -moz-transition: padding 100ms ease-out;
    -o-transition: padding 100ms ease-out;
    -ms-transition: padding 100ms ease-out;
    transition: padding 100ms ease-out;
    height: 0;
    overflow: hidden;
    background-color: #e2deda;
    font-size: 16px !important;
    line-height: 1.4em;
    font-weight: 300;
    padding: 0 5% 0 0px;
}

#faq-collection .faq.active .faq-content {
    padding: 15px 5% 25px 20px;
    height: auto;
}

.faq.active {
    background-color: #ccc5bc;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

div#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 150%;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 10;
}

div#colorbox {
    z-index: 11;
}

div#colorbox, div#cboxWrapper, div#cboxContent, div#cboxLoadedContent, iframe.cboxIframe {
    max-width: 100%;
}

div#cboxLoadedContent {
    -webkit-overflow-scrolling: touch;
}

.cboxIframe {
    width: 100%;
    height: 700px;
    display: block;
    border: 0
    z-index: 1001;
}

input#choose {
    margin-top: 50px;
}

div#cboxClose {
    position: absolute;
    width: 15px;
    text-align: center;
    right: 15px;
    top: 0;
    background: url('../../_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -39px -5px;
    height: 25px;
    display: block;
    z-index: 999;
    cursor: pointer;
    display: none;
    padding: 20px 20px;
}

div#cboxClose {
    font-size: 14px;
    color: #525149;
    font-weight: bold;
    padding: 5px;
    margin: 10px;
}

div#cboxClose span {
    display: none;
}

.textColourBlack {
    color: #525149;
}

.textColourAshWhite {
    color: #EFECEA;
}

.textColourGold {
    color: #DBB86F;
}

.textColourWhite {
    color: #FFFFFF;
}

.textColourBlack h2.lineBelow:after {
    border-color: #525149;
}

.textColourAshWhite h2.lineBelow:after {
    border-color: #EFECEA;
}

.textColourGold h2.lineBelow:after {
    border-color: #DBB86F;
}

.textColourWhite h2.lineBelow:after {
    border-color: #FFFFFF;
}

.textBackgroundBlack.category-promo-mobile .caption-holderblack {
    background-color: #525149;
}

.textBackgroundAshWhite.category-promo-mobile .caption-holderblack {
    background-color: #EFECEA;
}

.textBackgroundGold.category-promo-mobile .caption-holderblack {
    background-color: #DBB86F;
}

.textBackgroundWhite.category-promo-mobile .caption-holderblack {
    background-color: #FFFFFF;
}

.textBackgroundNone.category-promo-mobile .caption-holderblack {
    background-color: none;
}

.backgroundBlack {
    background-color: #525149;
}

.backgroundAshWhite {
    background-color: #EFECEA;
}

.backgroundGold {
    background-color: #DBB86F;
}

.backgroundWhite {
    background-color: #FFFFFF;
}

.backgroundNone {
    background-color: none;
}

@media (max-width: 1170px) {
    .product-detail {
        position: relative;
    }

    .product-image {
        position: initial;
    }

    div#galleryPopup, #productPopupImageGallery {
        width: 100%;
    }

    #productPopupImageGallery .owl-nav div {
        display: none;
    }

    .twoWideLeft .caption-holderblack {
        left: 0;
    }

    .twoWideRight .caption-holderblack {
        right: 0;
    }

    .threeWideRight .caption-holderblack {
        right: 10px;
        width: 85%;
        padding-left: 25%;
    }

    .threeWideLeft .caption-holderblack {
        left: 10px;
        width: 85%;
        padding-right: 25%;
    }
}

@media (max-width: 991px) {
    .header {
        height: auto;
    }

    .header img#siteLogo {
        margin: 20px auto;
    }

    .footer .footer-header .socialLinksFooter, .footer .footer-header .col-md-6.signUpFooter {
        float: none;
        text-align: center;
    }

    .footer .footer-header {
        height: auto !important;
    }

    .footer .footer-header .socialLinksFooter {
        display: table;
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .footer .footer-header .signUpFooter {
        display: table;
        width: 100%;
    }

    .footer .footer-header .socialLinksFooter {
        display: table;
    }

    .footer .footer-header .socialLinksFooter .socialLinks {
        display: table-footer-group;
    }

    .footer .footer-header .socialLinksFooter h5 {
        display: table-header-group;
        margin-top: 20px;
    }

    .footer .footer-header .socialLinksFooter h5, .footer .footer-header .socialLinksFooter .socialLinks {
        float: none;
        line-height: 45px;
    }

    .footer .footer-header .socialLinksFooter i.fa {
        width: 20%;
        font-size: 2em;
    }

    .footer .footer-header h5 {
        width: 100%;
        line-height: 60px;
        text-align: center;
        margin: 20px 0 auto;
        font-size: 1.25em;
    }

    .footer #newsletter .input-holder input {
        width: 100%;
        text-align: center;
    }

    .footer form#newsletter .input-holder .btn-signup {
        width: 100%;
        margin-top: 15px;
        letter-spacing: 0.1em;
    }

    .footer form#newsletter {
        margin: 20px auto;
        width: 100%;
        height: auto;
    }

    .footer .footer-bottom h5 {
        font-size: 1.25em;
        margin: 20px 0;
    }

    .footer .footer-bottom ul.unstyled {
        font-size: 1.00em;
        line-height: 3em;
    }

    .footer .footer-bottom div#mobileFooterAccordion {
        margin-top: 30px;
    }

    .storefinderPage form.well.form-inline .customSelect, .storefinderPage form.well.form-inline input#q, .storefinderPage form.well.form-inline input.action-link {
        width: 100%;
        margin: 7px 0;
    }

    .storefinderPage form.well.form-inline input.action-link {
        margin-bottom: 45px;
    }

    .storefinderPage span.geo-location > * {
        float: right;
    }

    .storefinderPage .stores-results .store-distance {
        float: right;
    }

    .storefinderPage .stores-map {
        width: 100%;
        height: 400px;
    }

    .storefinderPage .stores-results {
        min-height: 550px;
        float: right;
        padding-bottom: 50px;
        padding-top: 20px;
    }

    .storefinderPage .store-results-page-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .storefinderPage .store-results-page-list p {
        font-size: 12px;
    }

    .storefinderPage .stores-results a.see-more {
        width: 96%;
        right: 2%;
        text-align: center;
    }

    .storefinderPage .stores-results .store-icon {
        left: 15px;
    }

    .storefinderPage .store-distance.store-distance-h {
        padding-right: 0;
    }

    .storefinderPage .store-address.store-address-h, .store-distance.store-distance-h {
        width: 45%;
    }

    .productDetails h1 {
        text-align: center;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        font-size: 1.00em;
        padding: 8px 0;
        margin-bottom: 0;
    }

    .storefinderPage .stores-store .storeDetails {
        text-align: center;
        min-height: 865px;
    }

    .storefinderPage .store-detail-left-col, .store-detail-right-col {
        width: 100%;
    }

    .storefinderPage .store-finder-lower-section {
        width: 100%;
        float: left;
        position: inherit;
    }

    .storefinderPage .store-detail-left-col ul {
        margin-bottom: 0;
    }

    .storefinderPage .store-finder-lower-section .store-detail-action-buttons, .store-finder-lower-section .collect {
        width: 100%;
        margin-bottom: 15px;
    }

    .storefinderPage .store-finder-lower-section .store-detail-action-buttons a {
        width: 100%;
        margin-right: 0;
    }

    .storefinderPage .store-detail-right-col {
        margin-bottom: 10px;
    }

    .storefinderPage .store-detail-left-col ul li span {
        width: 10%;
        text-align: center;
    }

    .storefinderPage .stores-blurb {
        text-align: center;
        margin-top: 15px;
    }

    .visible-sm {
        display: block !important;
    }

    .productDetails p#productPrice {
        text-align: center;
    }

    .sharingoptions {
        text-align: center;
    }

    .productDetails .divider {
        display: none;
    }

    .hero.category-promo.titleImageLink.col-sm-12 {
        padding: 15px;
        margin: 0;
    }
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom7 {
    margin-bottom: 7px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom17 {
    margin-bottom: 17px;
}

.bottom30 {
    margin-bottom: 30px;
}

.js-checkout-accordion-header {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    font-size: 18px;
    padding-left: 35px;
    width: 100%;
    line-height: 70px;
}

.js-checkout-accordion-header:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -110px -17px;
    top: 29px;
    left: 30px;
}

.js-checkout-accordion-header.is-open:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -137px -17px;
    top: 29px;
    left: 30px;
}

.js-checkout-accordion-content {
    padding-bottom: 30px;
}

.js-checkout-accordion-content .item_container {
    padding-left: 15px;
    padding-right: 15px;
}

.login .control-group label {
    display: none;
}

#registerForm input[type='text'], #registerForm input[type='password'], #j_username, #j_password, #registerForm select, #updateProfilePersonalDetailsForm input[type='text'], #updateProfilePersonalDetailsForm input[type='password'], #updateProfilePersonalDetailsForm select, #updateProfileEmailAddressForm input[type='text'], #updateProfileEmailAddressForm input[type='password'], #updateProfilePasswordForm input[type='password'], #updateProfilePreferencesForm input[type='text'], #postcodeLookupForm input[type='text'], #postcodeLookupForm select, #addressForm input[type='text'], #addressForm select, #giftCardBalanceForm input[type='text'], #choose-delivery-address input[type='text'], #choose-delivery-address select, #newCreditCardForm input[type='text'], #newCreditCardForm select, #searchPostCode input[type='text'], #searchPostCode select, #billingAddressSection input[type='text'], #billingAddressSection select, #giftCardDetailsCapture input[type='text'], #giftCardDetailsCapture select, #insuranceCardId input[type='text'], #insuranceCardId select, #reservationCaptureForm input[type='text'], #reservationCaptureForm select, .order-confirmation input[type='text'], .order-confirmation select {

}

#reservationCaptureForm input[type='text'], #reservationCaptureForm select {
    background-color: #efecea;
}

#reservationCaptureForm label {
    display: none;
}

#creditCardContinueId {
    border: 0;
    padding: 0;
    line-height: 40px;
    width: 61%;
    background-color: #dbb86f;
    color: #525149;
    display: inline-block;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    float: right;
    font-weight: bold;
    margin-right: 20px;
}

#newCreditCardForm .help-text {
    padding-left: 0px;
}

#loginFormSubmit {
    float: right;
    WIDTH: 300PX;
    border: 0;
    padding: 0;
    line-height: 40px;
    background-color: #efecea;
    color: white;
    display: inline-block;
    margin-left: -1px;
    letter-spacing: 0.075em;
}

#choose-delivery-address input[type='text'], #choose-delivery-address select, #newCreditCardForm input[type='text'], #newCreditCardForm select, #searchPostCode input[type='text'], #searchPostCode select, #billingAddressSection input[type='text'], #billingAddressSection select, #giftCardDetailsCapture input[type='text'], #giftCardDetailsCapture select, #insuranceCardId input[type='text'], #insuranceCardId select, .order-confirmation #j_username, .order-confirmation #j_password {
    border-radius: 0px;
    background-color: #efecea;
}

#choose-delivery-address .find-address, .multiStepCheckoutSummaryPage .action-link, #giftCardContinueId {
    border: 0;
    padding: 0;
    line-height: 40px;
    width: 50%;
    background-color: #dbb86f;
    color: #525149;
    display: inline-block;
    margin-left: -1px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    float: right;
    font-weight: bold;
}

.multiStepCheckoutSummaryPage .action-link {
    width: 100%;
}

.multiStepCheckoutSummaryPage .action-link:disabled {
    color: #525149 !important;
    background-color: #efecea !important;
}

#creditCardContinueId:disabled {
    color: #525149 !important;
    background-color: #dbb86f !important;
    width: 65%;
}

#choose-delivery-address .manualAddress {
    text-align: right;
}

.manualAddress a.promo-link {
    color: #525149;
}

#updateProfilePersonalDetailsForm .control-label, #updateProfileEmailAddressForm .control-label, #updateProfilePasswordForm .control-label, #updateProfilePreferencesForm .control-label, #postcodeLookupForm .control-label, #giftCardBalanceForm .control-label, #choose-delivery-address .control-label, #billingAddressSection .control-label, #giftCardDetailsCapture .control-label, #insuranceCardId control-label, #reservationCaptureForm control-label {
    line-height: 45px;
    padding-top: 0px;
    color: #525149;
    font-size: 14px;
    font-weight: normal;
}

.custom-select .label {
    display: none;
}

.item_container .help-text {
    text-align: left;
    padding-left: 20px;
}

.item_container .required-note {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 0px;
    font-size: 14px;
    text-transform: initial;
}

.sectionWrapper {
    overflow: auto;
    overflow-x: hidden;
    line-height: 2.1;
    color: #525149;
}

.sectionWrapper dt {
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.sectionWrapper dt, .sectionWrapper dd {
    line-height: 2.1;
}

.profileWrapper .required-note {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 0px;
    display: none;
}

.pstrength-info {
    margin-bottom: 1px;
}

.pstrength-bar {
    border: 0px solid white !important;
}

.pstrength-minchar {
    padding-bottom: 15px;
}

.signin-forgotten {
    text-align: right;
    padding-bottom: 20px;
    padding-top: 15px;
}

.signin-forgotten a, .profileWrapper .promo-link {
    color: #525149;
}


#order_history td {
    vertical-align: middle;
}

#updateProfilePersonalDetailsForm .unstyled.radio-list {
    height: 45px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-left: 4px;
}

.login .loginPage-Register #registerHolder .help-inline.help-text.visible-desktop-inline.password-note {
    display: none;
}

.account-nav li {
    list-style-type: none;
    line-height: 70px;
    background-color: #efecea;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #525149;
}

.account-nav {
    padding-left: 0px;
}

.account-nav li a {
    color: #525149;
    font-size: 18px;
}

.account-nav li.current {
    background-color: #525149;
}

.account-nav li.current a {
    color: White;
}

.account-promo-row .innerbox {
    height: 250px;
    background-color: #efecea;
    text-align: center;
    width: 360px;
    margin-bottom: 30px;
}

a.account-promo.profile {
    padding-top: 15px;
    position: absolute;
    left: calc(50% - 34px);
    top: calc(50% - 96px);
}

a.account-promo.history {
    padding-top: 15px;
    position: absolute;
    left: calc(50% - 43px);
    top: calc(50% - 96px);
}

a.account-promo.delivery {
    padding-top: 15px;
    position: absolute;
    left: calc(50% - 36px);
    top: calc(50% - 96px);
}

a.account-promo.payment {
    padding-top: 15px;
    position: absolute;
    left: calc(50% - 36px);
    top: calc(50% - 96px);
}

a.account-promo span {
    margin-top: 15px;
    padding-top: 38px;
    position: absolute;
    left: calc(50% - 125px);
    top: calc(50% - -41px);
    width: 250px;
    font-size: 18px;
    color: #525149;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

a.account-promo.history span {
    padding-top: 34px;
}

a.account-promo.profile:before {
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -26px -54px;
    height: 72px;
    width: 56px;
    margin-top: 12px;
    content: "";
    display: block;
    margin: 0px auto 10px auto;
}

a.account-promo.history:before {
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -114px -51px;
    height: 81px;
    width: 86px;
    margin-top: 12px;
    content: "";
    display: block;
    margin: 0px auto 10px auto;
}

a.account-promo.delivery:before {
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -18px -142px;
    height: 72px;
    width: 73px;
    margin-top: 12px;
    content: "";
    display: block;
    margin: 0px auto 10px auto;
}

a.account-promo.payment:before {
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -122px -143px;
    height: 71px;
    width: 83px;
    margin-top: 12px;
    content: "";
    display: block;
    margin: 0px auto 10px auto;
}

a.account-promo.valuations {
    padding-top: 15px;
    position: absolute;
    left: calc(50% - 36px);
    top: calc(50% - 96px);
}

a.account-promo.valuations:before {
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') no-repeat -49px -278px;
    height: 82px;
    width: 83px;
    margin-top: 12px;
    content: "";
    display: block;
    margin: 0px auto 10px auto;
}

.my-account-signout {
    display: none;
}

.visible-phone {
    display: none;
}

.profileWrapper {
    background-color: #efecea;
    padding: 15px;
    padding-top: 0px;
    overflow: auto;
    margin-bottom: 15px;
    padding-bottom: 30px;
    min-height: 333px;
}

.profileWrapper h2 {
    padding-top: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #525149;
    letter-spacing: 0.2em;
    margin-top: 0px;
}

#orderhistoryorder .profileWrapper {
    min-height: auto;
}

#orderhistoryorder .profileWrapper h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.orderHistoryImage {
    width: 100%;
}

#order-History-Header, #change-your-personal-details, #add-edit-address, #your-card-details-no-card {
    padding-top: 30px;
    padding-bottom: 30px;
}

.profileWrapper p.help-text {
    padding-top: 30px;
    padding-bottom: 15px;
    line-height: 2.143em;
}

form label.js-checkbox-label:before, form label.js-checkbox-label .before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 13px;
    left: 0;
    font-family: FontAwesome;
    background-color: white;
    text-align: center;
}

form label.js-checkbox-label.is-checked:before, form label.js-checkbox-label.is-checked .before {
    content: "\f00c";
}

form label.js-checkbox-label.is-checked:before, form label.js-checkbox-label.is-checked .before {
    background-position: -192px -32px;
}

label.checkbox.js-checkbox-label {
    padding-left: 28px;
    font-weight: normal;
    padding-top: 14px;
}

.forgotten-password {
    padding-top: 15px;
    text-align: right;
}

.add-edit-address #addressSelectForm {
    height: 40em;
    overflow-x: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.pclmanuallink {
    text-align: right;
}

.addressResultscboxClose {
    display: none;
}

.addressLookupHolder .js-radio-label {
    padding-left: 20px;
}

.address-list {
    list-style-type: none;
    padding-left: 0px;
}

#add-new-address {
    background-color: #efecea;
    color: #525149;
    width: 155px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    float: right;
}

li.intro {
    padding-bottom: 15px;
}

.address-list hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #525149;
}

.address-list .delivery-option {
    text-align: right;
    line-height: 2.1;
    color: #525149;
    font-weight: bold;
}

#cardNumber, #giftcard-cardsecurity {
    width: 50% !important;
    margin-right: 10px;
}

.promoOverlay h1:after {
    content: "";
    display: block;
    width: 58px;
    border-bottom: 1px solid #525149;
    margin: 27px auto 0;
}

.promoOverlay h1 {
    font-size: 25px;
    text-align: center;
    color: #525149;
    letter-spacing: 0.2em;
    margin-bottom: 15px;
    margin-top: 40px;
    text-transform: uppercase;
}

.newslettercontent h1:after {
    content: "";
    display: block;
    width: 58px;
    border-bottom: 1px solid #525149;
    margin: 20px auto 0;
}

#orderhistoryorder dt {
    padding-bottom: 15px;
}

.headerrow {
    text-transform: uppercase;
    font-size: 12px;
}

.headerrow:after {
    border-bottom: 1px solid #cccccc;
    width: 95%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
}

.order-header {
    list-style: none;
    padding-left: 0px;
}

.order-header li {
    width: 33%;
    float: left;
}

.page.paging {
    text-align: right;
}

.sort span {
    float: left;
    padding-right: 5px;
}

.ordertotaltitlespan {
    font-size: 12px;
    text-transform: uppercase;
}

.ordertotalvalue {
    text-align: right;
    padding-right: 20px;
}

.horizontalline {
    border-bottom: 1px solid #cccccc;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    padding-top: 30px;
}

.borderedcontainerorderitems {
    border: 0px solid #525149;
    padding: 15px;
    margin: 15px;
    overflow: auto;
}

.mobileitemtitle {
    text-transform: uppercase;
    text-size: 12px;
}

.breadcrumb > li {
    font-size: 13px;
}

.sidefilter, .appliedfilters {
    list-style-type: none;
    margin-top: 17px;
    padding-left: 0;
}

.fixedfacetnav.fixed {
    position: absolute;
    padding-right: 30px;
    width: 100%;
}

.sidefilter > li {
}

.sidefilter > li > span {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 0.825em;
    display: block;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 0.825em;
}

.sidefilter > li > span > i {
    float: right;
    font-size: 20px;
    color: #888;
}

.sidefilter > li > span > i.fa-angle-down {
    display: none
}

.sidefilter > li > span > i.fa-angle-right {
    display: inline-block
}

.sidefilter > li.open > span > i.fa-angle-down {
    display: inline-block
}

.sidefilter > li.open > span > i.fa-angle-right {
    display: none
}

.sidefilter > li > ul {
    list-style-type: none;
    margin-bottom: 10px;
    display: none;
    padding-left: 0;
}

.sidefilter > li.open > ul {
    list-style-type: none;
    margin-bottom: 17px;
    display: block;
    margin-top: -15px
}

.sidefilter > li > ul > li {
    margin-bottom: 8px;
}

.sidefilter > li > ul > li > label {
    font-weight: normal;
}

.sidefilter > li > ul > li > label input[type="checkbox"] {
    display: none;
}

.sidefilter > li > ul > li > label span {
    display: inline-block;
    border: 1px solid #525149;
    border-radius: 0;
    width: 12px;
    height: 12px;
    background: white;
    vertical-align: middle;
    margin: 0 10px 4px 0;
    padding: 0;
}

.sidefilter > li > ul > li > label:checked + span {
    background: #efecea;
}

.sidefilter .attributevalues span, .appliedfilters .appliedfiltervalues span {
    position: relative;
    padding-left: 20px;
    color: #525149;
    font-size: 0.825em;
    display: block;
    letter-spacing: 0.075em;
    cursor: pointer;
    font-size: 0.825em;
    padding-top: 6px;
    margin-bottom: 8px;
}

.sidefilter .attributevalues span:before, .appliedfilters span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 9px;
    left: 0;
    font-family: FontAwesome;
    background-color: white;
    text-align: center;
    border: 1px solid #525149;
}

.appliedfilters span:before {
    content: "\f00d";
    font-size: 12px;
    top: 6px;
    border: 0px;
}

.sidefilter .attributevalues .is-checked span:before {
    background-color: #efecea;
}

.appliedfilterheading {
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 30px;
    letter-spacing: 0.075em;
}

.sort .selectedPage {
    float: none;
    font-weight: bold;
    padding-right: 0px;
    padding-left: 7px;
}

.productCount, .productCountDivider, .productCountShowNumber {
    float: left;
    padding-right: 8px;
}

.sort {
    color: #525149;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sort-pagination {
    list-style: none;
    text-align: center;
    margin: auto;
    width: 140px;
}

.sort-pagination li {
    float: left;
}

li.page {
    padding: 0px 10px;
}




.sortoptiondropdown {
    float: right;
    border: 0px;
    padding-right: 21px;
    background-color: transparent;
}

a.next, a.prev {
    color: #0d0f2e !important;
}

.mainImage {
    z-index: 5;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background-color: #ffffff;
    margin-bottom: 15px;
    width: 100%;
}

.missingImage {
    margin-bottom: 15px;
    background-color: #ffffff;
    width: 100%;
}

.mainImage:hover {
    opacity: 0;
}

.mainImage.oneImage:hover {
    opacity: 1;
}

.mainImage.rolexListerImage:hover {
    opacity: 1 !important;
}

.secondaryImage {
    position: absolute;
    top: 0;
    z-index: -1;
    background-color: #ffffff;
    margin-bottom: 15px;
    width: 100%;
}

.promoOverlay {
    position: absolute;
    top: 0px;
    width: 464px;
    right: 0px;
    height: 100%;
    margin-right: 15px;
    text-align: center;
    color: #525149;
}

.herostrapline {
    text-align: center;
}

.tab-filter {
    list-style: none;
    background-color: #EBEBEB;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 14px;
    color: #525149;
    cursor: pointer;
}

.tab-filter a {
    color: #525149;
    text-decoration: none;
}

.tab-filter > i.fa-angle-down {
    display: none;
}

.tab-filter > i.fa-angle-right {
    display: inline-block;
}

.is-open .tab-filter > i.fa-angle-down {
    display: inline-block;
}

.is-open .tab-filter > i.fa-angle-right {
    display: none;
}

.tab-filter > i {
    float: right;
    font-size: 20px;
    color: #888;
    line-height: 50px;
}

.facet-tabs {
    padding-left: 0px;
    margin-bottom: 0px;
}

.facet-nav {
    display: block;
    background-color: white;
}

.facet-mobile {
    background-color: #ebebeb;
    padding-left: 20px;
    padding-right: 20px;
}

.facet-mobile-nav {
    display: block;
    background-color: white;
    padding: 15px;
}

.facet-container.is-open {
    padding-bottom: 20px;
}

.newslettercontent {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
}

.newslettercontenttextcontainer {
    position: absolute;
    top: 164px;
    width: 100%;
}

.newslettercontenttext {
    text-align: center;
    width: 378px;
    top: 50px;
    font-size: 14px;
    color: #525149;
    margin: auto;
    line-height: 2.1;
}

.socialLinksNewsletter i.fa {
    font-size: 23px;
    line-height: 27px;
    width: 46px;
    text-align: center;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.socialLinksNewsletter i.fa.fa-pinterest-p:hover {
    color: #cb2027;
}

.socialLinksNewsletter i.fa.fa-twitter:hover {
    color: #55acee;
}

.socialLinksNewsletter i.fa.fa-facebook:hover {
    color: #3b5998;
}

.socialLinksNewsletter i.fa.fa-instagram:hover {
    color: #125688;
}

.socialLinksNewsletter a {
    color: #525149;
}

.newslettercontenttext h5 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.7px;
}

.newsletterbackground {
    overflow: hidden;
}

.newsletterbackground img {
    width: auto;
    max-width: 1200px;
}

.attributecount {
    color: #888888;
}


a.goto-checkout.action-link {
    background-color: #efecea;
    color: #525149;
    font-size: 12px;
    text-transform: uppercase;
    height: 45px;
    border-radius: 0px;
    letter-spacing: 0.075em;
    line-height: 46px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin-top: 0px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.productPreText {
    font-size: 14px;
    line-height: 2.143em;
}

span.include_VAT {
    font-weight: normal;
    font-size: 12px;
    font-family: Helvetica, Arial;
}

.product-price {
    font-family: Helvetica, Arial;
    font-weight: bold;
}

#product-options-select {
    color: #525149;
}

#product-options-select select {
    border: 0px;
    border: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-overflow: '';
    text-indent: 0.01px;
    text-overflow: "";
    padding-right: 15px;
    width: 100%;
    font-size: 12px;
    background-color: transparent;
    letter-spacing: 0.075em;
    position: relative;
}

#product-options-select select::-ms-expand {
    display: none;
}

#product-options-select .custom-select:after {
    content: "\f0d7";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 1px;
    right: 17px;
    font-family: FontAwesome;
    background-color: transparent;
    text-align: center;
    pointer-events: none;
}

#product-options-select .custom-select:after {
    color: white \9;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #product-options-select .custom-select:after {
        color: black
    }
}

.productvariantdropdowntitle {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.075em;
}

.productvariantpopuplink {
    text-align: right;
}

.productvariantpopuplink a {
    text-align: right;
    font-size: 14px;
    color: #525149;
    text-decoration: underline;
}

.aproduct h2 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0px;
}





.mini-basket-item-image .secondaryImage.center-block {
    display: none;
}

.pdpInformation ul {
    padding-left: 16px;
}

.pdpInformation ul li {
    padding-bottom: 10px;
    color: #525149;
}

.mappinandweb-dropdown h2 {
    font-size: 1.563em;
    text-align: left;
    line-height: 1.440em;
    letter-spacing: 0.2em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    margin-top: 0px;
}

.mappinandweb-dropdown h2.lineBelow:after {
    content: "";
    display: block;
    margin: 10px auto;
    width: 80px;
    border-bottom: 1px solid white;
}

.blockInnerText {
    width: 100%;
    margin: auto;
    padding-top: 147px
}

.blockInnerText .action-link {
    text-transform: uppercase;
    border: 1px solid #ffffff;
    padding: 0px 30px;
    margin-top: 15px;
    display: block;
    font-style: normal;
    line-height: 43px;
    letter-spacing: 0.075em;
    color: white;
    margin: 0px 30px;
    width: 300px;
    text-align: center;
    margin-top: 35px;
}

.blockInnerText h2 {
    text-align: center;
    color: White;
}

.blockInnerText.black h2 {
    color: #525149;
}

.mappinandweb-dropdown {
    text-align: left;
    padding-top: 20PX;
}

.mappinandweb-dropdown .textarea {
    line-height: 2.2em;
}

.mappinandweb-dropdown a {
    color: #525149;
    line-height: 2.143em;
}

.blockInnerText.right {
    width: auto;
    padding-top: 55px;
    margin-right: 38px;
    right: 0px;
    position: absolute;
}

.blockInnerText .action-link a {
    color: white;
}

.blockInnerText.black .action-link {
    color: #525149;
    border-color: #525149;
}

.blockInnerText.right .action-link {
    padding: 0px 16px;
    margin-left: 30px;
    margin-right: 30px;
    width: 250px;
}

.blockInnerText.threewidecol .action-link {
    padding: 0px 8px;
    margin-left: auto;
    margin-right: auto;
    width: 202px;
    max-width: 90%;
    display: block;
}

.mappinandweb-dropdown .blockInnerText.black h2.lineBelow:after {
    border-bottom: 1px solid #525149;
}

.orderlist {
    text-align: center;
}

.orderlist .row {
    padding-bottom: 15px;
}

.row-header .table-cart {
    border-bottom: 1px solid #efecea;
    margin-bottom: 1%;
    margin-top: 2px;
}

.cartPage .table td {
    font-size: 1.1em;
    border-top: 0px solid #ddd;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 10px
}

.basket .row-checkout p {
    display: inline;
    font-size: 1.000em;
}



.row-item hr {
    margin-top: 30px;
}

.headcell-quantity a.promo-link {
    color: #525149;
    text-decoration: underline;
    font-size: 14px;
}

.row-checkout .container .row-item {
    border-bottom: none;
}

.basket .row-item .span12 {
    margin: 0;
    position: relative;
}

.basket-product .span12 .table-cart {
    margin-bottom: 0;
}

table#product-image {
    margin-right: 1em;
}

#product-image .basketImage img {
    background-color: #fff;
}

#product-image .basketImage .secondaryImage {
    display: none;
}

#product-image .basketImage img {
    border: 1px solid #e3e1de;
}

#product-image img {
    width: 100%;
}

.basket-product .table.table-cart h2 {
    border: 0;
    padding-bottom: 20px;
    font-size: 14px;
}

.cartPage .basket h2 {
    margin-bottom: 0;
}


.table-cart .basket-item dt {
    float: left;
    margin: 0 5% 2% 0;
    clear: both;
    width: 5em;
    line-height: 1.063em;
    font-weight: normal;
}

.basket-item {
    font-size: 14px;
}

.basket-item dd {
    float: left;
}

.clear {
    clear: both;
}

.cart-contents {
    text-align: right !important;
    width: 39.5%;
}

.cart-contents-header .headcell-itemprice {
    width: 38%;
}

.row-item .table-cart .headcell-itemprice, .row-item .table-cart .headcell-total {
    font-family: Helvetica, Arial;
    font-weight: bold;
}

.cart-contents-header .headcell-quantity, .cart-contents-header .headcell-total {
    width: 36%;
    padding-top: 1%;
}

#promoCode {
    width: 78%;
    color: #525149;
    line-height: 40px;
    border: 1px solid #e8e5e2;
    padding: 0 8px;
    font-size: 14px;
    height: 42px;
}

#discountSubmit {
    border: 1px solid #efecea;
    padding: 0;
    line-height: 40px;
    width: 21%;
    background-color: #efecea;
    color: #525149;
    display: inline-block;
    margin-left: -3px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.basket .row-checkout p {
    display: inline;
    font-size: 1.000em;
}

.cart-usp {
    background: #f1efed;
    padding: 2%;
    margin: 1% 3% 3% 0;
    width: 55%;
    float: left
}

.cart-usp #cartUSP {
    list-style-type: none
}

.cart-usp #cartUSP li {
    background: url('/_ui/goldsmiths/images/gs/gs-sprite-cart.png') no-repeat;
    line-height: 2.2em;
    margin-bottom: 3%;
    padding-left: 6em
}

.cart-usp #cartUSP li.clickCollect {
    background-position: 0 0
}

.cart-usp #cartUSP li.std-delivery {
    background-position: 0 -4.1em
}

.cart-usp #cartUSP li.next-day {
    background-position: 0 -8.3em
}

.cart-usp #cartUSP li.cards-row {
    background: url('/_ui/goldsmiths/images/gs/cards-row.png') no-repeat;
    width: 483px;
    height: 39px;
    line-height: 2.2em;
    margin-bottom: 3%;
    padding-left: 6em
}

.cart-usp #cartUSP li.verisign-info {
    background-position: 0 -11.3em;
    padding-left: 9em
}

.cart-usp #cartUSP li.verisign-info a {
    color: inherit;
    font-weight: 700
}

.cart-contents-header {
    width: 45%;
}

div#basketAssistance {
    text-align: center;
    line-height: 36px;
    margin-top: 15px;
    background-color: white;
}

div#basketAssistance p {
    padding: 5px 15px;
}

.cart-contents td {
    font-size: 16px !important;
    border-top: 0px solid #ddd;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 22px;
    vertical-align: top;
    padding-top: 7px;
}

.row-header {
    text-transform: uppercase;
    font-size: 12px;
}

.row-item {
    padding-bottom: 5px;
}

.basket-items .table-cart {
    padding-bottom: 0px;
    margin-bottom: 15px;
}

.globalMessages .closebutton {
    float: left;
    padding-right: 2%;
    display: none;
}

.container.globalMessages .information_message {
    text-align: center;
    background-color: #efecea;
    color: #525149;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px 0 10px 0;
    min-height: 40px;
}

.container.globalMessages .information_message {
    border: 1px solid #f00;
}

.container.globalMessages p {
    margin-bottom: 0;
}

#multiCheckoutGlobalMessages .information_message {
    text-align: center;
    background-color: #efecea;
    border: 0px solid #ddd;
    color: #525149;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 10px 0 10px 0;
}

#multiCheckoutGlobalMessages p {
    margin-bottom: 0;
}

#multiCheckoutGlobalMessages .closebutton {
    display: none;
}

.basketbuttoncontainer {
    margin-bottom: 50px;
}

.checkout-link {
    border: 1px solid #dbb86f;
    line-height: 40px;
    background-color: #dbb86f;
    color: #525149;
    display: inline-block;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    height: 45px;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
}

.basketbuttoncontainer .action-link[disabled] {
    cursor: not-allowed;
    color: #525149;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkout-link:hover {
    color: #525149;
}

div#checkoutheader p {
    margin-top: 20px;
}

div#checkoutheader div.pull-left, div#checkoutheader div.pull-right {
    margin-top: 65px;
}

div#checkoutheader {
    height: auto;
    padding: 25px 0;
    background-color: #efecea;
}

div#checkoutheader p.help {
    color: #525149;
    line-height: 2em;
}

div#checkoutheader p.help img {
    margin-right: 10px;
    margin-bottom: 4px;
}

div#checkoutheader .checkoutHeaderMobileLinks p {
    margin-top: 10px;
}

div#checkoutheader .checkoutHeaderMobileLinks p.returntobasket {
    text-align: right;
}

.container.cobb-terms {
    margin-bottom: 30px;
}

a#termsAndConditionsLinkId {
    color: #525149;
    text-decoration: underline;
}

.termsAndConditionsPopupHeader {
    font-size: 1.786em;
    text-align: center;
    color: #525149;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    margin-top: 15px;
    text-transform: uppercase;
}

.termsAndConditionsPopupText {
    margin: 0 0 10px;
    line-height: 2em;
    letter-spacing: 0.02em;
}

.termsAndConditionsPopupText a {
    border: 1px solid #efecea;
    padding: 0;
    line-height: 40px;
    width: 200px;
    background-color: #efecea;
    color: #525149;
    display: inline-block;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 30px auto 20px;
}

.COBBTooltip {
    position: absolute;
    background-color: white;
    z-index: 4;
    width: 188%;
    border: 1px solid #525149;
    top: 65px;
    padding: 25px;
    color: #525149;
    line-height: 1.75em
}

.COBBTooltip span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px
}

.COBBTooltip:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background-color: white;
    top: -8px;
    left: 22%;
    transform: rotate(45deg);
    border-left: 1px solid #525149;
    border-top: 1px solid #525149;
}

@media (max-width: 991px) {
    .COBBTooltip {
        width: auto;
        top: 58px;
        left: 15px;
        right: 15px;
    }
}

.basketbuttoncontainer .floatright {
    text-align: right;
}

.basketbuttoncontainer .promo-link {
    border: 1px solid #efecea;
    padding: 0;
    line-height: 40px;
    width: 200px;
    background-color: #efecea;
    color: #525149;
    display: inline-block;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    text-align: center;
    height: 45px;
    font-weight: bold;
    font-size: 12px;
}

.giftwrapTable .promo-link {
    color: #525149;
    text-decoration: underline;
}

#subTotalDeliveryDiv {
    margin-left: 2%;
}

#subTotalDeliveryDiv > dl {
    float: right;
}

.basket .totals.price-list:first-child {
    border: none;
}

#deliveryOptions, #deliveryOptions .form-horizontal {
    width: 100%;
}

.basket .totals dd {
    float: right;
    width: auto;
    padding-bottom: 10px;
    font-size: 1.313em;
    line-height: 1.125em;
    text-align: left;
}

#deliveryOptions, #deliveryOptions .form-horizontal {
    width: 100%;
}

.cartPage .basket .totals.price-list.cartSubTotal, .cartPage #deliveryOptionHeader {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.075em;
}

.delivery-methods-list .delivery-method {
    padding-top: 3%;
}

.delivery-methods-list label.radio.js-radio-label.is-checked {
    clear: both;
    line-height: 1.75em;
}

.delivery-method label {
    width: 78%;
    font-size: 14px;
    text-align: left;
    padding-left: 20px;
    font-weight: normal;
}

.delivery-method > label {
    padding-top: 0.1px;
}

.delivery-method .js-radio-label {
    float: left;
    width: 32px;
}

.subTotalLabel {
    margin-left: 38px;
    margin-top: -0.3em;
    margin-top: 6px;
}

#setDeliveryMode {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 65px;
}

.delivery-options-list {
    color: #525149;
    font-size: 14px;
}

#deliveryModeLabel {
    float: right;
    padding-right: 16px;
    padding-top: 3px;
}

.delivery-option input[type="radio"] {
    margin-right: 24px;
}

.delivery-methods-list .delivery-method {
    padding-top: 3%;
}

#collectInStore {
    margin-left: 5%;
    margin-bottom: 3%;
    text-align: left;
}

#storeCollectionPostCodeLabel {
    font-size: .8em;
    margin-left: 0;
    padding: 3% 0;
}

#storeCollectionPostCodeLabel, #storeCollectionPostCode {
    width: 100%;
}

#storeCollectionPostCodeLabel {
    display: none !important;
}

#storeCollectionPostCode {
    padding: 3%;
    margin: 0 0 4%;
    line-height: 1.25em;
    color: #525149;
    line-height: 40px;
    border: 1px solid #efecea;
    padding: 0 8px;
    font-size: 14px;
    height: 40px;
}

#collectInStore #fromLabel {
    float: left;
    margin: 3% 0 0 3%;
    width: 69%;
    font-weight: normal;
    font-size: 14px;
}

#showCollectInStoreButton {
    font-size: 1em;
    border: 1px solid #efecea;
    padding: 0;
    line-height: 40px;
    width: 100%;
    background-color: #efecea;
    color: #525149;
    display: inline-block;
    margin-left: -2px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

a#showCollectInStoreLink {
    color: #525149;
    font-size: 14px;
    text-decoration: underline;
}

.special-offer {
    font-size: 16px;
}

.cartPage #cboxContent {
    background-color: White;
}

showCollectInStoreButton {
    width: 100%;
    margin-left: 0;
}

#intlDelivery {
    display: none;
    position: relative;
    top: 1em;
}

.delivery-method .fa-truck, .delivery-method .fa-map-marker {
    font-size: 16px;
    color: #525149;
    float: left;
    line-height: .538em;
    margin: 0 3% 0 5%;
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: 0.075em;
}

#subTotalDeliveryDiv dl#totals-price-list {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
}

#subTotalDeliveryDiv > dl {
    float: right;
}

.basket .totals.price-list {
    border-top: 1px solid #efecea;
    margin-bottom: .5%;
    width: 100%;
}

.delivery-option {
    margin-top: 15px;
}

.cartPage #orderTotalValueText {
    font-size: 18px;
    font-family: Helvetica, Arial;
    font-weight: bold;
    color: #525149;
}

.basket .totals dt {
    clear: both;
    font-size: 12px;
    float: left;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 0px;
    letter-spacing: 0.075em;
    text-align: left;
    color: #525149;
    text-transform: uppercase;
    padding-top: 4px;
}

.basket .totals dd {
    float: right;
    width: auto;
    padding-bottom: 0px;
    font-size: 1.313em;
    line-height: 1em;
    text-align: left;
}

dl.totals.price-total {
    font-weight: 700;
}

#checkoutheader .help {
    text-align: right;
}

#checkoutheader .multicheckoutheader .main-nav.checkout-nav .nav-container.clearfix, #checkoutheader .help {
    color: #525149;
    float: left;
    font-size: inherit;
    position: relative;
    right: 0;
    top: 1em;
    width: 100%;
}

#cartNumber {
    float: right;
}

.checkout {
    float: left;
}

#content .login {
    margin: 0;
    list-style: none;
    padding-left: 0px;
}

#checkout-loginbox .txtright {
    display: none;
}

.existing-customerbox {
    margin-top: 15px;
}

#checkout-loginbox h2, .new-customerbox h2 {
    padding-bottom: 1.5%;
}

.checkout h2 {
    position: relative;
    margin-bottom: 3%;
    width: 100%;
    z-index: 1;
    font-size: 20px;
    color: #525149;
    letter-spacing: 0.2em;
    text-align: center;
}

.checkout h2:after, .checkout h2:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    border-bottom: 1px solid #dbb86f;
    margin: 20px auto 0;
}

#loginForm.form-horizontal {
    float: none;
}

.login .help-text {
    width: 100%;
    padding: 2% 0;
}

.checkout .help-text {
    margin-bottom: 4%;
    font-size: 14px;
}

.new-customerbox .form-horizontal .control-label, .existing-customerbox .form-horizontal .control-label {
    float: left;
    text-align: left;
    width: 33%;
}

.checkout .new-customerbox .control-label, .checkout .existing-customerbox .control-label {
    margin: 0;
    float: left;
    padding: 0 3% 0;
}

.mobilenewcustomer .input-large {
    width: 100%;
    padding-left: 12px;
    border: 0px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #525149;
    font-size: 14px;
    height: 45px;
}

#j_password {
    width: 100%;
}

.multiStepCheckoutSummaryPage > .wrapper {
    margin-bottom: 30px;
}

.multiStepCheckoutSummaryPage .controls.action-buttons {
    width: 100%;
    margin: 0 !important;
}

.multiStepCheckoutSummaryPage .action-link.action-link-continue, #ifcContinueId {
    border: 0;
    padding: 0;
    line-height: 40px;
    width: 100%;
    background-color: #dbb86f;
    color: #525149 !important;
    display: inline-block;
    margin-left: 0px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.075em;
    font-size: 12px;
    font-weight: bold;
    height: 45px;
}

.multiStepCheckoutSummaryPage #cboxLoadedContent {
    overflow: hidden;
    padding: 15px;
}

.multiStepCheckoutSummaryPage #cboxClose {
    position: absolute;
    width: 41px;
    text-align: center;
    right: 47px;
    top: -2px;
    background: transparent;
    height: 25px;
    display: block;
    z-index: 999;
    cursor: pointer;
    display: none;
    padding: 20px 20px;
}

.multiStepCheckoutSummaryPage .action-link {
    color: #525149 !important;
}

.login .controls.signin-forgotten {
    text-align: right;
}

.forgot-pwd {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-top: .5em;
}

.checkout .new-customerbox {
    margin-top: 15px;
}

.innergreybox {
    background-color: #efecea;
    display: inline-block;
    padding: 15px;
    width: 100%;
    padding-bottom: 30px;
    height: 380px;
}

.order-header .sort {
    margin-top: 0px;
}

input[type=text]::-ms-clear {
    display: none;
}

.changeLink {
    float: right;
    color: #525149;
    text-decoration: underline;
}

.pdp-tab-table {
    border-spacing: 20px 0;
    border-collapse: separate;
}

.pdp-tab-column {
    width: 50%;
}

.product-spec-table {
    background-color: #05062a;
    color: white;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.product-spec-header {
    text-align: center;
    color: white !important;
}

.product-spec-key {
    text-align: right;
    padding: 0 15px 10px 0 !important;
    width: 50%;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

.productspecimage {
    width: 100%;
    max-height: 419px;
}

.product-spec-value {
    padding: 0 15px 10px 0 !important;
    text-align: left;
    font-weight: normal;
    width: 50%;
    font-size: 14px;
}

h2.product-spec-header {
    text-align: center;
    color: white !important;
    font-size: 1.786em;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.075em;
}

.in-detail-left-block {
    background-color: #f9f9f9;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.02em;
    color: #525149;
    min-height: 864px;
    max-height: 864px;
    text-align: center;
    padding: 20px 30px;
    direction: rtl;
}

.in-detail-left-block::-webkit-scrollbar {
    width: 5px;
}

.in-detail-left-block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 5px 5px 5px rgba(238, 238, 238, 1);
    border-radius: 10px;
}

.in-detail-left-block::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 5px 5px 5px rgba(13, 15, 46, 1);
}

.in-detail-left-block * {
    direction: ltr;
}

.in-detail-left-block h2 {
    text-align: center;
    color: #0d0f2e !important;
    font-size: 1.786em;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.075em;
}

.in-detail-left-block h2:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #525149;
}

.in-detail-left-block img {
    max-width: 100%;
}

.in-detail-left-block a {
    color: #525149;
    text-transform: uppercase;
    border: 1px solid #525149;
    padding: 0px 30px;
    margin-top: 15px;
    display: inline-block;
    font-style: normal;
    line-height: 43px;
    letter-spacing: 0.075em;
}

.in-detail-left-block span {
    font-size: 2em;
    line-height: 1.5em;
}

.in-detail-left-block span:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #000;
}

.in-detail-left-block .scrollBlockText::-webkit-scrollbar {
    width: 5px;
}

.in-detail-left-block .scrollBlockText::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 5px 5px 5px rgba(238, 238, 238, 1);
    border-radius: 10px;
}

.in-detail-left-block .scrollBlockText::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 5px 5px 5px rgba(23, 25, 46, 1);
}

.in-detail-left-block h2.scrollBlockHeader {
    font-size: 1.5em;
    line-height: 1.5em;
}

.in-detail-left-block h2.scrollBlockHeader:after {
    content: "";
    display: block;
    margin: 15px auto 20px;
    width: 80px;
    border-bottom: 1px solid #000;
}

.in-detail-left-block .scrollBlockText {
    display: block;
    overflow-y: auto;
    max-height: 590px;
    direction: rtl;
    margin-left: -10px;
    padding-left: 10px;
    text-align: left;
}

.in-detail-left-block .scrollBlockText p {
    direction: ltr;
}

.in-detail-left-block img.scrollBlockImg {
    height: 300px;
    margin: auto;
    display: block;
}

.rolex-in-detail-left-block {
    max-height: none !important;
    min-height: initial !important;
    background-color: white !important;
}

.rolexProductspecimage {
    max-height: none !important;
}

.rolex-product-spec-table .product-spec-key {
    width: 25%;
    text-align: left;
    vertical-align: top;
}

.rolex-product-spec-table .product-spec-value {
    width: 75%;
    vertical-align: top;
}

h2.product-spec-header:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #fff;
}

.product-spec-table > div::-webkit-scrollbar {
    width: 5px;
}

.product-spec-table > div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 5px 5px 5px rgba(23, 25, 46, 1);
    border-radius: 10px;
}

.product-spec-table > div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 5px 5px 5px rgba(238, 238, 238, 1);
}

.account-logout {
    display: none;
}

#forgottenPwdForm {
    background-color: #f9f9f9;
    padding: 30px;
    width: 100% px;
    margin-bottom: 30px;
}

#forgottenPwdForm input[type='text'] {
    width: 100%;
    padding-left: 12px;
    border: 0px;
    line-height: 45px;
    margin-bottom: 10px;
    color: #525149;
    font-size: 14px;
    height: 45px;
}

#forgottenPwdForm .control-group label {
    display: none;
}

#forgottenPwdForm .required-note {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 0px;
}

#forgottenPwdForm .help-text {
    width: 100%;
    padding: 2% 0;
    text-align: left;
}

#forgottenPwdForm .action-link.action-link-continue {
    border: 0;
    padding: 0;
    line-height: 40px;
    width: 100%;
    background-color: #dbb86f;
    color: #525149;
    display: inline-block;
    margin-left: 0px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.075em;
    font-size: 12px;
    font-weight: bold;
}

#product-detail-accordion-container .accordion-heading a {
    background-color: #efecea;
    display: block;
    line-height: 42px;
    color: #525149;
    padding-left: 12px;
    letter-spacing: 0.075em;
    margin-bottom: 2px;
    border: 1px solid #efecea;
    background-color: transparent;
    color: #525149;
    margin-top: 10px;
}

#product-detail-accordion-container .accordion-heading a.expanded {
    background-color: #efecea;
    display: block;
    line-height: 42px;
    color: #525149;
    padding-left: 12px;
    letter-spacing: 0.075em;
    margin-bottom: 0px;
}

#product-detail-accordion-container .accordion-heading a .arrow {
    padding-right: 5px;
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -151px -230px;
    height: 35px;
    width: 30px;
    display: block;
    float: right;
    margin-right: 3%;
}

#product-detail-accordion-container .accordion-heading a.expanded .arrow {
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -178px -230px;
}

.product-header {
    display: none !important;
    position: absolute;
    margin-left: -2px;
}

h1.instructionalinfo.sectionHeader.lineGold {
    font-size: 20px;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.monogram {
    display: none !important;
    position: absolute;
    margin-left: -42px;
}

.showroom-NavHeader {
    display: none !important;
    position: absolute;
    margin-right: -42px;
}

.monogram img, .product-header img, .showroom-NavHeader {
    margin-top: 10px;
    width: 30px;
    height: 30px;
}

.is-fixed .monogram, .is-fixed .product-header, .is-fixed .showroom-NavHeader {
    display: block !important;
}

.cc-cookies {
    background-color: #52524a !important;
    border-top: 1px solid #52524a !important;
    bottom: 0 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    left: 0 !important;
    padding: 1.5em 5% !important;
    position: fixed !important;
    text-align: center !important;
    width: 100% !important;
    z-index: 99999 !important;
}

.cc-cookies a, .cc-cookies a:hover {
    color: white !important;
    text-decoration: underline !important;
    margin-left: 0.5em !important;
}

.pdpInformation a {
    color: #525149;
}

#MappinAndWebbInDetailTabComponent .bottom30 {
    margin-bottom: 0px;
}

#choose-delivery-address .checkoutProgress ul {
    margin: 0;
    height: 4em;
    overflow: hidden;
}

.checkoutProgress ul {
    list-style: none;
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0 0 2%;
    height: 37px;
}

.checkoutProgress li {
    float: left;
    text-align: center;
    background-repeat: repeat-x;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.checkoutProgress {
    width: 100%;
    float: left;
    margin-bottom: 2%;
}

#choose-delivery-address .checkoutProgress ul {
    margin: 0;
    height: 40px;
    overflow: hidden;
}


#paymentdetails li.checkoutProgressStepVisited:first-child {
    background-position: 0px -46px;
    background-size: 298% auto;
    height: 100%;
}

#paymentdetails li.step1.checkoutProgressStepActive {
    background-position: -370px -46px;
    background-size: 298% auto;
    height: 100%;
}

#paymentdetails li.step2.checkoutProgressStepDisabled:last-child {
    background-position: -740px -46px;
    background-size: 298% auto;
    height: 100%;
}

.checkoutProgress li a {
    display: block;
    border: 0;
}

.checkoutProgress li.checkoutProgressStepActive a {
    color: #dbd4cd;
    line-height: 2.7em;
}

.multiCheckoutContainer h2 {
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #525149;
    letter-spacing: 0.2em;
    margin-top: 0px;
}

.mini-basket h3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.75em;
}

.DeliveryAddress .required-note {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.phone-show, .show-cart {
    display: none;
}

.checkout-mini-basket-item-image img {
    border: 1px solid #e3e1de;
}


.checkout-mini-basket-item-desc .name {
    font-weight: 700;
    margin-top: 0 !important;
    text-transform: uppercase;
}

.checkout-mini-basket-item-desc .name a, .checkout-mini-basket-item-image a {
    border: 0;
}

#choose-delivery-address .control-label, #choose-delivery-address p {
    margin: 1% 0;
}

#choose-delivery-address #cartItems p.price {
    float: right;
}

#choose-delivery-address .control-label, #choose-delivery-address p {
    margin: 1% 0;
}

.mini-basket dl.order-total {
    margin-top: 1em;
    margin-bottom: 2em;
}


.mini-basket dl dt, .mini-basket dl dd {
    font-size: 1em;
    line-height: 1.375em;
    color: #000;
    font-weight: 700;
}

.mini-basket dl dt {
    float: left;
    width: 72%;
}

.checkout-basket .mini-basket .order-total h3, .checkout-shopping-bag #cartItems h3, dl.order-total {
    margin-bottom: 0;
}

.mini-basket dl dt, .mini-basket dl dd {
    font-size: 1.2em;
    line-height: 1.375em;
    color: #000;
    font-weight: 700;
}

.checkout-basket .mini-basket dt.sep, .checkout-shopping-bag .order-total dt.sep {
    width: 100%;
    height: 1px;
    line-height: 0;
    margin-top: 2%;
    border-top: 1px solid #d8d1c7;
}

.checkout-basket .mini-basket dt.sep.alt {
    margin-top: 2%;
    margin-bottom: 2%;
}

.mini-checkout-subtotal {
    float: left;
}

#subOrderTotalValueText {
    text-align: right;
}



.subtotalvalue, .deliveryvalue, .baskettotalvalue, .vatvalue {
    text-align: right;
    font-family: Helvetica, Arial;
    font-weight: bold;
}

#WatchesofSwitzerlandProductSpecificationTab .col1 .label, #GoldsmithsProductSpecificationTab .col2 .label, #GoldsmithsProductSpecificationTab .col1 .value, #GoldsmithsProductSpecificationTab .col2 .value {
    float: left;
    width: 40%;
}

#WatchesofSwitzerlandProductSpecificationTab .col1 .label, #GoldsmithsProductSpecificationTab .col2 .label {
    font-weight: 700;
}

.DeliveryAddress {
    margin-bottom: 30px;
}

.checkout-mini-basket-item-image .secondaryImage {
    display: none;
}

.multiCheckoutContainer {
    margin-top: 15px;
}

#postCodeSearchLoadingImage {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}

#address-list-billing h3 {
    margin-bottom: 15px;
    font-size: 1.250em;
    line-height: 1.75em;
}

.card_group > li {

    list-style-type: none;
    padding: 1.5em 0;
}

.card_group li input {
    float: left;
    margin-right: 2%;
}

#paymentOptions .card_group .img_grup ._img.visa_card {
    background-position: 0 0;
}

#paymentOptions .card_group .img_grup ._img.master_card {
    background-position: -50px 0;
}

#paymentOptions .card_group .img_grup > div {
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-payment.png') 0 0 no-repeat;
    float: left;
    height: 2.2em;
    margin: -0.3em 0.5em 0 0;
    width: 49px;
}

#paymentOptions .card_group .img_grup ._img.amer_ex_card {
    background-position: -99px 0
}

#paymentOptions .card_group .img_grup ._img.paypal_card {
    background-position: -10.9em 0;
}

#paymentOptions .card_group .img_grup ._img.interest_fre_card {
    background-position: -197px 0;
}

#paymentOptions .card_group .img_grup ._img.gft_card {
    background: url('/_ui/watchesofswitzerland/images/wos/WatchesofSwitzerlandgiftcard.jpg') 0 0 no-repeat;
}

#paymentOptions .card_group .img_grup ._img.insurance_card {
    background-position: -295px 0;
}

#paymentOptions .card_group .img_grup ._img.chinaunion_card {
    background: url('/_ui/mappinAndWebb/images/mw/UnionPayCard.jpg') 0 0 no-repeat;
}

.card_group {
    padding-left: 0px;
}

#multisummary li.checkoutProgressStepVisited {
    height: 100%;
    background-size: 298% auto;
    background-position: -368px -92px;
}

#multisummary li.checkoutProgressStepVisited:first-child {
    background-position: 1px -92px;
}

#multisummary li.step1.checkoutProgressStepActive {
    background-position: -738px -92px;
    background-size: 298% auto;
    height: 100%;
}

#multisummary .required-note .promo-link {
    font-size: 12px;
    color: #525149;
    text-align: center;
    letter-spacing: initial;
    text-transform: uppercase;
    text-decoration: underline;
}

input#placeOrder {
    border: 0;
    padding: 0;
    line-height: 40px;
    width: 100%;
    background-color: #dbb86f;
    color: #525149;
    display: inline-block;
    margin-left: -1px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: bold;
    border: 0;
}

#MWProductFinanceTab h2 {
    font-size: 1.75em;
    line-height: 1.440em;
    letter-spacing: 0.2em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.sectionHeader {
    text-align: center;
    letter-spacing: 0.1em;
    margin: 40px auto 20px;
    padding-bottom: 20px;
}

.sectionHeader i.strike {
    display: inline-block;
    position: relative;
    top: -8px;
    margin-left: 10px;
    margin-right: 10px;
    text-indent: -9999em;
    min-width: 60px;
}

.sectionHeader.lineBlack i.strike {
    border-bottom: 1px solid #525149;
}

.sectionHeader.lineAshWhite i.strike {
    border-bottom: 1px solid #EFECEA;
}

.sectionHeader.lineWhite i.strike {
    border-bottom: 1px solid #ffffff;
}

.sectionHeader.lineGold i.strike {
    border-bottom: 1px solid #DBB86F;
}

.sectionHeader.noLine i.strike {
    border-bottom: none;
}

.luxwatches-banner {
    padding: 0;
    max-height: 470px;
    min-height: 470px;
    overflow: hidden;
    position: relative;
}

.luxwatches-banner .luxwatches-banner-img, .luxwatches-banner .luxwatches-banner-img-mobile {
    width: 100%;
    height: auto;
    visibility: hidden;
}

.luxwatches-banner-content {
    position: absolute;
    bottom: calc(50% - 115px);
    text-align: center;
    width: 100%;
}

.luxwatches-logo-img {
    width: 300px;
    padding-bottom: 45px;
}

.luxwatches-banner-content .luxwatches-link {
    background-color: transparent;
    margin-bottom: 0;
    border: 1px solid !important;
}

.luxwatches-link {
    background-color: transparent;
    width: 365px;
    display: block;
    margin: auto;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid white;
    letter-spacing: 2.5px;
    padding: 11px 0;
    line-height: 20px;
}

.luxwatches-link:hover {
    text-decoration: none;
}

.textColourBlack .luxwatches-link {
    border: 1px solid #525149;
    color: #525149;
}

.textColourAshWhite .luxwatches-link {
    border: 1px solid #EFECEA;
    color: #EFECEA;
}

.textColourGold .luxwatches-link {
    border: 1px solid #DBB86F;
    color: #DBB86F;
}

.textColourWhite .luxwatches-link {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.luxwatches-banner .luxwatches-link h1 {
    color: inherit;
    text-transform: inherit;
    font-family: inherit;
    text-shadow: none;
    font-weight: initial;
    display: inline;
    font-size: 1em;
    letter-spacing: 0.075em;
}

.luxwatches-section {
    margin: 20px auto 40px;
}

.luxwatches-section-title {
    line-height: 54px;
    text-align: center;
    font-size: 1.2em;
    display: block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 0;
    padding: 0;
}

.luxwatches-section-img {
    height: auto;
    width: 100%;
    border: 1px solid #333;
}

.luxwatches-section-body {
    font-size: 14px;
    text-align: center;
    padding: 20px;
    position: relative;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.luxwatches-section-body .luxwatches-link {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 5px;
    width: 100%;
}

.luxwatches-top-image-item {
    margin: 20px 0 20px;
}

.luxwatches-top-image-item a.luxwatches-bestseller-image-link {
    border-bottom: 0;
}

.luxwatches-top-image-item img {
    width: 100%;
    height: auto;
}

.luxwatches-top-image-item .luxwatches-section-body h3 {
    display: block;
    font-size: 12px;
    min-height: 60px;
    letter-spacing: 1px;
}

.luxwatches-top-image-item.textColourBlack h3 {
    color: #525149;
}

.luxwatches-top-image-item.textColourAshWhite h3 {
    color: #EFECEA;
}

.luxwatches-top-image-item.textColourGold h3 {
    color: #DBB86F;
}

.luxwatches-top-image-item.textColourWhite h3 {
    color: #FFFFFF;
}

.luxwatches-top-image-item .luxwatches-link {
    bottom: -5px;
}

.luxwatches-tabbed-area .luxwatches-section-header {
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 10px auto 40px;
}

.luxwatches-tabbed-area {
    background-size: cover;
    padding: 50px 0;
    width: 100%;
    margin-top: 20px;
}

.luxwatches-tab {
    display: block;
    line-height: 57px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: Helvetica, Arial;
    letter-spacing: 2px;
    font-weight: normal;
}

.luxwatches-tabbed-area-lg .luxwatches-tab {
    margin: 0 2px 2px 0;
}

.luxwatches-tabbed-area-mb .luxwatches-tab {
    margin-top: 8px;
    margin-bottom: 8px;
}

.luxwatches-tab:hover {
    cursor: pointer
}

.luxwatches-tab.active {
    margin-right: 0;
}

.luxwatches-tabbed-area-mb .luxwatches-tab {
    position: relative;
}

.luxwatches-tab-plusminus {
    position: absolute;
    right: 0;
    width: 1em;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
}

.luxwatches-tab .luxwatches-tab-plus {
    display: inline-block
}

.luxwatches-tab .luxwatches-tab-minus {
    display: none
}

.luxwatches-tab.active .luxwatches-tab-plus {
    display: none
}

.luxwatches-tab.active .luxwatches-tab-minus {
    display: inline-block
}

.luxwatches-tabbed-area-mb .luxwatches-tab.active {
    margin: 0;
    margin-top: 5px;
}

.luxwatches-content-area {
    height: 536px;
}

.luxwatches-tabbed-area-mb .luxwatches-content-area {
    height: auto;
    margin-bottom: 2px;
    padding: 10px 10px 55px;
    text-align: center;
    position: relative;
    border: 1px solid #efecea;
    border-top: none;
}

.luxwatches-tabbed-area-mb .luxwatches-content-area img {
    max-width: 50%;
    margin: 18px 0;
}

.luxwatches-content-area > div {
    height: 100%;
    padding: 30px;
    position: relative;
}

.luxwatches-content-area img.brand-logo-accordion {
    max-width: 50%;
    margin-bottom: 20px;
}

.luxwatches-tabbed-area-mb .luxwatches-content-area img.brand-logo-accordion {
    max-width: 160px;
    margin-bottom: 0;
}

.luxwatches-content-area h3 {
    font-weight: normal;
    font-size: 19px;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.luxwatches-content-area-mb h3 {
    font-weight: lighter;
    font-size: 30px;
    width: 90%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.luxwatches-content-area p {
    font-weight: normal;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.luxwatches-content-area a.luxwatches-link {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 25px;
    border: 1px solid #DBB86F;
    width: 85%;
    font-weight: 600;
    background-color: rgba(219, 184, 111, 0);
    transition: background 0.8s ease;
    letter-spacing: 0.075em;
}

.luxwatches-content-area a.luxwatches-link:hover {
    background-color: rgba(219, 184, 111, 1);
}

.luxwatches-tabbed-area-mb .luxwatches-content-area a. {
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    font-size: 13px
}

.luxwatches-tabbed-area .hiddenTab {
    display: none
}

.range-desktop-tabs {
    padding-right: 0;
}

.range-desktop-panel {
    padding-left: 0;
}

.brand-blurb > div {
    text-align: center;
    margin: 25px auto 40px;
}

.brand-blurb h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 19px;
    margin-bottom: 35px;
    padding-bottom: 0;
}

.brand-blurb p {
    line-height: 2em;
    width: 86%;
    margin-left: 7%;
    margin-bottom: 0;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}

.textColourBlack .luxwatches-link {
    background-color: rgba(82, 81, 73, 0);
    transition: background 0.8s ease;
}

.textColourAshWhite .luxwatches-link {
    background-color: rgba(239, 236, 234, 0);
    transition: background 0.8s ease;
}

.textColourGold .luxwatches-link {
    background-color: rgba(219, 184, 111, 0);
    transition: background 0.8s ease;
}

.textColourWhite .luxwatches-link {
    background-color: rgba(255, 255, 255, 0);
    transition: background 0.8s ease;
}

.textColourBlack .luxwatches-link:hover {
    background-color: rgba(82, 81, 73, 0.4);
}

.textColourAshWhite .luxwatches-link:hover {
    background-color: rgba(239, 236, 234, 0.4);
}

.textColourGold .luxwatches-link:hover {
    background-color: rgba(219, 184, 111, 0.4);
}

.textColourWhite .luxwatches-link:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

.category-promo.linkBorderGold.textColourBlack a.action-link:hover {
    background-color: rgba(219, 184, 111, 1);
    transition: background 0.8s ease;
    text-decoration: none;
}

.luxwatches-banner-content a.luxwatches-link:hover {
    background-color: rgba(255, 255, 255, 1) !important;
    border-color: white !important;
    transition: all 0.8s ease;
}

.luxwatches-tab.textColourBlack {
    background-color: #525149;
}

.luxwatches-tab.textColourAshWhite {
    background-color: #EFECEA;
}

.luxwatches-tab.textColourGold {
    background-color: #DBB86F;
}

.luxwatches-tab.textColourWhite {
    background-color: #FFFFFF;
}

.luxwatches-tab.backgroundBlack {
    color: #525149;
}

.luxwatches-tab.backgroundAshWhite {
    color: #EFECEA;
}

.luxwatches-tab.backgroundGold {
    color: #DBB86F;
}

.luxwatches-tab.backgroundWhite {
    color: #FFFFFF;
}

.luxwatches-tab.active.textColourBlack {
    color: #525149;
}

.luxwatches-tab.active.textColourAshWhite {
    color: #EFECEA;
}

.luxwatches-tab.active.textColourGold {
    color: #DBB86F;
}

.luxwatches-tab.active.textColourWhite {
    color: #FFFFFF;
}

.luxwatches-tab.active.backgroundBlack {
    background-color: #525149;
}

.luxwatches-tab.active.backgroundAshWhite {
    background-color: #EFECEA;
}

.luxwatches-tab.active.backgroundGold {
    background-color: #DBB86F;
}

.luxwatches-tab.active.backgroundWhite {
    background-color: #FFFFFF;
}

.luxwatches-tab .backgroundNone {
    background-color: none;
}

.luxwatches-tabbed-area-mb .luxwatches-tab.active {
    background-color: #ccc;
    color: #525149;
}

div#deliveryTotalCost {
    font-size: 12px;
}




#popup_show_ifc_plans {
    background-color: white;
    padding-bottom: 15px;
    padding-top: 10px
}

#popup_delivery_address_item {
    list-style: none;
    -webkit-padding-start: 0px;
}

#popup_delivery_address_item .address {
    height: 150px;
}

#popup_delivery_address_item li {
    width: 33%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#popup_delivery_address_new {
    color: #525149;
    text-transform: uppercase;
    text-decoration: underline;
}

#defaultDeliveryAddressLink {
    color: #525149;
    text-decoration: underline;
}

#changeSection .promo-link {
    color: #525149;
    text-decoration: underline;
}

.delivery-address .unique {
    margin-top: 17px;
}

.trashcan.promo-link {
    border: 0;
    padding: 0;
    line-height: 40px;
    width: 50%;
    background-color: #efecea;
    color: #525149;
    display: inline-block;
    margin-left: -1px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    float: right;
    margin-top: 5px;
}

.multiStepCheckoutSummaryPage #cboxLoadedContent {
    background-color: white;
}

#ringbuilderapp .rba-pricecontainer, #ringbuilderapp .rba-pricecontainer1 {
    float: left;
    font-size: 1.857em;
    line-height: 26px;
    margin: 20px 0;
    width: 100%;
    font-weight: bold;
}

#ringbuilderapp .rba-pricetext {
    font-size: 14px
}

#ringbuilderapp .rba-pricetext strike {
    color: #cb2128
}

#ringbuilderapp .product-options .custom-select {
    height: auto;
    position: relative
}

#ringbuilderapp .product-options .rba-ringsizeguidelink {
    margin-top: 10px;
    text-align: right;
    line-height: 44px;
    color: #525149;
    text-transform: uppercase;
}

#ringbuilderapp .custom-select .label {
    background: #ffb200;
    color: #000;
    left: 0;
    margin-bottom: 3%;
    padding: 3.5%;
    position: relative;
    text-align: center
}

#ringbuilderapp .error .label {
    color: #cc0000
}

#ringbuilderapp .custom-select .arrow {
    top: 2em
}

#ringbuilderapp .custom-select input[type="file"] {
    height: 36px;
    line-height: 36px
}

#ringbuilderapp .custom-select select {
    top: 0.5em;
    border: 1px solid #efecea !important;
    padding-left: 15px;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
    margin-bottom: 15px;
    width: 100%;
    letter-spacing: 0.075em;
    font-size: 12px;
}

#ringbuilderapp .custom-select select:disabled {
    cursor: not-allowed;
}

#ringbuilderapp .custom-select select option {
    color: #525149;
    padding: 6px 7px;
}

#ringbuilderapp .rba-button {
    background: none repeat scroll 0 0 #ffb200;
    border: 1px solid #ffb200;
    color: #000;
    font-size: 18px;
    padding: 10px;
    width: 100%;
    opacity: 1;
    text-shadow: none
}

#ringbuilderapp .rba-right {
    position: relative
}

#ringbuilderapp .rba-right img.rba-360thumb {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e3dfdc;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

#ringbuilderapp .rba-right img.rba-360thumb.hidden {
    display: none;
}

#ringbuilderapp .rba-right a.rba-360thumblink {
    background-image: url("/_ui/goldsmiths/images/gs/ringbuilder_sprite1.png");
    background-position: -3px -236px;
    height: 60px;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 60px;
    z-index: 2;
}

#ringbuilderapp .rba-tools a {
    border-bottom: 0 none
}

#ringbuilderapp .disabled {
    background: #756b62;
    border: 1px solid #756b62;
    color: #e3dfdc;
    cursor: not-allowed;
    box-shadow: none
}

#ringbuilderapp .rba-button-primary {
    padding: 11px 10px 9px;
    text-transform: uppercase
}

#ringbuilderapp .rba-extendedpricecontainer {
    float: left;
    font-size: 26px;
    line-height: 26px;
    margin: 20px 0
}

#ringbuilderapp .rba-pricewas {
    font-size: 13px;
    text-transform: uppercase
}

#ringbuilderapp .rba-pricewas .price {
    color: #cc0000;
    text-decoration: line-through
}

#ringbuilderapp .rba-extendedpricecontainer .row-fluid {
    margin-top: 4px
}

#ringbuilderapp .rba-extendedpricecontainer .rba-priceline {
    display: inline-block;
    width: 190px
}

#ringbuilderapp .rba-extendedpricecontainer hr {
    border-color: #e3dfdc;
    margin: 10px 0px 11px
}

#ringbuilderapp .rba-amountsrow {
    margin-top: 4px
}

#ringbuilderapp .rba-amountsinside {
    display: inline-block;
    width: 190px
}

#ringbuilderapp .rba-amountsinside .rba-pricetext {
    float: left;
    margin-top: 4px
}

#ringbuilderapp .rba-amountsinside .rba-pricesubtotal, #ringbuilderapp .rba-amountsinside .rba-priceengraving, #ringbuilderapp .rba-amountsinside .rba-pricetotal {
    text-align: right;
    float: right
}

#ringbuilderapp .rba-engravinglinks {
    margin-top: 16px
}

#ringbuilderapp .rba-engravinglinks a {
    border-bottom: 1px solid #ffb200;
    display: inline-block;
    line-height: 12px
}

#ringbuilderapp .rba-button-engraving {
    font-family: script;
    font-size: 24px;
    text-transform: inherit
}

#ringbuilderapp {
    color: #000;
    margin-bottom: 40px;
}

#ringbuilderapp a {
    outline: 0
}

#ringbuilderapp a:hover, #ringbuilderapp a:focus {
}

#ringbuilderapp h1 {
    text-align: center;
    margin-bottom: 2%
}

#ringbuilderapp .rba-text-right {
    text-align: right
}

#ringbuilderapp .rba-stageheader {
    float: left;
    width: 100%;
    background-color: #efecea;
}

#ringbuilderapp .rba-stageheader a {
    color: #525149;
}

#ringbuilderapp .rba-stageheader a:hover {
    text-decoration: none;
}

#ringbuilderapp .rba-stageheader a span.ringBuilderSelected {
    text-decoration: underline;
}

#ringbuilderapp .rba-togglebar-left {
    float: left;
    padding: 2%
}

#ringbuilderapp .rba-togglebar-right a {
    position: relative;
    height: 26px;
    width: 26px;
    display: block;
    margin: 7px 7px 0 0;
}

#ringbuilderapp .rba-icon-info {
    background-position: 0 0
}

#ringbuilderapp .rba-togglebar-right a:after {
    background-image: url("/_ui/goldsmiths/images/gs/ringbuilder_sprite1.png");
    background-repeat: no-repeat;
    display: block;
    height: 26px;
    width: 26px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
}

#ringbuilderapp .filters .filter-heading {
    float: left;
    width: 100%;
    border: 1px solid #efecea;
    margin-bottom: 2%;
}

#ringbuilderapp .filters .filter-heading .slimScrollDiv {
    float: left;
    min-width: 99.6%;
    max-height: 0;
    -webkit-transition: max-height 0.35s ease-in-out 0s;
    -moz-transition: max-height 0.35s ease-in-out 0s;
    -o-transition: max-height 0.35s ease-in-out 0s;
    transition: max-height 0.35s ease-in-out 0s;
}

#ringbuilderapp .filters .filter-heading p {
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
    color: #525149;
}

#ringbuilderapp .filters .filter-heading ul {
    height: 300px;
    margin: 0;
    overflow-y: auto
}

#ringbuilderapp .filters .autoopen ul {
    display: block
}

#ringbuilderapp .filters .filter-heading ul li {
    float: left;
    height: 125px;
    list-style: none outside none;
    margin: 15px 0 0 12px;
    overflow: hidden;
    text-align: center;
    width: 75px
}

#ringbuilderapp .filters .filter-heading ul li a img, #ringbuilderapp .filters .filter-heading ul li div img {
    border: 1px solid #e3dfdc;
    height: 73px;
    width: 73px
}

#ringbuilderapp .filters .filter-heading ul li.filter-unavailable {
    cursor: not-allowed;
    opacity: 0.5
}

#ringbuilderapp .filters .filter-heading ul li.filter-applied img {
    border-color: #ffb200
}

#ringbuilderapp .slimScrollBar {
    z-index: 14 !important
}

#ringbuilderapp .rba-tools {
    border-bottom: 1px solid #e3dfdc;
    float: left;
    margin-top: 13px;
    width: 100%;
    margin: 0;
}

#ringbuilderapp .rba-tools > .col-md-6 {
    padding: 0;
}

#ringbuilderapp .rba-tools .rba-icon {
    float: left;
    width: 23px
}

#ringbuilderapp .rba-tools .rba-icon-reset {
    background-position: -51px 1px
}

#ringbuilderapp .rba-tools .rba-icon-save {
    background-position: -102px 1px
}

#ringbuilderapp .rba-tools a.rba-toollink {
    display: inline-block;
    line-height: 36px
}

#ringbuilderapp .rba-tools a.rba-toollink:hover {
    text-decoration: none;
}

#ringbuilderapp .rba-tools a.rba-toollink:hover, #ringbuilderapp .popup-sizeguide:hover {
    opacity: 0.7
}

#ringbuilderapp .rba-tools .rba-underlinelink, #ringbuilderapp .popup-sizeguide {
    padding-right: 1px;
    color: #525149;
}

#ringbuilderapp .popup-sizeguide {
    text-decoration: underline;
}

#ringbuilderapp .rba-tools .rba-underlinelink, #ringbuilderapp .rba-tools .fa {
    height: 24px;
    display: inline-block;
    color: #525149;
    text-transform: uppercase;
}

#ringbuilderapp #product-detail-tabs-container {
    margin: 20px 0 0
}

#ringbuilderapp .rba-right .share-options li {
    float: left
}

#ringbuilderapp .rba-right .share-options img {
    background-image: url("/_ui/goldsmiths/images/gs/ringbuilder_sprite1.png");
    background-repeat: no-repeat;
    display: block;
    height: 25px;
    margin: 0 10px 0 0;
    border: none;
}

#ringbuilderapp .rba-right .share-options li.google img {
    background-position: -5px -35px;
    width: 33px
}

#ringbuilderapp .rba-right .share-options li.twitter img {
    background-position: -5px -71px;
    width: 74px
}

#ringbuilderapp .rba-right .share-options li.pinterest img {
    background-position: -5px -106px;
    width: 65px
}

#ringbuilderapp .rba-right .share-options li.facebook img {
    background-position: -5px -141px;
    width: 64px
}

#ringbuilderapp .rba-right .share-options li.email img {
    background-position: -5px -175px;
    width: 33px
}

#ringbuilderapp .rba-right .share-options li.print img {
    background-position: -5px -210px;
    width: 33px
}

#ringbuilderapp .modal {
    background: #fff
}

#ringbuilderapp p.product-finance {
    text-transform: uppercase;
}

#ringbuilderapp p.product-finance a {
    color: #525149;
    text-decoration: underline;
}

#ringbuilderapp #product-options-select #Size {
    height: 3.5em;
    top: 0.5em;
    border: 1px solid #efecea !important;
    padding-left: 15px;
    text-transform: uppercase;
    line-height: 50px;
    height: 50px;
}

#ringbuilderapp img.oneImage {
    width: 100%;
}

#ringbuilderapp #product-options-select .error #Size {
    background-color: #ebd5d7;
    color: #ce5952;
    border-color: #ce5952 !important;
}

#ringbuilderapp li.filter-available img.longCardImage {
    border: 1px solid #e3dfdc;
    height: 73px;
    width: 73px;
}

#ringbuilderapp li.filter-applied img.longCardImage {
    border: 1px solid #ffb200;
    height: 73px;
    width: 73px;
}

#ringbuilderapp ul.share-options {
    display: none;
}

#ringbuilderapp .col-md-6.rba-left {
    float: right;
}

#ringbuilderapp .rba-icon.rba-glyphicon.glyphicon-save:before, #ringbuilderapp .rba-icon.rba-glyphicon.glyphicon-reset:before {
    background-image: url("/_ui/goldsmiths/images/gs/ringbuilder_sprite1.png");
    content: "";
    display: block;
    width: 15px;
    height: 30px;
}

#ringbuilderapp .rba-icon.rba-glyphicon.glyphicon-save:before {
    background-position: -100px 5px;
}

#ringbuilderapp .rba-icon.rba-glyphicon.glyphicon-reset:before {
    background-position: -52px 5px;
}

#ringbuilderapp .rba-title {
    display: none;
}

#ringbuilderapp #product-options-select .custom-select:after {
    top: 19px;
}

#product-detail-accordion-container .accordion-heading a .arrow {
    padding-right: 5px;
    background: url('/_ui/watchesofswitzerland/images/wos/wos-sprite-desktop.png') -151px -230px;
    height: 35px;
    width: 30px;
    display: block;
    float: right;
    margin-right: 3%;
}

#ringbuilderapp .secondaryImage {
    display: none;
}

#ringbuilderapp .pull-right.rba-togglebar-right {
    display: none;
}

.multiCheckoutContainer a#changeCollectInStoreLink {
    float: right;
}

.multiCheckoutContainer a#changeCollectInStoreLink, .multiCheckoutContainer a.popup-view-more-storedetails {
    border: 0;
    padding: 0 20px;
    line-height: 40px;
    width: 49%;
    background-color: #efecea;
    color: #525149;
    display: inline-block;
    margin-top: 15px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    text-align: center;
}

.multiCheckoutContainer h3 {
    padding-top: 30px;
    text-transform: uppercase;
    font-size: 14px;
    color: #525149;
    letter-spacing: 0.2em;
    margin-top: 0px;
}

.multiCheckoutContainer div#choose-delivery-address div.checkout-basket, .clickAndCollectSummary div.checkout-shopping-bag, #multisummary div.checkout-shopping-bag {
    float: right;
}

.cobbBespokePageColumn {
    text-align: center;
}

.cobbBespokePageColumn img {
    margin-top: 40px;
}

.cobbBespokePageColumn p {
    margin-bottom: 40px;
    line-height: 2em
}

.cobbBespokePageColumn h2 {
    font-size: 1.786em;
    letter-spacing: 0.2em;
}

.cobbBespokePageColumn h2:after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 80px;
    border-bottom: 1px solid #525149;
}

.cobbBespokePageColumn a {
    color: #525149;
    text-transform: uppercase;
    border: 1px solid #525149;
    padding: 0px 30px;
    margin-top: 15px;
    margin-bottom: 40px;
    display: inline-block;
    line-height: 43px;
    letter-spacing: 0.075em;
}

.cobbBespokePageColumn a:hover {
    color: #525149;
}

@media (max-width: 1280px) {
    .is-fixed .monogram, .is-fixed .product-header, .is-fixed .showroom-NavHeader {
        display: none !important;
    }
}

@media (max-width: 1200px) {
    #popup_delivery_address_item li {
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .address-companyName label.control-label {
        line-height: 1.8 !IMPORTANT;
        text-align: left !important;
        n
    }

    .paymentLabel {
        width: 36%;
    }

    .header .fixed-nav > .container ul.nav-horizontal.js-mobile-nav-accordion > li > a {
        padding: 0 20px;
    }

    .promoOverlay {
        width: 370px;
    }

    .promoOverlay h1 {
        font-size: 22px;
        margin-top: 20px;
    }

    .facet-mobile {
        margin-left: 15px;
        margin-right: 15px;
        margin-top: 15px;
    }

    .tooltip {
        display: none !important;
    }

    .blockInnerText .action-link {
        width: 262px;
        margin: 35px auto 0px;
    }

    .blockInnerText.threewidecol .action-link {
        padding: 0px 6px;
        margin-left: auto;
        margin-right: auto;
        width: 189px;
    }

    #registerForm .error, .stores-finder .error, #addressForm .error, #forgottenPwdForm .error, #reservationCaptureForm input.error {
        border: 1px solid red !important;
    }

    #registerForm .custom-select.title-select.input-small.js-custom-select.error {
        border: 0px !important;
    }

    .checkoutProgress li {
        background: transparent;
    }

    .checkoutProgress ul li a {
        color: #fff !important;
        display: block;
        line-height: 38px;
        text-align: center;
    }

    .checkoutProgress li.checkoutProgressStepActive:first-child {
        background: #efecea;
        border: 0;
        color: white;
    }

    #multisummary li.step1.checkoutProgressStepActive {
        background-color: #efecea;
    }

    #paymentdetails li.step1.checkoutProgressStepActive {
        background: #efecea;
        border: 0;
        color: white;
    }

    li.checkoutProgressStepVisited {
        background-color: #efecea;
        line-height: 37px;
    }

    .checkoutProgress ul li {
        text-indent: initial;
        border-left: 3px solid white;
    }

    .checkoutProgress li.step2.checkoutProgressStepDisabled {
        line-height: 38px;
        background: #efecea;
        color: #525149;
    }
}

input.suggested-word.form-horizontal.pull-right {
    display: none;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .navBarStoreAndSearch {
        display: none !important;
    }

    .category-promo.col-md-6.twoWideCenter .caption-holderblack a {
        margin-top: 15px;
    }

    .category-promo.col-md-6.twoWideCenter .caption-holderblack .caption > p, .category-promo.col-md-4.threeWideCenter .caption-holderblack .caption > p {
        display: none;
    }

    .oneWideVAlignCenter .caption-holderblack {
        top: 15%;
    }

    .oneWideRight .caption-holderblack, .oneWideLeft .caption-holderblack {
        width: 38%;
    }

    .oneWideCenter .caption-holderblack {
        width: 50%;
    }

    .oneWideCenter .caption-holderblack {
        left: 25%;
    }

    .productGridImageContainer {
        min-height: 293px;
    }
}



@media (max-width: 991px) {
    .navBarStoreAndSearch {
        display: none !important;
    }

    #cardNumber, #giftcard-cardsecurity {
        width: 100% !important;
    }

    .product {
        min-height: 495px;
    }

    .global-header-tabs {
        display: none;
    }

    .category-promo.category-promo.col-md-12, .category-promo.category-promo.col-md-6, .category-promo.category-promo.col-md-4 {
        margin: 20px -15px 10px;
    }

    .cmsRow {
        overflow-x: hidden;
    }

    .category-promo-mobile .caption-holderblack h2 {
        letter-spacing: 0.2em;
    }

    .category-promo-mobile .caption-holderblack a {
        line-height: 43px;
        padding: 0px 30px;
        display: inline-block;
        margin-top: 15px;
    }

    .category-promo-mobile {
        margin: 20px auto;
    }

    .socialLinksFooter {
        margin-top: 20px;
    }

    .in-detail-left-block img.scrollBlockImg {
        height: auto !important;
    }

    .in-detail-left-block .scrollBlockText {
        max-height: none;
    }

    .cartPage .quantitySelection > * {
        float: right;
        clear: both;
    }

    .cartPage .quantitySelection {
        margin-top: 10px;
    }

    .cartPage .quantitySelection select {
        margin-bottom: 5px;
        width: 75px;
    }

    .cartPage .quantitySelection span {
        margin-bottom: 2px;
        text-transform: uppercase;
        margin-right: 3px;
    }

    .cartPage .aproductTotalPrice {
        margin: 5px auto 10px;
    }

    .cartPage .row-item-content.giftwrapTable > a.promo-link {
        margin-left: 15px;
    }

    .cartPage .delivery-method label.subTotalLabel {
        width: 70%;
    }

    .cartPage #promoCode, .cartPage #discountSubmit {
        text-align: center;
        width: 95%;
        margin-left: 2.5%;
    }

    .cartPage #subTotalDeliveryDiv dl#totals-price-list, .cartPage .basket dl.totals.price-total {
        width: 97.5%;
        margin-right: 2.5%;
    }

    .cartPage #subTotalDeliveryDiv {
        width: 97%;
    }

    .cartPage .productImage img {
        margin: auto;
    }

    .cartPage div#collectInStore {
        margin-left: 0;
    }

    .cartPage div#colorbox {
        width: 90% !important;
        left: 5% !important;
    }

    .cartPage div#cboxLoadedContent {
        padding: 30px 0
    }

    .cartPage div#cboxLoadedContent h1 {
        font-size: 24px;
    }

    .cartPage div#cboxLoadedContent h3 {
        font-size: 20px;
    }

    .cartPage div#cboxLoadedContent h1, div#cboxLoadedContent h3 {
        margin: 20px 10px;
    }

    .cartPage div#cboxLoadedContent input#returnToCartButton {
        width: 100% !important;
        font-size: 12px;
        margin-bottom: 15px;
    }

    .cartPage div#cboxLoadedContent input#changeToHomeDeliveryButton {
        width: 100%;
        font-size: 12px;
        margin-top: 0;
    }

    .cartPage .continueShopping {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    div#basketAssistance p {
        text-align: center;
    }

    .multiCheckoutContainer div.checkout-basket {
        float: left;
        top: initial !important;
    }

    .multiCheckoutContainer div#choose-delivery-address div.checkout-basket {
        float: left;
        top: initial !important;
        width: 100%;
    }

    .multiCheckoutContainer a#changeCollectInStoreLink, .multiCheckoutContainer a.popup-view-more-storedetails {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .multiCheckoutContainer .delivery-address-details {
        text-align: center;
        margin-top: 30px;
        float: left;
        width: 100%;
    }

    .multiCheckoutContainer div#choose-delivery-address .checkout-mini-basket-item-desc {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #popup_delivery_address_item li {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .btn#find-showroom, .btn#view-store, .btn#view-store-nav, a.btn.all-showroom, .btn#contact-showroom {
        width: 90%;
        text-align: center;
        padding: 5px 0;
        max-width: 250px;
    }

    .productGrid .productCountShowNumber {
        padding-right: 0;
    }

    .productGrid .productcountandshow {
        width: 70%;
        padding: 0 0 0 5%
    }

    .productGrid .paginationDiv {
        width: 25%;
        padding: 0;
    }

    .productGrid .paginationDiv .next, .paginationDiv .prev {
        width: 20px;
        display: inline-block;
    }

    .productGrid .sort-pagination li {
        min-width: 20px;
        min-height: 10px;
    }

    .secondaryImage {
        display: none;
    }

    .mainImage {
        width: 100%;
    }

    .product {
        min-height: 415px;
    }

    .facet-mobile {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
    }

    .mainImage:hover {
        opacity: 100;
    }

    .sort-pagination {
        list-style: none;
        text-align: center;
        margin: inherit;
        width: 100%;
        float: left;
        padding-left: 0px;
    }

    .sortoptiondropdown {
        -webkit-appearance: none;
        float: none;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
        margin-top: 15px;
        background-color: #ffffff;
        border: 1px solid #ededed;
        font-size: 1.000em;
        color: #525149;
        background-color: transparent;
    }

    .pagination-container .custom-select:after {
        content: "\f0d7";
        position: absolute;
        width: 10px;
        height: 10px;
        top: 25px;
        right: 34px;
        font-family: FontAwesome;
        background-color: white;
        text-align: center;
    }

    #cardNumber, #giftcard-cardsecurity {
        width: 100% !important;
    }

    .sectionWrapper {
        text-align: center;
    }

    .order-header li.info {
        display: none;
    }

    .order-header li.sort {
        width: 50%;
    }

    .order-header li.page.paging {
        width: 50%;
    }

    .address-list .delivery-option {
        text-align: center;
    }

    .address-list .delivery-address {
        text-align: center;
    }

    #add-new-address {
        float: left;
        width: 100%;
    }

    #updateProfilePersonalDetailsForm .control-label, #updateProfileEmailAddressForm .control-label, #updateProfilePasswordForm .control-label, #updateProfilePreferencesForm .control-label, #giftCardBalanceForm .control-label, #reservationCaptureForm .control-label {
        line-height: normal;
    }

    .ordertotalvalue {
        text-align: center;
    }

    li.recentlyViewedTitle {
        float: left;
    }

    li.youMayAlsoLikeTitle {
        float: right;
    }

    .row.aproduct {
        font-size: 14px;
        color: #525149;
        font-family: Helvetica, Arial;
    }

    .row.recentlyViewedCarouselRow, .row.youMayAlsoLikeCarouselRow {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    ul.recentlyViewedYouMayAlsoLikeHeaders li {
        width: 50%;
        padding: 0;
        margin: 0;
    }

    ul.recentlyViewedYouMayAlsoLikeHeaders {
        padding: 0;
    }

    div#MappinAndWebbProductDetailPageDeliveryAndReturnsTab {
        margin-top: 15px;
    }

    .cartPage .delivery-option span {
        max-width: 60%;
        display: inline-block;
    }

    .cartPage #setDeliveryMode {
        padding-left: 25px;
    }

    .cartPage .basketbuttoncontainer a {
        width: 95%;
        margin-bottom: 10px;
        border: none;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    .cartPage .giftwrapLabel label {
        margin-top: 20px;
    }

    .cartPage .giftwrap-image img {
        margin: auto;
    }

    .cartPage .removeGiftWrapSection label {
        margin-top: 25px;
    }

    .removeGiftWrapSection {
        clear: both;
    }

    @media screen and (max-width: 767px) {
        .wrapping-message-warning {
            float: right;
        }
    }
}

@media (max-width: 424px) {
    #popup_delivery_address_item li {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .items-summary-desktop {
    }

    .newslettercontenttextcontainer {
        top: 137px;
    }

    .newslettercontent {
        top: 36px;
    }

    .newslettercontenttext {
        width: 260px;
    }

    .productcountandshow {
        font-size: 12px !important;
    }

    li.page {
        padding: 0px;
        font-size: 13px;
    }

    .in-detail-left-block {
        height: 100%;
        max-height: none !important;
        min-height: initial !important;
    }

    .account-logout {
        display: block;
    }

    #choose-delivery-address .find-address, .multiStepCheckoutSummaryPage .action-link {
        width: 100%;
    }

    .paymentLabel {
        width: 63%;
    }
}

.btn#find-showroom, .btn#view-store, .btn#view-store-nav, a.btn.all-showroom, .btn#contact-showroom {
    background-color: transparent;
    color: #525149 !important;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: 0.075em;
    font-weight: bold;
    border: 1px solid #dbb86f !Important;
    line-height: 2.143em;
}

.btn-view-store-nav {
    padding: 30px 10px 30px 10px;
    background-color: #fff;
    text-align: center;
}

.btn-view-store {
    padding: 30px 10px 30px 10px;
    background-color: #efecea;
    text-align: center;
}

a#view-store, a.btn.all-showroom {
    padding: 5px 50px 5px 50px;
}

.store-block .img-block .img-responsive {
    min-height: 250px;
}

a.btn.all-showroom {
    background-color: #fff;
    text-align: center;
    padding: 5px 40px 5px 40px;
    width: 250px;
    margin: 0 auto;
    display: block;
}

.banner .divider {
    width: 100%;
    border-bottom: 1px solid #d7cfcd;
    margin: 1px 0 25px;
}

.Description-left, .question-Restore p, .showroom-desc, .Description-center, delivery-desc {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #515249;
}

.showroom-desc p {
    margin-bottom: 75px;
}

.Description-center {
    text-align: center;
}

.Description-left p {
    padding-right: 50px;
}

.banner {
    padding-bottom: 30px;
}


.showroom-desc, delivery-desc {
    text-align: center;
    padding-bottom: 30px;
}

.store-display.col-xs-12.col-md-12 {
    padding-bottom: 10px;
}

.subscribe-block {
    background-color: #efecea;
}

a#view-store:hover {
    background-color: #dbb86f;
}

.white-block {
    background-color: #fff;
    padding: 30px 0px 30px 0px;
    margin-top: 20px;
    min-height: 97px;
}

.center-block.showroom.col-xs-12.col-md-4 {
    text-align: center;
    float: initial;
    width: 100%;
}

.dropdown-nav.js-mobile-nav-accordion-content.cols0 {
    background-color: #efecea;
    padding-bottom: 20px;
}

a.btn.all-showroom:hover {
    background-color: #dbb86f;
}

.brands-nav h1 {
    text-align: left;
    color: #525149;
    font-weight: 300;
    font-size: 24px;
    font-family: Helvetica !important;
    text-transform: uppercase;
    margin: 0px 0px 0px 15px;
    letter-spacing: normal;
    padding: 30px 0px 30px 0px;
}

.brand-nav-link span {
    color: #525149;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 0.8;
}

.brand-nav-link span:hover {
    border-bottom: 2px solid #dbb86f;
    opacity: 1;
    color: #525149;
}

button#contact-showroom:hover {
    background-color: #dbb86f;
    text-align: center;
}

.btn-contact-showroom a:hover, .btn-StoreLink a:hover {
    background-color: #dbb86f;
    border: none;
    text-decoration: none;
}

.btn-contact-showroom a, .btn-StoreLink a {
    background-color: transparent;
    color: #525149 !important;
    font-size: 12px;
    text-transform: uppercase;
    height: 45px;
    border-radius: 0px;
    letter-spacing: 0.075em;
    font-weight: bold;
    border: 1px solid #dbb86f !Important;
    padding: 10px 50px 10px 50px;
    font-family: Helvetica, Arial;
}

.showroomStore.container-fluid {
    background-color: #efecea;
}

.btn-contact-showroom, .btn-StoreLink {
    text-align: center;
    padding: 30px 0px 50px 0px;
}

.StoreBlock.col-md-12 {
    padding-bottom: 20px;
}

.StoreImageBlock.col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.StoreInfo.container-fluid {
    clear: both;
    padding-bottom: 15px;
}

img.img-responsive.StoreImg {
    min-width: 100%;
    min-height: 100%;
}

.HtmlPage .divider {
    width: 100%;
    border-bottom: 1px solid #d7cfcd;
    margin: 20px 0 25px;
}

.container.brandsRow {
    margin-top: -60px;
    background: white;
    position: relative;
}

.container.brandsRow .brandsList {
    padding: 30px 0;
}

.container.brandsRow .brandsList a {
    display: inline-block;
    max-width: 200px;
}

.container.brandsRow .owl-theme .owl-nav div {
    margin-top: -60px;
    zoom: 1;
    font-size: 24px;
    -moz-border-radius: 30px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    width: 50px;
}

.owl-carousel .owl-nav .owl-next {
    float: right;
}

.container.brandsRow .owl-theme .owl-nav.clickable div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}



.owl-carousel .owl-item img:hover {
    opacity: 1;
}

i.fa.fa-chevron-right {
    float: right;
    padding-bottom: 50px;
    padding-top: 15px;
}

i.fa.fa-chevron-left {
    padding-bottom: 20px;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled.owl-nav.disabled {
    display: inline;
}

h1.sectionHeader.lineGold.backgroundAshWhite.ShowroomStore {
    padding-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em;
}

.luxwatches-banner {
    min-height: initial !important;
    max-height: initial !important;
    height: 550px;
}

.luxwatches-banner .luxwatches-link h1 {
    font-weight: bold !important;
}

.luxwatches-banner-content .luxwatches-link {
    border: 1px solid #DBB86F !important;
    background-color: #DBB86F !important;
    color: #525149 !important;
}

.luxwatches-logo-img {
    width: initial !important;
}

.hero.category-promo.titleImageLink.textColourBlack h2 {
    font-weight: 100;
    font-size: 18px;
    margin-top: 20px;
}

.hero.category-promo.titleImageLink p {
    font-size: 14px;
    line-height: 30px;
    padding: 20px;
    margin: 0;
    font-weight: 100;
}

.luxwatches-tabbed-area-lg .luxwatches-tab {
    background-color: initial !important;
    text-align: right;
    padding-right: 22px;
    border-right: 2px solid #efecea;
    margin-right: 0;
    margin-bottom: 0px !important;
    letter-spacing: 0.075em;
}

.luxwatches-tabbed-area-lg .luxwatches-tab.active {
    margin-right: 0;
    font-weight: bold;
    border-right: 4px solid #DBB86F;
    padding-right: 20px !important;
}

.luxwatches-tabbed-area-mb .luxwatches-tab {
    border: 1px solid #efecea;
    line-height: 46px;
}

.luxwatches-tabbed-area-mb .luxwatches-tab.active {
    background-color: #efecea;
    font-weight: bold;
    border-left: 4px solid #DBB86F;
}

.luxwatches-tabbed-area .luxwatches-section-header {
    font-weight: 300;
}

.luxwatches-content-area img.brand-logo-accordion {
    display: block;
    margin: 0 auto;
}

.luxwatches-content-area h3 {
    font-weight: 100;
    text-align: center;
}

.luxwatches-content-area p {
    font-weight: 100;
    text-align: center;
}

.sectionHeader {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
}

.brand-blurb p {
    width: 100%;
    margin-left: 0 !important;
    font-size: 14px;
    font-weight: 100;
}

.brand-blurb h2 {
    font-size: 24px !important;
    font-weight: 100 !important;
}

div#errorMessageBottom {
    background-color: #efecea;
    border-style: 1px solid;
    border: 1px solid #f00;
    padding: 5px;
}

@media (max-width: 1200px) {
    div#brand-blurb {
        padding: 25px 0;
    }
}

@media (max-width: 991px) {
    div#brand-blurb {
        background-color: #525149 !important;
        background-image: none !important;
        padding: 20px 0;
    }

    div#brand-blurb.textColourBlack {
        background-color: White !important;
    }
}

.category-promo.col-md-4 h2, .category-promo.col-md-3 h2, .category-promo.col-md-6 h2 {
    margin-bottom: 20px !important;
    font-size: 18px !important;
    font-weight: 100;
}

.luxwatches-section-body a {
    font-size: 18px;
    font-weight: 100;
    max-height: 41px;
    line-height: 20px;
    display: block;
    margin: 15px 0;
}

.luxwatches-section-body {
    font-size: 24px;
    font-weight: bold;
}

img.luxwatches-section-img {
    border: none;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

img.luxwatches-section-img:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

div#cboxLoadedContent {
    height: 700px !IMPORTANT;
}

#popup_suggested_delivery_addresses h1 {
    padding-top: 50px;
    padding-bottom: 20px;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.discoverform {
    background-color: #52524a;
    color: white;
    height: 250px;
    padding: 40px 50px 10px 50px;
    font-size: 16px;
}

.hero.category-promo.titleImageLink.textColourBlack h2, .hero.category-promo.titleImageLink.textColourBlack a {
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 20px !important;
    letter-spacing: 0.075em;
}

.dropdown-nav .subscribe-block {
    height: 357px;
    background-color: #52524a;
    color: #fff;
    text-align: center;
}

.dropdown-nav .subscribe-block input#email {
    height: 42px;
    width: 80%;
    font-weight: 300;
    color: #525149;
    margin: 20px;
    border-radius: 0px;
    font-size: 16px;
    padding: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #d7cfcd !important;
}

.dropdown-nav .subscribe-block p {
    font-weight: 100;
}

.dropdown-nav .subscribe-block span.subscribe-title {
    font-size: 18px;
    line-height: 40px;
}

.dropdown-nav .subscribe-block i.fa.fa-envelope-o {
    font-size: 24px;
    margin: 19px;
}

.dropdown-nav .subscribe-block button.btn-signup.view-store.action-link.btn {
    padding: 10px 50px 10px 50px;
    background-color: transparent;
    color: #525149 !important;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: 0.075em;
    font-weight: bold;
    border: 1px solid #dbb86f !Important;
    line-height: 25px;
}

div#product-detail-tabs-content .tab-pane.active {
    padding: 20px 20px 50px;
}

.showroom-title h1.sectionHeader.lineGold {
    text-align: center;
}

#product-detail-tabs-container .share-options li {
    margin-right: 10px;
}

.store-title {
    letter-spacing: 0.2em;
    text-align: center;
    color: #515249;
    font-family: Helvetica, Arial;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
}

.topRightItems a:hover, .topLeftItems a:hover, .topLeftItems .topHeaderItem:hover {
    text-decoration: underline;
    cursor: pointer;
}

h1.stores-store-h.stores-h, h2.spacer-below {
    color: #525149;
    font-family: Helvetica, Arial;
    letter-spacing: 0.2em;
}

.col-md-12.GoogleTranslate {
    padding-top: 10px;
    text-align: right;
}

.goog-te-gadget-simple {
    background-color: #eee !IMPORTANT;
    border: none !IMPORTANT;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}

p.required-note {
    font-size: 12px;
}

button.action-link.action-link-continue {
    border: 0;
    line-height: 40px;
    background-color: #dbb86f;
    color: #525149;
    display: inline-block;
    margin-left: -1px;
    letter-spacing: 0.075em;
    font-weight: bold;
    padding: 0px 15px 0px 15px;
    margin-top: 10px;
}

.navBarStoreAndSearch {
    display: none;
    float: right;
    width: 180px;
    margin-top: 8px;
}

.is-fixed .navBarStoreAndSearch {
    display: block;
}

.outerSearchIcon, .search_form_nav i.fa.fa-search {
    cursor: pointer;
}

#search_form_nav {
    display: inline-block;
}

#search_form_nav input {
    background-color: white;
    border: none;
    padding: 0;
    font-size: 14px;
    height: 30px;
    margin: auto 5px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    width: 0px
}

#search_form_nav i.fa.fa-search {
    display: none;
}

#search_form_nav.showInput input {
    width: 120px;
    padding: 0 8px;
}

#search_form_nav.showInput i.fa.fa-search {
    display: inline-block;
}

input.find-address.action-link {
    color: #fff !IMPORTANT;
    background-color: #525149;
    width: 50%;
}

h1.billingAddress.sectionHeader.lineGold {
    padding: 30px 0px 0px 0px;
    margin: 0px;
}

div#addressSectionWithLabel {
    text-transform: capitalize;
}

p.name {
    text-transform: capitalize;
}

iframe.cboxIframe {
    height: 550px !Important;
}

@media (max-width: 768px) {
    .confirmation-group-detail {
        text-align: center;
    }

    tbody {
        text-align: center;
    }
}

.ourManagerSays blockquote {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
    margin-bottom: 35px;
}

.spaced.col-md-12 {
    padding-left: 30px;
}

h2.showRoomBrandsTitle {
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2em;
}


.productDetails .divider {
    display: none !important;
}

.productDetails #productImageGalleryThumbs .productImageGallery-Thumb img {
    cursor: pointer;
    width: 75% !important;
    margin-bottom: 8px !Important;
    border: 1px solid #d7cfcd;
}

.productDetails .imageGallaryThumbs {
    max-height: 1000px !important;
}

.is-fixed .navBarStoreAndSearch {
    display: block !important;
}

.footer h5:focus {
    outline: none;
}

#localStockSearch, #localStockSearchLoading {
    border: 1px solid #ccc;
    margin: 4% 0 4%;
    padding: 12px;
}

#localStockSearchPostcode {
    margin-bottom: 0;
    padding: 0px 10px;
    height: 40px;
    border: 1px solid #ccc;
    width: 100%;
    border-right: 0px;
}

#localStockSearchSubmit {
    margin-bottom: 0;
    padding: 0;
    height: 40px;
    background-color: #DBB86F;
    padding: 0px 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0px;
    font-size: 17px;
    color: #525149;
}

#localStockSearchContainer {
    display: table;
    width: 100%;
}

#localStockSearchContainerRow {
    display: table-row;
}

#localStockSearchResultsContainerHeaderRow {
    border-bottom: 0px;
}

#localStockSearchInputContainer {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

#localStockSearchBtnContainer {
    display: table-cell;
}

#localStockSearchText {
    text-align: left;
}

#localStockSearchText ul {
    font-size: 12px;
    padding-left: 18px;
}

#localStockSearchText li {
    line-height: 20px;
}

.localStockSearchResultsHeader {
    border: 1px solid #ccc;
    margin: 4% 0 0;
    padding: 15px;
    text-align: left;
    background-color: white;
}

.localStockSearchResultsRecord {
    border: 1px solid #ccc;
    padding: 15px;
    border-top: 0px;
    background-color: white;
}

.closestStoreOutOfStock {
    background-color: #EFEFEF;
}

.storeBasicDetails {
    line-height: 20px;
}

.storedistancespan {
    font-size: 14px;
}

.storeopentoday {
    font-size: 14px;
}

.storeBasicDetails span {
    float: none;
}

.storeoutofstock {
    color: #DE3431;
    font-weight: bold;
    margin-top: 15px;
}

.storeinstock {
    color: #3C783E;
    font-weight: bold;
    margin-top: 15px;
}

.stockMessageDiv {
    margin-top: 15px;
}

#localStockSearchLoading {
    text-align: center;
    padding: 25px 0px;
    font-size: 14px;
    background-color: white;
    border: 1px solid #ccc;
}

.changedetailslink {
}

.closestStoreOutOfStock a.storeinfolink {
    color: Black;
}

a.storeinfolink, a.changedetailslink, .directionsLink a {
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #DBB86F;
}

a.storeinfolink:hover, a.changedetailslink:hover, .directionsLink a:hover {
    text-decoration: none;
    border-bottom: 1px solid #DBB86F;
}

.directionsLink {
    padding-top: 25px;
}

#localStockResultsPlaceholder {
    text-align: left;
}

#ClosestStoresLocation {
    font-weight: bold;
}

.storeBasicDetails .storeAddress {
    font-size: 14px;
}

.openinghoursdiv {
    line-height: 25px;
}

.productLister-v12Block {
    padding: 10px;
    text-align: center;
}

span.productLister-v12Value {
    font-weight: bold;
    border-bottom: 1px solid #dbb86f;
}

.v12PopUpBackground {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    min-height: 100%;
    z-index: 999999;
}

.v12PopUpBackground-Checkout {
    overflow: hidden;
}

.v12PopUp {
    margin-top: 50px;
    text-align: center;
    width: 900px;
    margin: 100px auto;
    background-color: white;
    opacity: 1 !important;
    padding: 30px 20px;
    max-width: 100%;
    position: relative;
}

.v12PopUp-Close {
    position: absolute;
    width: 30px;
    right: 5px;
    top: 5px;
    cursor: pointer;
    font-size: 16px;
    padding: 5px 0;
}

.v12PopUpBackground-Checkout .v12PopUp {
    margin: 50px auto;
}

.v12PopUp h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    padding: 0;
    font-size: 22px;
}

.v12Calculator {
    width: 600px;
    background-color: #eee;
    margin: auto;
    padding: 20px 60px 20px;
    max-width: 96%;
}

.v12PopUpBackground-Checkout .v12Calculator {
    padding: 20px 60px 100px;
}

.v12PopupFooter {
    width: 600px;
    margin: auto;
    padding: 20px 0;
    max-width: 100%;
    height: 100px;
}

.v12PopupFooter img {
    float: left;
}

.v12PopupFooter span {
    float: right;
    font-size: 13px;
    line-height: 75px;
}

.v12Price {
    font-size: 34px;
    font-weight: bold;
    margin: 5px auto 20px;
    display: inline-block;
}

.v12Calculator > h3 {
    margin: 20px auto 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.15em;
}

.v12IFC, .v12IFCBlock, .v12Interest, .v12InterestBlock {
    display: block;
    width: 100%;
    clear: both;
}

.v12IFCBlock, .v12InterestBlock {
    padding: 0;
}

#v12DepositAmount {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-size: 24px;
    padding: 12px;
    line-height: 30px;
    font-weight: bold;
}

.v12DepositAmountContainer {
    position: relative;
    font-size: 24px;
}

.v12DepositAmountContainer:before {
    content: "\00a3";
    position: absolute;
    left: 5px;
    top: 2px;
    line-height: 30px;
    font-weight: bold;
    font-size: 24px;
}

input[type=number]#v12DepositAmount::-webkit-inner-spin-button, input[type=number]#v12DepositAmount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.v12OptionBlock {
    display: inline-block;
    width: 14%;
    margin: 10px 1%;
    padding: 1px 0;
    background-color: white;
    border: 1px solid #ccc;
    cursor: pointer;
}

.v12OptionBlock.active {
    border: 2px solid #dbb86f;
    margin: 8px 1%;
}

.v12MonthsNo {
    display: block;
    font-size: 20px;
    margin: 3px auto;
    line-height: 1em;
}

.v12Months {
    display: block;
    font-size: 14px;
    margin: 3px auto;
}

#v12DepositAmountSlider {
    padding: 0;
}

.v12Calculator input[type=submit] {
    margin-top: 20px;
    background-color: #dbb86f;
    font-size: 14px;
    text-transform: uppercase;
    height: 50px;
    border-radius: 0px;
    letter-spacing: 0.15em;
    width: 100%;
    border: none;
    font-weight: bold;
    color: #525149;
}

.v12MonthlyPaymentArea, .v12InterestRateArea, .v12TotalPayableArea {
    height: 3em;
    width: 100%;
}

.v12TotalsLabel {
    float: left;
    font-size: 16px;
}

.v12MonthlyPayment, .v12InterestRate, .v12TotalPayable {
    float: right;
    font-weight: bold;
    font-size: 16px;
}

.v12DepositMin {
    float: left;
    font-weight: bold;
    font-size: 16px;
}

.v12DepositMax {
    float: right;
    font-weight: bold;
    font-size: 16px;
}

.v12DragSlider {
    font-size: 16px;
}

.v12IFC, .v12Interest {
    font-size: 16px;
    margin: 10px 0 5px;
}

.v12Calculator input[type=range] {
    -webkit-appearance: none;
    border: 0px solid white;
    width: 100%;
    background: #eee;
    margin: 10px auto;
    box-shadow: none;
    height: 30px;
}

.v12Calculator input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.v12Calculator input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background: #dbb86f;
    margin-top: -11px;
}

.v12Calculator input[type=range]:focus {
    outline: none;
}

.v12Calculator input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.v12Calculator input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

.v12Calculator input[type=range]::-moz-range-thumb {
    border: none;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background: #dbb86f;
}

.v12Calculator input[type=range]:-moz-focusring {
    outline: 1px solid white;
    outline-offset: -1px;
}

.v12Calculator input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

.v12Calculator input[type=range]::-ms-fill-lower {
    background: #dbb86f;
    border-radius: 10px;
}

.v12Calculator input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
}

.v12Calculator input[type=range]::-ms-thumb {
    border: none;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    background: #dbb86f;
    margin-top: 0px;
}

.v12IFC, .v12Interest {
    display: inline-block;
    padding: 0 20px;
    width: auto;
    background-color: #eee;
}

.v12IFCBracket, .v12InterestBracket {
    width: 100%;
    display: block;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 7px;
    margin-top: -10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='range'] {
    }

    input[type='range']::-webkit-slider-runnable-track {
    }

    input[type='range']::-webkit-slider-thumb {
    }
}

@media only screen and (max-width: 650px) {
    .v12PopUp {
        padding: 30px 0 0;
    }

    .v12Calculator {
        padding: 20px 10px 100px;
    }

    .v12OptionBlock {
        width: 30%;
        max-width: 100px;
    }

    .v12Calculator input[type=range] {
        margin: 20px auto 30px;
    }

    .v12Calculator input[type=range]::-ms-thumb {
        height: 30px;
        width: 30px;
    }

    .v12Calculator input[type=range]::-moz-range-thumb {
        height: 30px;
        width: 30px;
    }

    .v12Calculator input[type=range]::-webkit-slider-thumb {
        height: 30px;
        width: 30px;
        margin-top: -13px;
    }

    .v12Calculator .v12DragSlider {
        max-width: 50%;
        display: inline-block;
    }

    .v12PopupFooter {
        width: 600px;
        margin: auto;
        padding: 10px 0;
        max-width: 100%;
        height: 150px;
        text-align: center;
    }

    .v12PopupFooter img {
        float: none;
        clear: both;
    }

    .v12PopupFooter span {
        float: none;
        font-size: 14px;
        line-height: 20px;
        display: block;
    }
}

.checkout-link.v12-checkout {
    background-color: #efecea;
    color: #525149;
    margin-right: 10px;
    border: 1px solid #efecea;
}

media only screen and

(
max-width:

991
px

)
{
.checkout-link.v12-checkout {
    margin-right: 0;
}

}
.v12-Message {
    color: #EA0000;
    font-size: 16px;
    line-height: 1.1em;
}

.v12-Message b {
    font-weight: bold;
}

@media (min-width: 641px) {
    .productGrid .prodPrice {
        font-size: 16px;
        margin-top: 0px;
    }

    .productGrid .productLister-v12Block {
        text-align: center;
        border: 1px solid #ddd;
        background: #f7f7f7;
        color: #525149;
        width: 80%;
        margin-left: 10%;
        font-size: 13px;
    }
}

.product-finance .percent {
    font-size: 45px !important;
    line-height: normal !important;
    left: 10px !important;
    top: 5px !important;
    letter-spacing: -1px;
}

span.percent {
    font-size: 50px !important;
    margin-right: 25px;
}

.product-detail .product-finance .percent {
    position: absolute;
    top: .4em;
    left: .5em;
    line-height: 1.876em;
    color: #525149;
}

.product-detail .product-finance {
    position: relative;
    padding: 13px 10px 12px 68px;
    border: 1px solid #ccc;
    clear: both;
    font-size: inherit;
    margin: 2% 0 4%;
}

.product-finance.v12ibc .percent {
    font-size: 35px !important;
    line-height: 55px !important;
    top: 0.4em !important;
}

.product-detail .product-finance.v12ibc {
    padding-left: 125px !important;
}

.product-finance {
    padding-top: 10px !Important;
    padding-bottom: 10px !Important;
    padding-left: 80px !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
    line-height: normal;
    background-color: #fcfcfc;
}

product-detail .product-finance a {
    display: inline-block;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #0d0f2e;
    border-bottom: 1px solid #dbb86f;
}

a.show_ifc_plans {
    border-bottom: 1px solid #dbb86f !important;
}

.product-finance a {
    font-size: 8px;
}

.product-detail .product-finance a:hover {
    text-decoration: none;
    color: #525149;
    border-color: #41342a;
}

.product-detail .product-finance a {
    display: inline-block;
    margin-bottom: 4px;
    text-transform: uppercase;
}



.storedetailscolorbox iframe.cboxIframe {
    height: 100% !important;
}

.storedetailscolorbox {
    top: 200px !important;
}

.storedetailscolorbox div#cboxLoadedContent {
    height: 100% !important;
}

.multiStepCheckoutSummaryPage .storedetailscolorbox {
    top: 30px !important;
}

.storedetailscolorbox * {
    background: none !important;
    border: none !important;
}

.storedetailscolorbox #cboxWrapper {
    padding: 0;
}

.storedetailscolorbox div#cboxClose {
    width: 20px !important;
    height: 20px;
    right: 20px !important;
    top: 35px;
    cursor: pointer;
    background: url(http://cce053ee06b98536a2dc3-a6fed8c1b4fb343f790cc1a783af6690.r40.cf3.rackcdn.com/monetate/zoom-close.jpg) !important;
    background-position: center;
    background-size: contain !important;
    padding: 0;
}

.multiStepCheckoutSummaryPage .storedetailscolorbox div#cboxClose {
    right: 50px !important;
    top: 20px;
}

@media (max-width: 991px) {
    .storedetailscolorbox div#cboxClose {
        right: 10px !important;
        top: 30px;
    }

    .multiStepCheckoutSummaryPage .storedetailscolorbox div#cboxClose {
        right: 20px !important;
        top: 20px;
    }
}

div#localStockSearchTitle {
    font-weight: bold;
    font-size: 14px;
}

.storePhone i.fa.fa-phone {
    color: black !important;
}

i.fa.fa-map-marker.storeStock {
    padding-right: 8px;
}

.messageErrorDropdown {
    color: red;
    font-weight: bold;
    padding-top: 15px;
}

#localStockSearchSelectSize .messageErrorDropdown {
    padding-top: 0px;
}

.messageErrorDropdown i.fa.fa-exclamation-circle {
    padding-right: 5px;
    font-size: 16px;
}

div#productOrderOnline {
    border: 1px solid #ccc;
    margin: 4% 0 4%;
    padding: 15px;
    text-align: center;
}

span.orderOnlineOnly {
    text-decoration: underline;
}

.newsEntryText.col-xs-12 {
    border-top: 1px solid #d8d1c7;
    padding: 20px 0px 20px 0px;
}

.row.col-xs-12.marketingCons {
    padding-top: 20px;
}

.profileWrapper .row p {
    padding: 10px 20px 0px 20px;
}

input.action-link.save-change {
    margin-bottom: 20px;
}

.divisorLine {
    border-bottom: 2px solid #EFECEA;
    margin-top: 30px;
    margin-bottom: 30px;
}

td.product.image {
    width: 25%;
}

.confirmation-header h1 {
    text-align: left;
}

h1.sectionHeader2 {
    text-align: left;
}

.boldTitle {
    font-weight: bold;
}

.col-md-6.order-summary {
    float: right;
}

.confirmation-group-inset.confirmation-group-inset-bg, .confirmation-group-inset, .newsletterUpdatedMsg {
    background-color: #EFECEA;
    padding: 10px;
}

.col-md-6.newsletterOrderPage {
    background-color: #EFECEA;
    padding: 10px 30px 20px 30px;
}

.newsEntryText.col-md-12 {
    padding-bottom: 20px;
    padding-left: 0px;
}

.row.newsOpt.span12 {
    padding: 20px 0px 0px 0px;
}

input#orderNewsletterUpdate {
    margin: 20px 0px 20px 0px;
}

.newsletterUpdatedMsgOut, .preferencesNewsUpdated {
    color: #cc0000;
}

.confirmation-group-detail.clearfix {
    text-align: right;
}

.col-md-6.orderSummaryBlock {
    padding-right: 0px;
    margin-right: 0px;
}

.col-md-6.orderMessage {
    padding-right: 50px;
}

.total.col-md-5.boldTitle, .total.orderSummaryPrices {
    padding-top: 10px;
}

@media (min-width: 350px) {
    label.radioBtn.col-xs-1 {
        padding: 0px;
    }
}

.total.col-lg-6.col-xs-4.boldTitle {
    padding-top: 10px;
}

@media (max-width: 700px) {
    .confirmation-group-detail.clearfix {
        text-align: left;
    }

    .hidesmall {
        display: none;
    }

    .order-summary {
        line-height: 1.5;
    }

    td.productDetailOrder {
        padding-left: 30px;
    }

    .items-summary-mobile tbody {
        text-align: left;
        padding-left: 30px;
    }

    .confirmation-group-detail {
        text-align: left;
    }

    .col-lg-6.order-summary {
        padding-left: 0px;
    }

    .col-lg-6.col-xs-3.boldTitle {
        padding-left: 0px;
        margin-left: 0px;
    }

    .col-lg-6.order-summary {
        padding-top: 10px;
    }

    .total.col-lg-6.col-xs-4.boldTitle {
        padding: 10px 0px;
    }

    .orderSummaryPrices.col-xs-9.col-lg-6 {
        padding-left: 42px;
    }

    .col-md-12.confirmation-group.confirmation-group-bg.paymentMethod, .col-md-12.confirmation-group.confirmation-group-bg.deliveryAddress {
        padding-left: 0px;
    }

    td.productImageMobile img {
        width: 80px;
    }

    .col-lg-6.order-summary.col-xs-12 {
        padding-left: 90px;
    }

    table.items-summary-mobile.visible-sm th {
        font-weight: normal;
    }

    td.product.name, td.quantity, td.price {
        text-align: left;
    }
}

@media (min-width: 701px) {
    .col-lg-6.order-summary {
        float: right;
    }
}

td.product.image img {
    width: 80%;
}

.confirmation-header {
    padding-left: 10px;
}

table.items-summary-desktop {
    margin-bottom: 30px;
}

table.items-summary-mobile.visible-sm {
    margin-bottom: 20px;
}

div#NewsletterErrorMsg {
    color: #cc0000;
    text-align: center;
    border: 1px solid;
    padding: 5px;
    margin-bottom: 10px;
}

.btnShowHide {
    border: 1px solid silver;
    width: 94%;
    background: transparent;
    margin: 0 3%;
}

.text-center {
    text-align: center;
}

#hideFilters {
    margin-top: 30px;
    display: none;
}

#showFilters {
    width: auto;
    float: left;
    display: none;
}

.showFilters {
    display: none;
}

.paginationlh {
    line-height: inherit;
}

.paginationpad {
    margin-top: inherit;
}

.filterSection {
    display: none;
}



.productSection, .filterSection {
}

.product.notext {
    min-height: 0px;
}

.product.notext .product-title, .product.notext .prodPrice, .product.notext .product-cost, .product.notext .productLister-v12Block {
    min-height: 0px;
    display: none;
}


.btnToggleCols {
    margin-top: 15px;
    font-size: 22px !important;
    width: 35px;
    padding: 2px;
}

.product-lister-page.container.container-topspacer {
    width: 1400px;
}

.product-title {
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-bottom: 0 !important;
    line-height: 17px;
    font-size: 12px

}

.prodPrice {
    margin-bottom: 8px;
}

@media (max-width: 1400px) {
    .product-lister-page.container.container-topspacer {
        width: 100%;
    }
}

@media (max-width: 1200px) and (min-width: 991px) {
    .productGridImageContainer {
        min-height: auto;
    }
}

.productGrid .prodPrice.was-price {
    color: red;
}

.productGrid .prodPrice.was-price span {
    color: black;
    font-size: 14px;
    text-decoration: line-through;
    margin-right: 3px;
}
