@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.gifts-outer .gallery-slider {
  padding: 0;
  margin-top: 30px; }

.gifts-outer .gift-cover {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin-right: 15px;
  cursor: default;
  padding-bottom: 7px;
  position: relative; }
  .gifts-outer .gift-cover:last-child {
    margin-right: 0; }
  .gifts-outer .gift-cover:before {
    content: '';
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1d1f;
    z-index: 1;
    border-radius: 5px;
    transition: .2s; }
  .gifts-outer .gift-cover img {
    max-height: 50px;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .gifts-outer .gift-cover .username {
    text-align: center;
    color: #bababa;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    position: relative;
    z-index: 2; }
  .gifts-outer .gift-cover:hover .username {
    color: #fff; }
  .gifts-outer .gift-cover:hover:before {
    -webkit-transform: scale(1);
    transform: scale(1); }

.gifts-outer .bottom-navigation {
  margin-top: 8px; }

@media (max-width: 1560px) {
  .gifts-outer .gift-cover {
    margin-right: 0;
    width: 25%; } }

@media (max-width: 1320px) {
  .gifts-outer .gift-cover {
    margin-right: 0;
    width: 50%; } }

@media (max-width: 1260px) {
  .gifts-outer {
    -webkit-flex-basis: 16.67%;
    flex-basis: 16.67%;
    max-width: 16.67%;
    width: 16.67%; } }

@media (max-width: 1199px) {
  .gifts-outer {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
    width: 50%;
    margin-top: 20px; }
  .gifts-outer .gift-cover {
    margin-right: 0;
    width: 25%; } }

@media (max-width: 768px) {
  .gifts-outer {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 0; } }
