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

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

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

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

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

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

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

.unitron .circle, .unitron .control .btn-material {
    background: #509d4d;
}

/**** TAGS ****/

.unitron .spacetag {
    background: #abb1ba;
}

/**** SEARCH ****/

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

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

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

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

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

.unitron .search-input ::-moz-placeholder {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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