/* override styles and general elements

 PIRMARY COLOR: #452306
 SECONDARY COLOR: #754719
 */

.container.page-template {
    padding: 15px 35px;
}


img {
    max-width: 100%;
}

p {
    margin: 0 0 10px;
    font-size: 16px;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.btn-primary {
    color: #fff;
    background-color: #452306;
    border-color: #452306;
}

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

.btn-danger {
    color: #fff;
    background-color: #982807;
    border-color: #982807;
}

.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #77311D;
    border-color: #77311D;
}

.btn-added-success {
    color: #fff;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}

.btn-remove {
    color: #fff;
    background-color: #982807 !important;
    border-color: #982807 !important;
}

.btn-primary-inverse {
    color: #fff;
    background-color: #754719;
    border-color: #754719;
}

.btn-primary-inverse:hover {
    color: #fff;
    background-color: #452306;
    border-color: #452306;
}

.input-sm {
    height: 35px;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form input, form textarea {
    color: #000 !important;
}

hr.dot {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #53250E;
}

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

hr.white {
    margin: 10px 0;
    border: 0;
    border-top: 1px dashed #fff !important;
}

/* Bootstrap overrides*/

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

/* Sticky footer styles
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
    background: #FDF8E7;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #FDF8E7;
    MIN-HEIGHT: 865px;
    height: 100%;
    overflow-x: hidden;
}

body > .container {
    background: #fbf9f4;
}

body {
    min-height: 100vh;
    font-size: 15px;
    background-color: #754719;
    background-image: url(https://res.cloudinary.com/knifedb/image/fetch/https://knifedb.net/wp-content/uploads/2013/09/knifedb_background.jpg);
    background-repeat-y: repeat;
    background-attachment: fixed;
}

.footer {
    background-color: #2B2B2B;
    color: #fff;
    padding: 30px 0;
    font-weight: 200;
}

.footer h4 {
    text-transform: uppercase;
    border-bottom: 1px solid white;
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 500;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li a {
    color: #fff;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
}

/*------------------------------------
    FOOTER
------------------------------------*/

@media (min-width: 768px) {
    .footer-container {
        width: 100%;
    }
}

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

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

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

.footer {
    background-color: #2B2B2B;
    color: #fff;
    padding: 30px 0;
    font-weight: 200;
    clear: both;
}

footer .ftr-social ul li,
footer .ftr-links ul li,
footer .ftr-bottom ul li {
    display: inline-block;
    text-align: center;
}

.ftr-social ul li a i {
    font-size: 25px;
}

.footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 100;
}

.ftr-social ul li.instagram {
    margin-left: 38px;
}

footer .ftr-social ul li.google-plus,
footer .ftr-social ul li.youtube,
footer .ftr-social ul li.pinterest {
    margin-left: 40px;
}

.ftr-social ul li.twitter {
    margin-left: 45px;
}

.ftr-social ul li.blog {
    margin-left: 31px;
    top: -3px;
}

footer .ftr-links ul li a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    line-height: 24px;
    font-size: 17px;
}

footer .ftr-social ul,
footer .ftr-links ul,
footer .ftr-bottom ul {
    text-align: center;
}

.ftr-links {
    border-top: 1px solid #e2e2e2;
    margin: 20px auto 7px;
}

.ftr-links,
.ftr-bottom {
    width: 606px;
}

.ftr-bottom ul {
    margin: 0;
    text-align: left !important;
}

.ftr-bottom {
    margin: 0 auto;
    text-align: left;
    border: none;
    padding-top: 0;
}

@media (min-width: 1200px) {
    footer .ftr-links ul:before {
        background: url("https://knifedb.com/wp-content/themes/KnifeDB-Modernize/library/images/KnifeDB_logo.png") no-repeat;
        position: relative;
        content: '';
        width: 36px;
        top: 13px;
        left: 0;
        display: inline-block;
        margin-right: 19px;
        height: 36px;
        background-size: contain;
    }
}

/* NAV STYLES */

#navbar-secondary,
.navbar-transparent .container {
    padding: 0 !important;
}

#navbar-secondary ul {
    float: none;
    display: inline-block;
    position: relative;
    top: -4px;
}

#navbar-secondary .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
}

#navbar-secondary .secondary-nav-container {
    background: #2B2B2B;
    height: 40px;
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    top: 0px;
    /* border-radius: 39px; */
    text-align: center;
}

.navbar-transparent {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.nav-container {
    padding-left: 0;
    padding-right: 0;
    overflow: visible !important;
    background: transparent !important;
}

/* Custom page CSS
-------------------------------------------------- */

/* Not required for template or sticky footer method. */

.main-content {
    max-width: 1170px;
    margin: 0 auto;
}

.container {
}

.container .text-muted {
    margin: 20px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

/*LOGO AND NAV STYLES*/

.circle-logo {
    background: #2B2B2B;
    border-radius: 50%;
    width: 137px;
    height: 150px;
    position: absolute;
    top: -25PX;
    left: 50%;
    transform: translateX(-50%);
}

.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100px;
    margin-top: 10px;
    top: 0;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-black {
    background-color: #2B2B2B;
    border-radius: 0;
    border: none;
}

ul#menu-top-right-logged-in {
    margin-right: 0 !important;
}

#help-table {
    display: none;
}

.bg-cover {
    background-size: cover !important;
}

.bg-center {
    background-position: center !important;
}

.bg-19 {
    max-width: 1170px;
    margin: 0 auto;
    background: #895B2C;
}

.bg-filter {
    background: rgba(0, 0, 0, 0.4);
}

.bg-filter,
.bg-filter-v1,
.bg-filter-v2 {
    width: 100%;
    height: 100%;
    color: #fff;
}

.top-title {
    text-align: center;
    margin: 0;
    text-transform: capitalize;
    padding: 10px 0;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    position: relative;
    top: 30px;
}

.top-title:after {
    content: "";
    display: block;
    padding-top: 8px;
    width: 80px;
    margin: auto;
    border-bottom: 1px solid #fff;
}

.section-lg {
    padding: 44px 0;
    margin-top: -20px;
}

/* SEARCH TEMPLATE STYLES*/

.padded-row {
    margin-bottom: 20px;
}

.top-paging .pagination {
    float: right;
}

.contact-template, .padded-template {
    padding: 40px;
}

.contact-block {
    border: 1px solid black;
    border-radius: 6px;
    width: 116px;
    height: 116px;
    margin-bottom: 12px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    background-color: #fff;
    color: #78a300;
    transition: all 0.25s linear;
    transition-property: background, color, border;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-size: 35px;
}

.contact-block-title {
    width: 116px;
    height: 36px;
    text-align: center;
    display: inline-block;
}

.contact-block:hover {
    background: #78a300;
    border: 1px solid #78a300;
    color: #fff;
}

.search-template .container {
    padding: 0;
    margin: 0;
}

.search-template {
    margin-top: 40px;
    padding-bottom: 40px;
}

.search-template .panel {
    border: none;
    background-color: #A6886A;
    background-image: url('https://res.cloudinary.com/knifedb/image/fetch/https://knifedb.net/wp-content/uploads/2014/05/lightbrown.png');
    background-repeat: repeat;
}

.search-template form {
    background-color: #A6886A;
    background-image: url('https://res.cloudinary.com/knifedb/image/fetch/https://knifedb.net/wp-content/uploads/2014/05/lightbrown.png');
    background-repeat: repeat;
    padding: 20px;
}

.search-template .form-control {
    border-radius: 0;
}

.search-template .row .row {
    margin: 0;
    padding: 0;
}

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

.search-template .knives-search form .col-lg-1,
.search-template .knives-search form .col-lg-10,
.search-template .knives-search form .col-lg-11,
.search-template .knives-search form .col-lg-12,
.search-template .knives-search form .col-lg-2,
.search-template .knives-search form .col-lg-3,
.search-template .knives-search form .col-lg-4,
.search-template .knives-search form .col-lg-5,
.search-template .knives-search form .col-lg-6,
.search-template .knives-search form .col-lg-7,
.search-template .knives-search form .col-lg-8,
.search-template .knives-search form .col-lg-9,
.search-template .knives-search form .col-md-1,
.search-template .knives-search form .col-md-10,
.search-template .knives-search form .col-md-11,
.search-template .knives-search form .col-md-12,
.search-template .knives-search form .col-md-2,
.search-template .knives-search form .col-md-3,
.search-template .knives-search form .col-md-4,
.search-template .knives-search form .col-md-5,
.search-template .knives-search form .col-md-6,
.search-template .knives-search form .col-md-7,
.search-template .knives-search form .col-md-8,
.search-template .knives-search form .col-md-9,
.search-template .knives-search form .col-sm-1,
.search-template .knives-search form .col-sm-10,
.search-template .knives-search form .col-sm-11,
.search-template .knives-search form .col-sm-12,
.search-template .knives-search form .col-sm-2,
.search-template .knives-search form .col-sm-3,
.search-template .knives-search form .col-sm-4,
.search-template .knives-search form .col-sm-5,
.search-template .knives-search form .col-sm-6,
.search-template .knives-search form .col-sm-7,
.search-template .knives-search form .col-sm-8,
.search-template .knives-search form .col-sm-9,
.search-template .knives-search form .col-xs-1,
.search-template .knives-search form .col-xs-10,
.search-template .knives-search form .col-xs-11,
.search-template .knives-search form .col-xs-12,
.search-template .knives-search form .col-xs-2,
.search-template .knives-search form .col-xs-3,
.search-template .knives-search form .col-xs-4,
.search-template .knives-search form .col-xs-5,
.search-template .knives-search form .col-xs-6,
.search-template .knives-search form .col-xs-7,
.search-template .knives-search form .col-xs-8,
.search-template .knives-search form .col-xs-9 {
    padding-right: 0
}

