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

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

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

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

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

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

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

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

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

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

.spacepoliceII .circle, .spacepoliceII .control .btn-material {
    background: #1c7180;
}

/**** TAGS ****/

.spacepoliceII .spacetag {
    background: #abb1ba;
}

/**** SEARCH ****/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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