@charset "utf-8";
/* CRUNCH TIME */
/* COLORS */
/* FONTS */
/* PADS & MARGINS */
/* HEADERS */
/* 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;
}
h1 {
  font-family: 'Roboto Slab', serif;
  color: #ffffcc;
  font-size: 2em;
  text-shadow: black 0.2px 0.1px 0.2px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
}
h2 {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  color: #ffffcc;
  font-size: 2em;
  text-shadow: black 0.2px 0.1px 0.2px;
  font-weight: bold;
  text-transform: uppercase;
  font-style: normal;
  margin: 6px 0px 0px 0px;
}
.center {
  text-align: center;
}
h3 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2em;
  padding: 15px 0 5px 0;
  color: #ffff66;
}
h4 {
  font-family: 'Roboto Slab', serif;
  font-size: 0.9em;
  padding: 15px 0 5px 0;
  color: #ffff66;
}
h5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.2em;
  padding: 15px 0 5px 0;
  color: #ffff66;
}
/* BODY */
body {
  background: top right no-repeat, black;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(top, black, #0099ff, black);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(top, black, #0099ff, black);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(top, black, #0099ff, black);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, black, #0099ff, black);
  /* Standard syntax (must be last) */
}
a:link {
  color: #FF6;
  text-decoration: none;
}
a:visited {
  color: #FF9;
  text-decoration: none;
}
a:hover {
  color: #FFF;
}
a:active {
  color: #fff;
  text-decoration: none;
}
p {
  padding: 5px;
  margin: 5px;
  line-height: 1.4em;
}
/* General Adjustments */
.smaller {
  font-size: small;
}
/* HEADER */
header nav ul {
  margin: 0 auto;
  width: 99%;
  display: block;
}
header nav ul li {
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-weight: bolder;
  color: #ffffcc;
  text-shadow: black 0.1px 0.4px 0.2px;
  font-size: 2em;
  text-decoration: none;
  list-style: none;
  Padding: 12px 15px 12px 15px;
}
header nav ul li:hover {
  text-shadow: black 0.2px 0.1px 0.2px;
}
#navcontainer {
  display: block;
  background-color: #000;
  border-width: medium;
  border-style: groove;
  border-color: #69F;
  border-radius: 20px 20px 20px;
  -moz-box-shadow: 3px 2px 1px .5px #ccc;
  -webkit-box-shadow: 3px 2px 1px .5px #ccc;
  box-shadow: 3px 2px 1px .5px #ccc;
  text-align: center;
  width: 99%;
  margin: 0 auto;
  padding: 0;
}
#navcontainer:after {
  content: " ";
  display: table;
  clear: both;
}
/* SPECIAL NAV */
/* MAIN */
.banner {
  position: fixed;
}
#centerwrap {
  display: block;
  margin: 0 auto;
  color: #fff;
  width: 88%;
}
#inner-wrap {
  font-family: arial, serif;
  display: block;
  margin: 0 auto;
  width: 95%;
  background-color: rgba(0, 0, 0, 0.4);
}
#menu {
  display: block;
  margin: 0 auto;
  width: 49%;
  float: left;
}
#menu ul {
  list-style: none;
  text-align: center;
}
#menu ul li {
  display: inline;
  margin: 10px;
}
#menu a {
  vertical-align: top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#menu a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#menu2 {
  display: block;
  margin: 0 auto;
  width: 49%;
  float: right;
}
#menu2 ul {
  list-style: none;
  text-align: center;
}
#menu2 ul li {
  display: inline;
  margin: 10px;
}
#menu2 a {
  vertical-align: top;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#menu2 a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
