/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'), url(/modules/WIP/templates/default/fonts/TitilliumWeb-Light_ext.woff) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'), url(/modules/WIP/templates/default/fonts/TitilliumWeb-Light_latin.woff) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(/modules/WIP/templates/default/fonts/TitilliumWeb-Regular_ext.woff) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url(/modules/WIP/templates/default/fonts/TitilliumWeb-Regular_latin.woff) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(/modules/WIP/templates/default/fonts/TitilliumWeb-SemiBold_ext.woff) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(/modules/WIP/templates/default/fonts/TitilliumWeb-SemiBold_latin.woff) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body { height: 100%; margin: 0; }
body {
  font-family: 'Titillium Web', sans-serif;
}
body div.background {
  height: 100%;
  background: url(../images/background.jpg) no-repeat center;
  background-size: cover;
  filter: blur(10px);
}
body div.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  opacity: 0.6;
}

div#visual {
  position: absolute;
  margin: 0 auto;
  width: 900px;
  height: 500px;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background: url(../images/visual.png) no-repeat left bottom;
  background-size: contain;
  margin-bottom: 100px;
}

div#visual p { margin: 0 0 10px 0; }

div#visual a,
div#visual a:link,
div#visual a:active,
div#visual a:visited,
div#visual a:hover,
div#visual a:focus { color: #E9605D; }
div#visual a:hover { text-decoration: none; }

div#visual a[href^="http:"],
div#visual a[href^="mailto:"],
div#visual a[href^="http:"]:visited { background-image: none; padding-right: 0; margin: 0; }

div#visual h1,
div#visual h2,
div#visual h3,
div#visual h4,
div#visual h5,
div#visual h5 { font-size: 2em; line-height: 1em; margin: 0 0 5px 0; color: #E9605D; }

div#visual div.header {
  color: white;
  font-size: 60px;
  line-height: 126px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 20px;
}
div#visual div.message {
  position: relative;
  min-height: 200px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  margin-left: 217px;
  padding: 15px 50px 25px 40px;
  background: url(../images/background-message.png) repeat-y;
}
div#visual div.message div.plug {
  position: absolute;
  width: 112px;
  height: 182px;
  bottom: -120px;
  left: -46px;
  background: url(../images/plug.png) no-repeat;
  background-size: contain;
}

@media (max-width: 950px) {
  div#visual {
    width: 500px;
    height: 278px;
  }
  div#visual div.header {
    font-size: 36px;
    line-height: 70px;
    padding: 0 10px;
  }
  div#visual div.message {
    min-height: 115px;
    font-size: 13px;
    line-height: 20px;
    margin: 0 15px 130px 120px;
    padding: 10px 15px 10px 20px;
    background-position: -8px 0;
  }
  div#visual div.message div.plug {
    width: 62px;
    height: 101px;
    bottom: -66px;
    left: -25px;
  }
}

@media (max-width: 510px) {
  div#visual {
    width: 320px;
    height: 178px;
  }
  div#visual div.header {
    font-size: 23px;
    line-height: 45px;
    padding: 0 5px;
  }
  div#visual div.message {
    min-height: 75px;
    font-size: 13px;
    line-height: 20px;
    margin: 0 10px 100px 76px;
    padding: 4px 5px 5px 15px;
    background-position: -12px 0;
  }
  div#visual div.message div.plug {
    width: 39px;
    height: 63px;
    bottom: -43px;
    left: -16px;
  }
}

footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px 0 5px 0;
  background-color: white;;
}
footer img {
  width: 200px;
}
