@font-face {
  font-family: "mathematical-webfont";
  src: url("../fonts/mathematical-webfont.eot");
  src: url("../fonts/mathematical-webfont-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/mathematical-webfont.woff") format("woff"),
    url("../fonts/mathematical-webfont.ttf") format("truetype"),
    url("../fonts/mathematical-webfont.svg#franklin_gothic_fs_medregular")
      format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "mathematical-webfont";
  src: url("../fonts/mathematical-webfont.eot");
  src: url("../fonts/mathematical-webfont-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/mathematical-webfont.woff") format("woff"),
    url("../fonts/mathematical-webfont.ttf") format("truetype"),
    url("../fonts/mathematical-webfont.svg#franklin_gothic_fs_bookRg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mathematical-webfont";
  src: url("../fonts/mathematical-webfont.eot");
  src: url("../fonts/mathematical-webfont-.eot#iefix")
      format("embedded-opentype"),
    url("../fonts/mathematical-webfont.woff") format("woff"),
    url("../fonts/mathematical-webfont.ttf") format("truetype"),
    url("../fonts/mathematical-webfont.svg#franklin_gothic_fs_bookRg")
      format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Hercules";
  src: url("../fonts/Hercules.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Hercules-Italic";
  src: url("../fonts/Hercules-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}

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%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
#codeigniter_profiler {
  display: none;
}
a {
  color: #2e2a2b;
  text-decoration: none;
  -webkit-transition: all 50ms ease 0;
  -moz-transition: all 50ms ease 0;
  -ms-transition: all 50ms ease 0;
  -o-transition: all 50ms ease 0;
  transition: all 50ms ease 0;
}
p,
td {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}
a,
p,
h1,
h2,
span,
td {
  -webkit-font-smoothing: antialiased;
}
a:hover,
a.highlight {
  color: #000;
}
pre {
  text-transform: none !important;
}
figure.image {
  background: #fff;
}
figure.image img {
  opacity: 0;
}
figure.image.on img {
  opacity: 1;
}
figcaption p a {
  text-decoration: underline;
}
.off {
  opacity: 0;
}
.on {
  opacity: 1;
}
div#section {
  display: none !important;
}
body.hindi .hindi,
body.eng .eng {
  display: block;
}
body.hindi .eng,
body.end .hindi {
  display: none;
}
body.menu {
  height: 100%;
  width: 100%;
  margin-left: 400px;
  overflow: hidden;
  overflow-x: hidden !important;
}
body.menu div#overlay {
  display: block;
}
body.menu nav#main {
  left: 0;
}
body.menu nav#main ul {
  opacity: 1;
}
body.menu nav#main #close span.close {
  display: inline;
}
body.menu nav#main #close span.open {
  display: none;
}
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "franklin_gothic", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  margin-left: 0;
  -webkit-transition: margin-left 200ms ease;
  -moz-transition: margin-left 200ms ease;
  transition: margin-left 200ms ease;
  width: 100%;
  font-size: 10px;
}
body ::selection {
  background: #2e2a2b;
  color: #fbfbfb;
}
body ::-moz-selection {
  background: #2e2a2b;
}
body div#overlay {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  left: 405px;
  height: 100%;
  z-index: 5000;
}
body nav#main {
  width: 500px;
  position: fixed;
  margin: 5em;
  top: 0;
  left: -480px;
  z-index: 9999;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
}
body nav#main ul li {
  font-size: 3.5em !important;
  line-height: 1.50em !important;
  font-weight: bold;
}
body nav#main #close {
  position: absolute;
  right: -405px;
  top: 0;
  z-index: 9999;
  font-size: 1.2em !important;
  line-height: 1.5em !important;
  font-weight: 400;
  height: 13px;
  width: 400px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
body nav#main #close span.close {
  display: none;
}
body nav#main #close span.open {
  display: inline;
}
body nav#main.hide {
  left: -400px;
}
body article#main {
  max-width: 1680px;
  padding: 0 10em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 50ms ease 0;
  -moz-transition: all 50ms ease 0;
  -ms-transition: all 50ms ease 0;
  -o-transition: all 50ms ease 0;
  transition: all 50ms ease 0;
}
li {
  list-style: none;
}
@media handheld and (max-width: 1680px), screen and (max-width: 1680px) {
  body article#main {
    max-width: 1400px;
  }
}
@media handheld and (max-width: 1400px), screen and (max-width: 1400px) {
  body article#main {
    max-width: 1240px;
  }
}
@media handheld and (max-width: 1240px), screen and (max-width: 1240px) {
  body article#main {
    padding: 0 22px 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1000px;
  }
}
@media all and (min-width: 640px) and (max-height: 400px) {
  body#landing,
  body#lightbox-film,
  body#lightbox {
    height: 400px !important;
    overflow-y: scroll !important;
  }
  div#notice {
    display: none;
  }
}
@media all and (max-width: 640px) and (max-height: 600px) {
  figcaption.lightbox {
    display: none !important;
  }
}
@media handheld and (max-width: 640px), screen and (max-width: 640px) {
  body {
    padding: 2.5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body article#main {
    max-width: 600px;
    padding: 0 2.5em 0 5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body nav#main {
    margin: 2.5em;
    width: 360px;
    left: -360px;
  }
  body nav#main ul li {
    font-size: 4.5em;
    line-height: 0.85em;
    font-weight: bold;
    font-size: 30px !important;
  }
  body.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    font-size: 9px !important;
  }
}

li:not(:last-child) {
	padding: 0 0 3px 0 !important;
}

.div-font-hercules.normal {
    font-family: "Hercules", sans-serif;
	text-transform: none;
}
.div-font-hercules.italic {
    font-family: "Hercules-Italic", sans-serif;
	font-style: italic;
	text-transform: none;
}

.menu-header {
    font-size: 3.8em;
}
