/*
* typehead.js-bootstrap3.less
* @version 0.2.3
* https://github.com/hyspace/typeahead.js-bootstrap3.less
*
* licensed under the mit license:
* http://www.opensource.org/licenses/mit
*/

.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%;
}

.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
}

.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: 30px;
    line-height: 30px;
}

textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
    height: auto;
}

.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: 46px;
    line-height: 46px;
}

textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
    height: auto;
}

.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
    border-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.twitter-typeahead {
    width: 100%;
    float: left;
}

.input-group .twitter-typeahead {
    display: table-cell !important;
}

.twitter-typeahead .tt-hint {
    color: #999999;
}

.twitter-typeahead .tt-input {
    z-index: 2;
}

.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
    cursor: not-allowed;
    background-color: #eeeeee !important;
}

.tt-dropdown-menu,
.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.tt-dropdown-menu .tt-suggestion,
.tt-menu .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-menu .tt-suggestion:hover {
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    background-color: #f5f5f5;
    color: #262626;
}

.tt-dropdown-menu .tt-suggestion.tt-cursor a,
.tt-menu .tt-suggestion.tt-cursor a,
.tt-dropdown-menu .tt-suggestion:hover a,
.tt-menu .tt-suggestion:hover a {
    color: #262626;
}

.tt-dropdown-menu .tt-suggestion p,
.tt-menu .tt-suggestion p {
    margin: 0;
}

.res__group__wrapper {
    display: block;
}

@media only screen and (max-width: 992px) {
    .res__group__wrapper {
        display: none;
    }
}

.res__group__wrapper .list-group {
    /*border-top: 1px solid #9e9ea0;*/
    padding: 20px 0;
    margin: 0;
    float: left;
    width: 100%;
}

.res__group__wrapper .list-group.first-ul-el {
    margin-top: 45px;
}

@media only screen and (max-width: 992px) {
    .res__group__wrapper .list-group {
        padding: 0 10px !important;
        margin: 0 !important;
        border-left: 1px solid #777;
        border-right: 1px solid #777;
    }
    .res__group__wrapper .list-group:not(.first-ul-el) {
        border-bottom: 1px solid #777;
    }
    .res__group__wrapper .list-group .list-group-item {
        padding: 0;
    }
    .res__group__wrapper .list-group .list-group-item a {
        width: calc(100% - 120px) !important;
        font-size: 1.3em !important;
    }
    .res__group__wrapper .list-group .list-group-item a:after {
        content: none;
    }
    .res__group__wrapper .list-group .list-group-item a span {
        background-color: transparent;
    }
    .res__group__wrapper .list-group .list-group-item .badge {
        padding: 10px 40px !important;
        font-size: 14px !important;
    }
}

.res__group__wrapper .list-group-item {
    padding: 10px 0;
    border: 0;
    color: #535353;
    float: left;
    width: 100%;
    background: none;
    opacity: 0.5;
}

.res__group__wrapper .list-group-item:hover {
    opacity: 0.9;
}

.res__group__wrapper .list-group-item.active-filter {
    opacity: 1;
}

.res__group__wrapper .list-group-item a {
    color: inherit;
    text-decoration: none;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    float: left;
    font-size: 1.5em;
    position: relative;
    width: calc(100% - 65px);
}

.res__group__wrapper .list-group-item a:not(.all-results) {
    width: calc(100% - 85px);
    padding-left: 20px;
}

@media only screen and (max-width: 992px) {
    .res__group__wrapper .list-group-item a:not(.all-results) {
        padding-left: 0;
    }
}

.res__group__wrapper .list-group-item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #777777;
    top: 50%;
    position: absolute;
    z-index: 0;
}

.res__group__wrapper .list-group-item a span {
    position: relative;
    background: #f2f2f2;
    z-index: 1;
    padding-right: 10px;
}

.res__group__wrapper .list-group-item .badge {
    min-width: 40px;
    border-radius: 30px;
    padding: 10px 15px;
    background-color: transparent;
    color: #535353;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    bottom: 4px;
}

#tot__search__res {
    float: left;
    width: 100%;
    color: #000;
    font-size: 3.5em;
    margin: 20px 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
}

