*,
body,
html {
    padding: 0;
    margin: 0
}

*,
.sbx-custom {
    box-sizing: border-box
}

.overlay .close:focus,
.sbx-custom__filters:focus,
.sbx-custom__reset:focus,
.sbx-custom__submit:focus {
    outline: 0
}

.poweredby,
.sbx-custom__submit,
.social-links a,
.tabs a,
header h1 {
    text-align: center
}

#pagination a,
.filters a,
.hit {
    text-decoration: none
}

@-webkit-keyframes fadeleft {
    0% {
        -webkit-transform: translateX(-30vw);
        transform: translateX(-30vw);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fadeleft {
    0% {
        -webkit-transform: translateX(-30vw);
        transform: translateX(-30vw);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes faderight {
    0% {
        -webkit-transform: translateX(30vw);
        transform: translateX(30vw);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes faderight {
    0% {
        -webkit-transform: translateX(30vw);
        transform: translateX(30vw);
        opacity: 0
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    80% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    40% {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
    60% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    80% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0
    }
    20% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        opacity: 0;
        transition-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        opacity: 1
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        opacity: 0
    }
    20% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -90deg);
        opacity: 0;
        transition-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 20deg);
        opacity: 1
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -10deg)
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.hide {
    display: none!important
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    width: 100%;
    height: 100%;
	color: white;
}

body {
    background-color: #0e1d38;
}

.container-fluid {
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    transition: opacity .4s ease;s
}

.container-fluid.no-scroll,
.lightbox {
    transition: opacity .5s ease, -webkit-transform .5s ease;
}

.container-fluid.no-scroll {
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    position: relative;
    right: 40px;
    height: 100vh;
    overflow: hidden;
    opacity: 0;
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-transform: translateX(-30vh);
    transform: translateX(-30vh);
}

.container-fluid.no-scroll .github-source {
    display: none;
    visibility: hidden;
}

main {
    max-width: calc(80% + .5em);
    margin: auto;
}

:root {
    font-size: calc(.65rem + .3vw + .3vh);
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 400;
}

.github-source {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}

@media (max-width:740px) {
    .container-fluid {
        padding: 0 12px;
    }
    main {
        max-width: 100%;
    }
    .github-source,
    header {
        width: 20%;
    }
    
    header h1 img {
    	width: 65%!important;
    }	

	.ais-search-box input {
		width: 75%!important;
	}
}

.github-source svg {
    opacity: 1;
    width: 80px;
    height: 80px;
    fill: #fff;
}

header {
    position: relative;
    z-index: 5;
    float: left;
    width: 100%;
}

header h1 {
    -webkit-animation: flipInX .6s ease-in;
    animation: flipInX .6s ease-in;
    padding-top: 60px;
}

header h1 img {
    width: 450px;
}

.please-be-kind {
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0 0 20px;
}

.social-links {
    display: inline;
    padding: 0;
    list-style: none;
}

.social-links li {
    display: inline-block;
    margin-right: 10px;
}

.social-links li:nth-child(2) a {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.social-links li:nth-child(3) a {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.social-links li:nth-child(4) a {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
}

@media (max-width:740px) {
    .social-links {
        display: none;
    }
}

.social-links a {
    top: 2px;
    -webkit-animation: flipInX .2s ease;
    animation: flipInX .2s ease;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    height: 46px;
    width: 46px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: inset 0 0 0 2px #fff7ad;
    position: relative;
}

.social-links a .pulse {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: -2px;
    left: -2px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #fff7ad;
    z-index: 99;
}

.social-links a:hover .pulse {
    -webkit-animation: bounce .25s ease-in;
    animation: bounce .25s ease-in;
    opacity: 1;
    background-image: linear-gradient(135deg, #fff7ad, #e35027);
}

.social-links a:hover svg {
    fill: #fff
}

.social-links svg {
    position: relative;
    z-index: 9999;
    fill: #fff7ad;
    height: 18px;
    width: 18px;
    top: 3px;
}

.lightbox,
.lightbox:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.lightbox {
    position: fixed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: visible;
    max-width: 100%!important;
    z-index: 9999;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease
}

.lightbox:before {
    content: '';
    background: rgba(0, 27, 58, .9);
    position: absolute;
    z-index: 1
}

.lightbox .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    margin: 16px;
    cursor: pointer
}

.lightbox .close svg {
    height: 40px;
    width: 40px;
    fill: #fff
}

.lightbox .lightbox_frame {
    z-index: 2;
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 0;
    background-color: #000;
    max-width: 100vw!important;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease;
    position: relative
}

.lightbox .lightbox_frame.loaded {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.lightbox .lightbox_frame::after {
    position: absolute;
    top: 0;
    left: 0;
    content: 'loading'
}

.lightbox.hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: left 50% 50%;
    transform-origin: left 50% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateY(50vh) scale(.9);
    transform: translateY(50vh) scale(.9)
}

.lightbox_sharing {
    margin-top: 20px;
    color: #fff;
    z-index: 999
}

.poweredby {
    color: #fff;
    display: block;
    width: 400px;
    font-size: 15px;
    padding: 4px 0 8px;
    margin: 0 auto 40px;
    background-color: rgba(2, 19, 43, .8);
    border-radius: 25px
}

.poweredby .algolia,
.poweredby .instantsearch {
    top: -1px;
    text-indent: -9999px;
    color: transparent
}

.KOOL,
.poweredby .algolia,
.poweredby .instantsearch {
    display: inline-block;
    position: relative;
    height: 20px
}

@media (max-width:740px) {
    .poweredby {
        font-size: 14px;
        width: 220px;
        border-radius: 50px
    }
}

.poweredby .algolia {
    width: 70px;
    background: url(../img/logo-algolia.svg) center center/contain no-repeat
}

.poweredby .instantsearch {
    width: 150px;
    background: url(../img/logo-instantsearch.svg) center center/contain no-repeat
}

.KOOL {
    width: 30px
}

.KOOL::after {
    position: absolute;
    top: 3px;
    left: 6px;
    font-size: 1.2em;
    content: '<3';
    color: #fff
}

.KOOL svg,
.KOOL:hover::after {
    display: none
}

.KOOL:hover svg {
    position: absolute;
    display: block;
    top: 5px;
    left: 8px;
    -webkit-animation: bounce .2s ease-in;
    animation: bounce .2s ease-in;
    width: 20px;
    height: 20px;
    fill: #ff0e32
}

.sbx-custom {
    display: inline-block;
    position: relative;
    width: 500px;
    height: 40px;
    white-space: nowrap
}

.sbx-custom__input,
.sbx-custom__submit,
.sbx-custom__submit::before {
    height: 100%;
    vertical-align: middle
}

.sbx-custom__input {
    display: inline-block;
    transition: box-shadow .4s ease, background .4s ease, padding .4s ease;
    border: 0;
    border-radius: 0;
    box-shadow: inset 0 0 0 3px #fff;
    padding: 0 40px;
    width: 100%;
    white-space: normal;
    font-size: .9em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.sbx-custom__input::-webkit-search-cancel-button,
.sbx-custom__input::-webkit-search-decoration,
.sbx-custom__input::-webkit-search-results-button,
.sbx-custom__input::-webkit-search-results-decoration {
    display: none
}

.sbx-custom__input:hover {
    box-shadow: inset 0 0 0 3px #e6e6e6
}

.sbx-custom__input:active,
.sbx-custom__input:focus {
    outline: 0;
    box-shadow: inset 0 0 0 3px #fff;
    background: #001B3A
}

.sbx-custom__input::-webkit-input-placeholder {
    color: #EEE
}

.sbx-custom__input::-moz-placeholder {
    color: #EEE
}

.sbx-custom__input:-ms-input-placeholder {
    color: #EEE
}

.sbx-custom__input::placeholder {
    color: #EEE
}

.filters a,
.sbx-custom__filters span,
.searchbox .sbx-custom__input {
    color: #fff;
    text-transform: uppercase
}

.sbx-custom__submit {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: rgba(62, 130, 247, 0);
    padding: 0;
    width: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sbx-custom__filters,
.sbx-custom__reset {
    padding: 0;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer
}

.sbx-custom__submit::before {
    display: inline-block;
    margin-right: -4px;
    content: ''
}

.sbx-custom__submit:active,
.sbx-custom__submit:hover {
    cursor: pointer
}

.sbx-custom__submit svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    fill: #fff
}

.sbx-custom__reset {
    display: none;
    top: 8px;
    right: 8px;
    margin: 0;
    border: 0;
    background: 0 0;
    user-select: none;
    fill: rgba(0, 0, 0, .5)
}

.sbx-custom__reset svg {
    display: block;
    margin: 4px;
    width: 16px;
    height: 16px
}

.sbx-custom__input:valid~.sbx-custom__reset {
    display: block;
    -webkit-animation-name: sbx-reset-in;
    animation-name: sbx-reset-in;
    -webkit-animation-duration: .15s;
    animation-duration: .15s
}

@-webkit-keyframes sbx-reset-in {
    from {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes sbx-reset-in {
    from {
        -webkit-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        opacity: 0
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.searchbox {
    max-width: 420px;
    margin: 16px auto 20px;
    display: block;
    width: calc(100% - 130px)
}

@media (max-width:740px) {
    .searchbox {
        margin: 16px 0;
        max-width: inherit;
        width: calc(100% - 60px)
    }
}

.searchbox .sbx-custom__input {
    box-shadow: 0 2px #fff;
    background: 0 0;
    font-weight: 700
}

.hit-brand,
.hit-brand em,
.tabs a {
    font-weight: 800
}

.searchbox .sbx-custom__input:focus {
    box-shadow: 0 2px #fff
}

.searchbox .sbx-custom__input:focus~.sbx-custom__submit {
    -webkit-animation: bounce .3s ease-in;
    animation: bounce .3s ease-in
}

.searchbox .sbx-custom__reset {
    fill: #fff
}

.sbx-custom__filters {
    background-color: transparent;
    border: none;
    display: block;
    top: -2px;
    right: -120px;
    margin: 6px;
    user-select: none
}

.sbx-custom__filters span {
    font-size: 1.6em
}

.sbx-custom__filters svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    position: relative;
    top: 4px;
    margin-right: 8px
}

@media (max-width:740px) {
    .sbx-custom__filters {
        right: -59px
    }
    .sbx-custom__filters span {
        display: none
    }
    .sbx-custom__filters svg {
        width: 30px;
        height: 30px
    }
}

.filters {
    left: 0;
    right: 0;
    padding: 5vw 0 4vw
}

.tabs {
    list-style: none;
    display: block;
    width: 190px;
    box-shadow: 0 0 0 1px #fff, inset 0 0 0 1px #fff;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden
}

.tabs a {
    display: inline-block;
    font-size: .9em;
    width: 50%;
    padding: 8px 0 10px
}

.tabs .active {
    color: #000;
    background-color: #fff
}

.ais-menu {
    -webkit-animation: fadeleft .2s ease;
    animation: fadeleft .2s ease
}

.menu {
    -webkit-animation: faderight .2s ease;
    animation: faderight .2s ease
}

.tab-panel {
    display: none;
    visibility: hidden;
    max-width: 800px;
    margin: 0 auto
}

.tab-panel.active {
    visibility: visible;
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.tab-panel .searchbox {
    width: 300px;
    margin: 0 auto
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    margin: 0;
    transition: opacity .6s ease, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in, opacity .6s ease;
    transition: transform .3s ease-in, opacity .6s ease, -webkit-transform .3s ease-in;
    opacity: 1
}

.overlay .overlay-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    -webkit-overflow-scrolling: touch
}

.overlay.hide {
    opacity: 0;
    transition: opacity .2s ease, -webkit-transform .3s ease-in;
    transition: transform .3s ease-in, opacity .2s ease;
    transition: transform .3s ease-in, opacity .2s ease, -webkit-transform .3s ease-in;
    display: block!important;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw)
}

.overlay .close {
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 1.1em;
    text-transform: uppercase;
    z-index: 9000;
    background-color: transparent;
    padding: 24px 24px 12px 12px;
    cursor: pointer;
    border: 0
}

.hit,
.hit-brand,
.hit-name {
    position: relative;
    
}

#refinements {
    clear: both;
    padding: 12px .5vw
}

#refinements div,
#refinements>li {
    list-style: none;
    display: inline-block;
    font-size: 1em;
    color: #fff;
    white-space: nowrap;
    text-transform: uppercase;
    margin-right: 8px;
    -webkit-user-select: inherit;
    -moz-user-select: inherit;
    -ms-user-select: inherit;
    user-select: inherit
}

#refinements div a,
#refinements>li a {
    color: #fff;
    text-decoration: none
}

#refinements div a div,
#refinements>li a div {
    display: inline-block
}

#refinements div a svg,
#refinements>li a svg {
    display: inline;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    top: -2px;
    position: relative;
    fill: #00A3FF
}

#refinements .ais-current-refined-values--list svg {
    fill: #BD245E
}

#refinements .ais-current-refined-values--item {
    -webkit-animation: bounce .5s ease-in;
    animation: bounce .5s ease-in;
    font-size: 1.2em
}

.ais-menu--list,
.ais-refinement-list--list,
.items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
}

.ais-menu--item,
.ais-refinement-list--item,
.items li {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: rgba(6, 19, 43, .8);
    box-shadow: inset 0 0 0 1px #00A3FF;
    text-align: center;
    display: inline-block;
    margin: 2px;
    padding: 10px 12px;
    font-size: 1.2em;
    cursor: pointer;
}

.ais-menu--item:hover,
.ais-refinement-list--item:hover,
.items li:hover {
    text-shadow: 0 0 5px #fff;
    background: rgba(0, 163, 255, .5);
}

.ais-menu--item em,
.ais-refinement-list--item em,
.items li em {
    font-style: normal;
    font-weight: 800;
}

.ais-menu--item,
.ais-refinement-list--item {
    width: 100%;
}

.ais-menu--item__active,
.ais-refinement-list--item__active {
    color: #fff;
    background: rgba(23, 104, 206, .3);
}

.hit,
.hit:hover {
    background-blend-mode: soft-light;
}

#results {
    display: block;
    clear: both;
    min-height: 800px;
}

