@import url(https://mecabricks.com/common.css);
@import url(https://mecabricks.com/footer.css);
@import url(https://mecabricks.com/header.css);
@import url(https://mecabricks.com/gallery.css);

body {
    background: #d4dce4;
}

#global {
    padding-bottom: 170px;
}

.sprite {
	background-image: url(https://mecabricks.com/images/sprites/library@1x.png);
	background-image: -webkit-image-set(url(https://mecabricks.com/images/sprites/library@1x.png) 1x, url(https://mecabricks.com/images/sprites/library@2x.png) 2x);
	background-repeat: no-repeat;
	background-size: 200px;
}

#query-full-length {
    background-color: #7a94af;
    height: 35px;
    padding: 20px 0px;
    width: 100%;
}

#query-wrapper {
    font-size: 13px;
    font-weight: 800;
    height: 35px;
    line-height: 35px;
    margin: 0px auto;
    text-transform: uppercase;
    width: 1100px;
}

#query-wrapper .button {
    background-color: #3e526c;
    border-radius: 3px;
    color: #7a93af;
    float: left;
    height: 35px;
    position: relative;
}

#query-wrapper .button.select::after {
    background: url(https://mecabricks.com/images/library.png) 0px 0px;
    content: "";
    display: inline-block;
    height: 8px;
    margin-left: 8px;
    margin-right: 10px;
    width: 13px;
}

#query-wrapper .button:hover {
    background-color: #fff;
    color: #3e526c;
}

#query-wrapper .button.select:hover::after {
    background: url(https://mecabricks.com/images/library.png) -20px 0px;
}

#query-wrapper .button.select.off:hover::after {
    background: url(https://mecabricks.com/images/library.png) 0px 0px;
}

#query-wrapper .button.select select {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    height: 35px;
    left: 0px;
    opacity: 0;
    filter : alpha(opacity=0);
    position: absolute;
    top: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

#query-category-wrapper::before {
    background: url(https://mecabricks.com/images/library.png) 0px -100px;
    content: "";
    display: block;
    float: left;
    height: 13px;
    margin: 11px 10px;
    width: 16px;
}

#query-category-wrapper:hover::before {
    background: url(https://mecabricks.com/images/library.png) -20px -100px;
}

#filter-wrapper {
    float: left;
    height: 35px;
    margin-left: 50px;
}

#filter-label {
    float: left;
    color: #3e526c;
}

#filter-wrapper .popup-button-wrapper {
    float: left;
    height: 35px;
    margin-left: 10px;
    position: relative;
}

#filter-wrapper .popup {
    left: 0px;
    line-height: 1em;
    position: absolute;
    text-transform: none;
    top: 32px;
    width: 350px;
    z-index: 100;
}

#filter-wrapper .popup .spacer {
    background: #3e526c;
    height: 5px;
}

#filter-tags-button {
    cursor: pointer;
}

#filter-tags-button::before {
    background: url(https://mecabricks.com/images/library.png) -40px 0px;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 9px 10px;
    width: 16px;
}

#filter-tags-button:hover::before {
    background: url(https://mecabricks.com/images/library.png) -60px 0px;
}

#filter-tags-button.off:hover::before {
    background: url(https://mecabricks.com/images/library.png) -40px 0px;
}

#filter-tags-button.off:hover {
    background: #3e526c;
    color: #7a94af;
}

#filter-tags-popup {
    display : none;
}

#filter-tags-list {
    background: #3e526c;
    border-radius: 3px;
    border-top-left-radius: 0px;
    padding: 10px 0px 10px 10px;
    width: 340px;
}

#filter-tags-wrapper {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 340px;
}

#filter-tags-wrapper li {
    background: #7a94af;
    color: #3e526c;
    border-radius: 2px;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 0px 10px;
}

#filter-tags-wrapper li .cross {
    background: url(https://mecabricks.com/images/library.png) -80px -40px;
    cursor: pointer;
    float: right;
    height: 8px;
    margin-left: 10px;
    margin-top: 9px;
    width: 8px;
}

#filter-tags-search {
    height: 25px;
    width: 330px;
}

#filter-tags-input {
    background: none;
    color: #7a94af;
    font-size: 13px;
    font-weight: 400;
    height: 25px;
    width: 295px;
}

#filter-tags-input::-webkit-input-placeholder {
    color: #7a94af;
}

