/* POPPINS */
@font-face {
  font-family: "Poppins";
  src: url("fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  background: rgba(94, 76, 61, 0.5);
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, rgba(125, 101, 81, 0.5), rgba(94, 76, 61, 0.5));
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, rgba(125, 101, 81, 0.5), rgba(94, 76, 61, 0.5));
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  font-family: "Poppins", serif;
  outline: 0;
}
.br-24 {
  border-radius: 24px;
}
a, a:hover, a:focus, a:active, a.active {
  outline: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: #ff3c43;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  font-size: 13px;
  line-height: 21px;
}
.btn {
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
}
.btn.btn-primary {
  background-color: #d50008;
}
.btn.btn-primary:hover {
  background-color: #ff3c43;
}
/**** Cover ****/
.cover #branding {
  padding-top: 50px;
}
/**** Custom Align Helpers ****/
.text-align-center {
  text-align: center;
}
/**** Custom Grid Helpers ****/
.full-width {
  width: 100%;
}
.justify-center {
  justify-content: center;
  display: flex;
}
/**** Start Logo Section ****/
#branding {
  width: 320px;
}
.logo h1 {
  font-family: "Lobster", cursive;
  color: #fff;
  font-size: 60px;
}
.logo span {
  color: #999;
}
/**** digitale-rouwkaart-examples-container ****/
.intro-examples-container h2 {
  text-align: center;
}
.intro-examples-container h2, .music-examples-container h2, .background-examples-container h2 {
  color: #ff3c43;
}
/**** digitale-rouwkaart-examples-container ****/
.digitale-rouwkaart-examples-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0 0px;
}
.digitale-rouwkaart-examples-container .digikaart-example {
  width: calc(33% - 20px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
/**** video canvas ****/
.video-canvas-component > span {
  display: block;
  position: absolute;
  top: 0;
}
.digitale-rouwkaart-examples-container .digikaart-example h2 {
  color: #d50008;
}
.digi-rouwkaart-background.is-playing .btn-play {
  display: none;
}
.digi-rouwkaart-background:not(.is-playing) .btn-pause {
  display: none;
}
.video-actions {
  position: absolute;
  z-index: 999;
  bottom: 50px;
  right: 0;
  left: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn-play:hover, .btn-pause:hover {
  cursor: pointer;
  background: #d50008;
}
.btn-play:hover svg path, .btn-pause:hover svg path {
  fill: white;
}
.btn-play, .btn-pause {
  height: 64px;
  width: 64px;
  display: block;
  border-radius: 50px;
  background: white;
}
.video-actions svg path {
  fill: #d50008;
}
.btn-play svg, .btn-pause svg {
  height: 100%;
  width: 100%;
  padding: 10px;
  z-index: 999;
}
/**** no-images ****/
#no-images {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 50px;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/**** Toolbar ****/
.toolbar {
  position: absolute;
  bottom: 0;
  top: 0;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toolbar-left {
  left: 0;
}
#toolbar-right {
  right: 0;
}
.toolbar .button:hover {
  cursor: pointer;
  opacity: 0.75;
}
.toolbar .button {
  color: white !important;
  font-size: 32px;
  opacity: 0.5;
}
/**** Digi Rouwkaart ****/
.digitale-rouwkaart-container img {
  width: 100%;
}
.digitale-rouwkaart-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
.digitale-rouwkaart-container h1 {
  color: #d50008;
  position: relative;
  height: 90px;
  font-weight: 700;
}
.digitale-rouwkaart-container .col {
  width: 50%;
  float: left;
}
.digitale-rouwkaart-container .col small {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 0;
}
.digitale-rouwkaart-container .col p {
  font-size: 16px;
  line-height: 24px;
}
/**** collection-index ****/
#collection-index #branding img {
  height: 40px;
}
#collection-index {
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#print-type-index {
  background: white;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#collection-page #page-overlay, #print-type-index #page-overlay {
  height: calc(100vh - 200px);
}
.category-index-item#branding {
  height: 100px;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 0;
}
.category-index-item {
  color: #d50008;
  font-size: 24px;
  text-align: center;
  line-height: 24px;
  padding: 10px 0;
}
.category-index-item:hover {
  cursor: pointer;
  color: #1d3c34;
}
/**** page-overlay ****/
#page-overlay div {
  color: #d50008;
}
#page-overlay {
  position: relative;
  flex-direction: column;
  background: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
}
/**** App ****/
#app {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#collection-page {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  flex-direction: column;
}
/**** Vue App ****/
#vue-app {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/**** Start Main Body Section ****/
/**** collection-types-container ****/
.collection-types-container {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.collection-type:hover, .collection-type.active {
  box-shadow: white 0px 7px 29px 0px;
  color: #d50008;
  cursor: pointer;
}
.collection-type {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 24px;
  padding: 10px 20px;
  margin: 10px;
}
/**** templates ****/
#print-type-index .scroll-container, .templates .scroll-container {
  max-height: calc(100vh - 200px) !important;
}
/**** drukwerk-preview ****/
/**** cover container  ****/
.cover-container {
  height: calc(100% - 200px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/**** print-collection-item ****/
.no-templates-message {
  text-align: center;
  padding: 50px 0;
}
/**** print-collection-item ****/
.template-item:hover, .print-collection-item:hover {
  cursor: pointer;
}
.template-item, .print-collection-item {
  width: calc(33% - 40px);
  float: left;
  margin: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px 0;
  border-radius: 24px;
  height: 320px;
  position: relative;
}
.template-item:hover, .print-collection-item:hover {
  box-shadow: white 0px 7px 29px 0px;
}
.template-item:hover .template-item-item-lable, .print-collection-item:hover .print-collection-item-lable {
  color: #d50008;
}
.template-item-item-lable, .print-collection-item-lable {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.print-thumbnail {
  width: 100%;
  display: flex;
  justify-content: center;
}
.print-thumbnail img {
  max-width: calc(100% - 80px);
}
/**** Start Main Body Section ****/
.templates #catalog-toolbar, .drukwerk-preview #catalog-toolbar {
  width: 100%;
  padding: 5px 20px;
  height: auto;
}
#catalog-toolbar {
  display: flex;
  width: calc(100% - 100px);
  height: 40px;
  margin-top: 15px;
}
#catalog-toolbar > div i {
  color: #d50008;
  font-size: 24px;
  line-height: 32px;
}
#catalog-toolbar .catalog-logo img {
  height: 20px;
  margin-top: 10px;
}
#catalog-toolbar .catalog-home:hover {
  color: #1d3c34;
  cursor: pointer;
}
#catalog-toolbar .catalog-logo {
  text-align: right;
  overflow: hidden;
}
#catalog-toolbar .catalog-title {
  text-align: left;
  color: #d50008;
  font-size: 24px;
  line-height: 24px;
  margin-top: 10px;
  font-style: italic;
}
#catalog-toolbar .catalog-home {
  text-align: center;
}
#catalog-toolbar > div {
  width: 33%;
}
/**** Slider ****/
#grid-container {
  width: calc(100% - 100px);
  height: calc(100% - 120px);
  overflow-y: scroll;
  border: solid 1px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
}
#collection-grid {
  width: 100%;
  height: 100%;
}
.image-title {
  background: #ff3c43;
  color: white;
  position: absolute;
  bottom: 10px;
  left: 10px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  right: 10px;
  border-radius: 24px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.collection-index::-webkit-scrollbar, #grid-container::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.collection-index, #grid-container {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.grid {
  background: white;
}
.grid-item img {
  width: 100%;
}
.catalog-logo i, .catalog-title i {
  display: none;
}
@media only screen and (max-width: 1001px) {
  .container {
    width: 100% !important;
  }
  .catalog-logo img, .catalog-title span {
    display: none !important;
  }
  .catalog-title i {
    margin-top: -10px;
  }
  .catalog-logo i, .catalog-title i {
    display: block !important;
  }
  .toolbar {
    display: none;
  }
}
@media only screen and (max-height: 800px) {
  .category-index-item {
    font-size: 16px;
    line-height: 16px;
    padding: 5px 0;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
  #collection-slider {
    width: 100%;
    height: calc(100vh - 40px);
  }
}
.css-loader {
  margin-bottom: 20px;
}
.css-loader span:nth-child(1) {
  width: 10px;
  height: 10px;
  -webkit-animation: loader 2s infinite ease;
}
.css-loader span:nth-child(2) {
  width: 10px;
  height: 20px;
  -webkit-animation: loader 2s infinite ease 0.2s;
}
.container span:nth-child(3) {
  width: 10px;
  height: 30px;
  -webkit-animation: loader 2s infinite ease 0.4s;
}
.css-loader span:nth-child(4) {
  width: 10px;
  height: 40px;
  -webkit-animation: loader 2s infinite ease 0.6s;
}
.css-loader span:nth-child(5) {
  width: 10px;
  height: 50px;
  -webkit-animation: loader 2s infinite ease 0.8s;
}
.css-loader span:nth-child(6) {
  width: 10px;
  height: 50px;
  -webkit-animation: loader 2s infinite ease 1s;
}
.css-loader span:nth-child(7) {
  width: 10px;
  height: 40px;
  -webkit-animation: loader 2s infinite ease 1.2s;
}
.css-loader span:nth-child(8) {
  width: 10px;
  height: 30px;
  -webkit-animation: loader 2s infinite ease 1.4s;
}
.css-loader span:nth-child(9) {
  width: 10px;
  height: 20px;
  -webkit-animation: loader 2s infinite ease 1.6s;
}
.css-loader span:nth-child(10) {
  width: 10px;
  height: 10px;
  -webkit-animation: loader 2s infinite ease 1.8s;
}
.css-loader span {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all ease 250ms;
}
@-webkit-keyframes loader {
  0% {
    background-color: rgba(116, 116, 116, 0);
    opacity: 0;
  }
  50% {
    background-color: #d50008;
    box-shadow: 3px 3px 15px #888;
    opacity: 1;
  }
  100% {
    background-color: rgba(116, 116, 116, 0);
    opacity: 0;
  }
}
.image-bottom-toolbar .pull-left {
  color: #d50008;
}
.grid-item, .cover-item {
  outline: solid 1px #d50008;
}
.cover-item:hover h2 {
  color: #ff3c43;
}
.cover-item:hover {
  outline: solid 1px #ff3c43;
}