#search-form {
    width: 95%;
    margin: 0 Auto;
    font-size: 16px;
}

#search-form .form-control {
    border: 2px solid #53250E;
}

#search-form label {
    color: #fff;
}

.search-tab {
    color: #ffffff;
    display: block;
    background: #754719;
    padding: 16px 10px;
    font-weight: 400;
    margin-bottom: 25px;
}

.check_boxes {
    color: #fff;
}

.check_boxes:hover {
    color: #fff;
    text-decoration: none;
    cursor: help;
}

.year-right {
    padding-left: 45px;
}

#copyYear .fa {
    position: relative;
    top: -27px;
    left: 150px;
    font-size: 20px;
    z-index: 9;
    cursor: pointer;
    color: #fff;
}

#copyYear .fa:hover {
    position: relative;
    top: -27px;
    left: 150px;
    font-size: 20px;
    z-index: 9;
    cursor: pointer;
    color: #452306;
}

/* KNIFE RESULTS AND DETAILS */

.search-card {
    position: relative;
    overflow: visible;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    border: 3px solid #fff;
    /* height: 210px; */
    color: #fff;
    background-color: #754719 !important;
}

.card {
    position: relative;
    margin: 0rem 0 1rem 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 0px;
    background-clip: padding-box;
    border: 3px solid #2B2B2B;
}