#filter-tags-input::-moz-placeholder {
    color: #7a94af;
}

#filter-tags-input:-ms-input-placeholder {
    color: #7a94af;
}

#filter-tags-go {
    background: url(https://mecabricks.com/images/library.png) -80px 0px;
    cursor: pointer;
    float: right;
    height: 25px;
    width: 25px;
}

#filter-tags-go:hover {
    background: #fff url(https://mecabricks.com/images/library.png) -110px 0px;
    border-radius: 2px;
}

#filter-theme-button {
    cursor: pointer;
}

#filter-theme-button::before {
    background: url(https://mecabricks.com/images/library.png) -40px -80px;
    content: "";
    display: block;
    float: left;
    height: 14px;
    margin: 10px 10px;
    width: 16px;
}

#filter-theme-button:hover::before {
    background: url(https://mecabricks.com/images/library.png) -60px -80px;
}

#filter-theme-button.off:hover::before {
    background: url(https://mecabricks.com/images/library.png) -40px -80px;
}

#filter-theme-button.off:hover {
    background: #3e526c;
    color: #7a94af;
}

#filter-theme-popup {
    display: none;
}

#filter-theme-frame {
    background: #3e526c;
    border-radius: 3px;
    border-top-left-radius: 0px;
    height: 250px;
    padding: 5px;
    width: 340px; 
}

#filter-theme-content {
    height: 250px;
    width: 340px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}

#filter-theme-content .theme-info {
    height: 25px;
    margin-right: 13px;
}

#filter-theme-content .theme-info:hover {
    background: #fff;
    border-radius: 2px;
}

#filter-theme-content .toggle {
    float: left;
    height: 9px;
    margin-left: 5px;
    margin-top: 8px;
    width: 9px;    
}

#filter-theme-content .toggle.open {
    background: url(https://mecabricks.com/images/library.png) -120px -40px;
    cursor: pointer;
}

#filter-theme-content .theme-info:hover .toggle.open {
    background: url(https://mecabricks.com/images/library.png) -130px -40px;
}

#filter-theme-content .toggle.close {
    background: url(https://mecabricks.com/images/library.png) -100px -40px;
    cursor: pointer;
}

#filter-theme-content .theme-info:hover .toggle.close {
    background: url(https://mecabricks.com/images/library.png) -110px -40px;
}

#filter-theme-content .icon {
    /*background: url(https://mecabricks.com/images/library.png) -100px -50px;
    float: left;
    height: 9px;
    margin: 8px 5px 0px 5px;
    width: 10px;*/
    background: url(https://mecabricks.com/images/library.png) -100px -70px;
    float: left;
    height: 5px;
    margin: 10px 5px 0px 5px;
    width: 12px;
}

#filter-theme-content .theme-info:hover .icon {
    background : url(https://mecabricks.com/images/library.png) -120px -70px;
}

#filter-theme-content .name {
    color: #7a94af;
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#filter-theme-content .theme-info:hover .name {
    color: #3e526c;
}

#filter-theme-content .num {
    background: #7a94af;
    border-radius: 2px;
    color: #3e526c;
    float: right;
    font-size: 11px;
    font-weight: 400;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    margin-top: 5px;
    text-align: center;
    width: 30px;
}

#filter-theme-content .theme-info:hover .num {
    background: #fff;
}

#filter-theme-content .children {
    display: none;
    margin-left: 14px;
}

#filter-year-button {
    margin-left: 10px;
}

#order-wrapper {
    float: right;
    height: 35px;
}

#order-label {
    float: left;
    color: #3e526c;
}

#order-wrapper .button {
    display: block;
    margin-left: 10px;
    padding-right: 15px;
    text-decoration: none;
}

#order-wrapper .button.selected,
#order-wrapper .button:hover {
    background: #fff;
    color: #3e526c;
}

#order-date::before {
    background: url(https://mecabricks.com/images/library.png) 0px -20px;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 9px 10px;
    width: 16px;
}

#order-date.selected::before,
#order-date:hover::before {
    background: url(https://mecabricks.com/images/library.png) -20px -20px;
}

#order-views::before {
    background: url(https://mecabricks.com/images/library.png) 0px -40px;
    content: "";
    display: block;
    float: left;
    height: 12px;
    margin: 11px 10px;
    width: 16px;
}

#order-views.selected::before,
#order-views:hover::before {
    background: url(https://mecabricks.com/images/library.png) -20px -40px;
}

