html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -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-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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
    }
}

.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-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

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

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

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

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

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

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

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.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 a>img,
.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    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-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    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 {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>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.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.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, color-stop(0, 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%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    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, color-stop(0, 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%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    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-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.modal-footer:after,
.modal-footer:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.modal-footer:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

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

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

.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
    text-shadow: none
}

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

.btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc
}

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

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

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

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
    background-repeat: repeat-x;
    border-color: #245580
}

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

.btn-primary.active,
.btn-primary:active {
    background-color: #265a88;
    border-color: #245580
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #265a88;
    background-image: none
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
    background-repeat: repeat-x;
    border-color: #3e8f3e
}

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

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

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

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
    background-repeat: repeat-x;
    border-color: #28a4c9
}

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

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

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

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
    background-repeat: repeat-x;
    border-color: #e38d13
}

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

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

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

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
    background-repeat: repeat-x;
    border-color: #b92c28
}

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

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

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

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

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x;
    background-color: #e8e8e8
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x;
    background-color: #2e6da4
}

.navbar-default {
    background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));
    background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075)
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075)
}

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

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
    background-repeat: repeat-x;
    border-radius: 4px
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));
    background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25)
}

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

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

@media (max-width:767px) {
    .navbar .navbar-nav .open .dropdown-menu>.active>a,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
        background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
        background-repeat: repeat-x
    }
}

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

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
    background-repeat: repeat-x;
    border-color: #b2dba1
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
    background-repeat: repeat-x;
    border-color: #9acfea
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
    background-repeat: repeat-x;
    border-color: #dca7a7
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
    background-repeat: repeat-x
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
    background-repeat: repeat-x
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    background-repeat: repeat-x
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    background-repeat: repeat-x
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    background-repeat: repeat-x
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    background-repeat: repeat-x
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

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

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
    background-repeat: repeat-x;
    border-color: #2b669a
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
    text-shadow: none
}

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

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
    background-repeat: repeat-x
}

.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
    background-repeat: repeat-x
}

.panel-success>.panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
    background-repeat: repeat-x
}

.panel-info>.panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
    background-repeat: repeat-x
}

.panel-warning>.panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
    background-repeat: repeat-x
}

.panel-danger>.panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
    background-repeat: repeat-x
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1)
}

.estrellaborde {
    display: block;
    width: 47px;
    height: 45px;
    background: url('https://joyeriagarce.com/images/corazon-o.png') no-repeat
}

.socialImg {
    width: 35px;
    height: 35px;
    margin: 5px
}

.socialfill {
    fill: #ccc;
    color: #ccc;
    transition: fill 0.5s;
    -webkit-transition: all 0.5s;
}

.socialImg:hover .socialfill {
    fill: #4FD3BC;
    color: #4FD3B;
}

.right-align {
    text-align: right
}

.estrella {
    display: block;
    width: 47px;
    height: 45px;
    background: url('https://joyeriagarce.com/images/corazon.png') no-repeat
}

.favorito {
    position: absolute;
    right: 0px;
    top: 20px;
    margin: 0 15px;
    font-size: 35px!important;
    color: #ececec;
    font-weight: 400;
    cursor: pointer
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local("?"), url(../fonts/montserrat-regular.ttf) format("truetype")
}