span.result__cat {
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 5px;
    color: #535353;
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 1px;
    width: 100%;
    line-height: normal;
}

span.result__cat+span.result__date {
    margin-left: 5px;
}

span.result__cat+span.result__date:before {
    content: "-";
    margin-right: 5px;
}

h3.result__title {
    margin: 0 0 10px 0;
    font-size: 2em;
    color: #333;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    float: left;
    width: 100%;
    line-height: normal;
    letter-spacing: 1px;
}

h3.result__title a {
    color: inherit;
    text-decoration: none;
}

.result__link a {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: underline;
}

p.result__content {
    float: left;
    margin: 0;
    font-size: 14px;
    color: #535353;
}

p.result__content a {
    color: inherit;
}

p.result__content a:hover {
    text-decoration: none;
}

.result__wrapper {
    float: left;
    width: 100%;
    border-bottom: 1px solid #9e9ea0;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.result__wrapper .no-p {
    padding: 0 !important;
}

.result__wrapper .pl40 {
    padding-left: 40px !important;
}

.result__wrapper:nth-last-of-type {
    border-bottom: 0;
}

#searchfield__wrapper {
    padding-top: 40px;
    /*border-top: 1px solid #9e9ea0;*/
}

@media only screen and (max-width: 992px) {
    #searchfield__wrapper {
        padding-top: 0;
    }
}

#searchfield__wrapper input[type=text] {
    float: left;
    height: 36px;
    box-shadow: none;
    max-width: 90%;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.3em;
    color: #000;
    background: #fff;
}

@media only screen and (max-width: 992px) {
    #searchfield__wrapper input[type=text] {
        max-width: 93%;
    }
}

#searchfield__wrapper .btn {
    border-radius: 4px;
    cursor: pointer;
    background: #ffdd00 url("../resources/img/v2/sprite.png") no-repeat 15px -47px;
    height: 36px;
    padding: 0 30px;
    border: 0;
}

#left__sidebar {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 90px;
}

@media (min-width: 992px) {
    #left__sidebar {
        position: absolute;
        left: 0;
        right: 0;
    }
    #left__sidebar .left__sidebar-wrapper {
        position: fixed;
        top: 150px;
        max-width: 325px;
        transition: all 500ms ease;
    }
    .headerFixed #left__sidebar .left__sidebar-wrapper {
        top: 60px;
    }
}

@media (min-width: 1200px) {
    #left__sidebar .left__sidebar-wrapper {
        max-width: 400px;
    }
}

#left__sidebar:before {
    content: "";
    background: #f2f2f2;
    position: fixed;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%;
}

#results__wrapper {
    padding-top: 100px;
    min-height: 700px;
}

#results__wrapper .result__wrapper:not(.product__wrapper) img {
    background: #f2f2f2;
}

@media only screen and (max-width: 768px) {
    #results__wrapper .product__wrapper img {
        max-width: 320px;
        margin: 0 auto;
    }
}

#results__wrapper .logo__wrapper {
    margin-bottom: 20px;
}

#results__wrapper .product__more a {
    display: inline-block;
    margin: 15px 0;
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    color: #000000;
}

#results__wrapper img {
    padding: 10px;
}

#results__wrapper img.product__logo {
    padding: 0;
    display: block;
    max-width: 225px;
    height: auto;
}

#results__wrapper .result__content strong {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
}

#results__wrapper .product__features .product__feature {
    display: inline-block;
    position: relative;
}

#results__wrapper .product__features .product__feature:not(:first-of-type) {
    padding-left: 20px;
}

#results__wrapper .product__features .product__feature:not(:last-of-type) {
    padding-right: 20px;
}

#results__wrapper .product__features .product__feature:not(:last-of-type):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    width: 20px;
    height: 1px;
    background-color: #000000;
}

#results__wrapper .product__features .product__feature img {
    display: inline-block;
    width: 30px;
    height: auto;
    padding: 0;
}

#results__wrapper .product__features .product__feature span {
    font-family: "Gotham 6r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

#results__wrapper #ftmnt-fitment-button {
    margin-top: 30px;
    text-align: left;
}