.ais-hits {
    padding: 0 .5vw .5vw 0;
    background-color: rgba(2, 19, 43, .8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ais-hits .ais-hits--item {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 15vw;
    overflow: hidden;
    margin: .5vw 0 0 .5vw;
    -webkit-animation: flipInX .6s linear;
    animation: flipInX .6s linear;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    font-size: 1.1em;
}


.hit {
    height: 150px;
    display: block;
    transition: opacity .4s ease, background-color .5s ease, background-size .1s ease-in;
    cursor: pointer;
    color: #fff;
    padding: 4px 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 140%;
    background-color: #5e5e5e; 
    opacity: 1;}

.hit-brand em,
.hit-name em {
    color: #FF2682;
    font-style: normal;
}

.hit.loaded {
    opacity: 1;
}

@media (max-width:740px) {
    .hit {
        height: 90px;
        background-position: center 40%;
        background-size: 100%;
        background-color: rgba(255, 151, 243, .4);
    }
}

.hit:hover {
    background-color: #ebbd6e;
    background-size: 120%;
    text-shadow: 1px 1px 0 #000;
}

.hit-brand {
    font-size: .95em;
    margin-right: 70px;
    white-space: nowrap;
    text-transform: uppercase;
    pointer-events: none;
}

.hit-name {
    font-size: .85em;
    display: inline-block;
    padding: 10px 10px 0px 8px;
    margin-left: -8px;
    pointer-events: none;
    max-width: 275px;
}

.hit-season,
.hit-tag {
    display: inline-block;
    position: absolute;
    bottom: 4px;
    font-weight: 800;
    pointer-events: none;
}

.hit-season {
    font-size: .7em;
    border-radius: 10px;
    padding: 2px 8px;
    width: 100%;
    text-align: right;
    right: 4px;
}

.hit-tag {
    max-width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #0A132B;
    font-size: .6em;
    text-transform: uppercase;
    left: 4px;
    background-color: #fff;
    padding: 0 .5em 2px;
}

.hit-tag em {
    font-style: normal;
}

.hit-tag:empty {
    display: none;
}

.ais-hits__empty {
    display: block;
    min-height: 70vh;
    background: 0 0;
    padding-top: 10px;
}

@media (max-width:740px) {
    .ais-hits__empty {
        padding-top: 60px;
    }
}

.ais-hits__empty .no-results {
    padding: 1.4em 0;
    font-size: 1.1em;
    display: block;
    width: 360px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.ais-hits__empty .no-results h2 {
    margin-bottom: .4em;
}

#pagination {
    margin: 30px 0 60px;
    font-size: 1.2em;
    text-align: center;
}

#pagination::after {
    display: table;
    clear: both;
    content: '';
}

#pagination a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 1em;
    padding: 8px;
    background-color: rgba(10, 46, 91, .5);
    color: #f7c38b;
    transition: background .2s ease;
}

#pagination a:hover {
    background-color: #0f4589;
}

#pagination .ais-pagination--item__active a {
    color: #fff;
    font-weight: 700;
}

#pagination .ais-pagination--item__disabled {
    display: none;
}

#pagination ul {
    margin: 0;
    padding: 0;
    display: inline-block:
}

#pagination li {
    display: inline-block;
    padding: 0 8px;
}

#subtitle {
	font-family: 'Alegreya Sans', sans-serif;
	color: white;
	position: relative;
	bottom: 80px;
}

#search-input {
	margin-top: -50px;
}

.ais-search-box--input {
	width: 450px;
	height: 45px;
	background-color: white;
	border: none;
	display: block;
	margin: auto;
	border-radius: 5px;
	padding: 5px;
}

#algolia {
	float:right;
	display: inline-block;
	position: relative;
	right: 15px;
}

#algolia span {
	position: relative;
	bottom: 7px;
}

#stats {
	width: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 15px;
}

footer {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

footer a {
	color: white!important;
	font-weight: bold;
}

footer img {
	width: 165px;
	margin-left: 5px;
	position: relative;
	top: 5px;
}