@font-face {
    font-family: Montserrat;
    font-style: bold;
    font-weight: 700;
    src: local("?"), url(../fonts/montserrat-bold.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 400;
    src: local("OpenSans"), url(../fonts/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
    font-family: OpenSans;
    font-style: bold;
    font-weight: 700;
    src: local("OpenSans"), url(../fonts/OpenSans-Bold.ttf) format("truetype")
}

body {
    font-family: OpenSans
}

ul li {
    list-style: none
}

h1,
h2,
h3 {
    font-family: Montserrat;
    color: #4fd3bc
}

a {
    text-decoration: none!important
}

.floatleft {
    float: left
}

.floatright {
    float: right
}

.right {
    text-align: right
}

.nopad {
    padding: 0
}

.moduletable h3 {
    color: #7a6e60;
    background: #ececec;
    padding: 10px;
    margin-bottom: -15px
}

footer .moduletable h3 {
    margin-bottom: 10px
}

.moduletable h3:after {
    display: none
}

.breadcrumbsmodule {
    padding-top: 15px
}
.margin1{
    margin: 0px;
    padding: 0px 5px 0px 0px;
}
.margin2{
    margin: 0px;
    padding: 0px 0px 0px 15px;
}
.margin1 div{
    margin: 0;
    padding: 0;
}
.margin2 div{
    margin: 0;
    padding: 0;
}
.nomargin,
.nomargin div {
    margin: 0;
    padding: 0
}
@media(max-width: 990px){
    .margin2, .margin1{
        margin: 0px;
        padding: 0px ;
    }
    .headerwhite>div{
    padding-top: 30px !important;
    margin-top: 50px
}
.whatsapp{
	margin: 0px !important;
	padding: 10px !important;
	text-align: center
}
.whatsapp img{
	float: none;
}
}
.logo img {
    margin-left: 15px
}

.headerbrown {
    height: 50px;
    background: #2f261c none repeat scroll 0 0!important;
    position: fixed;
    z-index: 1000
}

.headerwhite>div {
    padding: 30px 0;
    margin-top: 50px
}

.mainmenu {
    height: 60px;
    background: #ededed none repeat scroll 0 0;
    display: inline-block;
    width: 100%
}

.telefonos {
    text-transform: uppercase;
    text-align: right;
    margin-left: 20px;
    width: 79%
}

.whatsappicono {
    width: 20%
}

.whatsapp {
    font-weight: 700
}

.table {
    display: table
}

footer h3 {
    background: 0 0!important;
    color: #4fd3bc!important;
    font-family: Montserrat;
    text-align: left!important;
    padding: 0 10px!important
}

footer ul {
    margin: 0 10px;
    padding: 0
}

footer a {
    font-weight: 700;
    color: #fff
}

.carroMobile,
.loginMobile {
    width: 49%;
    text-align: center
}

.carroMobile img {
    width: 40px;
    height: 30px
}

.loginMobile img {
    width: 30px;
    height: 30px
}

.moduletable .custom img {
    max-width: 100%
}

.category_description img {
    max-width: 100%
}

.mainmenu {
    font-family: Montserrat;
    line-height: 1!important
}

.mainmenu li {
    float: left;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    height: 60px;
    display: block
}

.menumainmenu>li {
    padding: 0 30px
}

.mainmenu li span,
.menumainmenu>li>a {
    height: 60px
}

.menumainmenu {
    height: 60px;
    margin: 0
}

#left nav ul ul,
.mainmenu ul ul,
.menu ul li ul {
    display: none;
    position: absolute;
    z-index: 500;
    background: #4fd3bc;
    margin-left: -30px;
    padding: 0
}

#left nav ul li:hover>ul,
.mainmenu li:hover>ul {
    display: block
}

.mainmenu li:hover {
    background: #4fd3bc;
    color: #fff
}

.mainmenu li:hover a {
    color: #fff;
    text-decoration: none
}

.mainmenu ul:hover {
    display: block!important
}

.mainmenu a,
.mainmenu span {
    display: table-cell;
    vertical-align: middle;
    color: #2f261c
}

.lateral nav li,
.mainmenu li ul li {
    float: none;
    clear: both;
    height: 35px;
    padding: 12px 30px
}

.mainmenu li ul li:hover {
    background: #7a6e60
}

.social img {
    max-width: 100%
}

.lateral nav {
    background: #ececec;
    font-family: Montserrat
}

.lateral nav ul {
    padding: 0
}

.lateral nav li {
    padding: 0;
    margin: 0;
    display: inline-block;
    clear: both;
    width: 100%;
    padding: 10px
}

.lateral nav li:hover {
    background: #4fd3bc
}

.lateral a {
    color: #2f261c;
    text-decoration: none;
    display: block;
    width: 100%;
    padding-right: 0
}

.lateral a:hover {
    color: #fff;
    text-decoration: none
}

.bannertop {
    text-align: center;
    background: #d9b891;
    margin: 15px;
	background: #000;
    width: 98%
}

.bannertop img {
    max-width: 100%
}

#left .menu li {
    position: relative
}

#left .menu li ul {
    left: 100%;
    top: 0;
    width: 100%;
    margin: 0;
    box-shadow: 3px 3px 3px rgba(50, 48, 48, .32)
}