.z-depth-1,
.card-panel,
.card,
.search-tab,
.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.zoom {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
    border-bottom: 1px solid rgba(255, 255, 255, 0.01);
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.nav > li > a {
    padding: 15px 12px;
}

.clear-padding {
    padding: 0;
}

.navbar-black a {
    color: #fff;
}

.k-results {
    min-height: 240px;
}

.zoomContainer {
    display: none;
}

.zoomContainer:hover {
    display: block;
}

.k-results-frame {
    text-align: center;
    height: 330px;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin: 0 auto;
    /* background-size: contain !important; */
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    margin-top: 10px;
    align-items: center;
    align-content: center;
}

.k-results-frame img {
}

.k-results-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.k-results-image {
    max-width: 184px;
}

.knife-images {
    padding-left: 0;
    padding-right: 0;
}

.k-results .k-handle-image {
    max-height: 80px;
    display: block !important;
}

.k-handle-image-wrap {
    height: 80px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.k-results .k-shield-image {
    height: 80px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.k-middle-label {
    padding: 5px;
    background: #2B2B2B;
    display: block;
}

.k-inner-left {
    background: #452306;
}

.k-inner-right {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}

.knife-data {
    padding: 15px;
}

.knife-specs {
    padding: 5px 5px 8px 8px;
    background: #2B2B2B;
}

.knife-specs ul {
    list-style-type: none;
    display: block;
    padding-left: 0;
    width: 100%;
    min-height: 15px;
    margin-bottom: 0;
}

.knives-search .k-results .user-knife-buttons {
}

.knife-buttons {
    display: block;
    clear: both;
}

.user-knife-buttons a {
    display: block;
    float: none;
    margin-bottom: 10px;
    width: 100%;
}

.knife-specs ul li {
    float: left;
    margin-right: 25px;
}

.knife-remarks {
    padding: 5px 5px 0px 0px;
    height: auto;
    overflow-y: auto;
    margin-bottom: 0px;
}

.knife-specs ul li:last-child {
    margin-right: 0;
}

.patSub {
    padding: 5px 10px 3px 10px;
    background: #2B2B2B;
    position: absolute;
    width: 100%;
    text-align: left;
}

.no-shield {
    background: #D3B778;
    color: #000000;
    height: 81px;
    text-align: center;
    font-size: 24px;
    line-height: 27px;
}

.no-shield-inner {
    border: 2px solid #000;
    margin: 0 auto;
    position: relative;
    top: 6px;
    color: #000;
    width: 145px;
    height: 70px;
    border-radius: 50%;
}

.no-shield-inner:hover {
    text-decoration: none;
}

.knife-details .knife-image img {
    width: 100%
}

.knife-details .knife-image span {
    width: 100%;
    text-align: center;
    display: block;
}

.knife-details .row .row {
    margin-left: 0;
}

.well {
    background-color: transparent !important;
    margin-top: 5px;
    border-radius: 0;
}

.type-card {
    margin-bottom: 20px;
}

.blade-card {
    height: 150px;
}


.blade-card .type-image-results-frame {
    text-align: center;
    height: 144px;
    min-width: 204px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
.custom-feature-card {
    height: 150px;
}

.contributor-card {
    height: auto !important;
}

.type-left-col {
}

.type-right-col {
    padding: 15px;
    position: static;
}

.type-image {
    background: #452306;
}

.type-image-results-frame {
    text-align: center;
    height: 204px;
    min-width: 204px;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-feature-results-frame {
    height: 145px;
}

.type-specs {
    padding: 5px 5px 8px 8px;
    background: #2B2B2B;
    margin-bottom: 10px;
}

.type-specs ul {
    list-style-type: none;
    display: block;
    padding-left: 0;
    width: 100%;
    min-height: 15px;
    margin-bottom: 0;
    list-style-type: none;
}

.type-specs ul li {
    float: left;
    margin-right: 95px;
    width: 100%;
}

.type-user-buttons {
    text-align: left;
    display: inline-block;
    width: 100%;
}
input.btn.btn-primary.select-btn {
    width: 200px;
}

.type-remarks {
    clear: both;
}

.tang-second-row div#accordion3,
.tang-second-row div#accordion4 {
    margin-top: 15px;
}

.knives-search div#accordion3 {
    margin-top: 20px;
}


.set-remarks {
    max-height: 67px;
    overflow: auto;
}

.contributor-top-knives li {
    background: #452306;
    padding: 10px;
    border-bottom: 2px solid #fff;
    list-style-type: none;
}

ul.caretList {
    list-style-type: none;
    padding-left: 0
}

ul.caretList li:before {
    content: "\f0da     ";
    font-family: FontAwesome;
    padding-right: 5px;

}

@media screen and (min-width: 767px) {
    .table-responsive {
        overflow-x: inherit;
    }
}

.blade-details-table {
    margin: 15px;
}

.blade-details-table thead {
    background: #2B2B2B;
}

.table-responsive thead {
    background: #2B2B2B;
    color: #fff;
}

.table-responsive center {
    color: #fff;
}

.no-image {
    padding-top: 70px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 40px;
}

.headline-wrapper {
}

.container-margin {
    margin-top: -20px;
}

.headline-container {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
    padding: 75px;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: -20px;
    padding-top: 93px;
    background: rgba(43, 43, 43, 0.78);
}

.headline-cta {
    background: #452306;
    color: #fff;
    padding: 15px;
    max-width: 1170px;
    margin: 0 auto;
}

.headline-title,
.headline-sub-title {
    color: #fff;
}

.headline-container ul {
    list-style-type: none;
}

.headline-container ul li {
    display: inline;
}

.headline-container ul li .fa {
    font-size: 40px;
    margin-right: 50px;
    color: #fff;
}

.headline-title h1 {
    font-weight: 500;
    font-size: 40px;
}

.headline-sub-title {
}

.b-about-container {
}

.b-about-container .navbar-nav > li {
    margin-right: 29px;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: underline;
    background-color: transparent !important;
    font-weight: normal;
}

.b-about-image {
    text-align: center;
}

.b-about-description {
    font-size: 16px;
    padding: 15px;
}

.b-pages-container {
    padding: 50px 20px;
}

.b-page-title-area {
    margin-top: -20px;
    text-align: center;
    background: url('../images/Wood-HD-Wallpaper-Optimized.jpg');
}

.b-title-area-overlay {
    background: rgba(0, 0, 0, .3);
    padding: 20px 20px;
    width: 100%;
}

.b-page-title-area h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
}

.b-about-container .row {
    margin-bottom: 40px;
}

.section-title {
    margin: 0 0 40px 0;
    font-weight: 100;
    color: #fff;
    text-align: left !important;
    font-size: 55px;
}

.fancy {
    line-height: 0.5;
}

.fancy span {
    display: inline-block;
    position: relative;
    display: block;
}

.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid white;
    top: 0;
    width: 100%;
    /* max-width: 740PX; */
    margin-top: 10px;
}

.fancy span:before {
    right: 100%;
    margin-right: 15px;
    display: none;
}

.fancy span:after {
    left: 0;
    margin-left: 0;
    top: 28px;
}

.main-content .container {
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 10px;
}

.helpListWrap {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
}

.helpList {
    list-style-type: none;
    padding-left: 20px;
}

.helpList li h3,
.helpList li p {
    color: #fff;
}

.helpList .fa {
    font-size: 56px;
    margin-right: 10px;
    color: #fff;
    float: left;
}

.sign-up-btn-wrap {
    text-align: right;
}

.sign-up-btn {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 7px;
    text-align: center;
}

.sign-up-btn:hover {
    color: #fff !important;
    text-decoration: none;
    background: rgba(255, 255, 255, .3);
}

.search-section-item {
    height: 110px;
    background-color: #895B2C !important;
    color: #fff;
}

.search-section-item img {
    max-width: 150px;
}

.search-section-item a {
    font-size: 30px;
    font-weight: 100;
    margin-top: 18px;
    display: block;
    color: #fff;
}

.search-section-item a:hover {
    cursor: pointer;
}

.s-s-item-left {
    float: left;
    width: 150px;
}

.s-s-item-right {
    float: right;
    width: 210px;
    text-align: center;
}

.search-kdb-section .s-left {
    background-color: #C8C4BB;
}

.search-kdb-section .s-right {
    background: #895B2C;
    color: #fff;
    padding: 50px;
}

.search-kdb-section .s-right h3 {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 0;
}

.search-kdb-section .s-right ul {
    width: 100%;
    list-style-type: none;
    text-align: left;
    padding: 0;
}

.search-kdb-section .s-right ul li {
    width: 50%;
    padding-right: 45px;
    float: left;
    position: relative;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    margin-bottom: 10px;
}

.search-kdb-section .s-right ul li span {
    color: #ffffff;
    float: left;
    padding-left: 15px;
    position: absolute;
}

.search-kdb-section .s-right ul li label {
    float: left;
    position: relative;
    width: 80%;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.search-kdb-section .s-right ul li label::after {
    color: #fff;
    content: "_____________________________________________________________";
    position: absolute;
    top: -5px;
    padding-left: 15px;
}

.search-kdb-section .s-right a {
    color: #fff;
    text-decoration: underline;
}

.homepage-links li a {
    color: #000 !important;
}

.search-results-header {
    background: #2B2B2B;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
}

.search-results-header ul li:first-child {
    margin-right: 10px;
    font-weight: bold;
}

.search-results-header ul li a {
    color: #fff !important;
    float: left;
    box-sizing: border-box;
}

.search-results-header ul li {
    float: left;
    margin-right: 35px;
    color: #fff !important;
}

.search-results-header ul {
    display: block;
    list-style-type: none;
    height: 45px;
    box-sizing: border-box;
    padding: 15px;
}

.search-results-header ul li {
    float: left;
}

.pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination a {
    background: #452306;
    padding: 10px 15px;
}

.pagination span.selected {
    background: #754719 !important;
    color: #fff !important;
    padding: 10px 15px;
}

.pagination span a {
    color: #fff !important;
}

.popupimg {
    position: relative;
    max-width: 640px;
    height: auto;
    margin: 0 auto;
    border: 0px solid #fff;
    border-radius: 0;
    box-shadow: 1px 1px 5px rgba(50, 50, 50 0.5);
    text-align: center;
}

.popupwrap {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.popup > div {
}

.popupclose {
    display: block;
    max-width: 170px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    clear: both;
    background: #fff;
    color: #452306;
}

.popupclose:hover {
    background: #452306;
    color: #fff;
}

.popup {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 66%;
    max-width: 640px;
    padding: 20px;
    text-align: center;
    background: #754719;
    color: #333;
}

.popupopen {
    color: #fff;
}

.popupopen:hover {
    color: #fff;
    text-decoration: underline;
}

.knife-details .panel {
    border-radius: 0px !important;
    background: transparent;
    background-image: none !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .26);
    margin-bottom: 10px;
}

.panel-heading-8 {
    background: #452306;
    padding: 10px;
}

.knife-details img {
    max-width: 100%;
}

.knife-details-panels {
    background: #754719;
}

.knife-details-panels {
    background: #754719;
    padding: 15px;
    color: #fff;
}

.kdb-panel-body {
    background: #754719;
}

.locked-btn-group {
    display: block;
    margin-top: 5px;
}

.locked-btn-group a {
    text-decoration: underline;
    color: #fff;
    margin-right: 15px;
}

.locked-panel {
    background: rgba(41, 41, 40, 0.75);
    text-align: center;
}

.search-template .details-row {
    margin-top: 15px;
}

.search-template .search-template .list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}

.list-group-item {
    background: inherit !important;
    border-left: 0;
    border-right: 0;
    color: #fff;
}

.search-template .search-details .panel {
    border: none;
    background-color: #754719;
    background-image: none;
    color: #fff;
}

.search-template .search-details .panel .panel-body-details {
    padding: 15px;
}

.search-template .search-details .panel .well {
    min-height: 20px;
    padding: 9px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    border-radius: 0;
}

.panel-group {
    margin-bottom: 0;
}

.search-template .search-details .row:first-child {
    padding: 15px;
}

.search-template .set-details .row.search-card.card.k-results {
    padding: 0 !important;
    margin-bottom: 20px;
}

.search-template .set-details .row:first-child {
    padding: 0;
}

.set-details .k-results {
    height: auto !important;
}

.set-details .k-results-frame img {
    display: block;
}

.set-details .k-results-frame {
    text-align: center;
    height: auto;
    width: 100%;
    display: block;
    overflow: visible;
    margin: 0 auto;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: 100%;
    background-image: none !important;
    margin-top: 27px;
}

.set-details .k-results-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.set-details .k-results-image {
    max-width: 184px;
}

.set-details .knife-images {
    padding-left: 0;
    padding-right: 0;
}

.set-details .k-results .k-handle-image {
    max-height: 80px;
    display: block !important;
}

.set-details .k-results .k-shield-image {
    max-height: 70px;
    display: block !important;
}

.set-details .k-middle-label {
    padding: 5px;
    background: #2B2B2B;
    display: block;
}

.k-middle-label .fa {
    font-size: 20px;
}

.set-details .k-inner-left {
    background: transparent;
}

.set-details .k-inner-right {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.set-details .knife-data {
    padding: 0 0 15px 0;
}

.set-details .knife-specs {
    padding: 5px 5px 9px 8px;
    background: #2B2B2B;
}

.set-details .knife-specs ul {
    list-style-type: none;
    display: block;
    padding-left: 0;
    width: 100%;
    min-height: 15px;
    margin-bottom: 0;
}

.set-details .knife-specs ul li {
    float: left;
}

.set-details .knife-remarks {
    padding: 5px 5px 8px 8px;
    max-height: 150px;
    height: auto !important;
    overflow-y: auto;
    margin-bottom: 0px;
}

.set-details .knife_buttons {
    clear: both;
    display: block;
}

.set-details table th {
    color: #333 !important;
}

.set-details .well {
    color: #fff;
    display: block;
    background-color: #754719 !important;
}

.knife-details .row:first-of-type {
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar {
    border: 0;
}

#container_bg {
    margin-top: 30px;
}

#collapseKnifeDetails .knife-details-panels,
#collapseSeven .knife-details-panels {
    padding: 0;
}

.kdb-modal-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 1001;
    display: none;
}

.kdb-modal {
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
    max-height: calc(100% - 100px);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    overflow-y: auto;
}

span.kdb-close-modal-x {
    position: absolute;
    right: 4px;
    font-size: 36px;
    top: -10px;
    cursor: pointer;
}

span.kdb-close-modal-x:hover {
    color: grey;
}

.kdb-modal-content {
    padding: 20px;
}

.kdb-modal-title {
    margin-top: 0;
}

.kdb-modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: right;
}

.hr-light-grey {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
}

.kdb-modal input[type="text"] {
    height: 40px;
}

.kdb-modal .dollar {
    float: left;
    display: block;
    position: absolute;
    left: -8px;
    top: -5px;
    font-size: 35px;
}

.kdb-modal input,
.kdb-modal textarea,
.kdb-modal select {
    width: 100%;
    border: 1px solid #A7A7A7;
    font-size: 30px;
    line-height: 30px;
}

