/**
 * Generates css code for local webfonts definition
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
    FONTS
*/
@font-face {
  font-family: "SC Sans TT";
  src: url("../fonts/SC-Sans-TT-Regular.eot");
  src: url("../fonts/SC-Sans-TT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SC-Sans-TT-Regular.ttf") format("truetype"), url("../fonts/SC-Sans-TT-Regular.svg#SC Sans TT-bold-normal") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "SC Sans TT Bold";
  src: url("../fonts/SC-Sans-TT-Bold.eot");
  src: url("../fonts/SC-Sans-TT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SC-Sans-TT-Bold.ttf") format("truetype"), url("../fonts/SC-Sans-TT-Bold.svg#SC Sans TT Bold-bold-normal") format("svg");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: "SC Sans TT Regular";
  src: url("../fonts/SC-Sans-TT-Regular.eot");
  src: url("../fonts/SC-Sans-TT-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SC-Sans-TT-Regular.ttf") format("truetype"), url("../fonts/SC-Sans-TT-Regular.svg#SC Sans TT Regular-normal-normal") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "SC Sans TT Light";
  src: url("../fonts/SC-Sans-TT-Light.eot");
  src: url("../fonts/SC-Sans-TT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SC-Sans-TT-Light.ttf") format("truetype"), url("../fonts/SC-Sans-TT-Light.svg#SC Sans TT Light-300-normal") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "SC Sans TT Thin";
  src: url("../fonts/SC-Sans-TT-Ultra-Thin.eot");
  src: url("../fonts/SC-Sans-TT-Ultra-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/SC-Sans-TT-Ultra-Thin.ttf") format("truetype"), url("../fonts/SC-Sans-TT-Ultra-Thin.svg#SC Sans TT Thin-100-normal") format("svg");
  font-weight: 100;
  font-style: normal; }
/**
    MAIN
*/
body {
  color: #fff;
  font-family: "SC Sans TT Thin", "serif";
  background-image: url(../images/bg_expiry_page.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #2c7caf; }

/**
    CONTENT SECTION
*/
div#content {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  text-align: center;
  vertical-align: middle; }
  div#content h2 {
    font-family: "SC Sans TT Thin", "serif";
    font-size: 50px;
    width: calc(100% - 10%);
    text-align: center;
    padding: 5%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/**
    FOOTER
 */
div#footer {
  font-family: "SC Sans TT Thin", "serif";
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: #ddd;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px; }

/*==========  Mobile First Method  ==========*/
/* Medium Devices, Desktops */
@media only screen and (max-width: 1199px) {
  div#content h2 {
    font-size: 45px; } }
/* Small Devices, Tablets */
@media only screen and (max-device-width: 991px) {
  div#footer {
    font-family: "SC Sans TT Thin", "serif"; }

  .title-font {
    font-size: 45px;
    font-family: "SC Sans TT Thin", "serif"; } }
/* Custom, iPhone Retina */
@media only screen and (max-device-width: 767px) {
  div#footer {
    font-size: 20px;
    bottom: 30px;
    font-family: "SC Sans TT Light"; }

  .title-font {
    font-size: 64px;
    font-family: "SC Sans TT Light"; } }
/* Extra Small Devices, Phones */

/*# sourceMappingURL=style.css.map */