#left .deeper>a:after {
    content: '>';
    float: right
}

.carro {
    margin: 10px 0
}

#pmCart {
    overflow: hidden;
    display: block;
    color: #fff;
    height: 25px;
    display: table-cell;
    vertical-align: middle
}

.pmcartgreen {
    background: #4fd3bc!important;
    opacity: 1!important;
    transition: all .6s ease
}

.carticoncontainer {
    width: 25%;
    float: left;
    display: table-cell;
    padding: 5px;
    text-align: center
}

.carticon {
    max-width: 60%;
    margin: 5%;
    vertical-align: middle
}

.cartdesc a {
    color: #fff
}

.cartdesc {
    width: 75%;
    float: right;
    text-align: center;
    font-weight: 700;
    padding: 5px
}

.breadcrumbs a {
    color: #4fd3bc
}

.categoryproduct .product {
    text-align: left;
    margin-bottom: 20px;
    text-align: left;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    padding: 10px;
    transition: all .2s ease-in-out
}

.slidercats {
    z-index: 6000
}

.categoryproduct .product:hover {
    box-shadow: 7px 7px 10px #bcbcbc
}

.marquesina {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 5px;
    border-top: 1px solid #ececec;
    -webkit-marquee: auto medium infinite scroll normal;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 40s linear infinite;
    margin: 0 auto;
    overflow: hidden
}

@keyframes marquee {
    0% {
        text-indent: 100%
    }
    100% {
        text-indent: -50%
    }
}

.categoryproduct .price {
    overflow: hidden;
    width: 100%;
    font-size: 90%
}

.categoryproduct .price strong {
    font-size: 150%;
    font-weight: 700;
    font-family: Montserrat
}

.categoryproduct .product_name,
.product_name a {
    text-transform: uppercase;
    font-family: Montserrat;
    font-size: 9px;
    color: #4fd3bc;
    text-decoration: none
}

.categoryproduct .product_name h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.category .category_image,
.categoryproduct .image,
.product .imagenprincipal {
    text-align: center;
    max-width: 100%
}

.category-view .category {
    margin: 0;
    padding: 10px
}

.categoryproduct .image img {
    max-height: 204px
}

#relacionados .product a,
.categoryproduct .product .image a,
.product .imagenprincipal a {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

#relacionados .product img,
.category .category_image,
.categoryproduct .product .image a img {
    display: table-cell;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.category_image img {
    width: 100%
}

.categoryproduct .pdesc {
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden
}

.category .category_name {
    padding: 20px 0;
    background: #ececec none repeat scroll 0 0;
    font-size: 16px;
    padding: 15px 10px;
    width: 100%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.category .category_anchor {
    color: #2f261c
}

.category .category_anchor:hover {
    color: #4fd3bc
}

.aditionalimage img {
    max-width: 95px;
    max-height: 95px;
    border: 1px solid #ececec
}

.addtocartnotallowed,
.product .addtocart-button input {
    background: #4fd3bc;
    border: medium none;
    color: #fff;
    font-family: Montserrat;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    height: 60px;
    width: 100%
}

.addtocartnotallowed {
    background: #ececec!important;
    cursor: not-allowed;
    display: inherit;
    width: 100%;
    padding: 20px
}

.paypalexpress img {
    cursor: pointer
}

.bannerprod1 {
    background: #4fd3bc;
    overflow: hidden;
    display: block
}

.banner-producto {
    border: 2px solid #ececec;
    text-align: center;
    border: 2px solid #ececec;
    text-align: center;
    display: block;
    overflow: hidden
}

.banner-producto img {
    max-width: 100%
}

.comprarbotones {
    margin: 15px 0
}

.voidsearch form {
    display: block;
    width: 100%;
    height: 40px
}

.buscador,
.buscadortop {
    padding: 0!important
}

.buscador {
    margin: 15px 0
}

.voidsearchbox {
    border: 2px solid #ececec;
    width: 85%;
    float: left
}

.voidsubmit {
    float: right;
    width: 13%;
    background: #2f261c none repeat scroll 0 0;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0
}

.voidsearchbox input {
    width: 90%;
    border: none
}

.iconcontainer {
    display: block;
    width: 30px;
    float: left;
    height: 30px;
    margin-left: -5px;
    margin-top: 5px;
    background: #fff
}

.voidsearchicon {
    margin: 0;
    padding: 5px
}

.search {
    width: 100%!important
}

.voidsearch input {
    vertical-align: middle;
    width: 80%;
    height: 30px;
    margin: 5px;
    border: none!important
}

.voidresultados {
    max-width: 450px!important;
    background: #ececec
}

#resultados li {
    margin: 10px;
    background: #fff;
    background: #ececec;
    display: block;
    overflow: hidden
}

#resultados ul {
    padding: 15px!important;
    margin: 0!important
}

#resultados a {
    color: #4fd3bc;
    text-transform: uppercase;
    font-family: Montserrat
}

