@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@font-face {
  font-family: 'Fira Sans Light';
  font-style: normal;
  src: url('../fonts/FiraSans-Light.ttf');
}
@font-face {
  font-family: 'Fira Sans Regular';
  font-style: normal;
  src: url('../fonts/FiraSans-Regular.ttf');
}
@font-face {
  font-family: 'Fira Sans Bold';
  font-style: normal;
  src: url('../fonts/FiraSans-Bold.ttf');
}

.container.container--big,
.container.container--full,
.container.container--small
{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
} 

/*div.parallax {
     Create the parallax scrolling effect 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat; 
     background-size: cover;
    Background-position: 0px 0px;
    background-color: rgba(0,0,0,0.5);
} */

img{
    max-width: 100%;
    height: auto;
}

.parallax_holder,
#parallax_holder {
  background-color: #000;
  width: 100%;
  height: auto;
  min-height: 400px;
}
/*.parallax,
#parallax {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% center;
  min-height: 400px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.parallax > article,
#parallax > article {
  display: grid;
  min-height: 400px;
}*/

.img-responsive{
    max-width: 100%;
    width: 100%;
    height: auto;
}

.padding_column {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#addprod-pop {
  border: 3px solid #d12229;
  height: auto;
  width: 400px;
  background-color: #fff;
  color: #000;
  position: fixed;
  z-index: 99;
  padding: 25px;
  display: none;
  z-index: 250;
  max-height: 80%;
  overflow: scroll;
}
#addprod-pop .close {
  position: absolute;
  top: 0px;
  right: 0px;
}
#popup {
  width: auto;
  height: auto;
  margin: 0 auto;
  position: fixed;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0,0,0,0.7);
}
#popup-container {
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  height: 100%;
}
.popup-close {
  text-transform: uppercase;
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

