@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/raleway/v8/0dTEPzkLWceF7z0koJaX1A.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v8/IczWvq5y_Cwwv_rBjOtT0w.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/raleway/v8/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v8/CcKI4k9un7TZVWzRVT-T8xsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/raleway/v8/xkvoNo9fC8O2RDydKj12b_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v8/xkvoNo9fC8O2RDydKj12bxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/raleway/v8/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v8/JbtMzqLaYbbbCL9X6EvaIxsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url(https://fonts.gstatic.com/s/raleway/v8/1ImRNPx4870-D9a1EBUdPPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2'), url(https://fonts.gstatic.com/s/raleway/v8/1ImRNPx4870-D9a1EBUdPBsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}

@media (max-width:992px) {
    .cart-text {
        display: none;
    }
}

table.table.text-small > thead > tr > th,
table.table.text-small > tbody > tr > td {
    font-size:0.9em;    
}

table.table.table-clean > tbody > tr > td {
    vertical-align:top;
}

table.table.table-clean > thead > tr > th {
    font-size:0.9em;
    vertical-align:top;
    background:#eee;
    border-bottom:2px solid #ccc;
}

.google-map-img-mobile {
    display:none;
    width:100%;
}
.google-map-img-desktop {
    display:block;
    width:100%;
}
@media (max-width:992px) {
    .google-map-img-mobile {
        display:block;
    }
    .google-map-img-desktop {
        display:none;
    }
}


table tbody tr.shippingmethod td {
    padding:8px 10px;
}

#OrderFormWrapper {
    position:relative;
}

#OrderFormWrapperBackdrop {
    opacity:0.72;
    background:white;
    text-align:center;
    padding-top:400px;
    font-size:1.5em;
    color:#000;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:9999;
}

.payment-method-wrapper {
    padding:10px;
    border:1px solid #ddd;
    margin-bottom:8px;
    background:#eee;
    cursor:pointer;
}

.payment-method-wrapper.selected {
    background:white;
}

.products-personal-advice {
    font-size:1.1em;
    border:4px solid #ccc;
    border-radius:10px;
    background:white;
    padding:15px;
    margin-bottom:15px;
}

.products-personal-advice .timing {
    font-size:1.2em;
    font-weight:500;
}

.products-personal-advice h3 {
    font-size: 1.4em;
    margin:0;
    padding:0;
    padding:12px 0 12px 0;
}

.products-personal-advice a {
    text-decoration:underline;
    font-size:0.9em;
}
.products-personal-advice a.btn,
.products-personal-advice a.btn:hover {
    text-decoration:none;
    color:white;
}

#personal-advice-popup {
    border-radius:12px;
    position: relative;
    background: #ddd;
    padding:0;
    border:3px solid #ccc;
    width: auto;
    font-size:1.1em;
    max-width: 640px;
    margin: 0 auto;
}

#personal-advice-popup .popup-header {
    padding: 25px;
    background:white;
    border-bottom:1px solid #ccc;
    border-top-left-radius:12px;
    border-top-right-radius:12px;
}
#personal-advice-popup .popup-content {
    padding: 25px;    
}
#personal-advice-popup .popup-footer {
    padding:15px 25px;
    background:white;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    text-align:right;
}
#personal-advice-popup h3 {
    margin-top:0;
    margin-bottom:15px;
}
 
#personal-advice-popup textarea {
    background:white;
}

#personal-advice-popup .error-message {
    font-weight:bold;
}

.products-personal-advice a:hover {
    color:#3baeda;
    text-decoration:underline;
}

#vacation-message {
    background: #d93950;
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
    margin-top: -3px;
}

#vacation-message-full {
    background: #d93950;
    color: white;
    text-align: left;
    font-weight: 500;
    padding: 15px;
}

#vacation-message-full a {}

#vacation-message-full h3 {
    font-size: 18px;
    margin-bottom: 6px;
    margin-top: 0;
    color: white;
}

#vacation-message-full small {
    font-size: 15px;
    color: #eee;
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.8);
}


#accordion p {
    margin: 0;
}

a.help-popup {
    cursor: pointer;
    display: inline-block;
    color: #3baeda;
    font-size: 12px;
    border-radius: 0px;
    font-weight: 600;
    text-decoration:underline;
    text-align: left;
    line-height:24px;
    margin-top:0px;
    margin-left:4px;
}

#accordion .panel-heading a {
    font-size: 16px;
    color: #000;
}

#kevinbovenbord {
    position: absolute;
    top: -67px;
    left: 50%;
    margin-left: -95px;
    z-index: 100;
}

#feedbackbs {
    position: relative;
    background: white;
    border: 1px solid #ddd;
    padding: 15px;
    margin-top: 80px;
}

@media (min-width:768px) {
    #feedbackbs {
        margin-top: 45px;
    }
}

.product-video {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    font-size: 20px;
    color: #551f5b;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
    margin-top: 0px;
    text-decoration: none;
}

.product-video .play-icon {
    width: 60px;
    display: inline-block;
    border-radius: 20px;
    background: transparent;
    border: 3px solid #551f5b;
    text-align: center;
    color: #551f5b;
    margin-right: 15px;
    font-size: 20px;
}

.product-video strong {
    font-weight: bold;
}

.product-option-title.lighter {
    color: #666;
    font-size: 14px;
}

#productQuantityProposals {
    display: none;
    margin-bottom: 15px;
}

#quantityProposals ul {
    padding: 0;
    margin: 0;
}

#quantityProposals ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#videoPlaceholder {
    padding: 20px 10px;
    display: block;
    width: 100%;
    max-width: 100%;
}

h3.modern {
    margin-top: 10px;
    color: #551f5b;
    font-size: 26px;
    font-weight: normal;
}

h3.modern strong {
    font-weight: bold;
    display: block;
}

.widget.widget-option h2 {
    margin: 0;
    margin-bottom: 10px;
}

.widget.widget-option .text {
    margin: 0;
}

.option-icon {
    display: inline-block;
    margin-right: 6px;
}


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

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.header-usps {
    font-size:13px;
    background: #dadada;
    padding: 6px 0 8px 0;
}

.header-usps ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#product-view-usps {
    padding:0px 0px;
    margin-top:0px;
    font-size:1em;
    font-weight:bold;
    color:#333;
    letter-spacing:0px;
}

#product-view-usps li:before {
    color:#14ad1f;
    display:inline-block;
    content:'\f00c';
    font-family:"FontAwesome";
    width:8%;
}

#product-view-usps ul, 
#product-view-usps li {
    padding:0;
    margin:0;
    list-style:none;
    display:block;
}

#product-view-usps li {
    padding:4px 0;
    vertical-align: top;
}

#product-view-usps li span {   
    display: inline-block;  
    vertical-align: top;  
    width:90%;
}

.header-usps ul li {
    margin: 0 6px 0 6px;
    float: left;
    font-weight: 500;
}

.header-usps ul li i {
    color: #3baeda;
    font-weight: bold;
}

@media (max-width:786px) {
    .header-usps ul li {
        float: none;
    }
}

#priceWrapper.loading #loader-spinner {
    display:inline-block;
}
#priceWrapper #loader-spinner {
    display:none;
    width:46px;
}
#priceWrapper.loading .bs-price {
    color:#555;
}
#priceWrapper {
    padding:5px;
    margin-bottom:15px;
    background:transparent;
}
#priceWrapper.loading {
    background:#f5f5f5;
}
#priceWrapper p {
    color:#999;
    margin:0;
}

.subcategories-description {
    font-size:1.1em;
    padding:0px 0 15px 0;
}

.category-pinned-content {
    color:#551f5b;
    font-weight:600;
    font-size:1.1em;
    padding-top:45px;
}

.category-pinned-content h3 {
    color:#551f5b;
    font-size:1.1em;
    font-weight:700;
    margin:0; 
    margin-bottom:7px;
}

#additionalImportantDescription {    
    margin-bottom:30px;
}

#additionalImportantDescription > div {
    margin-bottom:10px;
}

#additionalImportantDescription > div > h3 {
    font-weight:700;
    color:#551f5b;
    font-size:1.3em;
    display:inline-block;
    vertical-align:middle;
    margin-right:6px;
    line-height:24px;
    margin:0;
}

#additionalImportantDescription > div a {
    text-decoration:underline;
}
#additionalImportantDescription > div > span {
    font-weight:400;
    color:#000;
    line-height:24px;
    vertical-align:middle;
    display:inline-block;
    font-size:1em;
}

#productColor {
    padding: 0;
    padding-top: 6px;
    padding-bottom: 12px;
    margin: 0;
}

#productColor SELECT {
    display: block;
    width: 100%;
    padding: 4px;
}

.custom-size-alt-box {
    background:#eaeaea;
    border:1px solid #666;
    border-top:0;
    padding:8px 6px;
}

form .custom-size-alt-box input.quantity-inline-field {
    background:white;
    color:#000;
}

form select.select-modern {
    display: block;
    width: 100%;
    padding: 4px;
}

#circle-steps {
    display:block;
    margin-bottom:15px;
    font-size:13px;
    color:#999;
}

#circle-steps .circle-step {
    border-radius:100%;
    background:#999;
    color:white;
    display:inline-block;
    text-align:center;
    line-height:22px;
    font-size:13px;
    font-weight:normal;
    width:23px;    
    height:23px;
    margin-right:3px;
}

#circle-steps > span {
    display:inline-block;
    margin-right:10px;
}

#circle-steps > span:last-child {
    margin-right:0;
}

#circle-steps .active {
    color:#3baeda;
}

#circle-steps .active .circle-step {
    background:#3baeda;
}

#productViewWrapper {
    margin-bottom: 15px;
    background: white;
    border: #3baeda solid 5px;
    padding: 15px;
    border-radius: 8px;
}

#startOrder i {
    position: relative;
    top: 30px;
    left: -20px;
    color: #551f5b;
}

#startOrder {
    font-weight: 700;
    font-size: 13px;
}

.row.row-clients img {
    width: 100%;
    max-width: 100%;
}

.bs-usps {
    font-size: 13px;
}

.bs-usps ul {
    list-style: none;
    padding: 0;
}

.bs-usps .extra-strong {
    font-weight: 700;
}

.push-right-5 {
    margin-right: 5px;
}

.bs-usps li {
    font-weight: 600;
}

.bs-usps h3.bs-header {
    font-size: 16px;
    color: #551f5b;
    margin: 0;
    margin-bottom: 10px;
}

.bs-usps li i {
    color: #00c101;
    font-weight: bold;
    padding-right: 8px;
}

#usps i {
    font-size: 50px;
    color: #551f5b;
    display: block;
    text-align: center;
}

#usps .highlight {
    color: #999;
    font-weight: bold;
}

#usps h4 {
    margin: 0;
    margin-bottom: 6px;
}

#usps .row {
    text-align: center
}

#MinimumOrderAlert {
    display: none;
    color: green;
    background: #DDEBE1;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 12px;
}


/*
Tipr 1.0.1
Copyright (c) 2013 Tipue
Tipr is released under the MIT License
http://www.tipue.com/tipr
*/

.tipr_content {
    font: 13px/1.7 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
    background-color: #fff;
    color: #333;
    padding: 9px 17px;
    min-width: 240px;
}

.tipr_container_bottom {
    display: none;
    position: absolute;
    margin-top: 13px;
    z-index: 1000;
}

.tipr_container_top {
    display: none;
    position: absolute;
    margin-top: -75px;
    z-index: 1000;
}

.tipr_point_top,
.tipr_point_bottom {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.tipr_point_top:after,
.tipr_point_top:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    top: 100%;
    content: "";
    height: 0;
    width: 0;
}