#resultados .voidhighlight {
    color: #2f261c;
    background: #4fd3bc
}

.voidsearchimg {
    width: 100px;
    margin-right: 10px
}

.voidsearch {
    text-transform: none!important;
    font-weight: 400!important;
    font-family: arial;
    text-align: justify
}

.voidresultados>li>a {
    float: left
}

.voidresultados a {
    font-weight: 700
}

#voidsearchicon {
    width: 25px;
    height: 25px;
    float: left
}

#resultados {
    position: absolute;
    top: 40px;
    left: 0;
    margin-top: 10px;
    background: #fff;
    display: none
}

.resultados {
    position: absolute;
    z-index: 2000;
    top: 40px;
    left: 0;
    margin-top: 10px;
    background: #4fd3bc;
    display: none
}

.buscadortop {
    position: fixed!important;
    z-index: 5000;
    top: 0
}

#mod_void_search {
    height: 35px;
    vertical-align: middle
}

#buscadortopcontainer #resultados {
    left: 15px
}

#buscadortopcontainer .voidsearchbox {
    height: 30px
}

#buscadortopcontainer #mod_void_search {
    height: 25px
}

#buscadortopcontainer #mod_void_search {
    height: 25px
}

#buscadortopcontainer .voidsubmit {
    height: 30px;
    padding: 5px 0
}

#buscadortopcontainer .voidsubmit {
    background: #2f261c;
    opacity: 0
}

#buscadortopcontainer .voidsearchbox {
    border: none
}

#buscadortopcontainer #voidsearchform {
    margin-top: 10px
}

.voidsearchbox {
    background: #fff
}

.orderlistcontainer .activeOrder,
.orderlistcontainer .title {
    float: left;
    padding: 10px 10px 10px 0
}

.orderliscontainer .title {
    width: 110px
}

.activeOrder {
    border: 1px solid #ececec
}

.activeOrder a {
    padding: 10px;
    color: #333
}

.orderlist {
    display: none;
    clear: both
}

.paginacioning li {
    padding: 10px;
    float: left;
    border: 1px solid #ececec;
    margin: 5px
}

.paginacioning ul {
    display: inline-block;
    overflow: hidden;
    margin: 0 auto
}

.paginacioning {
    text-align: center
}

.productdetailsimg {
    max-width: 320px
}

.modalcontainer {
    display: block;
    overflow: hidden
}

.loginmodal .modal-header,
.regmodal .modal-header {
    background: #4fd3bc
}

.loginmodal .modal-header h4,
.regmodal h4 {
    color: #fff;
    font-size: 130%;
    font-weight: 700;
    font-family: Montserrat
}

.loginmodal .close,
.regmodal .close {
    color: #fff;
    opacity: 1
}

.login .separator,
.login span {
    color: #fff;
    padding: 15px 0;
    display: block;
    float: left;
    margin-right: 15px;
    cursor: pointer
}

.loginmodal input,
.regmodal input,
.regmodal select {
    padding: 5px;
    border: 2px solid #ececec;
    margin: 15px 0
}