.kdb-modal textarea {
    font-size: 20px;
}

.kdb-modal select,
.kdb-modal select option {
    color: #333;
}

.kdb-modal label {
    color: #333;
}

.kdb-modal .knife-details-panels {
}

.kdb-modal .tab-content > .active {
    display: block;
    visibility: visible;
    margin-top: 10px;
    position: relative;
}

.clear-float {
    clear: both;
}

h5.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.no-lr-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-l-padding {
    padding-left: 0;
}

.no-r-padding {
    padding-right: 0;
}

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

/* MY COLLECTION STYLES */
.my-collections .message {
    padding: 10px;
    color: black;
    font-weight: bold;
}

.my-collections {
    display: none;
    -webkit-animation: fadein .9s;
    -moz-animation: fadein .9s;
    -ms-animation: fadein .9s;
    -o-animation: fadein .9s;
    animation: fadein .9s;
}

#loading-message {
    margin-top: 40px;
    background: #D6D6D6 !important;
    padding: 30px 20px;
}

.page-id-854 {
    background-image: none;
    background-color: white;
}

.page-id-854 .my-collections {
    background: #ffffff !important;
}

.page-id-854 .circle-logo,
.page-id-854 .container.nav-container,
.page-id-854 .bg-19,
.page-id-854 .second-menu,
.page-id-854 #list-column,
.page-id-854 footer,
.page-id-854 .filter-row,
.page-id-854 .mc-status-btn,
.page-id-854 .mc-move-to-btn,
.page-id-854 .mc-copy-to-btn {
    display: none !important;
}

.page-id-854 #knives-column {
    width: 100% !important;
}

.kdb-tabs .tab-link.active a {
    color: white !important;
    background: #754719 !important;
    border-radius: 0;
    border: 0 !important;
}

.collection-knife-edit {
    display: none;
    clear: both;
    margin-bottom: 60px;
    background: #754719;
    padding: 10px;
    padding-bottom: 50px;
    color: #fff;
}

.page-template-my-collection .k-results {
    margin-top: 20px;
}

.collection-header {
    background: #452306;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 35px;
}

.collection-buttons-top {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.collection-modal-success-message,
.collection-modal-error-message {
    display: none;
}

input.collection-purchase-date {
    color: #333;
}

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

.panel-title {
    color: #fff;
}

div#property-listings {
    padding-top: 15px;
}

.search-button {
    width: auto !important;
    display: inline-block;
    margin: 0 !important;
    padding: 8px 70px;
}

.search-button-wrap {
    padding-right: 15px !important;
    text-align: right;
}

.page-template-my-collection .k-results {
    height: 450px;
}

.your-collection-info {
    clear: both;
}

.page-template-my-collection .knife-remarks {
    padding: 5px 5px 8px 8px;
    height: 60px;
    overflow-y: auto;
    margin-bottom: 0px;
}

.page-template-my-collection .k-results-frame {
    height: 434px;
}

div#knives-i-want .k-results-frame,
div#knives-i-want .k-results {
    height: auto !important;
}

.my-collections {
    margin-top: 40px;
    background: #D6D6D6 !important;
    padding: 30px 20px;
}

.filter-row {
    display: table;
    width: 100%;
    padding: 15px 15px 10px 15px !important;
    clear: both;
}

.mc-card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
}

.mc-card-padding {
    padding: 20px;
}

a.mc-btn {
    display: block;
    background: #fff;
    text-decoration: none;
    padding: 10px;
    margin-bottom: 10px;
    font-family: roboto;
    font-size: 14px;
    text-align: center;
}

a.mc-btn.mc-btn-dark-brown {
    background: #452306;
    color: #fff;
}

a.mc-btn.mc-btn-dark-brown:hover {
    background: #754716;
}

.mc-btn-green {
    background: #1d6d14;
    color: #fff !important;
    text-decoration: none !important;
}

.mc-btn-green:hover, {
    opacity: .9 !important;
    color: #fff !important;
    text-decoration: none !important;
}

#collection-lists ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#collection-lists ul li {
}

#collection-lists ul li a.mc-list {
    background: #754716;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    display: block;
    word-break: break-word;
}

.mc-list.active {
    margin-left: -10px;
    background: #452306 !important;
}

.mc-knife {
    min-height: 60px;
    clear: both;
    margin-bottom: 20px;
    border-bottom: 3px solid #d6d6d6;
    padding-bottom: 20px;
    font-size: 14px;
    padding: 15px;
}

.mc-knife img {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.mc-handle-image {
    margin-top: 7px;
}

ul.mc-knife-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    width: 100%;
    clear: both;
}

ul.mc-knife-info li {
    /* display: inline; */

    float: left;
    margin-right: 15px;
    margin-bottom: 3px;
}

.knife-link {
    margin: 0px 0 5px 0;
    display: inline-block;
}

.mc-knife-info b.highlighted {
    background: #754716;
    color: #fff;
    padding: 2px 3px;
}

.mc-knife-data {
    padding-left: 0;
}

.mc-status-text {
}

.mc-status-text.purchased,
.mc-date-qc.purchased .fa {
    color: #A9210E;
}

.mc-status-text.sold,
.mc-date-qc.sold .fa {
    color: #57871E;
}

.mc-status-text.wishlist,
.mc-date-qc.wishlist .fa {
    color: #B86600;
}

.mc-status-text,
.mc-date-qc {
    margin-bottom: 5px;
}

.mc-date-qc.wishlist .fa {
    color: #b86600;
}

.mc-date-qc.sold {
}

.mc-date-qc.owned {
}

.mc-date-qc span {
    margin-right: 10px;
}

.mc-small-text {
    font-size: 12px;
}

.mc-medium-text {
}

.mc-large-text {
}

.mc-block {
    display: block;
}

.mc-btn-brown {
    background: #452306 !important;
    color: #ffffff !important;
}

.mc-btn-brown:hover {
    text-decoration: none;
    background: #754716 !important;
}

.mc-btn-full-width {
    display: block !important;
    text-align: center;
}

.mc-btn-full-width-reg {
    padding: 5px 0;
    font-size: 13px;
}

.mc-btn-full-width-small {
    padding: 2px 0;
    font-size: 13px;
}

.mc-btn-half {
    width: 50%;
    float: left;
    border-sizing: border-box;
}

.mc-move-to-btn-col {
    padding-right: 3px;
}

.mc-copy-to-btn-col {
    padding-left: 3px;
}

.mc-status-btn {
    margin-top: 10px;
    margin-bottom: 6px;
}

.sold.mc-status-btn {
    display: none !important;
}

.mc-btn-small {
}

.mc-history {
    margin-top: 15px;
}

.mc-history-divider {
    border-bottom: 1px solid #D6D6D6;
    display: block;
}

ul.mc-knife-info li {
    /* display: inline; */

    float: left;
    margin-right: 15px;
}

.mc-knife-remarks {
    border-bottom: 5px solid #D6D6D6;
    padding-bottom: 10px;
    font-size: 14px;
}

#collection-lists ul li a:hover {
    background: #452306;
}

.added-on {
    font-size: 12px;
    position: relative;
    top: 30px;
}

.edit-list-added-on {
    font-size: 12px;
    position: relative;
    top: 18px;
}

.light-grey-line {
    border-top: 1px solid #e7e7e7;
}

/*COLLECTION OVERVIEW */
#collection-overview h1:first-of-type {
    margin-top: 0
}

#collection-overview .overview-title {
    margin-top: 80px !important;
    font-size: 26px;
    font-weight: 100;
}

#list-data h1 {
    margin-top: 0;
    float: left;
}

#list-data {
    display: none;
}

#list-data {
    width: 100%;
    padding: 15px;
}

#primary-list-data {
    display: none;
}

#primary-list-data h1 {
    margin-top: 0;
}

#knives-in-list {
    display: none;
    margin-top: 20px;
}

#knives-in-list .fa-print {
    font-size: 25px;
}

.sold-stats,
.wishlist-stats {
    width: 45%;
    float: left;
}

.wishlist-stats {
    width: 45%;
    float: left;
    margin-left: 10%;
}

.list-stats ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-description {
    clear: both;
    display: inline-block;
    margin-top: 20px;
}

.list-stats ul li {
    float: left;
    margin-right: 18px;
}

/* BLOG STYLES */
.blog-listing {
    background: #f6f6f6;
    padding-top: 40px;
}

.blog-listing a.btn.btn-primary.btn-s {
    margin-top: 13px;
}

.blog-listing a {
    color: #ffffff;
}

.blog-listing .post {
    background: #754719;
    height: 290px;
    margin-bottom: 35px;
    box-shadow: 1px 2px 15px #e5e5e5;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
    border-radius: 0;
    color: #fff;
}

