﻿/* #region GREY LAYOUT */
/* new */
/* old -- still in use! */
/* #endregion */
/* #region BRAND COLORS */
/* for reference: old colors are behind every value in comments */
/*#0A665A;*/
/*#4AA89B;*/
/*#92CBC3;*/
/*#C6E2DE;*/
/*#DBEEEB;*/
/*#EBF7F5;*/
/*#D46124;*/
/*#FB9860;*/
/*#FDC19F;*/
/*#FEEADF;*/
/*#004878;*/
/*#4086B6;*/
/*#8CB6D3;*/
/*#D9E7F1;*/
/*#0084BD;*/
/*#40B7EA;*/
/*#8CD4F2;*/
/*#D9F1FB;*/
/*#A82623;*/
/*#DA6260;*/
/*#E9A19F;*/
/*#F8E0DF;*/
/*#71A133;*/
/*#AAD56F;*/
/*#CCE6A8;*/
/*#EEF7E2;*/
/*#D99800;*/
/*#FFC740;*/
/*#FFDD8C;*/
/*#FFF4D9;*/
/*#7A407A;*/
/*#B97FB9;*/
/*#D5B2D5;*/
/*#F1E6F1;*/
/*#A10541;*/
/*#D4447D;*/
/*#E58FB1;*/
/*#F7DAE5;*/
/* #endregion */
/* #region OTHER BRAND'S COLORS */
/* #endregion */
/* SEARCH COLORS */
.overlay-open {
  overflow: hidden;
}
.overlay-open .overlay {
  overflow-x: hidden;
  overflow-y: auto;
}
.overlay-open #content {
  position: static;
}
.overlay {
  overflow: hidden;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  float: none !important;
}
.overlay.active {
  display: block;
}
.overlay-inner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  width: 640px;
  margin: 50px auto;
  background-color: #FFFFFF;
  padding: 15px;
}
.overlay-inner .image-large {
  width: 100%;
}
.overlay-inner.overlay-contest {
  max-width: 980px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .overlay-inner {
    width: 90% !important;
  }
}
.overlay-dialog .overlay-inner {
  width: 480px;
}
@media screen and (max-width: 650px) {
  .overlay-dialog .overlay-inner {
    width: 90%;
  }
}
.overlay-images img {
  display: block;
}
.overlay-close {
  float: right;
  cursor: pointer;
}
.overlay-close:after {
  color: #CE2E2B;
}
.overlay-header {
  margin-bottom: 1em;
}
.overlay-title {
  margin-top: .5em;
  font-size: 1.3em;
  font-weight: 600;
  float: left;
}