.loginmodal input:focus,
.regmodal input:focus {
    border: 2px solid #4fd3bc
}

.loginmodal a,
.regmodal a {
    margin: 10px 0;
    color: #4fd3bc
}

.loginmodal a:hover,
.regmodal a:hover {
    color: #2f261c
}

.regmodal input,
.regmodal select {
    margin: 2px
}

.regmoda .modal-footer {
    display: block;
    overflow: hidden
}

.loginmodal .cancelar,
.loginmodal .submit,
.regmodal .cancelar,
.regmodal .submit {
    background: #4fd3bc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    margin: 10px
}

.loginmodal .cancelar,
.regmodal .cancelar {
    padding: 5px;
    background: #2f261c
}

.botoncarro {
    float: right
}

.moduletableconfiguradoralianzas {
    background: #ececec;
    padding: 0 0 5px 10px
}

.moduletableconfiguradoralianzas h3 {
    padding: 10px 0
}

.nombre_producto {
    font-family: Montserrat;
    margin: 5px 0px;
    font-size: 150%;
    text-transform: uppercase;
    text-overflow: ellipsis;

white-space: nowrap;

overflow: hidden;
}
.headerSeparator{
    border-top: 1px solid #4fd3bc;

margin: 10px 0px auto;
}
.precio {
    font-weight: 700;
    color: #000;
    font-size: 200%;
    font-family: Montserrat;

}

.precio_anterior {
    color: #a7a7a7;
    font-size: 100%;
    font-weight: 700;

    text-decoration: none
}

.favourite,
.me_gusta,
.pregunta_producto {
    background: #ececec;
    padding: 10px!important;
    margin: 5px 0!important;
    text-transform: uppercase;
    padding-right: 25px!important
}

.favourite .text {
    margin: 10px 10px 10px 50px;
    display: block
}

.favourite .pull-left {
    cursor: pointer
}

.pregunta_producto {
    font-size: 80%;
    background: #ececec url(../images/pregunta.png) no-repeat scroll 10px
}