.tipr_point_top:after {
    border-top-color: #fff;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}

.tipr_point_top:before {
    border-top-color: #dcdcdc;
    border-width: 9px;
    left: 50%;
    margin-left: -9px;
}

.tipr_point_bottom:after,
.tipr_point_bottom:before {
    position: absolute;
    pointer-events: none;
    border: solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    width: 0;
}

.tipr_point_bottom:after {
    border-bottom-color: #fff;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}

.tipr_point_bottom:before {
    border-bottom-color: #dcdcdc;
    border-width: 9px;
    left: 50%;
    margin-left: -9px;
}

noscript#nojavascript {
    background: red;
    padding: 10px 6px;
    font-size: 13px;
    color: white;
    text-align: center;
    display: block;
}


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

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

.important-text {
    font-size: 20px;
    color: #551f5b;
    font-weight: 600;
}

.table.table-cart thead tr th {
    padding-top: 6px;
    padding-bottom: 6px;
}

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

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

[hidden],
template {
    display: none
}

.info-bar {
    padding: 8px;
    color: white;
    background: #551f5b;
    font-size: 12px;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.account-tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.account-tabs UL {
    padding: 0;
    margin: 0;
}

.less-important {
    color: #999;
    font-size: 11px;
}

.account-tabs UL LI {
    display: block;
    float: left;
}

.account-tabs UL LI A {
    display: block;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #ccc;
    color: #222;
}

#SearchAutoComplete {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    z-index: 100;
    width: 200px;
    border: 1px solid #ccc;
    background: white;
}

.autocomplete-suggestion mark {
    background: #eee;
    color: inherit;
}

.autocomplete-suggestion {
    padding: 4px 6px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #f3f3f3;
}

.autocomplete-selected {
    background: #f0f0f0;
}

.autocomplete-suggestion:hover {
    background: #f8f8f8;
}

.account-tabs UL LI A.active {
    background: white;
    border: 1px solid #ddd;
    color: #444;
}

#DeliveryAddress {
    display: none;
}

.subcategories {
    padding: 0px 0 20px 0;
}

.subcategories.subcategories-inline {

}

.subcategories.subcategories-inline h2 {
    margin-top:12px;
    margin-bottom:12px;
}
.subcategories.subcategories-inline h2 > strong {
    color:#e7912b
}

.subcategories.subcategories-inline .subcategory-inline:first-child {
    padding-bottom:0px;
    margin-bottom:0px;
}

.tabbable.tabbable-packages .nav-tabs > li {
    width:25%;
    text-align:center;
    position:relative;
    padding-bottom:3px;
}

.tabbable.tabbable-packages .nav-tabs > li img.tag-recommended {
    position:absolute;
    right:0;
    top:0;
    width:52px;
}

.tabbable.tabbable-packages .widget {
    border-top:0;
    border-radius:0;
    margin:0;
}

.tabbable.tabbable-packages.single-tab .widget {
    border:1px solid #eee;
    border-radius:6px;
}

.tabbable.tabbable-packages .nav-tabs {
    border-bottom:3px solid #551f5b;
}

.tabbable.tabbable-packages .nav > li > a {
    padding:12px 14px;
    font-size:1.2em;
    background:#eee;
    border:0;
    position:relative;
}

.tabbable.tabbable-packages .nav.nav-tabs>li.active>a,
.tabbable.tabbable-packages .nav.nav-tabs>li.active>a:focus,
.tabbable.tabbable-packages .nav.nav-tabs>li.active>a:hover {
    border: 0;
    background: #551f5b;
    color: white;
}

.tabbable.tabbable-packages .widget-content h3 {
    margin-top:0;
    color:#551f5b;
    font-weight:bold;
    text-decoration:underline;
    font-size:1.2em;
}

.tabbable.tabbable-packages .widget-content {
    color:#551f5b;
    font-size:1.3em;
    font-weight:600;
    padding:20px;
}

.tabbable.tabbable-packages .price-indication {
    color:#f48120;
    font-weight:bold;
    font-size:1.9em;
    font-family:"Shadows Into Light";
    letter-spacing:2px;
}

.tabbable.tabbable-packages .price-indication small {
    font-size:0.5em;
}

.tabbable.tabbable-packages .btn.btn-primary {
    background:#f48120;
    border:1px solid #d9720b;
    border-bottom:3px solid #d9720b;
    color:white;
    font-weight:500;
    font-size:1.2em;
    font-family:Raleway;
    margin-top:0px;
}
.tabbable.tabbable-packages .btn.btn-primary:hover {
    background:#d9720b;
}

.tabbable.tabbable-packages .package-content-description {
    padding:30px 60px 0 60px;
}

.tabbable.tabbable-packages .widget {
    border:1px solid #dfdfdf;
    border-top:0;    
}


.product-package a.product-package-link {
    display:block;
    text-align:center;
    padding:12px 12px;
    font-size:1.2em;
    color:#551f5b;
    font-weight:bold;
    text-decoration:underline;
}
.product-package .btn.btn-primary {
    background:#f48120;
    border:1px solid #d9720b;
    border-bottom:3px solid #d9720b;
    color:white;
    font-weight:600;
    font-size:1.35em;
    margin-top:15px;
}
.product-package .product-package-price {
    color:#f48120;
    font-weight:bold;
    font-size:2.1em;
    font-family:"Shadows Into Light";
    letter-spacing:2px;
    display:block;
    text-align:center;
}

.popup-offer-package-form {
    border-radius:0px;
    position: relative;
    background: #fff;
    padding:0;
    border:0;
    width: auto;
    font-size:1.1em;
    max-width: 922px;
    margin: 0 auto;
}

.popup-offer-package-form label {
    font-size:0.9em;
    color:white;
    font-weight:normal;
}

.popup-offer-package-form .validation-error {
    display:none;
}

.popup-offer-package-form .validation-error ul {
    list-style:none;    
    padding:0;
    margin:0;
}

.popup-offer-package-form .validation-error ul li {
    padding:0 0 2px 0;
    margin:0;
    font-size:0.8em;
    font-weight:bold;
    color:red;    
}

.popup-offer-package-form label em {
    color:red;
    font-weight:bold;
    font-size:1.3em;
    display:inline-block;
}


.popup-offer-package-form .popup-header {
    padding: 0px;
    background:white;
    border:0;
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}
.popup-offer-package-form .popup-header div.popup-caption {
    color:#551f5b;
    font-family:"Shadows Into Light";
    font-weight:normal;
    font-size:1.8em;
    padding-top:10px;
}
.popup-offer-package-form .popup-content {
    padding: 20px 20px;    
    background:#551f5b;
    color:white;
}
.popup-offer-package-form .errors {
    color:red;
    font-weight:bold;
    font-size:1.1em;
}

.popup-offer-package-form .errors ul {
    padding:0;
    margin:0;
    list-style:square;
}
.popup-offer-package-form .errors ul li {
    padding:0;
    margin:0;
    color:red;
}

.popup-offer-package-form .popup-content input, 
.popup-offer-package-form .popup-content select,
.popup-offer-package-form .popup-content textarea {
    background:white;
    border-radius:0;
    color:#551f5b;
}
.popup-offer-package-form .popup-content h4 {
    color:white;
    margin-top:0;
    text-transform:uppercase;
    font-weight:500;
    font-size:1.4em;
}
.popup-offer-package-form .popup-content .text-muted {
    color:#ccc;
}
.popup-offer-package-form .popup-content .form-control {
    border:0;
}
.popup-offer-package-form .popup-content .form-control:active {
    border:0;
}

.popup-offer-package-form ::-webkit-input-placeholder { /* Edge */
    color: #551f5b;
    font-size:1.15em;
    opacity:1;
}

.popup-offer-package-form h4 {
    margin-bottom:4px;
}

.popup-offer-package-form select {
    color: #551f5b;
    font-size:1em;
    opacity:1;
}

.popup-offer-package-form .input {
    margin-bottom:2px
}
  
.popup-offer-package-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #551f5b;
    font-size:1.15em;
    opacity:1;
}
  
.popup-offer-package-form input::placeholder {
    color: #551f5b;
    font-size:1.15em;
    opacity:1;
}

.popup-offer-package-form .btn.btn-primary {
    background:#f48120;
    border-color:#f48120;
    color:white;
}
.popup-offer-package-form .popup-footer {
    padding:15px 25px;
    background:white;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    text-align:right;
}
.popup-offer-package-form h3 {
    margin-top:0;
    margin-bottom:15px;
}
.popup-offer-package-form h5 {
    margin-top:12px;
    margin-bottom:6px;
    color:white;
    text-transform:uppercase;
}
 
.popup-offer-package-form textarea {
    background:white;
}

.popup-offer-package-form .error-message {
    font-weight:bold;
}

.popup-offer-package-form .progress {
    height:10px;
    border:0;
    background:#eee;
    display:none;
    padding:1px;
}
.popup-offer-package-form .progress .progress-bar {
    background:#f48120;
}

.popup-offer-package-form ul.uploaded-files {
    padding:0px;
    margin:0;
    list-style:none;
    display:none;
    background:#0caa18;
}

.popup-offer-package-form ul.uploaded-files li {
    padding:3px;
    border-bottom:1px solid #0a7512;
    font-size:0.9em;
    margin:0;
    position:relative;
    color:white;
}

.popup-offer-package-form ul.uploaded-files li i {
    display:inline-block;
    font-size:1.1em;
    color:#ff0000;
    margin-right:5px;
    cursor:pointer;
}

#formLoadingMessage {
    display:none;
    font-size:1.1em;
    color:#f48120;
    font-weight:bold;
    display:block;
    margin:4px 0;
}

#popup-form-success-message {
    display:none;
    color:#18f711;
    margin:40px 0;
    text-align:center;
    font-size:1.3em;
}

#popup-form-success-message h2 {
    font-weight:bold;
    font-size:1.1em;
    margin-top:0;
    margin-bottom:8px;
    color:#18f711
}
#popup-form-success-message p {
    margin-bottom:0;
    font-size:0.8em;
    color:white;
}



.text-purple {
    color:#551f5b;
}

.text-orange,
h2.text-orange {
    color:#f48120
}

ul.ul-default a {
    text-decoration:underline;    
}

ul.ul-default {
    padding-left:12px;
}


.subcategories .subcategory {
    background: #fff;
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    margin-bottom: 12px;
    color: #444;
}






.search-mode #nav-pills-top {
    display: none;
}

LABEL EM {
    color: red;
    font-weight: 700;
}

INPUT.form-control {
    width: 100%;
}

i.tip {
    padding-left: 6px;
    cursor: pointer;
}

body {
    margin: 0;
    font-family: Raleway;    
    -webkit-backface-visibility: hidden;
}

#product-customizer #preview-list-wrapper {
    
}

#product-customizer fieldset {
    padding:15px 15px;
    margin:0;
    border:1px solid #ddd;
    margin-bottom:15px;
    border-radius:6px;
}
#product-customizer legend {
    width:auto;
    border:0;
    padding:0px 10px;
    margin-bottom:0;
    margin-left:-10px;
}

#product-customizer .radio-labels label {
    font-weight:normal;
    font-size:13px;
}

#product-customizer img.preview-image {
    box-shadow:0px 0px 8px #bbb;
    border:3px solid white;
    border-radius:0px;
    display:inline-block;
    background:white url(/frontend/img/transparent-grid.png);
}

#product-customizer #preview-list img.preview-image {
    max-width:240px;
    max-height:200px;    
}

#product-customizer #preview-list .preview-image-wrapper {
    position:relative;
    display:inline-block;
    margin-right:15px;    
    margin-bottom:15px;
}