#order-likes::before {
    background: url(https://mecabricks.com/images/library.png) 0px -60px;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 9px 10px;
    width: 16px;
}

#order-likes.selected::before,
#order-likes:hover::before {
    background: url(https://mecabricks.com/images/library.png) -20px -60px;
}

#order-parts::before {
    background: url(https://mecabricks.com/images/library.png) 0px -80px;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 9px 10px;
    width: 14px;
}

#order-parts.selected::before,
#order-parts:hover::before {
    background: url(https://mecabricks.com/images/library.png) -20px -80px;
}

#order-num::before {
    background: url(https://mecabricks.com/images/library.png) -40px -20px;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 9px 10px;
    width: 16px;
}

#order-num.selected::before,
#order-num:hover::before {
    background: url(https://mecabricks.com/images/library.png) -60px -20px;
}

#order-name::before {
    background: url(https://mecabricks.com/images/library.png) -40px -40px;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 9px 10px;
    width: 16px;
}

#order-name.selected::before,
#order-name:hover::before {
    background: url(https://mecabricks.com/images/library.png) -60px -40px;
}

#filter-year-button::before,
#order-year::before {
    background: url(https://mecabricks.com/images/library.png) -40px -60px;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin: 9px 10px;
    width: 16px;
}

#filter-year-button:hover::before,
#order-year.selected::before,
#order-year:hover::before {
    background: url(https://mecabricks.com/images/library.png) -60px -60px;
}

.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.nano > .nano-content:focus {
  
}
.nano > .nano-content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  visibility: visible;
}
.nano > .nano-pane {
  background: rgba(0,0,0,.25);
  position: absolute;
  width: 8px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.nano > .nano-pane > .nano-slider {
  background: #7a94af;
  cursor: pointer;
  position: relative;
  margin: 0 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9; /* Target only IE7 and IE8 with this hack */
  opacity: 1;
}

#content {
    margin: 30px auto 0px auto;
    width: 1100px;
}

#column-left {
    float: left;
    width: 770px;
}

#column-right {
    float: left;
    margin-left: 20px;
    width: 310px;
}

#column-left > .title,
#column-right > .title {
    border-bottom: 2px solid #c4cdd7;
    color: #676e75;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}

#content .title b {
    color: #43484d;
    font-weight: 800;
}

#nav-bar a {
    color: #676e75;
    display: inline-block;
    text-decoration: none;
}

#nav-bar a:hover {
    color: #3e526c;
}

#nav-bar .arrow {
    background: url(https://mecabricks.com/images/library.png) -80px -70px;
    display: inline-block;
    height: 9px;
    margin: 0px 10px;
    width: 5px;
}

#models-grid {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 770px;
}

#page-buttons {
    margin-top: 10px;
    text-align: center;
    width: 770px;
}

#page-buttons .button {
    background-color: #b0bbc8;
    border-radius: 2px;
    display: inline-block;
    height: 35px;
    margin: 0px 3px;
    width: 80px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

#page-buttons .button:hover {
    background-color: #c1cbd7;
}

#page-buttons .button.disabled {
    display: none;
}

#page-buttons .button.prev {
    background-position: 0px -25px;
}

#page-buttons .button.next {
    background-position: -80px -25px;
}

/* SEARCH */
#search-wrapper {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    height: 40px;
    width: 310px;
}

#search-button {
    background-color: #fff;
    background-position: 0px 0px;
    cursor: pointer;
    float: left;
    height: 40px;
    width: 40px;
}

#search-input {
    background-color: #fff;
    color: #6f757b;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
    padding-left: 0px;
    width: 270px;
}

#search-input::-webkit-input-placeholder {
    color: #939aa2;
}

#search-input::-moz-placeholder {
    color: #939aa2;
}

#search-input:-ms-input-placeholder {
    color: #939aa2;
}

#ad-wrapper {
    background-color: #ffffff;
    border: 5px solid #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    height: 250px;
    margin-top: 20px;
    width: 300px;
}

#popular-tags-title {
    margin-top: 25px;
}

#popular-tags-wrapper {
    text-align: left;
    width: 310px;
}

#popular-tags-wrapper > .tag {
    background-color: #b0bbc8;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 0px 13px;
    text-decoration: none;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

#popular-tags-wrapper > .tag:hover {
    background-color: #fff;
    color: #010101;
}