.blog-listing .post .right {
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-listing .post .left {
    background: url('https://knifedb.net/wp-content/core/img/Knives/5560.jpg');
    background-size: cover !important;
    height: 290px;
    /* background-position: 100% 100%; */

    background-repeat: no-repeat !important;
    padding: 0;
    margin: 0;
}

.post-detail {
    background: #f6f6f6;
    padding-top: 40px;
}

.post-detail .post-content {
    background: #fff;
    box-shadow: 1px 2px 15px #e5e5e5;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
    padding: 0;
}

.post-detail .post {
    padding: 20px;
    margin-bottom: 20px;
}

.post-detail .post a {
    color: #ffffff;
    text-decoration: underline;
}

.post-detail .post table {
    border-color: #fff;
    border-width: 2px;
}

.post-detail .post header {
    border-bottom: 1px solid #f8f9fa;
    margin-bottom: 25px;
}

.post-detail .blog-sidebar {
    box-shadow: 1px 2px 15px #e5e5e5;
    -webkit-box-shadow: 1px 2px 15px #e5e5e5;
    padding: 20px;
    background: #754719;
    color: #fff;
}

.post-detail .blog-sidebar a {
    color: #fff;
    text-decoration: underline;
}

.single-featured-image {
    float: right;
    margin-bottom: 10px;
    margin-left: 20px;
}

.pf-content {
    line-height: 1.5;
    padding: 30px 20px;
}

.post-detail .pf-content p,
.post-detail .pf-content div,
.post-detail .pf-content ol,
.post-detail .pf-content ul {
    margin: 0 0 20px;
}

.pf-content ol li,
.pf-content ul li {
    margin-bottom: 10px;
}

.container.nav-container {
    padding: 0;
}

/* HELP PAGE STYLES  */
.fl-tabs-label.fl-tab-active {
    background: #754719;
    color: #fff;
    border: 0 !important;
    border-bottom: 3px solid #FDF8E7 !important;
    left: -5px !important;
    width: 102%;
}

.fl-tabs-label {
    padding: 12px 18px;
    color: #fff;
    background: #2B2B2B;
    border: 0 !important;
    border-bottom: 3px solid #FDF8E7 !important;
    -webkit-transition: all ease-out 200ms;
    -moz-transition: all ease-out 200ms;
    -o-transition: all ease-out 200ms;
    transition: all ease-out 200ms;
}

.fl-tabs-label:hover {
    background: #754719;
    color: #fff;
    border: 0 !important;
    border-bottom: 3px solid #FDF8E7 !important;
    left: -5px !important;
    position: relative;
    width: 102%;
    position: relative;
}

.fl-tabs-panels.fl-clearfix {
    min-height: 230px;
    background: #754719;
    color: #fff;
    border: 0 !important;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #452306;
    border-radius: 10px;
}

.fl-tabs-panels hr {
    border-top: 1px dashed #FDF8E7;
}

.fl-tabs-panels a {
    color: #fff;
    word-break: keep-all;
    text-decoration: underline;
    display: block;
    text-align: right;
}

form#ws-plugin--s2member-profile {
    background: none;
}

form#ws-plugin--s2member-profile table td {
    padding: 7px 26px 7px 26px !important;
    border: 0;
    text-align: left;
}

form#ws-plugin--s2member-profile input[type="text"],
form#ws-plugin--s2member-profile input[type="email"],
form#ws-plugin--s2member-profile input[type="password"],
form#ws-plugin--s2member-profile input[type="submit"],
form#ws-plugin--s2member-profile textarea,
form#ws-plugin--s2member-profile select {
    margin-top: 10px !important;
}

.account-spacer {
    margin-top: 45px;
}

/* --------------------------------

Primary style

-------------------------------- */
#gform_1 {
    color: #fff;
}

input#gform_submit_button_1 {
    color: #000;
}

.btn {
    border-radius: 0;
}

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

/* --------------------------------

xnugget info

-------------------------------- */
.cd-nugget-info {
    display: block;
    font-family: "Droid Serif", serif;
    color: #fff;
    margin: 20px auto 0;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 120px;
    position: relative;
}

.cd-nugget-info::after {
    position: absolute;
    display: inline-block;
    top: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    width: 0%;
    background-color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.cd-nugget-info:hover::after {
    width: 100%;
}

/* --------------------------------

xcarbonads

-------------------------------- */
#carbonads-container {
    position: fixed;
    left: 40px;
    top: 40px;
    width: 180px;
    display: none;
}

#carbonads-container .close-carbon-adv {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    background: rgba(56, 56, 56, 0.8);
    text-indent: 100%;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 0 3px 3px 0;
}

#carbonads-container .close-carbon-adv:hover {
    background: #383838;
}

#carbonads-container .close-carbon-adv::after,
#carbonads-container .close-carbon-adv::before {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 14px;
    left: 9px;
}

#carbonads-container .close-carbon-adv::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#carbonads-container .close-carbon-adv::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#carbonads-container .carbonad {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 100%;
    height: auto;
    padding: 14px;
    text-align: center;
    border-radius: 3px 0 3px 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#carbonads-container .carbonad .carbonad-image img {
    margin: 0 0 10px 10px;
}

#carbonads-container .carbonad .carbonad-text,
#carbonads-container .carbonad .carbonad-tag {
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

#carbonads-container .carbonad .carbonad-text {
    display: block;
    width: 100%;
    padding: 0;
}

#carbonads-container .carbonad .carbonad-text a {
    color: #89ba2c;
    font-size: 13px;
    font-weight: bold;
}

.no-touch #carbonads-container .carbonad .carbonad-text a:hover {
    text-decoration: underline;
}

#carbonads-container .carbonad .carbonad-tag {
    margin-top: 5px;
    color: #424f5c;
}

#carbonads-container .carbonad .carbonad-tag a {
    color: #424f5c;
}

#carbonads-container .carbonad .carbonad-tag a:hover {
    color: #89ba2c;
}

@media only screen and (min-width: 1170px) {
    #carbonads-container {
        display: block;
    }
}

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content {
    text-align: center;
}

.cd-main-content h1 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #64788c;
    padding: 4em 0;
}

.cd-main-content .cd-btn {
    position: relative;
    display: inline-block;
    padding: 1em 2em;
    background-color: #89ba2c;
    color: #ffffff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50em;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.no-touch .cd-main-content .cd-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 1170px) {
    .cd-main-content h1 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
}

