.sticky-footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}

/** SPINNER **/
.loader {
  display: inline-block;
  font-size: 4rem;
  /* Change this to resize the loader */
  -webkit-animation: 2s rotate infinite linear;
          animation: 2s rotate infinite linear;
  width: 1em;
  height: 1em;
}

.loader circle {
  fill: transparent;
  stroke: #4d69eb;
  stroke-width: 0.1em;
  stroke-linecap: round;
  stroke-dasharray: 2.3525em 0.4705em;
  -webkit-animation: 1.5s strokeDashArray infinite linear, 24s colorBounce infinite linear;
          animation: 1.5s strokeDashArray infinite linear, 24s colorBounce infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes strokeDashArray {
  from {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: 0;
  }
  10% {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0.001em 2.825em;
    stroke-dashoffset: -2.826em;
  }
  60% {
    stroke-dasharray: 0.001em 2.825em;
  }
  to {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: -2.826em;
  }
}
@keyframes strokeDashArray {
  from {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: 0;
  }
  10% {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 0.001em 2.825em;
    stroke-dashoffset: -2.826em;
  }
  60% {
    stroke-dasharray: 0.001em 2.825em;
  }
  to {
    stroke-dasharray: 2.3525em 0.4705em;
    stroke-dashoffset: -2.826em;
  }
}
@-webkit-keyframes colorBounce {
  1% {
    stroke: #4d69eb;
  }
  24% {
    stroke: #4d69eb;
  }
  26% {
    stroke: #6c60fc;
  }
  49% {
    stroke: #6c60fc;
  }
  51% {
    stroke: #6c60fc;
  }
  74% {
    stroke: #6c60fc;
  }
  76% {
    stroke: #4d69eb;
  }
  99% {
    stroke: #4d69eb;
  }
}
@keyframes colorBounce {
  1% {
    stroke: #4d69eb;
  }
  24% {
    stroke: #4d69eb;
  }
  26% {
    stroke: #6c60fc;
  }
  49% {
    stroke: #6c60fc;
  }
  51% {
    stroke: #6c60fc;
  }
  74% {
    stroke: #6c60fc;
  }
  76% {
    stroke: #4d69eb;
  }
  99% {
    stroke: #4d69eb;
  }
}

.percentage {
    font-size: 0.6em;
    position: relative;
    top: -35px;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.reset-list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}


.success-background {
  background: #19A79A;
}

.fail-background {
  background: #f75952;
}

.info-background {
  background: #ffe647;
}

.white-text {
  color: #fff;
}

.success-color-text {
  color: #19A79A;
}

.fail-color-text {
  color: #f75952;
}


/** HEADER **/

header.main .link {
    color:white;
    border: 1px solid white;
    padding:10px 30px 10px 30px;
    line-height: 50px
}

.jagle {
  padding: 10px;
  font-size: 1em;
}

@media (min-width: 767px) {
  .jagle {
    padding: 15px;
    font-size: 1.2em;
  }
}


@media (min-width: 1023px) {
  .jagle {
    padding: 20px;
    font-size: 1.5em;
  }
}


/** START PAGE **/

html, body {
    background: white;
    background: #f7f7f7;
    -webkit-font-smoothing: antialiased;
    font-family: 'Raleway', sans-serif;
}

/* Removing input background color for Chrome auto complete */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 2px solid #4d69eb;
}

.done {
    //background: #70FF70 !important;
}

textarea::-webkit-input-placeholder {
    color: white;
}

.t-center {
    text-align: center;
}

.c-size-2 {
    font-size: 2.5em;
    color: white;
}

.c-1 {
    background: #4d69eb;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}

.c-2 {
    background: #9C2CB5;
}

.c-3 {
    background: #AA30C5;
}


.icon-large {
    font-size: 10em;
}

.upl-wrapper {

    width: 100%;
}

.upl-wrapper .filename {
    font-size: 0.4em;
}

.upload-area {
    background: #4d69eb;
    text-align: center;
    color: white;
    padding: 2em;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.desc-wrapper {
    width: 100%;
    height: 100%;
}

.desc-wrapper textarea {
    width: 100%;
    height: 100%;
    font-size: 1.5em;
    color: white;
    padding: 5px;
    background: #4debb1;
    background: #6c60fc;
    border: none;
    outline: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}


.big-text-input {
    padding: 0.5em;
    width: 100%;
    font-size: 2em;
    outline: none;
    background: transparent;
    border: 2px solid #4d69eb;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-top: 2px solid transparent;
    box-shadow: none;
}

.big-text-input:focus {
    border-color: #4d69eb;
    box-shadow: none;
}

.big-button {
    border:none;
    outline: none;
    width: 100%;
    padding: 0.5em;
    font-size: 2em;
    background: transparent;
    border: 2px solid #4d69eb;
}



#product-form .validation-error {
    background: transparent;
    color: black;
    border: 2px solid crimson;
    padding: 0.5em;
    font-size: 1.5em;
    margin-bottom: 0.5em;
}


/** FAQ PAGE **/

.faq .header {
    border-bottom:2px solid rgba(77, 105, 235, 0.3);
    padding:0.5em;
    font-weight: bold;
}

.faq .answer {
    padding:0.5em;
    font-size:1.1em;
}


/** SEARCH SUBMIT SUCCESS **/
.search-success {
    font-size: 1.3em;
    color: white;    
    padding: 1em;
}


/** HUNT **/
.double-hunt-divider {
    //border-top:2px solid #6C84EF;
    height:3em;
    line-height: 3em;
    //border-bottom: 2px solid #6C84EF;
    width: 100%;
    background: #7E93F1;
}


/** HUNT LIST ADMIN **/

table.hunt-table {
  width: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

table.hunt-table th {
  padding: 1em;
  text-align: center;
}

table.hunt-table tr {
  
}

table.hunt-table td {
  padding: 1em;  
  max-width: 400px;
  text-align: center;
}

/** SINGLE HUNT ADMIN **/
ul.blue-info-list li{
  background:#4D69EB;
  padding: 1em;
  color:white;
  margin-bottom: 2px;
  text-align: center;
}

ul.blue-info-list li a {
  color: white;
  text-decoration: none;
}


/** MAIN FOOTER **/
.main-footer {
  padding: 1em;
  margin-top: 1em;
}

.main-footer .link {
  margin-right: 10px;
  color: #2f2f2f;
}