.me_gusta {
    background: #ececec url(../images/corazon.png) no-repeat scroll 10px
}
.envioGratis{
    background: #ececec;
    padding: 10px 10px 10px 50px!important;
    margin: 5px 0!important;
    text-transform: uppercase;

    background: #ececec url(https://joyeriagarce.com/templates/garce/assets/images/envio.png) no-repeat scroll 10px
}
.entregaIcono{
    background: #ececec;
    padding: 10px 10px 10px 40px!important;
    margin: 5px 0!important;
    text-transform: uppercase;
    background: #ececec url(https://joyeriagarce.com/templates/garce/assets/images/entrega.png) no-repeat scroll 10px
}
.grabadoDiv{
    background:  url(https://joyeriagarce.com/templates/garce/assets/images/grabado.png) no-repeat scroll 10px;
    padding: 10px 10px 10px 50px!important;
    border-bottom: 2px solid #ececec;
    transition: border 0.5s;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px !important;
}
.regaloDiv{
    background:  url(https://joyeriagarce.com/templates/garce/assets/images/regalo.png) no-repeat scroll 10px;
    padding: 10px 10px 10px 50px!important;
    border-bottom: 2px solid #ececec;
    transition: border 0.5s;
    cursor: pointer;
    text-align: center;
    margin-bottom: 10px !important;
}
.ajustarDiv{
    background:  url(https://joyeriagarce.com/templates/garce/assets/images/ajustar.png) no-repeat scroll 10px;
    padding: 10px 10px 10px 50px!important;
    border-bottom: 2px solid #ececec;
    transition: border 0.5s;
    cursor: pointer;
    text-align: center;
    margin-bottom: 8px !important;
}
.mensajeDiv{
    background:  url(https://joyeriagarce.com/templates/garce/assets/images/mensaje.png) no-repeat scroll 10px;
    padding: 10px 10px 10px 50px!important;
    border-bottom: 2px solid #ececec;
    transition: border 0.5s;
    cursor: pointer;
    text-align: center
}
.grabadoDiv:hover, .regaloDiv:hover,.mensajeDiv:hover, .ajustarDiv:hover{
    border-bottom: 2px solid #4fd3bc;
}
.opcionOk{
   border-bottom: 2px solid #4fd3bc; 
   color: #4fd3bc
}
.megustamail {
    font-size: 80%
}

.me_gusta a,
.pregunta_producto a {
    padding: 0;
    margin: 0;
    width: 100%
}

.me_gusta a span,
.pregunta_producto a span {
    padding-left: 30px!important
}

.mf_logo,
.sku {
    margin: 0;
    padding: 0
}

.pdesc a,
.pdesc h1,
.pdesc h2,
.pdesc h3 {
    color: #000
}

.iconos {
    text-align: center
}

.iconos img {
    width: 80%
}

.entrega {
    margin-top: 15px
}

.product .imagenprincipal {
    display: block;
    border: none!important
}

.insidecontainer,
.product-top {
    display: table
}

.product-top .image {
    text-align: center;
    vertical-align: middle
}

.inside2 {
    display: table-cell;
    float: none;
    vertical-align: top
}

.franjamarron {
    border-bottom: 4px solid #2f261c
}

.logoimagen {
    width: 100%
}

.botonpersonalizar {
    text-transform: uppercase;
    color: #fff;
    background: #ccc none repeat scroll 0 0;
    text-align: center;
    padding: 15px;
    background: #4fd3bc;
    font-weight: 700
}

.personalizar {
    vertical-align: middle!important
}

.persiana {
    position: absolute;
    background: #ececec;
    padding: 10px;
    width: 100%;
    z-index: 500;
    display: none
}

.persiana>div {
    margin: 15px;
    font-weight: 700
}

.personalizar,
.product-midle,
.product-top,
.product_right {
    padding: 0
}

.touch {
    cursor: pointer
}

#mainmenuoverlay {
    display: none;
    position: fixed;
    z-index: 2;
    background: rgba(0, 0, 0, .62) none repeat scroll 0 0;
    height: 8000px;
    width: 100%
}

.megustamail,
.pregunta,
.touch a {
    color: #2f261c
}

.megustamail:hover,
.pregunta:hover,
.touch a:hover {
    color: #4fd3bc
}

@media(max-width:990px) {
    .categoryproduct .product .image a,
    .product .imagenprincipal a {
        width: 100vw;
        height: 80vw
    }
    .marquesina {
        animation: marquee 10s linear infinite
    }
    .mobileMargin10{
        margin: 5px 0px !important
    }
    .nomobile {
        display: none !important
    }
    .mainmenu {
        height: auto;
        background: #ececec;
        position: absolute;
        display: block;
        z-index: 500
    }
    .menumainmenu {
        background: #ececec;
        height: auto;
        padding: 0
    }
    .mainmenu li ul {
        width: 100%;
        text-align: center;
        margin: 0;
        position: relative;
        overflow: hidden
    }
    .mainmenu li a,
    .mainmenu li span {
        text-align: center;
        width: 100%;
        padding: 25px 0;
        display: block
    }
    .mainmenu li ul li {
        padding: 0;
        height: auto
    }
    .mainmenu li ul li a {
        padding: 30px
    }
    .mainmenu li:hover ul {
        display: none
    }
    .mainmenu li {
        padding: 0;
        position: relative;
        display: inline-block
    }
    .headerbrown {
        width: 100%
    }
    .mainmenu li {
        float: none;
        width: 100%
    }
    .mainmenu {
        display: none
    }
    .voidsubmit {
        display: none
    }
    .voidsearchbox {
        width: 100%;
        height: 30px
    }
    .voidsearchbox span {
        width: 15%;
        float: left
    }
    .voidsearchbox span img {
        width: 100%
    }
    .voidsearchbox input {
        width: 80%;
        float: right;
        font-size: 12px
    }
    .buscontainer {
        padding: 0;
        margin: 0
    }
    .top1 {
        margin: 0;
        margin-top: 10px;
        padding: 0
    }
    .top1 .imgmenu {
        height: 30px;
        width: 30px
    }
    .logo {
        text-align: center;
        padding-bottom: 0!important
    }
    .whatsapp {
        padding: 0!important;
        margin: 0
    }
    .telefonos {
        text-align: center;
        width: 100%;
        float: none;
        margin: 0;
        padding: 0
    }
    .whalogocon {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
        margin: 0
    }
    .whalogocon img {
        margin: 0;
        padding: 0
    }
    .product .product-top {
        width: 100%;
        display: block
    }
    .product {
        padding: 10px
    }
    .container {
        padding: 0!important
    }
    footer div[class^=col-md] {
        overflow: hidden
    }
    footer .col-md-2 h3,
    footer div[class^=col-md] .moduletable {
        width: 100%;
        text-align: center!important
    }
    footer .floatleft,
    footer .floatright {
        float: none!important
    }
    footer div[class^=col-md] a,
    footer div[class^=col-md] p {
        overflow: hidden;
        text-align: center
    }
    footer div[class^=col-md] img {
        float: none!important
    }
    .paypalexpress {
        margin: 20px 0!important;
        text-align: center;
        background: #ececec
    }
    .paypalexpress img {
        margin: 0 auto;
        float: none!important
    }
    .iconos {
        margin: 15px 0
    }
    .iconos img {
        max-width: 100%;
        width: auto!important
    }
    .entrega img {
        float: left!important
    }
    .category .spacer a,
    .category .spacer a .category_image {
        width: 100%;
        display: block
    }
    .adiper {
        width: 100%
    }
    .sweetPm {
        margin-left: 0!important
    }
    .voidsearchbox span img {
        height: 25px;
        width: 25px
    }
    #mod_void_search {
        vertical-align: middle;
        height: 22px
    }
    #buscadorcontainer {
        margin: 20px 0;
        display: block;
        overflow: hidden
    }
    .mobile {
        display: block
    }
    .carrocontainer {
        padding: 0
    }
}

@media(min-width:991px) {
    #relacionados .product a,
    .categoryproduct .product .image a,
    .product .imagenprincipal a {
        width: 20vw;
        height: 18vw
    }
    .inside {
        display: table-cell;
        float: none;
        vertical-align: top
    }
    .imgmenu {
        display: none
    }
    .mobile {
        display: none
    }
}

footer {
    background: #2f261c none repeat scroll 0 0!important
}

.horizontal-separator {
    background: 0 0
}

footer a {
    font-size: 90%
}

footer a:hover {
    color: #4fd3bc
}

.acymailing_form {
    width: 100%
}

.acymailing_form input {
    width: 100%;
    border: none;
    padding: 5px 10px
}

footer input[type=submit] {
    width: 45%;
    float: left;
    text-transform: uppercase;
    background: #ececec;
    font-weight: 700
}

footer .social .col-xs-3 {
    padding: 5px
}

footer .social .col-xs-3 img {
    max-width: 45px
}

div .activetogleler {
    background: #2f261c none repeat scroll 0 0;
    width: 100%;
    margin: 0 auto 15px;
    padding: 5px 0;
    text-align: left;
    font-size: 130%;
    cursor: pointer;
    font-family: Oswald, sans-serif;
    color: #fff;
    border: 1px solid #322417
}

.headertogleler,
.productos,
.vm-button-correct2 {
    width: 100%;
    margin: 0 auto 15px;
    padding: 5px 0;
    background: #4fd3bc none repeat scroll 0 0;
    text-align: left;
    font-size: 130%;
    cursor: pointer;
    font-family: Oswald, sans-serif;
    color: #fff;
    border: none
}

.stepchild input,
.stepchild select {
    border: 2px solid #ececec;
    padding: 6px;
    margin: 5px
}

.stepchild input:focus {
    border: 2px solid #aaa;
    box-shadow: 3px 5px 10px #ececec
}

.swal2-popup {
  font-size: 1.6rem !important;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0
}

.bx-wrapper img {
    max-width: 100%;
    display: block
}

.bx-wrapper .bx-viewport {
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0)
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(https://joyeriagarce.com/templates/garce/assets/css/images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../../../../images/controls.png) no-repeat 0 -32px
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../../../../images/controls.png) no-repeat -43px -32px
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}