.cd-panel::after {
    /* overlay layer */

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.cd-panel.is-visible::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel.is-visible .cd-panel-close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    -moz-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    -moz-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@-moz-keyframes cd-close-1 {
    0%,
    50% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {
    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@-moz-keyframes cd-close-2 {
    0%,
    50% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {
    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel-header {
    position: fixed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0.3s 0s;
    -moz-transition: top 0.3s 0s;
    transition: top 0.3s 0s;
}

.cd-panel-header h1 {
    font-weight: bold;
    color: #452306;
    padding-left: 5%;
    margin-top: 7px;
}

.from-right .cd-panel-header,
.from-left .cd-panel-header {
    top: -50px;
}

.from-right .cd-panel-header {
    right: 0;
}

.from-left .cd-panel-header {
    left: 0;
}

.is-visible .cd-panel-header {
    top: 0;
    -webkit-transition: top 0.3s 0.3s;
    -moz-transition: top 0.3s 0.3s;
    transition: top 0.3s 0.3s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-header {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-header {
        width: 50%;
    }
}

.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    /* image replacement */

    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.cd-panel-close::before,
.cd-panel-close::after {
    /* close icon created in CSS */

    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #452306;
    /* this fixes a bug where pseudo elements are slighty off position */

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-panel-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-panel-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
    background-color: #452306;
}

.no-touch .cd-panel-close:hover::before,
.no-touch .cd-panel-close:hover::after {
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover::before {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel-container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: #957A5F;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-container {
        width: 70%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-container {
        width: 50%;
    }
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 5%;
    overflow: auto;
    /* smooth scrolling on touch devices */

    -webkit-overflow-scrolling: touch;
    color: #fff;
    font-size: 1.675rem;
}

.cd-panel-content p {
    font-size: 14px !important;
    font-size: 1.675rem !important;
    color: #fff !important;
    line-height: 1.4 !important;
    margin: 2em 0 !important;
}

.cd-panel-content p:first-of-type {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .cd-panel-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }
}

@media only screen and (min-width: 320px)and (max-width: 480px) {
    .fancy span:after {
        left: 0;
        margin-left: 0;
        top: 98px;
    }

    .fancy {
        line-height: 55.5px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .k-results .k-handle-image,
    .k-results .k-shield-image {
        height: auto;
        width: 100%;
    }
}

@media only screen and (min-width: 321px) {
}

@media only screen and (max-width: 320px) {
    .search-template .knives-search form .col-lg-1,
    .search-template .knives-search form .col-lg-10,
    .search-template .knives-search form .col-lg-11,
    .search-template .knives-search form .col-lg-12,
    .search-template .knives-search form .col-lg-2,
    .search-template .knives-search form .col-lg-3,
    .search-template .knives-search form .col-lg-4,
    .search-template .knives-search form .col-lg-5,
    .search-template .knives-search form .col-lg-6,
    .search-template .knives-search form .col-lg-7,
    .search-template .knives-search form .col-lg-8,
    .search-template .knives-search form .col-lg-9,
    .search-template .knives-search form .col-md-1,
    .search-template .knives-search form .col-md-10,
    .search-template .knives-search form .col-md-11,
    .search-template .knives-search form .col-md-12,
    .search-template .knives-search form .col-md-2,
    .search-template .knives-search form .col-md-3,
    .search-template .knives-search form .col-md-4,
    .search-template .knives-search form .col-md-5,
    .search-template .knives-search form .col-md-6,
    .search-template .knives-search form .col-md-7,
    .search-template .knives-search form .col-md-8,
    .search-template .knives-search form .col-md-9,
    .search-template .knives-search form .col-sm-1,
    .search-template .knives-search form .col-sm-10,
    .search-template .knives-search form .col-sm-11,
    .search-template .knives-search form .col-sm-12,
    .search-template .knives-search form .col-sm-2,
    .search-template .knives-search form .col-sm-3,
    .search-template .knives-search form .col-sm-4,
    .search-template .knives-search form .col-sm-5,
    .search-template .knives-search form .col-sm-6,
    .search-template .knives-search form .col-sm-7,
    .search-template .knives-search form .col-sm-8,
    .search-template .knives-search form .col-sm-9,
    .search-template .knives-search form .col-xs-1,
    .search-template .knives-search form .col-xs-10,
    .search-template .knives-search form .col-xs-11,
    .search-template .knives-search form .col-xs-12,
    .search-template .knives-search form .col-xs-2,
    .search-template .knives-search form .col-xs-3,
    .search-template .knives-search form .col-xs-4,
    .search-template .knives-search form .col-xs-5,
    .search-template .knives-search form .col-xs-6,
    .search-template .knives-search form .col-xs-7,
    .search-template .knives-search form .col-xs-8,
    .search-template .knives-search form .col-xs-9 {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 814px) {

    .second-menu {
        max-width: 93%;
    }

    .search-template .knives-search form .col-lg-1,
    .search-template .knives-search form .col-lg-10,
    .search-template .knives-search form .col-lg-11,
    .search-template .knives-search form .col-lg-12,
    .search-template .knives-search form .col-lg-2,
    .search-template .knives-search form .col-lg-3,
    .search-template .knives-search form .col-lg-4,
    .search-template .knives-search form .col-lg-5,
    .search-template .knives-search form .col-lg-6,
    .search-template .knives-search form .col-lg-7,
    .search-template .knives-search form .col-lg-8,
    .search-template .knives-search form .col-lg-9,
    .search-template .knives-search form .col-md-1,
    .search-template .knives-search form .col-md-10,
    .search-template .knives-search form .col-md-11,
    .search-template .knives-search form .col-md-12,
    .search-template .knives-search form .col-md-2,
    .search-template .knives-search form .col-md-3,
    .search-template .knives-search form .col-md-4,
    .search-template .knives-search form .col-md-5,
    .search-template .knives-search form .col-md-6,
    .search-template .knives-search form .col-md-7,
    .search-template .knives-search form .col-md-8,
    .search-template .knives-search form .col-md-9,
    .search-template .knives-search form .col-sm-1,
    .search-template .knives-search form .col-sm-10,
    .search-template .knives-search form .col-sm-11,
    .search-template .knives-search form .col-sm-12,
    .search-template .knives-search form .col-sm-2,
    .search-template .knives-search form .col-sm-3,
    .search-template .knives-search form .col-sm-4,
    .search-template .knives-search form .col-sm-5,
    .search-template .knives-search form .col-sm-6,
    .search-template .knives-search form .col-sm-7,
    .search-template .knives-search form .col-sm-8,
    .search-template .knives-search form .col-sm-9,
    .search-template .knives-search form .col-xs-1,
    .search-template .knives-search form .col-xs-10,
    .search-template .knives-search form .col-xs-11,
    .search-template .knives-search form .col-xs-12,
    .search-template .knives-search form .col-xs-2,
    .search-template .knives-search form .col-xs-3,
    .search-template .knives-search form .col-xs-4,
    .search-template .knives-search form .col-xs-5,
    .search-template .knives-search form .col-xs-6,
    .search-template .knives-search form .col-xs-7,
    .search-template .knives-search form .col-xs-8,
    .search-template .knives-search form .col-xs-9 {
        padding-right: 15px;
    }

    #search-form {
        width: 100%
    }

    .type-card,
    .k-results {
        height: auto !important;
        width: 100%;
        min-height: auto !important;
    }

    .type-user-buttons {
        position: relative;
        bottom: 0;
    }

    .type-image-results-frame,
    .k-results-frame {
        width: 100%;
    }

    .second-menu .navbar-toggle {
        position: relative;
        float: right;
        padding: 16px 0px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        width: 100%;
        color: #fff;
    }

    .second-menu .navbar-toggle {
        position: relative;
        top: 6px;
    }

    .second-menu.navbar-transparent {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        z-index: 999999999999999999999999;
        margin-top: -1px;
    }

    .second-menu .navbar-header {
        background: #2B2B2B;
        position: relative;
        top: -15px;
    }

    .second-menu #navbar-secondary {
        margin-top: -16px;
        overflow-y: visible;
    }

    .second-menu #navbar-secondary .secondary-nav-container {
        background: #2B2B2B;
        height: auto;
        display: block;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        position: relative;
        top: -1px;
        text-align: center;
    }

    .second-menu #navbar-secondary .secondary-nav-container .nav > li {
        position: relative;
        display: block;
        background-color: #895B2C;
        border-top: 2px solid #fff;
    }

    .second-menu #navbar-secondary ul {
        float: none;
        display: block;
        margin: 0;
    }

    .btn {
        margin-top: 15px;
        padding: 15px;
    }

    .type-specs {
        padding: 5px 0px 8px 0px;
        background: transparent;
        height: auto;
        display: flex;
        margin-bottom: 0;
    }

    .type-specs ul li {
        float: left;
        margin-right: 0;
        width: 100%;
    }

    .type-specs li {
        background: transparent;
        padding-left: 0px;
        padding-bottom: 5px;
        padding-right: 00px;
    }

    .type-specs li span {
        display: block;
        margin-top: 5px;
        border-bottom: 2px solid #fff;
    }

    .type-specs li span:last-child {
    }

    .type-specs li .pull-right {
        float: none !important;
    }

    .search-results-header ul {
        display: none;
    }

    .type-remarks {
        clear: both;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    a.btn.btn-primary,
    .btn-primary.pull-right {
        display: block;
        margin-bottom: 10px;
        padding: 15px;
        float: none !important;
    }

    .caretList {
        margin-bottom: 0;
    }

    ul.caretList li {
        margin-bottom: 5px;
    }

    .type-right-col .col-md-4:nth-of-type(2) {
    }

    .type-bullets {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .form-control {
        padding: 0;
    }

    .admin-bar,
    .admin-bar .circle-logo {
        margin-top: -46px;
    }

    html #wpadminbar {
        display: none;
    }

    #search-form label {
        color: #fff;
        margin-top: 5px;
        margin-bottom: 0px;
    }

    .type-card {
        margin-bottom: 40px;
    }

    .search-details .btn-group.pull-right {
        display: none;
    }

    .search-details hr {
        margin: 10px 0;
    }

    .search-template #container_bg .search-details {
        margin-top: -30px;
    }

    .pagination a {
        background: #452306;
        padding: 10px 7px;
    }

    .pagination span.selected {
        background: #754719 !important;
        color: #fff !important;
        padding: 10px 8px;
    }

    .list-group-item > .badge {
        float: none;
        white-space: normal;
    }

    .set-details .knife-remarks {
        padding: 5px 5px 8px 8px;
        max-height: 150px;
        height: auto !important;
        overflow-y: auto;
        margin-bottom: 12px;
        margin-top: 20px;
    }

    .set-details .k-results-frame {
        text-align: center;
        height: 334px;
        width: 100%;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 0px;
    }

    .set-details .knife-data {
        padding: 0;
    }

    .set-details .k-inner-right > div {
        padding: 0 !important;
    }

    .set-details .k-inner-right > div {
        padding: 0 !important;
        padding-bottom: 80px;
        margin-bottom: 20px;
    }

    .knives-search .knife-specs ul,
    .set-search .knife-specs ul {
        float: none !important;
    }

    .knives-search .knife-specs ul li,
    .set-search .knife-specs ul li {
        float: none !important;
        margin-right: 0;
        border-bottom: 1px solid #fff;
    }

    .knives-search .knife-remarks {
        height: auto !important;
        padding: 5px;
    }

    .knives-search .k-results-frame,
    .set-search .k-results-frame {
        text-align: center;
        height: auto;
        width: 100%;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        background-size: 0;
        background-repeat: no-repeat;
        background-position: 0;
        margin-top: 0;
        background-image: none !important;
        min-height: auto;
    }

    .knives-search .k-results-frame img {
        margin-top: 29px;
        text-align: center;
        display: inline;
    }

    .knives-search .knife-data {
        padding: 0;
    }

    .knives-search .k-results .knife-buttons {
        margin-top: 30px;
        padding: 15px;
    }

    .knife-buttons a {
        display: block;
        float: none
    }

    .knives-search .k-results .k-inner-right > div {
    }

    .k-results .k-handle-image,
    .k-results .k-shield-image {
        height: auto;
        max-height: 100%;
    }

    .k-handle,
    .k-shield {
        padding: 5px !important;
    }

    .yearly-col {
        padding-left: 0;
    }

    .year-left {
        padding-right: 0 !important;
    }

    .year-right {
        padding-left: 15px;
        padding-right: 0 !important;
    }

    .knives-search .form-control {
        padding-left: 10px;
    }

    .yearly-label {
        padding-left: 15px;
    }

    .headline-container {
        padding: 10px;
        padding-top: 90px;
    }

    .search-kdb-section .s-right ul {
        width: 100%;
        list-style-type: none;
        text-align: left;
        padding: 0;
        display: table-row;
        float: none;
    }

    .search-kdb-section .s-right ul li {
        width: 100%;
        padding-right: 45px;
        float: left;
        position: relative;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        color: #ffffff;
        margin-bottom: 10px;
        display: block;
    }

    .search-kdb-section .s-right {
        background: #895B2C;
        color: #fff;
        padding: 20px;
        height: auto;
        padding-top: 10px;
    }

    .k-results {
        margin-top: 30px;
    }

    .contributor-top-knives .pull-right {
        float: none !important;
        margin-top: 0;
    }

    .contributor-top-knives .btn-primary-inverse {
        margin-top: 0 !important;
        padding: 5px;
        display: block;
        float: none !important;
    }

    .hidden-mobile {
        display: none;
    }

    .kdb-modal {
        width: 95%;
    }

    .search-button {
        width: 100% !important;
        display: inline-block;
        margin: 0 !important;
        padding: 14px 70px !important;
        margin-bottom: 10px !important;
    }

    .kd-price-detail {
        padding-right: 15px !important;
    }

    .kd-contributor-details {
        padding-right: 0 !important;
    }

    .kd-group-membership {
        padding-left: 0 !important;
    }

    .knife-details .panel-group {
        margin-top: 10px !important;
    }

    .kd-other-details {
        padding-left: 0;
        padding-right: 0;
    }

    .collection-buttons-top {
        position: relative;
    }

    .collection-edit-buttons {
        float: none !important;
        width: 100%;
    }

    .page-template-my-collection .k-results-frame {
        height: 334px;
    }

    .page-template-my-collection .k-results-frame {
        height: 164px;
    }

    .blog-listing .post {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .kd-price-detail {
        padding-right: 15px !important;
    }

    .kd-contributor-details {
        padding-right: 0 !important;
    }

    .kd-group-membership {
        padding-left: 0 !important;
    }

    .knife-details .panel-group {
        margin-top: 10px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .search-template .knives-search form .col-lg-1,
    .search-template .knives-search form .col-lg-10,
    .search-template .knives-search form .col-lg-11,
    .search-template .knives-search form .col-lg-12,
    .search-template .knives-search form .col-lg-2,
    .search-template .knives-search form .col-lg-3,
    .search-template .knives-search form .col-lg-4,
    .search-template .knives-search form .col-lg-5,
    .search-template .knives-search form .col-lg-6,
    .search-template .knives-search form .col-lg-7,
    .search-template .knives-search form .col-lg-8,
    .search-template .knives-search form .col-lg-9,
    .search-template .knives-search form .col-md-1,
    .search-template .knives-search form .col-md-10,
    .search-template .knives-search form .col-md-11,
    .search-template .knives-search form .col-md-12,
    .search-template .knives-search form .col-md-2,
    .search-template .knives-search form .col-md-3,
    .search-template .knives-search form .col-md-4,
    .search-template .knives-search form .col-md-5,
    .search-template .knives-search form .col-md-6,
    .search-template .knives-search form .col-md-7,
    .search-template .knives-search form .col-md-8,
    .search-template .knives-search form .col-md-9,
    .search-template .knives-search form .col-sm-1,
    .search-template .knives-search form .col-sm-10,
    .search-template .knives-search form .col-sm-11,
    .search-template .knives-search form .col-sm-12,
    .search-template .knives-search form .col-sm-2,
    .search-template .knives-search form .col-sm-3,
    .search-template .knives-search form .col-sm-4,
    .search-template .knives-search form .col-sm-5,
    .search-template .knives-search form .col-sm-6,
    .search-template .knives-search form .col-sm-7,
    .search-template .knives-search form .col-sm-8,
    .search-template .knives-search form .col-sm-9,
    .search-template .knives-search form .col-xs-1,
    .search-template .knives-search form .col-xs-10,
    .search-template .knives-search form .col-xs-11,
    .search-template .knives-search form .col-xs-12,
    .search-template .knives-search form .col-xs-2,
    .search-template .knives-search form .col-xs-3,
    .search-template .knives-search form .col-xs-4,
    .search-template .knives-search form .col-xs-5,
    .search-template .knives-search form .col-xs-6,
    .search-template .knives-search form .col-xs-7,
    .search-template .knives-search form .col-xs-8,
    .search-template .knives-search form .col-xs-9 {
        padding-right: 15px;
    }

    .search-kdb-section .s-right {
        background: #895B2C;
        color: #fff;
        padding: 50px;
        height: auto;
        padding-bottom: 90px;
        width: 100%;
        display: inline-block;
    }

    .yearly-col {
        padding-left: 0;
    }

    .headline-container {
        padding: 50px;
        padding-top: 105px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (min-width: 1170px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
}

@media (max-width: 1100px) {
    .container {
        width: 100%;
    }
}

@media (max-width: 974px) {
    #top-nav .navbar-header {
        float: none;
    }

    #top-nav .navbar-toggle {
        display: block;
    }

    #top-nav .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    #top-nav .navbar-collapse.collapse {
        display: none !important;
    }

    #top-nav .navbar-collapse.collapse.in {
        display: block !important;
    }

    #top-nav .navbar-nav {
        float: none !important;
    }

    #top-nav .navbar-nav > li {
        float: none;
    }

    #top-nav .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/*.second-menu .navbar-toggle {
    position: relative;
    float: right;
    padding: 16px 0px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    color: #fff;
}
.second-menu .navbar-toggle {
    position: relative;
    top: 6px;
}
.second-menu.navbar-transparent {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 1000;
    margin-top: -1px;
}
.second-menu .navbar-header {
    background: #2B2B2B; position: relative;
    top: -15px;
}
.second-menu #navbar-secondary {
    margin-top: -16px;
    overflow-y: visible;
}
.second-menu #navbar-secondary .secondary-nav-container { background: #2B2B2B;
    height: auto;
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    top: -1px;
    text-align: center; }