#product-customizer #preview-list .preview-image-wrapper a.btn-remove {
    position:absolute;
    top:-15px;
    right:-10px;
    text-decoration:none;
    color:#000;
    font-size:20px;
}

#product-customizer input[type=radio] {
    margin-right:5px;
    display:inline-block;
}

#product-customizer h2 {
    margin-top:0;
    font-weight:600;
}

#product-customizer .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-height: 50px;
}

#product-customizer .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    opacity: 0;
    left:0;
    top:0;
  }

#product-customizer legend .circle-step {
    border-radius:100%;
    background:#3baeda;
    color:white;
    display:inline-block;
    text-align:center;
    line-height:22px;
    font-size:13px;
    font-weight:normal;
    width:23px;    
    height:23px;
    margin-right:3px;
}

#product-customizer legend > span {
    display:inline-block;
    font-size:14px;
    color:#3baeda;
}

#product-customizer legend > span:last-child {
    margin-right:0;
}


#product-customizer .progress {
    margin-bottom:5px;
    height:10px;
    border:0;
    background:#e5e5e5;
    border-radius:5px;
    padding:0;
    margin:6px 0;
    display:none;
}

#product-customizer .progress .progress-bar {
    margin:0;
    background-color:#22e4c2;
    border-radius:5px;
}

#product-customizer #errorUploadFailed {
    font-weight:bold;
    color:maroon;
    display:block;
    font-size:13px;    
    display:none;
}

#keuringstickersLoading {
    margin:auto auto;
    padding:100px;
    font-size:1.5em;
    font-weight:bold;
    background:rgba(255,255,255,0.8);
    position:absolute;
    text-align:center;
    left:0;
    right:0;
    top:0;
    bottom:0;
}

#product-keuringsstickers .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    min-height: 50px;
}

#product-keuringsstickers .upload-btn-wrapper input[type=file] {
}
#product-keuringsstickers .progress {
    margin-bottom:5px;
    height:5px;
    border:0;
    background:#e5e5e5;
    border-radius:5px;
    padding:0;
    margin:4px 0;
    display:none;
}

#product-keuringsstickers .progress .progress-bar {
    margin:0;
    background-color:#22e4c2;
    border-radius:5px;
}

#product-keuringsstickers #errorUploadFailed {
    font-weight:bold;
    color:maroon;
    display:block;
    font-size:13px;    
    display:none;
}









#productTypesWrapper div.row .col-sm-4 {
}

#productTypesWrapper {
    margin:6px 0;
}

#productTypesWrapper div.row .product-type-option {
    cursor:pointer;
}

#productTypesWrapper div.row .product-type-option img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#productTypesWrapper div.row .product-type-option.selected img {
    filter: none;
    -webkit-filter:none;
}
#productTypesWrapper div.row .product-type-option.selected span {
    color:#3baeda;
}

#productTypesWrapper div.row span {
    margin-top:6px;
    display:block;
    font-size:13px;
    text-align:center;
    color:#777;
}


.message.error {
    background:maroon;
    color:white;
    text-align:center;
    padding:15px;
    font-weight:bold;
    margin-bottom:15px;
}

.message.important {
    background:#551f5b;
    color:white;
    text-align:left;
    padding:15px;
    font-weight:500;
    font-size:0.95em;
    margin-bottom:15px;
    border-radius:6px;
}
.message.important strong {
    color:#f48120
}

.order-success-steps {
    margin-top:15px;
    margin-bottom:30px;
}

.order-success-steps .order-step-image {
    display:block;;
    margin:15px auto;
    max-width:180px;
}

/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    font-size:16px;
    max-width: 480px;
    margin: 0 auto;
}
 
.white-popup img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.white-popup h3 {
    margin-top:0;
    margin-bottom:10px;
}

.product-image-thumb {
    width: 100%;
    max-width: 100px;
}

table.table>tbody>tr>td.td-label {
    font-weight: 700;
}

.customize-upload-box {
    border: 1px solid #ddd;
    box-shadow: 0px 0px 4px #ddd;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.error-message {
    font-size: 11px;
    padding: 4px;
    color: red;
    padding-left: 0;
    margin-bottom: 4px;
}

#map_canvas {
    width: 100%;
    height: 300px;
    z-index: 0;
    position: relative;
    border-bottom: 3px solid #ddd;
    border-top: 3px solid #ddd;
}

a {
    background: 0 0
}

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

h1 {
    margin: .67em 0
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

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: 0
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

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

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

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

input[type=search] {
    -webkit-appearance: textfield
}

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

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

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

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

.fancy {
    position: relative;
    font-size: 13px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}

.fancy:before,
.fancy:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ddd;
}

.fancy:before {
    margin-left: -50%;
    text-align: right;
}

h2.nero {
    font-size: 13px;
    font-weight: 800;
    color: #333;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    text-align: left;
}

.inner404 {
    padding: 20px;
    color: white;
    background: #eee;
}

.inner404 h1 {
    font-size: 60px;
    color: #333;
}

.inner404 h2 {
    font-size: 22px;
    background: transparent;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff !important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    background-color: #f9f9fa;
}

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

a {
    color: #fe6e3a;
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: underline
}

a:focus {}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h3.text-header {
    padding:15px;
    margin:20px 0;
    border:0;
    border-radius:6px;
    font-size:1.5em;
    font-style:italic;
    font-weight:600;
    text-align:center;
}

h3.text-header.purple {
    background:#521f60;
    color:white;
}
h3.text-header.orange {
    background:#f17b01;
    color:white;
}


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

.img-rounded-more {
    border-radius: 15px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-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: 19px;
    margin-bottom: 19px;
    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
}

p {
    margin: 0 0 9.5px
}

@media ( min-width :768px) {
    .lead {
        font-size: 19.5px
    }
}

.small,
small {
    font-size: 85%
}

cite {
    font-style: normal
}


.text-small {
    font-size:0.9em;
}

.text-italic {
    font-style:italic;
}

.text-smallest {
    font-size:0.8em;
}

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

.text-muted {
    color: #888
}

.text-primary {
    color: #551f5b
}

.text-primary:hover {
    color: #598c4f
}

.text-warning {
    color: #c09853
}

.text-warning:hover {
    color: #a47e3c
}

.text-danger {
    color: #b94a48
}

.text-danger:hover {
    color: #953b39
}

.text-success {
    color: #468847
}

.text-success:hover {
    color: #356635
}

.text-info {
    color: #3a87ad
}

.text-info:hover {
    color: #2d6987
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #413c35
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 30px
}

.h2,
h2 {
    font-size: 22px
}

.h3,
h3 {
    font-size: 20px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 15px
}

.h6,
h6 {
    font-size: 12px
}