#results__wrapper #ftmnt-fitment-button .ftmnt-buttonBox .ftmnt-buttonOpenSingle.ftmnt-marginR {
    margin-right: 0;
    padding: 1px 16px 0;
    font-size: 12px;
    letter-spacing: 1px;
    height: 48px;
}

@media only screen and (max-width: 992px) {
    #results__wrapper {
        padding-top: 0;
    }
}

#footer {
    float: left;
    width: 100%;
    position: relative;
    z-index: 100;
    background-color: #000;
}

.filterResults .tt-suggestion {
    float: left;
    width: 100%;
    margin: 5px 0;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-BookCondensed", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
}

#searchfield__wrapper .filterResults {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 90%;
    border: 1px solid #c4c4c4;
    margin-top: -3px;
    padding: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@media only screen and (max-width: 992px) {
    #left__sidebar {
        position: relative;
        background: #f2f2f2;
        padding: 10px;
        width: 100%;
        height: auto !important;
        margin-bottom: 30px;
    }
    .headerFixed #left__sidebar {
        position: fixed;
        top: 53px;
        z-index: 102;
    }
    #left__sidebar:before {
        height: auto !important;
    }
    .result__wrapper .pl40 {
        padding: 20px 15px !important;
    }
    .result__wrapper .no-p.no-img {
        padding: 0 15px !important;
    }
}

.btn.pull-left i {
    right: 11px;
}

#search-view {
    overflow: hidden;
    padding-bottom: 80px;
}

#social-section {
    display: none;
}

.backToAll {
    color: #333;
    margin-bottom: 20px;
    display: block;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.backToAll:hover,
.backToAll:focus,
.backToAll:active {
    text-decoration: none;
}

.backToAll i {
    margin-right: 6px;
}

.result__single-wrapper,
.result__pagination {
    float: left;
    width: 100%;
}

.result__pagination {
    text-align: center;
}

.result__pagination.is-mobile {
    display: none;
}

.result__pagination .pagination {
    padding: 0;
    margin: 0;
    list-style: none;
}

.result__pagination .pagination li {
    display: inline-block;
    margin: 0 10px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .result__pagination .pagination li {
        margin: 0 15px;
    }
}

.result__pagination .pagination li a {
    font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.result__pagination .pagination li.active a {
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: rgb(0, 0, 0);
}

@media only screen and (max-width: 768px) {
    .result__pagination.is-desktop {
        display: none;
    }
    .result__pagination.is-mobile {
        display: block;
    }
    .result__pagination.is-mobile .pagination li {
        margin: 0 6px;
    }
    .result__pagination.is-mobile .pagination li:first-of-type {
        margin-left: 0;
    }
    .result__pagination.is-mobile .pagination li:last-of-type {
        margin-right: 0;
    }
    .result__pagination.is-mobile .pagination li.disabled {
        margin: 0;
        font-size: 11px;
    }
}

.res__placeholder {
    display: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    border: 1px solid #777;
    margin-top: 10px;
    padding: 0 90px 0 10px;
}

@media only screen and (max-width: 992px) {
    .res__placeholder {
        display: block;
    }
}

.res__placeholder a {
    color: #535353;
    text-decoration: none;
    font-family: "Gotham Cond A", "Gotham Cond B", "GothamHTF-MediumCondensed", Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    font-weight: 400;
}

.res__placeholder .badge {
    position: absolute;
    right: 35px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    background: none;
    color: #535353;
    font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.05em;
    border-right: 1px solid;
    border-radius: 0;
    border-color: #cecece;
    padding-right: 15px;
}

.res__placeholder .select-arrow-down {
    position: absolute;
    display: block;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.res__placeholder .select-arrow-down:after {
    content: "\f107";
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    color: #777;
    position: absolute;
    line-height: 0;
    transition: all 500ms ease;
}

.res__placeholder.select-open .select-arrow-down:after {
    transform: rotate(180deg);
}

.no-padding-mbl {
    padding: 0 !important;
}

.headerFixed #page {
    margin-top: 180px;
}
span.result__date {
    display: none;
}