.second-menu #navbar-secondary .secondary-nav-container .nav > li {
    position: relative;
    display: block;
    background-color: #895B2C;
    border-top: 2px solid #fff;
}
.second-menu #navbar-secondary ul {
    float: none;
    display: block;
    margin: 0;
}*/
.fl-accordion-small .fl-accordion-button {
    font-weight: bold;
    background: #754719;
    color: #fff;
}

hr {
    clear: both;
    height: 0px;
    margin: 10px 0;
    border-top: 1px dashed #754719;
}

.row.results-count-header {
    margin-top: 10px;
}

.type-card.row {
    width: 100%;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #754719;
}

.table-striped > tbody > tr {
    background: rgba(41, 41, 40, 0.75);
}

.table-hover > tbody > tr:hover {
    background-color: #452306;
}

.badge {
    border-radius: 0;
}

.search-details .list-group {
    background: #754719;
    color: #fff;
}

.yearly-label {
    padding-left: 15px;
}

@media (max-width: 1200px) {
    .container,
    .bg-19,
    #navbar-secondary .secondary-nav-container {
        width: 100%;
        max-width: 100%;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

table thead {
    background: rgb(69, 35, 6)
}

table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

table th,
table td {
    padding: 10px;
    text-align: center;
}

table th {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0;
}

@media screen and (max-width: 1023px) {
    table {
        border: 0;
    }

    table thead {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        padding-left: 40% !important;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        left: 36px;
    }
}

.select-btn {
    background: #982807 !important;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .sign-up-btn-wrap {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .sign-up-text-wrap {
        text-align: center;
    }

    footer .ftr-social ul li.google-plus,
    footer .ftr-social ul li.youtube,
    footer .ftr-social ul li.pinterest {
        margin-left: 25px;
    }

    .ftr-social ul li.twitter {
        margin-left: 28px;
    }

    .ftr-social ul li.blog {
        margin-left: 31px;
        top: -3px;
    }

    .ftr-links, .ftr-bottom {
        width: 90%;
        padding-top: 20px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {

}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, https://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest https://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
    background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('chosen-sprite.png') no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: white url('chosen-sprite.png') no-repeat 100% -20px;
    background: url('chosen-sprite.png') no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #aaa;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    cursor: text;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
    background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
    background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
    left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: white url('chosen-sprite.png') no-repeat -30px -20px;
    background: url('chosen-sprite.png') no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        background-image: url('chosen-sprite@2x.png') !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.mcam-collection-link {
    background: #754719;
    color: #fff;
}

.mcam-collection-link a {
    color: #fff;
    text-decoration: underline;
}

.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top.shepherd-target-attached-right .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-target-attached-left .shepherd-content:before,
.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-target-attached-right .shepherd-content:before {
    display: none;
}

.shepherd-element, .shepherd-element:after, .shepherd-element:before, .shepherd-element *, .shepherd-element *:after, .shepherd-element *:before {
    box-sizing: border-box;
}

.shepherd-element {
    position: absolute;
    display: none;
}

.shepherd-element.shepherd-open {
    display: block;
}

.shepherd-element.shepherd-theme-arrows {
    max-width: 100%;
    max-height: 100%;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    border-radius: 5px;
    position: relative;
    font-family: inherit;
    background: #fff;
    color: #444;
    padding: 1em;
    font-size: 1.1em;
    line-height: 1.5em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
}

.shepherd-element.shepherd-theme-arrows .shepherd-content:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 16px;
    border-style: solid;
    pointer-events: none;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content {
    margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-center .shepherd-content:before {
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content {
    margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center .shepherd-content:before {
    bottom: 100%;
    left: 50%;
    margin-left: -16px;
    border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content {
    margin-right: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-element-attached-middle .shepherd-content:before {
    left: 100%;
    top: 50%;
    margin-top: -16px;
    border-left-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content {
    margin-left: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-element-attached-middle .shepherd-content:before {
    right: 100%;
    top: 50%;
    margin-top: -16px;
    border-right-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-left.shepherd-target-attached-center .shepherd-content {
    left: -32px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-right.shepherd-target-attached-center .shepherd-content {
    left: 32px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
    margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
    bottom: 100%;
    left: 16px;
    border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
    margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
    bottom: 100%;
    right: 16px;
    border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content {
    margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-middle .shepherd-content:before {
    top: 100%;
    left: 16px;
    border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content {
    margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-middle .shepherd-content:before {
    top: 100%;
    right: 16px;
    border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content {
    margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom .shepherd-content:before {
    bottom: 100%;
    left: 16px;
    border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content {
    margin-top: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom .shepherd-content:before {
    bottom: 100%;
    right: 16px;
    border-bottom-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content {
    margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-top .shepherd-content:before {
    top: 100%;
    left: 16px;
    border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content {
    margin-bottom: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-top .shepherd-content:before {
    top: 100%;
    right: 16px;
    border-top-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
    margin-right: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
    top: 16px;
    left: 100%;
    border-left-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
    margin-left: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
    top: 16px;
    right: 100%;
    border-right-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content {
    margin-right: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-right.shepherd-target-attached-left .shepherd-content:before {
    bottom: 16px;
    left: 100%;
    border-left-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content {
    margin-left: 16px;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-bottom.shepherd-element-attached-left.shepherd-target-attached-right .shepherd-content:before {
    bottom: 16px;
    right: 100%;
    border-right-color: #fff;
}

.shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
    border-bottom-color: #eee;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header {
    background: #eee;
    padding: 1em;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-title .shepherd-content header a.shepherd-cancel-link {
    padding: 0;
    margin-bottom: 0;
}

.shepherd-element.shepherd-theme-arrows.shepherd-has-cancel-link .shepherd-content header h3 {
    float: left;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content {
    padding: 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content * {
    font-size: inherit;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header {
    *zoom: 1;
    border-radius: 5px 5px 0 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header:after {
    content: "";
    display: table;
    clear: both;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header h3 {
    margin: 0;
    line-height: 1;
    font-weight: normal;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link {
    float: right;
    text-decoration: none;
    font-size: 1.25em;
    line-height: .8em;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.25;
    position: relative;
    top: .1em;
    padding: .8em;
    margin-bottom: -.8em;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content header a.shepherd-cancel-link:hover {
    opacity: 1;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text {
    padding: 1em;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p {
    margin: 0 0 .5em 0;
    line-height: 1.3em;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content .shepherd-text p:last-child {
    margin-bottom: 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer {
    padding: 0 1em 1em;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons {
    text-align: right;
    list-style: none;
    padding: 0;
    margin: 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li {
    display: inline;
    padding: 0;
    margin: 0;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
    margin: 0 .5em 0 0;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em;
    background: #3288e6;
    color: #fff;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li .shepherd-button.shepherd-button-secondary {
    background: #eee;
    color: #888;
}

.shepherd-element.shepherd-theme-arrows .shepherd-content footer .shepherd-buttons li:last-child .shepherd-button {
    margin-right: 0;
}

.rcp_header {
    display: none !important;
}

#rcp_registration_form {
    width: 530px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background: #fff;
    padding: 30px !important;
    margin-bottom: 30px;
    margin-top: 30px;
}

.rcp_form input[type=text], .rcp_form input[type=password], .rcp_form input[type=email] {
    padding: 4px 8px;
    margin: 0;
    width: 100% !important;
}

.rcp-table tr, .rcp-table td {
    color: #333 !important;
    border-color: #333 !important;
}

.rcp-table thead tr {
    color: #fff !important;
}

input#rcp_submit {
    color: #fff !important;
    background-color: #452306;
    border-color: #452306;
    padding: 10px 70px;
}

.rcp_subscription_level_3 .rcp_level_duration {
    display: none !important;
}

.rcp_login_link {
    display: none;
}

p#rcp_submit_wrap {
    margin-top: 20px;
}


.content-locked-message{
    padding:50px;
}

.kdb-admin-helpers {
    background: #2a2a2a;
    padding: 20px;
    color: #fff;
    margin-bottom: 30px;
}

.mini-catalog-button{
    float: right;
    background: orange;
    color: #fff;
    padding: 5px 13px;
    border-radius: 7px;
}

.mini-catalog-button:hover{
    background-color: #A6886A;
    color: #fff;
}

/*.rcp_discounts_fieldset{*/
    /*display:none !important;*/
/*}*/

.rcp_subscription_message{
    display:none !important;
}

#rcp_gateway_extra_fields {
    margin-top: 45px !important;
}

.rcp_discounts_fieldset{
    display:none !important;
}

.orange a{
    color: orange;
}

.website-message-container {
    margin-top: 0;
    padding: 10px;
    padding-top: 17px;
    z-index: 9999999999999999;
    background: #52260f !important;
    color: #fff;
    /* text-align: justify; */
    vertical-align: middle;
    line-height: 1;
}

.website-message-container a{
    text-decoration:underline;
    color: #fff !important;
}

.website-message{
   padding-top:50px;
}

.website-message .circle-logo{
    top: 25px;
}

.pointer {

    width: 51px;
    height: 51px;
    border-radius: 50%;
    background: #f49d16;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(244,157,22);
    animation: pulse 2s 5;
    position: relative;
    top: -5px;
    left: 20px;
    float: left;
    cursor: pointer;
}
.pointer span {
    color: #fff;
    text-align: center;
    display: block;
    width: 31px;
    padding: 5px 0px;
}

.message-wrapper{
    position: relative;
    top: 14px;
}

.message-wrapper.reset{
    position: inherit;
    top: 0px;
}

.message-wrapper, .message-wrapper p{
    font-size: 20px !important;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0.7);
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(244,157,22, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0.7);
        box-shadow: 0 0 0 0 rgba(244,157,22, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 20px rgba(244,157,22, 0);
        box-shadow: 0 0 0 20px rgba(244,157,22, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(244,157,22, 0);
        box-shadow: 0 0 0 0 rgba(244,157,22, 0);
    }
}