.bx-wrapper .bx-controls-auto {
    text-align: center
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(https://joyeriagarce.com/templates/garce/assets/css/images/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(https://joyeriagarce.com/templates/garce/assets/css/images/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(80, 80, 80, .75);
    width: 100%
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}

.bx-default-pager {
    display: none
}

.bx-wrapper {
    margin-top: 20px!important
}

.psprecio {
    position: absolute;
    right: 0;
    font-family: Montserrat;
    color: #4fd3bc!important;
    font-size: 160%
}

.psdto {
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../../../../images/cintasola.png) 0 70px;
    text-align: center;
    padding-top: 15px;
    font-size: 170%;
    font-family: Montserrat;
    color: #fff
}

#cookieMessageContainer {
    max-width: 350px
}

#cookieMessageContainer #continue_button {
    height: 25px
}

@media (min-width:990px) and (max-width:1100px) {
    #left,
    #pmCart,
    #right {
        font-size: 85%
    }
}

@media(max-width:1450px) {
    .menumainmenu li {
        padding: 0 15px
    }
}

@media(max-width:1150px) {
    .menumainmenu li {
        padding: 0 10px
    }
}

.separator {
    clear: both;
    padding-top: 10px;
    border-bottom: 1px solid #4fd3bc
}

.readmore a {
    padding: 10px 35px;
    background: #4fd3bc;
    color: #fff!important;
    font-weight: 700
}

