/**** HERO IMAGES****/

.blacktron-space-hero {
    background: url('../image/themes/blacktron/home/Blacktron-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;  
}

.blacktron-6987-space-hero {
    background: url('../image/themes/blacktron/sets/6987/Blacktron-6987-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;  
}

.blacktron-6954-space-hero {
    background: url('../image/themes/blacktron/sets/6954/Blacktron-6954-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;  
}

.blacktron-6941-space-hero {
    background: url('../image/themes/blacktron/sets/6941/Blacktron-6941-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;  
}

.blacktron-6894-space-hero {
    background: url('../image/themes/blacktron/sets/6894/Blacktron-6894-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;  
}

.blacktron-6876-space-hero {
    background: url('../image/themes/blacktron/sets/6876/Blacktron-6876-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;  
}

.blacktron-1875-space-hero {
    background: url('../image/themes/blacktron/sets/1875/Blacktron-1875-Large.png') center top no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 55%;
    position: relative;
    width: 100%;  
}

/**** MINI-FIGURE GALLERY ****/

.blacktron .circle, .blacktron .control .btn-material {
    background: #d5b02a;
}

/**** TAGS ****/

.blacktron .spacetag {
    background: #abb1ba;
}

/**** SEARCH ****/

/* Search Box Default Text Color */
.blacktron .icon-close, .iceplanet2002 .icon-material-search, .iceplanet2002 .search-input input {
    color: #fff !important;
}

.blacktron .input-search-helper {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Search Box Error Text */
.blacktron .space-header .search-input .warningColor {
    color: #fff !important;
}

/* Search Box Close Button Hover */
.blacktron .icon-close:hover {
    color: #d44617 !important;
}

/* Search Box Placeholder Text */
.blacktron .search-input ::-webkit-input-placeholder {
    color: #fff;
}

.blacktron .search-input ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.blacktron .search-input :-ms-input-placeholder {
    color: #fff;
}

/**** MOBILE LAYOUT ****/

@media (max-width: 839px) {
    
    /**** MOBILE HERO IMAGES****/
    
    .blacktron-space-hero {
        background: url('../image/themes/blacktron/home/Blacktron-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%; 
    }

    .blacktron-6987-space-hero {
        background: url('../image/themes/blacktron/sets/6987/Blacktron-6987-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%;  
    }

    .blacktron-6954-space-hero {
        background: url('../image/themes/blacktron/sets/6954/Blacktron-6954-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%;  
    }

    .blacktron-6941-space-hero {
        background: url('../image/themes/blacktron/sets/6941/Blacktron-6941-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%;  
    }

    .blacktron-6894-space-hero {
        background: url('../image/themes/blacktron/sets/6894/Blacktron-6894-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%;  
    }

    .blacktron-6876-space-hero {
        background: url('../image/themes/blacktron/sets/6876/Blacktron-6876-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%;  
    }

    .blacktron-1875-space-hero {
        background: url('../image/themes/blacktron/sets/1875/Blacktron-1875-Medium.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 75%;
        position: relative;
        width: 100%;  
    }    
}

@media (max-width: 539px) {
    
    .blacktron-space-hero {
        background: url('../image/themes/blacktron/home/Blacktron-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%; 
    }
    
    .blacktron-6987-space-hero {
        background: url('../image/themes/blacktron/sets/6987/Blacktron-6987-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;  
    }

    .blacktron-6954-space-hero {
        background: url('../image/themes/blacktron/sets/6954/Blacktron-6954-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;  
    }

    .blacktron-6941-space-hero {
        background: url('../image/themes/blacktron/sets/6941/Blacktron-6941-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;  
    }

    .blacktron-6894-space-hero {
        background: url('../image/themes/blacktron/sets/6894/Blacktron-6894-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;  
    }

    .blacktron-6876-space-hero {
        background: url('../image/themes/blacktron/sets/6876/Blacktron-6876-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;  
    }

    .blacktron-1875-space-hero {
        background: url('../image/themes/blacktron/sets/1875/Blacktron-1875-Small.png') center top no-repeat;
        background-size: cover;
        height: 0;
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        width: 100%;  
    }      
}