/* End of Menu */
/* CONTENT */
#content {
  width: 90%;
  margin: 0 auto;
  padding: 15px;
  height: auto;
  clear: both;
}
#content a {
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#content a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#block {
  display: block;
  font-family: arial, serif;
  width: 48%;
  margin: 0 auto;
  padding: 5px;
  height: auto;
  float: left;
}
.inner_block {
  width: 99.9%;
  margin: 0 auto;
}
img.block {
  display: block;
  margin: 0 auto;
  width: 85%;
  border: 2px solid #ffffcc;
  border-radius: 10px;
}
img.cards {
  width: 29%;
}
ul.gallery {
  list-style-type: none;
}
.portfolio {
  display: block;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
img.portfolio {
  width: 50%;
  margin: 0 auto;
  list-style-type: none;
  border: 2px solid #ffffcc;
  border-radius: 10px;
}
img.rpg {
  display: block;
  margin: auto;
  text-align: center;
  border: 2px;
}
img.rpg2 {
  display: block;
  width: 50%;
  margin: 20px auto;
  border: 2px;
}
.caption-1 {
  font-family: 'Roboto Slab', serif;
  font-size: larger;
}
img.gallery {
  display: inline-block;
  float: left;
  margin: auto;
  padding: 10px;
  border-radius: 20px;
}
p.lyrics {
  list-style-type: none;
  font-family: arial, serif;
  font-size: 1.2em;
  text-align: justify;
  margin: 45px 0px 0px 45px;
  padding: 15px;
}
img.resume {
  float: right;
  margin: 15px;
  width: 30%;
  border: 3px groove #fff;
}
figure {
  display: block;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
}
figcaption {
  position: absolute;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
figure:hover figcaption {
  opacity: 1;
}
figure:before {
  content: "?";
  position: absolute;
  font-weight: 800;
  background: black;
  background: rgba(255, 255, 255, 0.75);
  text-shadow: 0 0 5px white;
  color: black;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  -moz-transition: all 0.6s ease;
  opacity: 0.75;
}
figure:hover:before {
  opacity: 0;
}
.cap-left:before {
  bottom: 10px;
  left: 10px;
}
.cap-left figcaption {
  bottom: 0;
  left: -30%;
}
.cap-left:hover figcaption {
  left: 0;
}
.cap-right:before {
  bottom: 10px;
  right: 10px;
}
.cap-right figcaption {
  bottom: 0;
  right: -30%;
}
.cap-right:hover figcaption {
  right: 0;
}
.cap-top:before {
  top: 10px;
  left: 10px;
}
.cap-top figcaption {
  left: 0;
  top: -30%;
}
.cap-top:hover figcaption {
  top: 0;
}
.cap-bot:before {
  bottom: 10px;
  left: 10px;
}
.cap-bot figcaption {
  left: 0;
  bottom: -30%;
}
.cap-bot:hover figcaption {
  bottom: 0;
}
p.quote {
  width: 55%;
  margin: 0 auto;
  font-style: italic;
  font-size: 0.9em;
  color: #ffffcc;
}
p.resume {
  width: 95%;
  margin: auto;
}
p.text {
  font-size: 125%;
  margin: 0 50px 0 50px;
  text-align: justify;
}
.video-center {
  position: absolute;
  min-width: 99%;
  min-height: 99%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* RIGHT SIDE */
.cornerbox-nav {
  font-size: 17px;
  font-weight: normal;
  text-align: left;
  text-shadow: black 0.1em 0.1em 0.2em;
  display: block;
  margin-right: 20px;
  color: #FF9;
  text-decoration: none;
  list-style: circle;
}
.cornerbox-nav a:hover {
  text-shadow: 0px 2px 2px #fff;
  -moz-text-shadow: 0px 2px 5px #fff;
  -webkit-text-shadow: 0px 2px 5px #fff;
  text-shadow: 0px 2px 5px #fff;
}
/* FOOTER */
.footer {
  background-position: left;
  background-color: #ff9933;
  clear: both;
  border: thin solid #000;
  border-radius: 12px;
  color: #000;
  text-align: center;
}
/* SPAN CLASSES */
.spanfolio {
  display: block;
  width: 60%;
  max-width: 500px;
  margin: 0 auto;
}
.blue-text {
  color: #0099ff;
}
.big-letter {
  font-size: 2em;
  color: #0099ff;
}
/* WIDGETS & FORMS */
.widget {
  inline-box-align: initial;
  margin: 0 auto;
  padding: 20px;
}
.widget ul li {
  text-align: center;
}
.widget_iframe {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
/* EFFECTS.Lightbox */
/* JAVASCRIPT */
* html #overlay {
  background-color: #333;
  background-color: transparent;
  background-image: url(assets/icons/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}
dl,
dt,
dl {
  margin: 0;
  padding: 0;
}
dt {
  color: #ff9933;
  font-weight: bold;
  margin: auto;
  cursor: grabbing;
  line-height: 16px;
  background: url(../assets/icons/eye.png) 0 0 no-repeat;
  padding-left: 18px;
}
dt:hover {
  color: #F7320B;
  background-position: 0 -1px;
}
dt.open {
  background-position: 0 -5px;
}
dt.open:hover {
  background-position: 0 -38px;
}
dd {
  margin: 1em auto;
}
dd *:first-child {
  margin-top: 0;
  padding-top: 0;
}
/* IMAGES */
img.menupics1 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: 18;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: 18;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: 18;
  -ms-animation-timing-function: ease-out;
}
img.menupics2 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 11s;
  -webkit-animation-iteration-count: 25;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 11s;
  -moz-animation-iteration-count: 25;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 11s;
  -ms-animation-iteration-count: 25;
  -ms-animation-timing-function: ease-out;
}
img.menupics3 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: 32;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 12s;
  -moz-animation-iteration-count: 32;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 12s;
  -ms-animation-iteration-count: 32;
  -ms-animation-timing-function: ease-out;
}
img.menupics4 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 13s;
  -webkit-animation-iteration-count: 39;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 13s;
  -moz-animation-iteration-count: 39;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 13s;
  -ms-animation-iteration-count: 39;
  -ms-animation-timing-function: ease-out;
}
img.menupics5 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 14s;
  -webkit-animation-iteration-count: 18;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 14s;
  -moz-animation-iteration-count: 18;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 14s;
  -ms-animation-iteration-count: 18;
  -ms-animation-timing-function: ease-out;
}
img.menupics6 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: 25;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: 25;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: 25;
  -ms-animation-timing-function: ease-out;
}
img.menupics7 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 16s;
  -webkit-animation-iteration-count: 32;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 16s;
  -moz-animation-iteration-count: 32;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 16s;
  -ms-animation-iteration-count: 32;
  -ms-animation-timing-function: ease-out;
}
img.menupics8 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 17s;
  -webkit-animation-iteration-count: 39;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 17s;
  -moz-animation-iteration-count: 39;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 17s;
  -ms-animation-iteration-count: 39;
  -ms-animation-timing-function: ease-out;
}
img.menupics9 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 18s;
  -webkit-animation-iteration-count: 42;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 18s;
  -moz-animation-iteration-count: 42;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 18s;
  -ms-animation-iteration-count: 42;
  -ms-animation-timing-function: ease-out;
}
img.menupics10 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 19s;
  -webkit-animation-iteration-count: 43;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 19s;
  -moz-animation-iteration-count: 43;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 19s;
  -ms-animation-iteration-count: 43;
  -ms-animation-timing-function: ease-out;
}
img.menupics11 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: 44;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: 44;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: 44;
  -ms-animation-timing-function: ease-out;
}
img.menupics12 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 21s;
  -webkit-animation-iteration-count: 45;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 21s;
  -moz-animation-iteration-count: 45;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 21s;
  -ms-animation-iteration-count: 45;
  -ms-animation-timing-function: ease-out;
}
img.menupics13 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 22s;
  -webkit-animation-iteration-count: 46;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 22s;
  -moz-animation-iteration-count: 46;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 22s;
  -ms-animation-iteration-count: 46;
  -ms-animation-timing-function: ease-out;
}
img.menupics14 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 23s;
  -webkit-animation-iteration-count: 47;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 23s;
  -moz-animation-iteration-count: 47;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 23s;
  -ms-animation-iteration-count: 47;
  -ms-animation-timing-function: ease-out;
}
img.menupics15 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: 48;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: 48;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: 48;
  -ms-animation-timing-function: ease-out;
}
img.menupics16 {
  width: 20%;
  margin: 10px auto;
  border: none;
  border-radius: 10px;
  animation-timing-function: ease-out;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 25s;
  -webkit-animation-iteration-count: 49;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: spin;
  -moz-animation-duration: 25s;
  -moz-animation-iteration-count: 49;
  -moz-animation-timing-function: ease-out;
  -ms-animation-name: spin;
  -ms-animation-duration: 25s;
  -ms-animation-iteration-count: 49;
  -ms-animation-timing-function: ease-out;
}

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