.item-page a,
.items-leading a {
    color: #4fd3bc
}

.item-page img {
    max-width: 100%!important
}

.item-page p {
    text-align: justify!important
}

.pdesc img {
    max-width: 100%
}
.cintasDto{
width: 90px;
height: 90px;
position: absolute;
background: url('https://joyeriagarce.com/images/cintas/cintassprite.png');
top: 5px;
left: 5px;
}
.cintasIndex{
width: 90px;
height: 90px;
position: absolute;
background: url('https://joyeriagarce.com/images/cintas/cintassprite.png');
top: 0px;
left: 15px;
}
.cintadto6{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px 0px
}
.cintadto7{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px 0px
}
.cintadto8{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -90px
}
.cintadto9{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -90px
}
.cintadto10{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -90px
}
.cintadto11{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -180px
}
.cintadto12{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -180px
}
.cintadto13{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -180px
}
.cintadto14{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -270px
}
.cintadto15{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -270px
}
.cintadto16{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -270px
}
.cintadto17{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -360px
}
.cintadto18{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -360px
}
.cintadto19{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -360px
}
.cintadto20{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -450px
}
.cintadto21{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -450px
}
.cintadto22{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -450px
}
.cintadto23{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -540px
}
.cintadto24{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -540px
}
.cintadto25{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -540px
}
.cintadto26{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -630px
}
.cintadto27{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -630px
}
.cintadto28{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -630px
}
.cintadto29{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -720px
}
.cintadto30{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -720px
}
.cintadto31{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -720px
}
.cintadto32{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -810px
}
.cintadto33{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -810px
}
.cintadto34{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -810px
}
.cintadto35{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -900px
}
.cintadto36{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -900px
}
.cintadto37{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -900px
}
.cintadto38{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -990px
}
.cintadto39{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -990px
}
.cintadto40{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -990px
}
.cintadto41{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -1080px
}
.cintadto42{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -1080px
}
.cintadto43{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -1080px
}
.cintadto44{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -1170px
}
.cintadto45{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -1170px
}
.cintadto46{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -1170px
}
.cintadto47{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -1260px
}
.cintadto48{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -1260px
}
.cintadto49{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -1260px
}
.cintadto50{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -1350px
}
.cintadto51{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -1350px
}
.cintadto52{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -1350px
}
.cintadto53{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -1440px
}
.cintadto54{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -1440px
}
.cintadto55{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -1440px
}
.cintadto56{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -1530px
}
.cintadto57{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -1530px
}
.cintadto58{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -1530px
}
.cintadto59{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -1620px
}
.cintadto60{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90px -1620px
}
.cintadto65{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -1620px
}
.cintadto70{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -0px -1710px
}
.cintadto75{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -90.px -1710px
}
.cintadto80{
background:	url('https://joyeriagarce.com/images/cintas/cintassprite.png') -180px -1710px
}