/**
 * Gallery App CSS: default theme
 **/

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    color: #010101;
    transition: all .6s ease-in-out;
}

.menu {
    position: fixed;
    z-index: 60;
    text-align: center;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    overflow-y: auto;
    transition: all .6s ease-in-out;
}

.menu .close {
    opacity: 1;
}

.menu-items {
    margin-top: 80px;
    font-weight: 600;
    font-size: 34px;
}

.menu-item a {
    color: #404040;
}

.menu-item.active a,
.menu-item a:hover {
    text-decoration: none;
    color: #fb5353;
}

.carousel-control-next,
.carousel-control-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    bottom: auto;
    padding: 15px;
    margin-top: -22px;
    color:  white;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 50px 50px 0;
    background: rgba(150,150,150,.5);
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: rgba(150,150,150,.9);
    color: #fff;
}

.carousel-control-next {
    border-radius: 50px 0 0 50px;
}

.carousel-control-prev {
    border-radius: 0 50px 50px 0;
}

.gallery-indicator-item,
.carousel-track-item {
    cursor: pointer;
}

.carousel-track-item {
    opacity: 0.5;
}

.carousel-track-item.active {
    opacity: 1;
}

.carousel-track {
    margin-bottom: 2.7em;
}

.carousel-top-text,
.carousel-bottom-text {
    width: 100%;
    color: #f2f2f2;
    text-shadow: 1px 1px 5px rgba(150, 150, 150, 1);
}

.carousel-top-text {
    top: 0;
    padding: 8px 12px;
    font-size: 64px;
}

.carousel-bottom-text {
    font-size: 48px;
    padding: 8px 12px;
    bottom: 8px;
    text-align: right;
}

.canvas-container canvas {
    outline: none;
}

.products-item-demo-container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-height: 400px;
}

.products-item-demo-aspect-ratio-helper {
  margin-top: 100%;
  /* 1:1 aspect ratio */
}

.products-item-demo-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.product-page-demo-container {
  display: inline-block;
  position: relative;
  width: 100%;
  max-height: 500px;
}

.product-page-demo-aspect-ratio-helper {
  margin-top: 100%;
  /* 1:1 aspect ratio */
}

.product-page-demo-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#footer {
    padding-top: 30px;
}

.fa-stack[data-count]:after{
    position: absolute;
    right: 0%;
    top: 0%;
    content: attr(data-count);
    font-size: 40%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    border-style: solid;
    background: white;
}