.page-header {
    padding-bottom: 8.5px;
    margin: 38px 0 19px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 9.5px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.list-inline>li:first-child {
    padding-left: 0
}

dl {
    margin-bottom: 19px
}

dd,
dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media ( min-width :992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 9.5px 19px;
    margin: 0 0 19px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 16.25px;
    font-weight: 400;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.5;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

.sponsor-image {
    display: block;
    margin-bottom: 14px;
}

.sponsor-image-footer {
    max-width: 100%;
}

h3.hborder {
    text-align: center;
    font-size: 14px;
    color: #444;
}

h3.hborder span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

blockquote.pull-right .small,
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right .small:before,
blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right .small:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

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

address {
    margin-bottom: 19px;
    font-style: normal;
    line-height: 1.5
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9px;
    margin: 0 0 9.5px;
    font-size: 12px;
    line-height: 1.5;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.push-right-5 {
    margin-right: 5px
}

.push-right-10 {
    margin-right: 10px
}

.push-right-15 {
    margin-right: 15px
}

.push-right-20 {
    margin-right: 20px
}

.push-right-25 {
    margin-right: 25px
}

.push-right-30 {
    margin-right: 30px
}

.push-right-35 {
    margin-right: 35px
}

.push-right-40 {
    margin-right: 40px
}

.push-right-45 {
    margin-right: 45px
}

.push-right-50 {
    margin-right: 50px
}

.push-right-55 {
    margin-right: 55px
}

.push-down-0 {
    margin-bottom: 0
}

.push-down-5 {
    margin-bottom: 5px
}

.push-down-10 {
    margin-bottom: 10px
}

.push-down-15 {
    margin-bottom: 15px
}

.push-down-20 {
    margin-bottom: 20px
}

.push-down-25 {
    margin-bottom: 25px
}

.push-down-30 {
    margin-bottom: 30px
}

.push-down-35 {
    margin-bottom: 35px
}

.push-down-40 {
    margin-bottom: 40px
}

.push-down-45 {
    margin-bottom: 45px
}

.push-down-50 {
    margin-bottom: 50px
}

.push-down-55 {
    margin-bottom: 55px
}

.push-down-60 {
    margin-bottom: 60px
}

.push-down-65 {
    margin-bottom: 65px
}

.push-down-70 {
    margin-bottom: 70px
}

.push-down-75 {
    margin-bottom: 75px
}

.push-down-80 {
    margin-bottom: 80px
}

.push-down-85 {
    margin-bottom: 85px
}

.push-down-90 {
    margin-bottom: 90px
}

.push-down-95 {
    margin-bottom: 95px
}

.push-down-100 {
    margin-bottom: 100px
}

.push-up-0 {
    margin-top: 0
}

.push-up-5 {
    margin-top: 5px
}

.push-up-10 {
    margin-top: 10px
}

.push-up-15 {
    margin-top: 15px
}

.push-up-20 {
    margin-top: 20px
}

.push-up-25 {
    margin-top: 25px
}

.push-up-30 {
    margin-top: 30px
}

.push-up-35 {
    margin-top: 35px
}

.push-up-40 {
    margin-top: 40px
}

.push-up-45 {
    margin-top: 45px
}

.push-up-50 {
    margin-top: 50px
}

.push-up-55 {
    margin-top: 55px
}

.push-up-60 {
    margin-top: 60px
}

.push-up-65 {
    margin-top: 65px
}

.push-up-70 {
    margin-top: 70px
}

.push-up-75 {
    margin-top: 75px
}

.push-up-80 {
    margin-top: 80px
}

.push-up-85 {
    margin-top: 85px
}

.push-up-90 {
    margin-top: 90px
}

.push-up-95 {
    margin-top: 95px
}

.push-up-100 {
    margin-top: 100px
}

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

@media ( max-width :767px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

.container:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

.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-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media ( min-width :768px) {
    .container {
        width: 750px
    }
    .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-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: 0
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: 0
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media ( min-width :992px) {
    .container {
        width: 970px
    }
    .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-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: 0
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: 0
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}


/*
@media ( min-width :1200px) {
	.container {
		width: 1170px
	}
	.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-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: 0
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: 0
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}
*/

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 19px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 26px 0px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    padding-top: 0;
    padding-bottom: 12px;
}

.table>thead>tr>th {
    vertical-align: bottom
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

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

table col[class*=col-] {
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    float: none;
    display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

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

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

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

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

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

@media ( max-width :767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 14.25px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 19px;
    font-size: 19.5px;
    line-height: inherit;
    color: #b3b3aa;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

#OrderIndexForm input[type=radio] {
    margin-right: 6px;
}

input[type=file] {
    display: block
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    vertical-align: middle
}

.form-control {
    display: block;
    width: 100%;
    height: 33px;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

@media (min-width:992px) {
    .form-control.form-control-append {
        display: inline;
        width: auto;
        padding: 6px;
        border-radius: 0;
    }
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

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

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

.search-panel .form-control:-moz-placeholder {
    color: white
}

.search-panel .form-control::-moz-placeholder {
    color: white
}

.search-panel .form-control:-ms-input-placeholder {
    color: white
}

.search-panel .form-control::-webkit-input-placeholder {
    color: white
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ddd;
    color:#555;
    font-weight:bold;
}

.table.table-staffel {
    background:white;
    border:0;
}

.table.table-staffel th,
.table.table-staffel td {
    padding:5px 4px;    
    font-size:0.95em;
}

.table.table-staffel tr:last-child td {
    border-bottom:0;
}

.table.table-staffel th {
    color:white;
    font-weight:bold;
    background:#f48120;
    padding:5px 2px;
    text-transform:none;
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.form-group-lined-top {
    border-top: 1px solid #bbb;
    padding-top: 18px
}

.checkbox,
.radio {
    display: block;
    min-height: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.table td.width-10 {
    width: 10%;
}

.table td.width-20 {
    width: 20%;
}

.table td.width-30 {
    width: 30%;
}

.table td.width-40 {
    width: 40%;
}

.table td.width-50 {
    width: 50%;
}

.margin-top-0 {
    margin-top: 0
}

.checkbox label,
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
textarea.input-sm {
    height: auto
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 44px;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 44px;
    line-height: 44px
}

.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
textarea.input-lg {
    height: auto
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

p.text-medium {
    font-size: 17px;
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #877d6e
}

@media ( min-width :768px) {
    .form-inline .form-group,
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control,
    .navbar-form .form-control {
        display: inline-block
    }
    .form-inline .checkbox,
    .form-inline .radio,
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media ( min-width :768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn {
    font-family: Arial, Georgia, Times, serif;
    font-weight: 700;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    border: 0;
    padding: 11px 12px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0px 0;
    color: white;
    font-size: 12px;
    line-height: 2.84;
    border-radius: 25px;
    margin-right: 12px;
}

.form-control.form-control-white {
    background: white;
    border: 1px solid #aaa;
    width: auto;
}

.form-control.form-control-quantity {
    width: 100px;
    padding: 4px 8px;
    font-size: 14px;
}

.btn-circle .fa.fa-mobile-phone {
    font-size: 24px;
}

.field.field-message {
    margin-top: 8px;
}

.btn-circle .fa {
    font-size: 18px;
    line-height: 27px;
    padding-top: 12px;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.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:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #551f5b;
    border-color: #649c59
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5e9253;
    border-color: #4b7542
}

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

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.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:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #551f5b;
    border-color: #649c59
}

.btn-warning {
    background-color: #3baeda;
    border-color: #3baeda;
    box-shadow: 0px 3px 0px #3091b4;
}

.btn.btn-skip {
    margin-left: 10px;
    background: #bbb;
    color: white;
    box-shadow: 0px 3px 0px #888;
    border-color: #888;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #fe5011;
    border-color: #e03c01
}

.btn-warning.active,
.btn-warning:active,
.open .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.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:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #fe6e3a;
    border-color: #fe5b21
}

.btn-danger {
    color: #fff;
    background-color: #d5525b;
    border-color: #d03d48
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cd323c;
    border-color: #a82931
}

.btn-danger.active,
.btn-danger:active,
.open .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.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:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d5525b;
    border-color: #d03d48
}

.btn-success {
    color: #fff;
    background-color: #551f5b;
    border-color: #649c59
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #5e9253;
    border-color: #4b7542
}

.btn-success.active,
.btn-success:active,
.open .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.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:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #551f5b;
    border-color: #649c59
}

.btn-info {
    color: #fff;
    background-color: #668aa8;
    border-color: #597d9c
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #537592;
    border-color: #425e75
}

.btn-info.active,
.btn-info:active,
.open .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.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:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #668aa8;
    border-color: #597d9c
}

.btn-link {
    color: #fe6e3a;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

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

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

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

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 17px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-group-xs>.btn,
.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

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

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

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}


    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    list-style: none;
    font-size: 13px;
    -webkit-background-clip: padding-box
}


.btn-default .caret {
    border-top-color: #333
}

.btn-danger .caret,
.btn-info .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-danger .caret,
.dropup .btn-info .caret,
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret {
    border-bottom-color: #fff
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus,
.btn-group>.btn:focus {
    outline: 0
}

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

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not (:first-child):not (:last-child):not (.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not (:last-child):not (.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not (:first-child),
.btn-group>.dropdown-toggle:not (:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not (:first-child):not (:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not (:first-child):not (:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not (:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not (:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not (:first-child):not (:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,
.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

[data-toggle=buttons]>.btn>input[type=checkbox],
[data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not (:first-child):not (:last-child),
.input-group-addon:not (:first-child):not (:last-child),
.input-group-btn:not (:first-child):not (:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    border-radius: 4px
}

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

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 17px;
    border-radius: 6px
}

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not (:last-child):not (.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn:not (:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn:first-child>.btn {
    margin-right: -1px
}

.input-group-btn:last-child>.btn {
    margin-left: -1px
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:hover {
    z-index: 2
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.glyphicon-search--nav {
    color: white;
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
    color:#333;
}

.navbar-wrapper .nav>li>a {
    text-transform: uppercase;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav-pills>li>a.search-icon {
    padding: 6px;
    font-size: 16px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #fe6e3a
}

.nav .open>a .caret,
.nav .open>a:focus .caret,
.nav .open>a:hover .caret {
    border-top-color: #fe4907;
    border-bottom-color: #fe4907
}

.nav .nav-divider {
    height: 1px;
    margin: 8.5px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs>li {
    float: left
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 0px;
    padding: 9px 7px;
    letter-spacing: -0.3px;
}

#live-status {
    position: relative;
    min-width: 51px;
}

#live-status .live-status-link {
    color: #551f5b;
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    margin-left: 5px;
    margin-right: 56px;
}

#live-status .live-status-employee {
    position: absolute;
    top: -20px;
    right: 0;
    width: 51px;
    z-index: 123123;
    display: inline-block;
}

@media (max-width:786px) {
    #live-status {
        display: none;
    }
}

#live-status #live-status-indicator {
    background: red;
    width: 15px;
    height: 15px;
    border-radius: 40px;
    border: 3px solid white;
    display: block;
    position: absolute;
    z-index: 123126;
    top: -5px;
    right: 0px;
}

#live-status #live-status-indicator.active {
    background: green;
}

@media (min-width:992px) {
    .navbar-wrapper {
        height: 60px;
    }
}

.nav a.cart-header {
    padding: 0px 6px;
    font-size: 16px;
    line-height: 35px;
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #551f5b
}

.nav-pills>li.active>a .caret,
.nav-pills>li.active>a:focus .caret,
.nav-pills>li.active>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-stacked>li {
    float: none
}

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

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

@media ( min-width :768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media ( min-width :768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

#productSizeTooSmallError {
    border-radius:5px;
    background:#f48120;
    color:white;
    font-size:13px;
    padding:5px 8px;
    margin:4px 0;
    text-align:left;
    font-weight:bold;
    display:none;
}

.tab-content>.tab-pane {
    display: none
}

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

.nav .caret {
    border-top-color: #fe6e3a;
    border-bottom-color: #fe6e3a
}

.nav a:hover .caret {
    border-top-color: #fe4907;
    border-bottom-color: #fe4907
}

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

p.less {
    font-size: 12px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.shippingmethod {
    margin: 20px 0;
}

.shippingmethod .name A {
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
}

.shippingmethod.shippingmethod-active .name A {
    color: #551f5b;
    font-weight: 700;
}

.shippingmethod .name INPUT {
    margin-right: 8px;
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media ( min-width :992px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media ( min-width :992px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15.5px 15px;
    font-size: 17px;
    line-height: 19px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

@media ( min-width :992px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media ( min-width :992px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.75px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 19px
}

@media ( max-width :767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 19px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

@media ( max-width :767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media ( min-width :992px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px
}

.navbar-text {
    float: left;
    margin-top: 15.5px;
    margin-bottom: 15.5px
}

@media ( min-width :992px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px
    }
}

.navbar-default .navbar-brand {
    color: #777
}

.product-option-title {
    font-weight: 800;
}

#productViewWrapper .product-option-title {
    font-size: 16px;
}

.footer-widget a {
    font-size: 12px;
}

.widget-content.radio-list {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-nav>.dropdown>a:focus .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color:white;
    background:#3e1744
}

.navbar-default .navbar-nav>.open>a .caret,
.navbar-default .navbar-nav>.open>a:focus .caret,
.navbar-default .navbar-nav>.open>a:hover .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media ( max-width :767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #999
}

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

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>.open>a:focus .caret,
.navbar-inverse .navbar-nav>.open>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media ( max-width :767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

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

.breadcrumb {
    list-style: none
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background-color: #eee
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #551f5b;
    border-color: #551f5b;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 17px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.alert {
    margin-bottom: 19px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

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

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

.alert-dismissable {
    padding-right: 35px
}

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

.alert-success {
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    border-color: #faebcc;
    color: #c09853
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    border-color: #ebccd1;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #953b39
}

@ -webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@ keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    margin-bottom: 19px
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    background-color: #551f5b;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #551f5b
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #668aa8
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #fe6e3a
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d5525b
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, .15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, .15)), color-stop(0.75, rgba(255, 255, 255, .15)), color-stop(0.75, transparent), to(transparent));
    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: 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)
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

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

.modal {
    display: none;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050
}

.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: 1030;
    background-color: #000
}

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

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

.modal-header {
    min-height: 16.5px
}

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

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

.modal-body {
    position: relative
}

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

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

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

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.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;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    height: auto;
    line-height: 1
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0), color-stop(rgba(0, 0, 0, .0001) 100%));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0), color-stop(rgba(0, 0, 0, .5) 100%));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

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

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

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

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

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    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: #000 \9;
    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
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left,
    .carousel-control .glyphicons-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix: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;
    visibility: hidden !important
}

.affix {
    position: fixed
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

td.hidden-xs,
th.hidden-xs {
    display: table-cell !important
}

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

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

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

@media ( min-width :1200px) {
    .hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

td.hidden-sm,
th.hidden-sm {
    display: table-cell !important
}

@media ( max-width :767px) {
    .hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs {
        display: none !important
    }
}

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

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

@media ( min-width :1200px) {
    .hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

td.hidden-md,
th.hidden-md {
    display: table-cell !important
}

@media ( max-width :767px) {
    .hidden-md.hidden-xs,
    td.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs {
        display: none !important
    }
}

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

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

@media ( min-width :1200px) {
    .hidden-md.hidden-lg,
    td.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

td.hidden-lg,
th.hidden-lg {
    display: table-cell !important
}

@media ( max-width :767px) {
    .hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs {
        display: none !important
    }
}

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

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

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

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
    display: none !important
}

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

.alert-primary,
.alert-success,
.btn-primary--reverse-transition:hover,
.btn-primary--transition,
.header .navbar-toggle.collapsed,
.header-cart:after,
.header-cart__items:after,
.header-cart__open-cart,
.motivational-stories .motivational-stories__circle,
.nav-sidebar-menu>li.active a:before,
.nav-sidebar-menu>li>a:hover:before,
.page-not-found .page-not-found__background,
.pagination .pagination--nav,
.product-overlay__cart,
.progress .progress-bar--success,
.shop__filter__slider .ui-slider-range {
    background-color: #551f5b
}

.blog .blog__comments-link,
.btn-primary--transition:hover,
.btn-shop:hover,
.glyphicon-search--nav,
.header-cart:hover,
.header-cart:hover .header-cart__text--price,
.in-stock,
.nav-blog a,
.opening-time .week-day.today,
.page-not-found .page-not-found__link,
.pagination .active,
.pagination .pagination--nav:hover,
.pagination>li>a:hover,
.primary-color,
.products__price,
.products__price--widgets,
.quantity .quantity__input,
.secondary-link,
.secondary-link:hover,
.shop__amount-filter__link:hover,
.single-product__price,
.star-on,
.table-theme tr.active td {
    color: #551f5b
}

.banners--medium,
.breadcrumbs,
.btn-darker,
.btn-darker--reverse-transition:hover,
.btn-darker--transition,
.footer,
.footer-widgets:after,
.header .navbar-toggle,
.product-overlay__stock,
.progress .progress-bar--even-more-dark,
.top,
.top .dropdown-menu>li>a {
    background-color: #413c35
}

.banners--small--social .social:hover,
.banners--small--social .social:hover .zocial-email,
.banners--small--social .social:hover .zocial-facebook,
.banners--small--social .social:hover .zocial-pinterest,
.banners--small--social .social:hover .zocial-twitter,
.banners-box:hover,
.blog-content__text,
.blog__date,
.btn-darker--transition:hover,
.btn-jumbotron:hover,
.comment-content .author-name,
.comment-content .comment-text,
.comment-content--nested .author-name,
.comment-content--nested .comment-text,
.comment-content--nestedx2 .author-name,
.comment-content--nestedx2 .comment-text,
.header-cart__qty,
.header-cart__subtotal,
.header-cart__text--price,
.nav--filter>li>a,
.nav-sidebar-menu>li.active a,
.nav-sidebar-menu>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.opening-time .opening-time__title,
.opening-time .week-day,
.pagination,
.pagination>li>a,
.panel-link,
.product-overlay__cart:hover,
.products-navigation__arrows .glyphicon-circle:hover,
.products__title a,
.quantity .quantity__button,
.secondary-color,
.shop__amount-filter__link,
.social-container:hover>span,
.table-theme>thead>tr>th,
.table>thead>tr>th,
.testimonials .glyphicon-circle:hover,
.testimonials .testimonials__text,
.text,
.text-dark,
.woocommerce .input-text {
    color: #413c35
}

.alert-warning,
.btn-warning--reverse-transition:hover,
.btn-warning--transition,
.progress .progress-bar--warning {
    background-color: #fe6e3a
}

.available-soon,
.btn-warning--transition:hover,
.footer .footer__text .glyphicon-heart,
.footer__link:hover,
.tertiary-color,
.warning,
.woocommerce .required {
    color: #fe6e3a
}

body {
    position: relative
}

a:active {
    color: #111
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 36px
}

h1 {
    margin-bottom: 30px
}

h2 {
    margin-bottom: 16px
}

h3 {
    margin-bottom: 14px
}

h4 {
    margin-bottom: 18px
}

h5 {
    margin-bottom: 15px
}

h6 {
    margin-bottom: 12px;
    font-family: Raleway, Georgia, Times, serif;
    text-transform: uppercase;
    font-weight: 700
}

pre {
    border: 1px solid #e5e5dc;
    color: #413c35
}

.push-down-0 {
    margin-bottom: 0
}

.push-down-5 {
    margin-bottom: 5px
}

.push-down-10 {
    margin-bottom: 10px
}

.push-down-15 {
    margin-bottom: 15px
}

.push-down-20 {
    margin-bottom: 20px
}

.push-down-25 {
    margin-bottom: 25px
}

.push-down-30 {
    margin-bottom: 30px
}

.push-down-35 {
    margin-bottom: 35px
}

.push-down-40 {
    margin-bottom: 40px
}

.push-down-45 {
    margin-bottom: 45px
}

.push-down-50 {
    margin-bottom: 50px
}

.push-down-55 {
    margin-bottom: 55px
}

.push-down-60 {
    margin-bottom: 60px
}

.light {
    font-weight: 400
}

.bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.line-through {
    text-decoration: line-through
}

.right {
    text-align: right
}

.center {
    text-align: center
}

.no-margin {
    margin: 0
}

.text {
    text-align: left;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 20px
}

.text-highlight {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #413c35;
    font-weight: 700;
    margin: 20px 0
}

.text-dark {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5
}

.glyphicon.glyphicon-circle {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 28px;
    border: 2px solid #f3f2eb;
    border-radius: 50%;
    font-size: 12px
}

.form-control {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #e6e6e6;
}

.top-15 {
    padding-top: 15px;
}

.top-30 {
    padding-top: 30px;
}

.top-60 {
    padding-top: 60px;
}

.bottom-30 {
    padding-bottom: 30px;
}

.bottom-15 {
    padding-bottom: 15px;
}

.bottom-60 {
    padding-bottom: 60px;
}

.form-control:focus {
    background: #fff;
    border: 1px solid #ddd;
}

@media ( min-width :768px) {
    .text-shrink {
        width: 60%;
        margin: 0 auto
    }
}

.wp-post-image {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .1s linear;
    transition: transform .1s linear
}

.top {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    z-index: 1002
}

.top .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1
}

.top .dropdown-menu {
    min-width: 45px
}

.top .dropdown-menu.show-menu {
    opacity: 1;
    visibility: visible
}

.top .dropdown-menu>li .last {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.top .dropdown-menu>li>a {
    text-align: left;
    font-size: 11px;
    padding: 6px 10px;
    color: #b1b0a7;
    font-weight: 400;
    border-bottom: 1px solid #5d564c
}

.top .dropdown-menu>li>a:hover {
    background-color: #5d564c;
    color: #fff
}

.top .nav .caret {
    border-top-color: #b1b0a7
}

.top .nav>li {
    display: inline-block;
    float: none
}

.top .nav>li>a {
    color: #b1b0a7;
    padding: 0 5px;
    background: 0 0
}

.top .nav>li:hover .caret,
.top .nav>li:hover a {
    color: #f3f2eb;
    border-top-color: #f3f2eb
}

.top__menu,
.top__slogan {
    text-align: center;
    color: #b1b0a7;
    margin-top: 12px;
}

.top__menu a {
    font-weight: 600;
}

@media ( min-width :768px) {
    .top__slogan {
        text-align: left;
        padding: 7px 0
    }
    .top__menu {
        text-align: right
    }
}

.header {
    background: white;
    position: relative;
    z-index: 1001
}

.header .header-logo {
    padding: 0;
    display: inline-block;
    float: left;
}

.search-panel {
    display: inline-block;
    float: left;
}

#product-photos-hero {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.reviews .review-indicator {
    max-width: 100%;
    display: inline-block;
    padding-right: 20px;
}

.reviews .review-average {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    display: inline-block;
}

.reviews .review-average:after {
    content: "%";
}

h1.page-title {
    display: block;
    margin-bottom: 0px;
    margin-top: 14px;
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

div.reviews-list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

div.reviews-list UL {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.reviews-list UL LI {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

div.reviews .glyphicon.glyphicon-star,
div.reviews .glyphicon.glyphicon-star-empty {
    font-size: 20px;
}

.product-photos-thumbnails img {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.feedback-company-summary {
    font-family: "Raleway";
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0;
    background-color: #000;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAKCAMAAABsSeXqAAAATlBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////+QPFRFAAAAGXRSTlMAAgMNEBgbHERGa3J3e3+IjY+t4uTq9/3+Los/AAAAAEZJREFUCJllyFcOgDAMwFCzS9mlrPtflAoJVUn8ZT3a+9EFoL+kRV8kxUleStAcpwYMj+R+PrcOw4dH9vFaYXgfao2J5/wvgiIJkLIg92sAAAAASUVORK5CYII=);
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    text-align: center;
}

#productViewWrapper .mobile-header {
    display: none;
    background: #222;
    color: white;
    padding: 10px;
    font-size: 16px;
}

#productViewWrapper .product-view-content {}


/*
@media (max-width:786px) {

	#productViewWrapper .product-view-content {
		padding:15px;		
	}

	#productViewWrapper .mobile-header {
		display:block;
	}

	#productViewWrapper {
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		border-radius:0;
		background:white;
		z-index:1000;
		margin:0;
		padding:0;
		border:0;
		border-top:2px solid #ddd;
	}
}
*/

.feedback-company-summary a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.product-photos-thumbnails img {
    cursor: pointer;
}

.review-label {
    color: #3cb2cd;
    font-size: 14px;
    font-weight: normal;
}

.content-wrapper {
    font-size: 14px;
}

.header .navbar-toggle {
    border: 0;
    margin: 14px 0px;
    margin-left: 10px;
}

.header .navbar-toggle .icon-bar {
    background-color: #fff
}

.header a:active {
    background: 0 0
}

.mobile-navbar-form {
    padding-top: 1em;
    padding-bottom: 2em
}

.mobile-navbar-form .form-control {
    border: 1px solid #e5e5dc;
    border-right: 0;
    background: #fff
}

.mobile-navbar-form__appended-btn {
    background: 0 0;
    border: 0;
    padding-top: 0;
    padding-bottom: 0
}

@media ( min-width :992px) {
    .fixed-header .header {
        position: fixed;
        width: 100%;
        -webkit-box-shadow: 0 0 5px #b1b0a7;
        box-shadow: 0 0 5px #b1b0a7;
        top: 0
    }
    .fixed-header .top {
        margin-bottom: 100px
    }
}

.nav-pills {
    padding: 0
}

.nav-pills .dropdown {
    z-index: 1200;
    padding: 7px 0
}

.text-blue {
    color:#3bafda;
}

.fa.fa-star.fa-star-on {
    color:#f6c541;
}

.category-wrapper h2.product-title a {
    font-size:16px;
    line-height:18px;
    min-height:40px;
}

@media (min-width:992px) {
    .category-wrapper {
        min-height: 175px;
    }
}

.fa.fa-star.fa-star-off {
    color:#727272;
}

.product-general-description {
    display:block;
    margin:0 0 15px 0;
}

.navbar-default {
    margin: 0;
    min-height: 0;
    border: 0;
    background: 0 0;
    font-weight: 700
}

#product-list-wrapper {
    padding:40px 0;
    background:white;
}

#product-list-wrapper h2 {
    display:block;
    margin:0 0 45px 0;
    font-size:26px;
    color:#521f60;
    font-weight:normal;
    text-align:center;
}

#product-list-wrapper .product-list-item {
    padding-top:10px;
    padding-bottom:15px;
}

#product-list-wrapper .product-list-item:hover {
    background:#efefef;
    border-radius:8px;
}

#product-list-wrapper .product-list-item .product-title {
    margin-bottom:15px;
    display:block;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:white;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color:#f48120;
    text-decoration:none;
}

.navbar-default .navbar-nav>li>a .caret {
    position: absolute;
    border-top-color: #413c35;
    border-bottom-color: #413c35;
    bottom: 50%;
    right: 30px;
    margin-right: -4px
}

@media ( min-width :992px) {
    .navbar-default .navbar-nav>li>a .caret {
        bottom: 22%;
        right: 50%
    }
}

@media ( max-width :992px) {
    .btn,
    .btn.btn-warning {
        display: block;
        width: 100%;
        white-space: normal;
        padding: 8px 6px;
        font-size: 13px;
    }
    .form-control {
        margin-bottom: 6px;
    }
}

.glyphicon-search--nav {
    font-size: 17px;
    line-height: 19px
}

.input-group-addon {
    background-color: transparent;
    border: 0;
    font-weight: bold;
}

.nav-blog {
    margin-top: -4px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav-blog a:hover {
    text-decoration: underline
}

.search-panel {}

.search-panel button {
    background: 0 0;
    border: 0
}

.search-panel {
    margin-top: 13px;
    margin-left: 0px;
    position: relative;
}

.search-panel input.form-control::-webkit-input-placeholder {
    color: #333;
}

.search-panel .fa.fa-search {
    font-size: 16px;
    color: #3baeda;
}

.search-panel button[type=submit] {
    position: absolute;
    right: 5px;
    top: 8px;
}

.search-panel .form-control {
    display: inline-block;
    border: 2px solid #ddd;
    background: #f9f9fa;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 180px;
    color: #333;
    margin: 0;
    padding: 7px 10px;
    height: auto;
    font-size: 13px;
    border-radius: 4px;
}

#SearchAutoComplete {
    width: 180px;
}

@media (min-width:992px) {
    .search-panel {
        margin-left: 10px;
        margin-top: 14px;
    }
    .search-panel .form-control {
        width: 240px;
        font-size: 13px;
    }
    #SearchAutoComplete {
        width: 240px;
    }
}

.search-panel__form .glyphicon-search {
    font-size: 30px;
    color: white;
    display: inline-block
}

.search-panel__close {
    padding: 0;
    margin: 0
}

.search-panel__close {
    display: block;
    margin-top: 30px;
}

.search-panel__close .glyphicon-remove {
    color: #f3f2eb;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.search-panel__close .glyphicon-remove:hover {
    color: #e5e5dc;
    border-color: #e5e5dc
}

.search-mode .search-mode__overlay,
.search-mode .search-panel {
    opacity: 1;
    visibility: visible;
}

.header-cart {
    position: relative;
    max-height: 100px;
    padding: 19px 0 0 0px;
    text-align: right
}

.header-cart:before {
    content: "";
    position: absolute;
    background-color: #d6d3bb;
    width: 1px;
    height: 36px;
    top: 50%;
    left: 0;
    margin-top: -18px
}

.header-cart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.header-cart:hover .header-cart__open-cart,
.header-cart:hover:after {
    opacity: 1;
    visibility: visible
}

.mobile-cart {
    text-align: center
}

.cart-header .fa-shopping-cart {
    padding-right: 4px;
}

#hero-carousel {
    background: rgb(248, 113, 5);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248, 113, 5, 1) 0%, rgba(240, 125, 0, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 113, 5, 1)), color-stop(100%, rgba(240, 125, 0, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248, 113, 5, 1) 0%, rgba(240, 125, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248, 113, 5, 1) 0%, rgba(240, 125, 0, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248, 113, 5, 1) 0%, rgba(240, 125, 0, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(248, 113, 5, 1) 0%, rgba(240, 125, 0, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f87105', endColorstr='#f07d00', GradientType=0);
    /* IE6-9 */
}

.category-review {
    max-width:740px;  
}
.category-review a {
    color:white;
    font-size:16px;
    line-height:32px;
    margin-left:15px;
    right:0;
    top:0;
}

.text-purple {
    color:#551f5b;
}

strong.text-purple {
    color:#551f5b;
    font-weight:bold;
}

.text-blue {
    color:#3baeda;
}

strong.text-blue {
    color:#3baeda;
    font-weight:bold;
}

@media (max-width:992px) {
    .category-review a {
        margin-left:0;
    }
}

.category-review a,
.category-review a:hover,
.category-review a:active,
.category-review a:visited {
    text-decoration:none;
}
.category-header-modern {
    background:#f17b01;
    color:white;
    padding:45px 0 0 0;
}

.category-header-modern h2 {
    color:white;
    margin-top:4px;
    margin-bottom:10px
}

.category-header-modern h1.page-title {
    color:white;
    border:0;
    display:inline-block;
    font-size:28px;
    line-height:30px;
    margin-top:0;
    padding-bottom:15px;        
}

.category-header-modern .description {
    display:block;
    max-width:740px;
    margin-bottom:45px;
    font-size:13px;
}

.category-header-modern .description p:last-child {
    margin-bottom:0;
}
.category-header-modern .category-review a {
    text-decoration:none;
    color:white;
    font-weight:inherit;
}

.category-header-modern a {
    text-decoration:underline;
    font-weight:600;
    color:white;
}

.product-box-request-offer-link {
    margin-top:15px    
}

.product-box-request-offer-link a {
    color:#551f5b;
    font-weight:500;
}

.hero-wrapper {
    margin-top: 20px;
    color: white;
}

.hero-wrapper.hero-404 p,
.hero-wrapper.hero-404 a {
    color: white;
}

.hero-wrapper.hero-404 {
    margin-top: 60px;
}

@media (max-width:992px) {
    .hero-wrapper {
        margin: 40px 0;
    }
    .hero-wrapper .btn {
        margin-top: 8px;
    }
}

@media (max-width:470px) {
    .hero-wrapper .btn {
        display: block;
        margin-top: 10px;
        padding: 8px 6px;
    }
    .hero-wrapper .btn.btn-right-padding {
        margin-right: 0;
    }
}

.hero-title {
    line-height: 0.8;
    color: white;
    text-shadow: 0px 1px 3px #9c4a09;
    font-weight: 800;
    font-size: 47px;
    letter-spacing: -0.5px;
    margin: 0;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 6px;
    color: white;
}

@media ( min-width :768px) {
    .hero-title {
        font-size: 34px;
        color: white;
    }
    .hero-subtitle {
        font-size: 24px;
        color: white;
    }
    .hero-wrapper {
        margin-top: 40px;
    }
}

@media ( min-width :991px) {
    .hero-title {
        line-height: 0.8;
        color: white;
        text-shadow: 0px 1px 3px #9c4a09;
        font-weight: 800;
        font-size: 47px;
        letter-spacing: -0.5px;
        margin: 0;
        margin-bottom: 6px;
    }
    .hero-subtitle {
        color: White;
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 6px;
    }
    .hero-wrapper {
        margin-top: 106px;
    }
}

.carousel-caption {
    text-shadow: none;
    top: 20px
}

@media ( min-width :768px) {
    .carousel-caption {
        top: -20px
    }
}

@media (max-width:992px) {    
    .category-header-modern {
        padding:25px 0;
    }
    .category-header-modern h1.page-title {
        margin-bottom:8px;
        padding-bottom:0;
    }
    .category-review a {
        position:static;
        display:block;
        margin-bottom:10px;
    }
}

.carousel-control {
    width: 8%
}

.carousel a:active {
    background-color: transparent
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    max-width: none
}

.no-margin {
    margin-bottom: 0
}

.breadcrumb {
    padding: 0;
    color: #413c35;
    margin: 0;
    margin-top: 12px;
    background: 0 0;
    border-radius: 0;
}

.breadcrumb>li+li:before {
    content: "\f054";
    color: #551f5b;
    font-family: "FontAwesome";
    font-size: 8px
}
.breadcrumb>li:last-child a {
    color:#f48120;
}

.breadcrumb a {
    color: #551f5b;
    font-size: 13px;
}

.breadcrumb a:hover {
    color: #444;
    text-decoration: none
}

.breadcrumb .active {
    color: #444;
    font-weight: 600
}

.footer-widgets {
    color: #555;
    position: relative;
    background-color: #4b463f
}

.footer-widgets a.btn {
    color: white;
}

span.product-label-new {
    display:inline-block;
    margin-right:5px;
    color:#f48120;
    font-weight:600;
}
span.product-label-sale {
    display:inline-block;
    margin-right:5px;
    color:red;
    font-weight:600;
}
span.product-label-success {
    display:inline-block;
    margin-right:5px;
    color:green;
    font-weight:600;
}

.product-title, h3.product-title {
    font-size: 15px;
    font-family: "Raleway";
    font-weight: 500;
    text-align: center;
    display: block;
    margin-bottom: 0;
    margin-top: 7px;
}



/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 400px;
    margin: 0 auto;
  }
  
  /* 
  
  ====== Zoom effect ======
  
  */
  .mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
  }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
  }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
  }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
  }


.product-title a,
.product-title,
h3.product-title {
    color: #000;
    line-height: 24px;
    height:auto;
    font-size:16px;
    display: block;
    overflow: hidden;
}

.btn.btn-right-padding {
    margin-right: 10px;
}

#tfcwidget {
    margin: auto;
}

#moduleSponsors IMG {
    margin: auto;
    display: block;
}

.footer .row {
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 11px;
    color: #aaa;
}

.footer-widgets .footer-widgets__social {
    margin: 20px 0
}

.footer-widgets__social strong.main,
.footer-widgets strong {
    margin-top: 20px;
    display: block;
    font-weight: 400;
    margin-bottom: 20px;
}

.social-icon {
    width: 24px;
    height: 24px;
    background: #686868;
    margin-right: 6px;
    display: block;
    border-radius: 12px;
    text-align: center;
    float: left;
}

.social-icon .fa {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #272727;
}

footer .hr-line {
    padding: 4px 15px;
    border-top: 1px solid #444;
    height: 1px;
}

.social-icon:hover {
    background: #3baeda;
}

.social-icon:hover .fa {
    color: White;
}

.footer-widgets__social p,
.footer-widgets p {
    font-size: 11px;
    font-weight: 600;
    color: #88878f;
}

.footer .nav li {
    display: inline;
    float: left;
}

.footer .nav li a {
    font-size: 11px;
    padding: 0 14px;
    color: #aaa;
}

.footer .nav li:first-child a {
    padding-left: 0;
}

.footer-widgets .footer-widgets__contact,
.footer-widgets .footer-widgets__navigation,
.footer-widgets .footer-widgets__tags {
    margin: 22px 0 58px
}

.footer-widgets .footer-wdgets__heading--line {
    text-align: center;
    position: relative
}

.footer-widgets .footer-wdgets__heading--line:after {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 65%;
    left: 0;
    height: 1px;
    background: #676056
}

.footer-widgets .footer-widgets__heading {
    position: relative;
    text-align: center;
    color: #f3f2eb;
    z-index: 2;
    background-color: #4b463f;
    display: inline-block;
    padding: 0 10px
}

.footer-widgets .nav-footer>li>a {
    color: #b1b0a7;
    font-weight: 700;
    line-height: 30px
}

.footer-widgets .tag {
    display: inline-block;
    border: 2px solid #b1b0a7;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 4px 2px;
    font-family: Raleway, Georgia, Times, serif;
    font-weight: 700;
    color: #b1b0a7;
    text-transform: uppercase;
    font-size: 11px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.footer-widgets .glyphicon--footer {
    font-size: 12px;
    margin-right: 3px
}

footer {
    margin-bottom: 50px;
}

.footer-widgets .glyphicon--footer-small {
    font-size: 8px;
    margin-right: 3px
}

.footer {
    padding: 18px 0;
    color: #b1b0a7
}

.footer .footer__link--small {
    font-size: 12px;
    font-weight: 700
}

.footer .footer__link--small:hover {
    text-decoration: none
}

.footer .footer__text {
    float: right
}

.footer .footer__text .glyphicon-heart {
    font-size: 8px
}

@media ( max-width :768px) {
    .footer .footer,
    .footer .footer__text,
    .footer .footer__text--link {
        text-align: center;
        float: none
    }
}

.footer__link {
    color: #f3f2eb;
    font-weight: 700
}

.footer__link:hover {
    font-weight: 700;
    text-decoration: none
}

.alert {
    padding: 14px;
    font-weight: 500;
    color: #f3f2eb;
    font-size: 13px;
    border-color: transparent
}

.radio-list LABEL {
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 600;
}

form input.quantity-inline-field {
    border: 1px solid #ddd;
    background: #eee;
    width: 50px;
    padding: 0px 0px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    color: #555;
}

.alert button.close {
    margin-top: -1px
}

.alert-default {
    background: #f3f2eb;
    color: #413c35
}

.alert-dark {
    background: #b1b0a7
}

.alert-info {
    background: #668aa8
}

.alert-danger {
    background: #d5525b
}

.nav-tabs {
    border-bottom: 2px solid #e5e5dc
}

.nav-tabs>li {
    margin-bottom: -3px
}

.nav-tabs>li>a {
    color: #666;
    font-family: Raleway, Georgia, Times, serif;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    border-bottom: 3px solid rgba(0, 0, 0, 0)
}

.nav-tabs>li>a:hover {
    border: 0;
    border-bottom: 3px solid #551f5b;
    color: #551f5b;
    background: 0 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 0;
    background: #551f5b;
    color: white;
    border-bottom: 3px solid #551f5b
}

.tab-text {
    font-weight: 400;
    line-height: 1.7
}

.btn-dark {
    background: #b1b0a7
}

.btn-dark:hover {
    color: #f3f2eb;
    background: #99988c
}

.btn-default {
    color: #999;
    border: 2px solid #999;
    padding: 7px 18px;
    background: 0 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.btn-default:hover {
    color: #fff;
    background: #b1b0a7;
    border: 2px solid #b1b0a7;
    padding: 7px 18px
}

.btn-darker:hover {
    color: #f3f2eb;
    background: #25221e
}

.btn-danger--transition,
.btn-dark--transition,
.btn-darker--transition,
.btn-info--transition,
.btn-primary--transition,
.btn-warning--transition {
    -webkit-transition: background .1s linear;
    transition: background .1s linear
}

.btn-danger--transition:hover,
.btn-dark--transition:hover,
.btn-darker--transition:hover,
.btn-info--transition:hover,
.btn-primary--transition:hover,
.btn-warning--transition:hover {
    background: 0 0;
    padding: 7px 18px
}

.btn-primary--transition:hover {
    border: 2px solid #551f5b
}

.btn-dark--transition {
    background: #b1b0a7
}

.btn-dark--transition:hover {
    color: #b1b0a7;
    border: 2px solid #b1b0a7
}

.btn-warning--transition:hover {
    border: 2px solid #fe6e3a
}

.btn-info--transition {
    background: #668aa8
}

.btn-info--transition:hover {
    color: #668aa8;
    border: 2px solid #668aa8
}

.btn-danger--transition {
    background: #d5525b
}

.btn-danger--transition:hover {
    color: #d5525b;
    border: 2px solid #d5525b
}

.btn-darker--transition:hover {
    border: 2px solid #413c35
}

.btn-default--transition {
    color: #b1b0a7;
    border: 2px solid #e5e5dc;
    padding: 7px 18px;
    background: 0 0;
    -webkit-transition: border .1s linear;
    transition: border .1s linear
}

.btn-default--transition:hover {
    background: 0 0;
    color: #b1b0a7;
    border: 2px solid #413c35;
    padding: 7px 18px
}

.btn-danger--reverse-transition,
.btn-dark--reverse-transition,
.btn-darker--reverse-transition,
.btn-info--reverse-transition,
.btn-primary--reverse-transition,
.btn-warning--reverse-transition {
    -webkit-transition: background .1s linear;
    transition: background .1s linear;
    background: 0 0;
    padding: 7px 18px
}

.btn-danger--reverse-transition:hover,
.btn-dark--reverse-transition:hover,
.btn-darker--reverse-transition:hover,
.btn-info--reverse-transition:hover,
.btn-primary--reverse-transition:hover,
.btn-warning--reverse-transition:hover {
    color: #fff
}

.btn-primary--reverse-transition {
    border: 2px solid #551f5b;
    color: #551f5b
}

.btn-dark--reverse-transition {
    color: #b1b0a7;
    border: 2px solid #b1b0a7
}

.btn-dark--reverse-transition:hover {
    background: #b1b0a7
}

.btn-warning--reverse-transition {
    border: 2px solid #fe6e3a;
    color: #fe6e3a
}

.btn-info--reverse-transition {
    color: #668aa8;
    border: 2px solid #668aa8
}

.btn-info--reverse-transition:hover {
    background: #668aa8
}

.btn-danger--reverse-transition {
    color: #d5525b;
    border: 2px solid #d5525b
}

.btn-danger--reverse-transition:hover {
    background: #d5525b
}

.btn-darker--reverse-transition {
    border: 2px solid #413c35;
    color: #413c35
}

.btn-default--reverse-transition {
    background: #fff;
    color: #b1b0a7;
    border: 2px solid #413c35;
    padding: 7px 18px;
    -webkit-transition: border .1s linear;
    transition: border .1s linear
}

.btn-default--reverse-transition:hover {
    color: #b1b0a7;
    border: 2px solid #e5e5dc;
    background: #fff
}

.btn-jumbotron {
    background: white;
    color: #444;
    border: 2px solid #ddd;
    padding: 7px 18px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.btn-jumbotron:hover {
    background: #e5e5dc;
    border: 2px solid #e5e5dc
}

.btn-shop {
    color: #b1b0a7;
    background-color: #fff;
    border: 1px solid #e5e5dc;
    -webkit-box-shadow: 0 1px 2px #e5e5dc;
    box-shadow: 0 1px 2px #e5e5dc;
    padding: 10px
}

.btn-shop:hover {
    border: 1px solid #e5e5dc;
    background-color: #f3f2eb
}

.table>tbody>tr>td {
    border: 0;
    color: #5d564c;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    border-top: 0;
}

.table-theme>thead>tr>th,
.table>thead>tr>th,
.table tr.table-thead-row td {
    padding: 8px 0px;
    border: 0;
    background: transparent;
    color: #333;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
}

.table-striped>tbody>tr:nth-child(odd)>td {
    background: #e5e5dc;
    border-radius: 3px
}

.table.table-regular>tbody>tr>td {
    padding: 4px;
    border: 0;
}

.widget.widget-no-margin-top {
    margin-top: 0;
}

.rating-input span.fa {
    font-size: 18px;
    color: #333;
}

.rating-input span.fa.fa-star-o {
    color: #999;
}

.rating-input {
    margin-bottom: 10px;
}

.cart-remove-icon {
    background: #999;
    width: 13px;
    height: 13px;
    border-radius: 6px;
    display: block;
    line-height: 10px;
    color: #eee;
    text-align: center;
}

.cart-remove-icon .fa {
    font-size: 9px;
}

#product-reviews .product-review-icon {
    margin-right: 20px;
}

#product-reviews .product-review-date {
    font-size: 11px;
    color: #aaa;
}


.bs-price {
    font-size: 18px;
    font-weight: 700;
    color: #551f5b;
    display: block;
}

.bs-price.inactive { 
    color:#aaa;
}

TABLE.table tbody tr.totals td {
    border-top: 1px solid #777;
}

TABLE.table tbody tr.discount td {
    border-bottom: 1px solid #bbb;
}

.bs-discount {
    font-size: 13px;
    font-weight: normal;
    color: #888;
    padding-left: 6px;
}

.bs-discount.bs-discount-right {
    padding-right: 10px;
}

.footer-widgets strong.footer-title {
    font-size: 24px;
    font-weight: 700
}

.form-lined-right {
    border-right: 1px solid #eee;
    padding-right: 20px
}

TD.width-customimage {
    width: 140px;
}

.table-striped>tbody>tr:nth-child(odd).active>td {
    background: #fff
}

.table-theme>thead>tr>th {
    border-radius: 3px
}

.table-theme {
    border-collapse: separate;
    border-spacing: 3px
}

.table-theme tr.active td {
    border: solid 1px #e5e5dc
}

.table-theme tr.inactive td {
    color: #b1b0a7
}

.maps {
    position: relative;
    padding-bottom: 300px;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

.maps embed,
.maps iframe,
.maps object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px
}

.simple-map {
    width: 100%;
    height: 250px
}

.progress,
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px
}

.progress {
    height: 28px;
    background: 0 0;
    border: solid 1px #e5e5dc;
    padding: 2px
}

.progress .progress-bar--dark {
    background: #b1b0a7
}

.progress .progress-bar--success {
    background: #8bb918
}

h2.order-title {
    display: block;
    text-align: center;
    font-size: 20px;
}

.table-order-cart {
    border: 1px solid #777;
    font-size: 12px;
}

TABLE.table.table-order-cart tr th {
    padding: 4px 8px;
    background: #777;
    color: white;
    font-weight: 700;
}

TABLE.table.table-order-cart tr td {
    padding: 4px 8px;
    border: 0;
    font-size: 13px;
}

.order-cart-content {
    padding: 4px 8px;
}

.progress .progress-bar--info {
    background: #668aa8
}

.progress .progress-bar--danger {
    background: #d5525b
}

.gallery {
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin: 0 0 10px
}

.panel-heading {
    margin: 10px 0
}

.panel-title {
    margin: 0;
    width: 100%;
    background: #ddd;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 2px
}

.panel-link {
    font-size: 13px;
    text-transform: uppercase;
    font-family: Raleway, Georgia, Times, serif;
    font-weight: 700
}

.panel-link:hover {
    text-decoration: none
}

.divider {
    position: relative;
    height: 1px;
    border: 0;
    border-bottom: 1px solid #e5e5dc;
    margin: 36px 0
}

.divider:after {
    position: absolute;
    content: "";
    background: #fff center center no-repeat;
    width: 28px;
    height: 17px;
    left: 50%;
    top: -8px;
    margin-left: -14px
}

.title__divider {
    border: 1px solid #e5e5dc
}

.blog-last-divider {
    height: 2px;
    border: 0;
    border-bottom: 2px solid #e5e5dc;
    margin: 36px 0 16px
}

.divider-about {
    margin: 36px 0 0
}

.sidebar-divider {
    border: 1px solid #e5e5dc
}

.divider-dark {
    position: relative;
    border-bottom: 1px solid #b1b0a7;
    margin-top: 36px;
    margin-bottom: 36px;
    width: 150px
}

.divider-dark:after {
    position: absolute;
    content: "";
    background: #f3f2eb center center no-repeat;
    width: 28px;
    height: 17px;
    left: 50%;
    top: -8px;
    margin-left: -14px
}

.bold__divider {
    height: 2px;
    background-color: #e5e5dc
}

.pagination {
    margin: 0;
    font-size: 15px;
    font-family: Raleway, Georgia, Times, serif;
    font-weight: 700
}

.pagination .active {
    background-color: #f3f2eb;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination>li>a {
    padding: 7px 14px;
    -webkit-box-shadow: 0 1px 2px #e5e5dc;
    box-shadow: 0 1px 2px #e5e5dc;
    border-radius: 2px
}

.pagination>li>a:hover {
    background-color: #f3f2eb
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.pagination .pagination--nav {
    margin: 0 20px;
    border: 2px solid #551f5b;
    padding: 6px 10px;
    color: #fff
}

.pagination .pagination--nav:hover {
    background-color: #fff
}

.pagination .glyphicon-chevron-left,
.pagination .glyphicon-chevron-right {
    font-size: 12px
}

.nav-sidebar-menu {
    border: 1px solid #e5e5dc;
    background-color: #f3f2eb;
    border-radius: 2px
}

.nav-sidebar-menu>li>a {
    color: #b1b0a7;
    font-weight: 600;
    border-bottom: 1px solid #e5e5dc
}

.nav-sidebar-menu>li.active a,
.nav-sidebar-menu>li>a:hover {
    background: #fff;
    position: relative
}

.nav-sidebar-menu>li.active a:after,
.nav-sidebar-menu>li.active a:before,
.nav-sidebar-menu>li>a:hover:after,
.nav-sidebar-menu>li>a:hover:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 3px;
    top: 0
}

.nav-sidebar-menu>li.active a:before,
.nav-sidebar-menu>li>a:hover:before {
    left: -1px
}

.nav-sidebar-menu>li.active a:after,
.nav-sidebar-menu>li>a:hover:after {
    right: -1px;
    background: #fff
}

.products-navigation {
    position: relative;
    padding: 2% 0;
    text-align: center
}

.products-navigation h1,
.products-navigation h2,
.products-navigation h3,
.products-navigation h4,
.products-navigation h5 {
    margin: 0;
    line-height: 32px
}

@media ( min-width :768px) {
    .products-navigation {
        text-align: left
    }
    .products-navigation:after {
        z-index: -1;
        position: absolute;
        content: "";
        border-bottom: 1px solid #e5e5dc;
        left: 0;
        right: 0;
        top: 50%
    }
}

.products-navigation__title {
    background-color: #fff;
    display: inline-block;
    padding-right: 10px
}

.products-navigation__arrows a:active {
    background: 0 0
}

@media ( min-width :768px) {
    .products-navigation__arrows {
        background-color: #fff;
        float: right;
        padding-left: 10px
    }
}

.products-navigation__arrows .glyphicon-circle {
    border-color: #b1b0a7;
    color: #b1b0a7;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color
}

.products-navigation__arrows .glyphicon-circle:hover {
    color: #413c35;
    border-color: #413c35
}

.products__single {
    margin-bottom: 20px
}

.product__image {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform .1s linear;
    transition: transform .1s linear
}

.fancy-text {
    color:#f48120;
    font-weight:500;
    font-size:1.5em;
    font-style:italic;
    text-align:center;
    margin:40px 0;
}
.fancy-text a {
    text-decoration:underline;
}

ul.ul-distanced li {
    margin-bottom:25px;
}

hr.thick {
    border-top:2px solid #ccc;
    margin:44px 0;
}

h2.fancy {
    position: relative;
    font-size: 22px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    font-style:italic;
    font-weight:normal;    
    margin-top:8px;
}
h2.fancy span {
    padding-left:8px;
    padding-right:8px;
}
h2.fancy:before, h2.fancy:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #bbb;
}
h2.fancy:before {
    margin-left: -50%;
    text-align: right;
}


html.no-touch .products__image {
    position: relative;
    overflow: hidden
}

html.no-touch .products__image:hover {
    border-radius: 2px
}

@media ( min-width :992px) {
    html.no-touch .products__image:hover .product__image {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

.btn {
    text-transform:uppercase;
}

html.no-touch .product-overlay {
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(70, 65, 59, .15);
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear
}

html.no-touch .product-overlay .product-overlay__more {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5)
}

html.no-touch .product-overlay:hover {
    opacity: 1
}

html.no-touch .product-overlay:hover .product-overlay__more {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

html.no-touch .product-overlay__more {
    display: block;
    position: absolute;
    color: #e5e5dc;
    font-size: 30px;
    background: rgba(65, 60, 53, .9);
    height: 60px;
    width: 60px;
    padding: 10px 15px;
    border-radius: 2px;
    top: 50%;
    margin-top: -30px;
    right: 50%;
    margin-right: -30px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

html.no-touch .product-overlay__more:hover {
    color: #b1b0a7
}

html.no-touch .product-overlay__cart {
    position: absolute;
    bottom: 0;
    right: 0
}

html.no-touch .product-overlay__stock {
    position: absolute;
    bottom: 0;
    right: 48px
}

.product-overlay__more {
    display: none
}

.product-overlay__cart {
    display: block;
    float: right;
    height: 36px;
    width: 48px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 7px;
    color: #f3f2eb;
    -webkit-transition: color .1s linear;
    transition: color .1s linear
}

.product-overlay__stock {
    padding: 0 18px 0 10px;
    color: #f3f2eb;
    font-size: 11px;
    font-weight: 600;
    height: 36px;
    -webkit-transition: all .1s;
    transition: all .1s
}

.products__title {
    margin: 3px 0 5px;
    font-size: 13px
}

.products__title a:hover {
    text-decoration: none
}

.products__price {
    float: right;
    padding-right: 3px;
    font-weight: 700;
    font-size: 14px
}

.products__category {
    font-family: Raleway, Georgia, Times, serif;
    font-weight: 700;
    font-size: 11px;
    color: #c9c8c2;
    text-transform: uppercase
}

.shop-list .products__price {
    float: none;
    margin-bottom: 15px
}

.product-preview {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border-radius: 2px
}

.product-preview img {
    width: 100%;
    height: auto
}

.svg-preview {
    background: white url(../img/grid.png);
    display: block;
    padding: 10px;
}

.product-preview__thumbs {
    margin-left: -2%
}

.product-preview__thumb {
    width: 18%;
    margin-left: 2%;
    margin-bottom: 2%;
    float: left
}

.product-preview__thumb img {
    border: 2px solid #fff;
    -webkit-transition: border-color .1s linear;
    transition: border-color .1s linear
}

.product-preview__thumb img:hover,
.product-preview__thumb.active img {
    border-color: #551f5b
}

.available-soon,
.in-stock,
.out-of-stock {
    vertical-align: middle;
    font-size: 25px;
    margin-right: 2px
}

.out-of-stock {
    color: #d5525b
}

.in-stock--text {
    vertical-align: middle
}

.glyphicon-plus--hover {
    top: -2px;
    font-size: 9px
}

.testimonials {
    padding: 50px 0;
    text-align: center
}

.testimonials a:active {
    background: 0 0
}

.testimonials .testimonials__title {
    display: inline
}

.testimonials .testimonials__quotes--img {
    max-width: 100%;
    height: auto
}

.testimonials .testimonials__quotes--rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.testimonials .glyphicon-circle {
    border-color: #b1b0a7;
    color: #b1b0a7;
    margin: 0 10px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.testimonials .glyphicon-circle:hover {
    color: #413c35;
    border-color: #413c35
}

.form-control--contact {
    background-color: #f3f2eb;
    border: 1px solid #e5e5dc;
    -webkit-box-shadow: none;
    height: 38px;
    box-shadow: 0 1px 2px #e5e5dc inset;
    margin: 10px 0 0
}

.form-control--contact:focus {
    border: 1px solid #e5e5dc;
    -webkit-box-shadow: 0 1px 2px #e5e5dc inset;
    box-shadow: 0 1px 2px #e5e5dc inset
}

.team-slider__title {
    position: relative;
    font-size: 14px;
    top: -12px
}

.team-image {
    border-radius: 2px
}

.motivational-stories {
    text-align: center
}

.motivational-stories .motivational-stories__circle {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    padding: 40px 0;
    font-size: 60px;
    width: 160px;
    height: 160px;
    text-shadow: 0 2px 5px rgba(65, 60, 53, .25)
}

.main__title {
    width: 100%;
    text-align: center
}

.main__title:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #e5e5dc;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0
}

.widget {
    border: 1px solid #ddd;
    background-color: white;
    border-radius: 5px;
    margin: 45px 0;
}

.widget.widget-confirm {
    border: #3baeda solid 5px
}

.widget-content {
    padding: 26px;
}

.widget.widget-grey h2 {
    font-size: 28px;
}

.widget.widget-grey h2 span {
    font-size: 22px;
}

.widget.widget-grey {
    background: transparent;
    border: 0;
}

.widget.widget-grey .widget-content {
    padding: 0;
}

.widget-content p {
    font-size: 14px;
}

.product-review-content {
    font-size: 14px;
}

.hidden-all {
    display: none
}

.widget .widget-head {
    background: #f9f9f9;
    color: #333;
    font-weight: 700;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.main__title__text {
    display: inline-block;
    padding: 0 10px;
    margin: 60px 0;
    background-color: #fff
}

.widgets__navigation {
    margin: 22px 0 58px
}

.widgets__heading--line {
    text-align: center;
    position: relative
}

.widgets__heading--line:after {
    z-index: 1;
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 1px;
    background: #e5e5dc
}

.widget.widget-notopmargin {
    margin-top: 2px;
}

.widgets__heading {
    position: relative;
    text-align: center;
    z-index: 2;
    display: inline-block;
    padding: 0 10px;
    background-color: #fff;
    margin: 30px 0
}

.widget-lined {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 20px;
}

.widget-lined-bottom {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    padding-top: 20px;
}

h2.purple {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}

.modal-header {
    border-bottom: 0;
    padding: 15px 30px 0
}

.modal-body {
    padding: 0 30px 20px
}

.modal {
    overflow-y: auto
}

.modal-open {
    overflow: auto
}

.sidebar__title {
    margin-top: 0;
    margin-bottom: 0
}

.shop__divider {
    border: 1px solid #e5e5dc;
    margin-bottom: 11px
}

.sidebar--shop .divider {
    margin: 12px 0
}

.shop__amount-filter {
    font-size: 16px;
    margin: -10px 0;
    padding: 9px 0 0
}

.shop__amount-filter>li>a {
    padding: 3px 10px 1px;
    margin: 0 -1px;
    color: #b1b0a7
}

.sidebar__subtitle {
    margin-top: 0
}

.shop__sort-filter {
    float: right;
    margin: -10px 0
}

.shop__amount-filter__link:active {
    background: 0 0
}

.shop__pagination {
    text-align: center;
    margin-bottom: 40px
}

.nav--filter>li>a {
    padding: 4px 0
}

.nav--filter>li>a.selected {
    font-weight: 700
}

.nav--filter>li>a:hover {
    background: 0 0;
    text-decoration: underline
}

@media ( max-width :768px) {
    .shop__sort-filter {
        margin: 0;
        float: center
    }
}

.page-not-found {
    text-align: center;
    padding: 60px 0 0
}

@media ( min-width :768px) {
    .page-not-found {
        padding: 0 0 60px
    }
}

.page-not-found .page-not-found__text {
    font-size: 16px;
    font-weight: 600
}

.page-not-found .page-not-found__link:hover {
    color: #598c4f;
    text-decoration: none
}

.page-not-found .page-not-found__background {
    width: 217px;
    height: 222px;
    border-radius: 50%;
    display: inline-block
}

.single-product__title {
    margin: 10px 0 20px
}

.single-product__price {
    font-size: 34px;
    font-weight: 700;
    position: relative
}
.nav > li > a:hover, .nav > li > a:focus {
    background:transparent;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    background:#3e1744
}

@media ( min-width :768px) {
    .single-product__price {
        padding-right: 16px
    }
    .single-product__price:after {
        position: absolute;
        content: "";
        background-color: #b1b0a7;
        width: 1px;
        height: 18px;
        right: 0;
        top: 50%;
        margin-top: -8px
    }
}

.single-product__rating {
    position: relative
}

@media ( min-width :768px) {
    .single-product__rating {
        top: -7px;
        display: inline;
        padding: 0 16px
    }
    .single-product__rating:after {
        position: absolute;
        content: "";
        background-color: #b1b0a7;
        width: 1px;
        height: 18px;
        right: 0;
        top: 50%;
        margin-top: -8px
    }
}

@media ( min-width :768px) {
    .in-stock--single-product {
        display: inline;
        position: relative;
        padding-left: 16px;
        top: -8px
    }
}

.star-off {
    color: #b1b0a7
}



@media (max-width:768px) {
    .product-list-item img {
        margin-left:auto;
        margin-right:auto;
    }

    .product-title a, .product-title, h3.product-title {
        font-size:16px;
    }

}

@media (max-width:400px) { 
    .product-title a, .product-title, h3.product-title {
        font-size:14px;
    }
}