@font-face {
  font-family: "Oxygen";
  font-style: normal;
  font-weight: 400;
  src: local("Oxygen"), local("Oxygen-Regular"), url("https://fonts.gstatic.com/s/oxygen/v5/78wGxsHfFBzG7bRkpfRnCQ.woff2") format("woff2");
  unicode-range: U+0-FF, U+131, U+152-153, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.screwerk-modal {
  /*display: none; /* Hidden by default */
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.screwerk-popup {
  width: 593px;
  height: 556px;

  margin: 110px auto;

  background: #EBEBEB;
  background: -moz-linear-gradient(top, rgba(243,247,250,1) 0%, rgba(237,239,243,1) 75%, rgba(197,213,228,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(243,247,250,1) 0%,rgba(237,239,243,1) 75%,rgba(197,213,228,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(243,247,250,1) 0%,rgba(237,239,243,1) 75%,rgba(197,213,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  text-align: left;
  font-size: 14px;
  font-weight: 300;
  font-family: "Oxygen","Helvetica Neue","Helvetica",sans-serif;

  overflow: hidden;
  position: relative;
}

.screwerk-popup > .circ1 {
  position: absolute;

  bottom: -25%;
  left: 75%;

  width: 1000px;
  height: 1000px;

  background: #B6CEE6;

  border-radius: 50%;

  opacity: 0.5;
  filter: alpha(opacity=50);
}
.screwerk-popup > .circ2 {
  position: absolute;

  bottom: -70%;
  left: 10%;

  width: 650px;
  height: 650px;

  background: #B6CEE6;

  border-radius: 50%;

  opacity: 0.5;
  filter: alpha(opacity=50);
}
.screwerk-popup > .screws {
  position: absolute;

  bottom: -80px;
  left: 75px;

  width: 647px;
  height: 350px;
  background-image: url('screwerk-popup-screws.png');
}

.screwerk-popup > .header {
  height: 66px;
  background-color: #EBEBEB;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAA8CAMAAAB7GJvLAAAA81BMVEULDg8NERQQFRgTGBwVGx4ZHB0XHSEYHyMZICQaISUaISYaIiYaIicbIycbIygeIyYcJCgcJCkdJSodJiseJiseJywfKC0fKC4jKCsgKS4gKi8hKjAhKzAiKzEiLDImLDAjLTIjLTMkLjQnLjIkLzUnLzMnLzQlMDYmMDcoMDQmMTcpMTUpMTYnMjgnMjkqMjcnMzkrMzcoNDopNDsrNDgpNTwsNToqNj0qNz4rNz4tNzsuNzwrOD8vOD4sOUAwOT8tOkEtOkItO0IuO0MxO0EvPEQzPEMvPUU0PkQ0PkU1QEY2QUc3Q0k4RUs5Rk05R007SFA2ZMycAAAAlElEQVQI1xXE1xqBAACA0d8KJRTZhey9Za8km/d/Gp9zcSCAx4M3hs+HP4MgECwSChGuIIpINSSJSB1ZRm4RjRLvoCgoXVQVdUAiQXKEpqFNSaVIz8lmya3I5yms0XWMLaUS5T2mSfVMo0HzQrtN78pwyPjOZMLsgWWxfLLZsHtxOHD6YNu4X1z3v+NwfLNY0L9hGD9abBG3j+95VwAAAABJRU5ErkJggg==');
  background-repeat: repeat-x;

  line-height: 60px;
  border-bottom: 6px solid #2774C7;

  z-index: 1;
  position: relative;
}

.screwerk-popup > .header > a {
  margin-left: 15px;

  color: white;
  text-decoration: none;

  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.screwerk-popup > .header > a svg,
.screwerk-popup > .header > a span {
  vertical-align: middle;
}
.screwerk-popup > .header > a svg .a {
  transition: fill .5s;
  fill: #2774C7;
}
.screwerk-popup > .header > a svg .b {
  transition: fill .5s;
  fill: white;
}

.screwerk-popup > .header > a:hover svg .a {
  fill: white;
}
.screwerk-popup > .header > a:hover svg .b {
  fill: #2774C7;
}

.screwerk-popup > .header > .x {
  position: absolute;
  right: 15px;
  top: 0px;

  height: 60px;
  line-height: 60px;

  color: #2774C7;
  font-size: 30px;

  cursor: pointer;
}

.screwerk-popup > .header > .x .small {
  font-size: 63%;
  vertical-align: +9%;
}

.screwerk-popup > .header > .x:hover .small {
  text-decoration: underline;
}

.screwerk-popup > h1 {
  padding: 30px;
  margin: 0px;
  margin-top: 20px;

  z-index: 1;
  position: relative;

  font-size: 37px;
  font-family: "Oxygen","Helvetica Neue","Helvetica",sans-serif;
  font-family: "Arial", sans-serif;
}

.screwerk-popup > p {
  padding: 30px;
  margin: 0px;

  z-index: 1;
  position: relative;

  font-size: 18px;
  font-weight: 600;
  font-family: "Arial", sans-serif;
}

.screwerk-popup > .button {
  display: block;

  position: absolute;
  bottom: 15%;
  left: 30px;
  z-index: 1;

  cursor: pointer;

  padding: 8px 15px;

  font-size: 16px;
  font-weight: bold;

  text-decoration: none;
  text-transform: uppercase;

  color: white;

  background-color: #2774c7;
  background-image: linear-gradient(180deg, #2463a8, #2774c7);

  border: 0;
  border-radius: 5px;
}
.screwerk-popup > .button:hover {
  background-color: #66a8d7;
  background-image: linear-gradient(360deg, #66a8d7, #2774c7);
}