/* Containers */
* {
  margin: 0;
  padding: 0; }

html,
body {
  /*font-family: Arial, Helvetica, sans-serif;*/
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  height: 100%;
  font-size: 0.93em; }

#wrapper {
  min-height: 100%;
  position: relative;
  background-color: #FFF;
  background: url("../../../images/container/blue.jpg") scroll 0 0; }

#content {
  padding-bottom: 20px;
  /* Height of the footer element */
  margin: 10px;
  margin-top: 0;
  margin-bottom: 0; }

.banner {
  margin-left: auto;
  margin-right: auto;
  display: block; }

#container {
  max-width: 1200px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
  background-color: #FFFFFF;
  color: #222;
  font-size: 1.4em; }

.bsb {
  box-sizing: border-box;
  /** add this **/
  -moz-box-sizing: border-box;
  /** add this **/
  -webkit-box-sizing: border-box;
  /** add this **/
  -ms-box-sizing: border-box;
  /** add this **/ }

#striptop {
  background-color: #666;
  width: 100%;
  height: 97px;
  padding: 0;
  margin: 0px;
  color: #FFF;
  vertical-align: bottom;
  background: url("../../../images/banner.jpg") scroll 0 0; }

#stripbottom {
  /*background-color: #111;
  background-image: linear-gradient(#444, #111);*/
  width: 100%;
  height: 30px;
  padding: 0px;
  margin: 0px;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  bottom: 0px;
  position: absolute; }

.stripbottom h3 {
  color: #FFF;
  position: relative;
  display: block;
  text-shadow: 0.1em 0.1em #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0; }

.column {
  margin-top: 10px;
  display: inline-block;
  margin-left: 20px;
  vertical-align: top; }

.column + .column {
  margin-left: 25px; }

.newspaper {
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
  -webkit-column-rule-style: solid;
  /* Chrome, Safari, Opera */
  -moz-column-rule-style: solid;
  /* Firefox */
  column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  /* Chrome, Safari, Opera */
  -moz-column-rule-width: 1px;
  /* Firefox */
  column-rule-width: 1px;
  -webkit-column-rule-color: lightblue;
  /* Chrome, Safari, Opera */
  -moz-column-rule-color: lightblue;
  /* Firefox */
  column-rule-color: lightblue; }

.picheight {
  height: 250px; }

p {
  padding-bottom: 15px; }

.joystick {
  float: left;
  z-index: 0;
  display: block;
  position: relative;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px; }

.studio {
  float: right;
  z-index: 0;
  position: relative;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 5px; }

hr {
  border-top: 1px solid #ADD8E6; }

.skills {
  -moz-column-count: 2;
  -moz-column-gap: 2.5em;
  -webkit-column-count: 2;
  -webkit-column-gap: 2.5em;
  column-count: 2;
  column-gap: 2.5em;
  margin-left: 100px; }

.skill_container {
  margin-top: 10px;
  margin-bottom: 20px; }

.interface {
  z-index: 0;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 700px;
  position: relative; }

p.express {
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #FFF;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #000000;
  padding: 10px; }

.img_reduce {
  width: 100%; }

.floatright {
  float: right; }

/* New Button Code */
.add_button {
  color: #FFF;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 2px;
  border-radius: 5px;
  border: 2px solid #FFF;
  height: 25px;
  width: 150px;
  cursor: pointer;
  font-weight: 500;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background-color: #1b7dc6;
  font-weight: lighter; }

.add_button::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") 0px 0px no-repeat;
  float: left;
  margin: -1px 10px 0px 0; }

.addsmall_button {
  width: 25px;
  height: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") 0px 0px no-repeat;
  float: right;
  margin-left: 3px;
  margin-top: 1px; }

.delete_button, .delete_picture {
  width: 25px;
  height: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") -175px 0px no-repeat;
  float: right;
  margin-right: 5px; }

.category_radio, .count_radio, .Delete_radio, .edit_radio2 {
  display: inline-block;
  margin-left: 0px;
  margin-right: 5px;
  padding: 2px; }

.category_radio, .edit_radio {
  width: 120px;
  display: inline-block;
  margin-left: 0px;
  margin-right: 5px;
  padding: 2px; }

.category_radio::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") -50px -75px no-repeat;
  float: left;
  margin: -2px 5px 0px 0; }

.count_radio::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") -25px -75px no-repeat;
  float: left;
  margin: -2px 5px 0px 0; }

.Delete_radio::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") -175px 0px no-repeat;
  float: left;
  margin: -2px 5px 0px 0; }

.edit_radio::before, .edit_radio2::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") -100px 0px no-repeat;
  float: left;
  margin: -2px 5px 0px 0; }

.mydialog_warning,
.mydialog_question,
.mydialog_delete {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url("../../../images/mydialog/dialogue.png");
  float: left;
  margin-right: 10px; }

.mydialog_warning {
  background-position: 0px 0px; }

.mydialog_question {
  background-position: -100px 0px; }

.mydialog_delete {
  background-position: -50px 0px; }

#knowledge_page {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  color: #000;
  text-align: left; }

.category {
  border-radius: 5px;
  border: 1px solid #000;
  height: 605px;
  width: 200px;
  background-color: #000;
  padding: 2px;
  margin: 0;
  background-image: url("../../../images/darkbox.jpg");
  overflow-y: auto;
  overflow-x: hidden; }

.category_box {
  float: left; }

.file_container {
  height: auto;
  margin-left: 210px;
  margin-right: 10px; }

ul.listshow {
  list-style-type: none;
  cursor: pointer; }

ul.listshow li:first-child {
  border-radius: 5px 5px 0 0; }

ul.listshow li:last-child {
  border-radius: 0 0 5px 5px; }

.mysearch {
  width: 400px;
  height: 30px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #000;
  color: #000;
  background-image: url("../../../images/buttons/buttons_25x25.png");
  background-repeat: no-repeat;
  background-position: -170px -51px;
  text-indent: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold; }

.mysearch2 {
  width: 415px;
  height: 30px;
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #000;
  margin-bottom: 10px;
  color: #000;
  background-image: url("../../../images/buttons/buttons_25x25.png");
  background-repeat: no-repeat;
  background-position: -170px -51px;
  text-indent: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 3px; }

.entry {
  width: 400px;
  height: 25px;
  border-radius: 5px;
  border: 1px solid #000;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-indent: 10px; }

.cat_entry {
  width: 395px;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #FFF;
  margin-bottom: 10px;
  padding-left: 5px;
  background-color: #1b7dc6;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold; }

.files {
  margin: 0;
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #000;
  height: 700px;
  width: 100%;
  padding: 5px;
  background-image: url("../../../images/darkbox.jpg");
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #FFF; }

.filename {
  border-radius: 5px;
  border: 1px solid #000;
  height: 305px;
  width: 100%;
  padding: 2px;
  margin: 0;
  background-image: url("../../../images/darkbox.jpg");
  overflow-y: scroll;
  overflow-x: hidden; }

.codeback {
  padding: 0px;
  margin: 0px;
  background: red;
  background: rgba(100, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
  margin: 5px; }

.list_right {
  float: right;
  margin-right: 5px;
  color: #0CF;
  font-style: italic;
  position: relative;
  display: block;
  font-size: 14px;
  text-shadow: none; }

.linecolour {
  height: auto;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #1b7dc6;
  color: #FFF;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-color: #09F;
  border-bottom-color: #006; }

.linecolour_knight {
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  color: #FFF;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-color: #09F;
  border-bottom-color: #006;
  background-image: url(../images/blueknight.gif);
  background-repeat: no-repeat;
  background-position: center; }

.linecolour:hover {
  background-color: #07538c;
  border-top-color: #07538c; }

.white_clickedon {
  border-top-color: #5983FF;
  background-color: #36C;
  color: #FF0;
  text-shadow: 2px 2px 0px black;
  font-weight: lighter; }

.border_column {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  border: thin solid #000;
  border-radius: 5px;
  padding: 5px;
  margin-top: 5px; }

.border_column + .border_column {
  margin-left: 10px; }

#filelist {
  margin-top: 5px;
  border-radius: 5px;
  border: 1px solid #000;
  height: 300px;
  width: 400px;
  text-decoration: none;
  overflow-y: scroll;
  overflow-x: hidden;
  background-image: url("../../../images/darkbox.jpg"); }

#myFile {
  width: 350px; }

progress {
  color: #FFFFFF;
  line-height: 10px;
  text-indent: 0.5em;
  width: 400px;
  height: 10px;
  border: 1px solid #000;
  background: #fff; }

.filestuff {
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  height: auto;
  width: 100%;
  background-color: #1b7dc6;
  color: #FFF;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-color: #09F;
  border-bottom-color: #006; }

.filelist {
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #1b7dc6;
  color: #000;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-bottom-style: solid;
  border-top-style: solid;
  border-top-color: #09F;
  border-bottom-color: #006; }

.filelist:hover {
  background-color: #07538c;
  border-top-color: #07538c; }

.open_picture {
  padding-top: 0px;
  padding-bottom: 0px; }

.open_picture::before {
  content: "";
  width: 26px;
  height: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") -75px 0px no-repeat;
  float: left;
  margin: 0px 10px 0px 0; }

.know_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-shadow: 2px 2px 1px black; }

#mypicture {
  width: 350px;
  height: 350px; }

.picture_table {
  width: 320px; }

.menu_contain {
  margin: auto;
  width: 400px;
  display: block; }

.middle_button, .newpass, .logout {
  width: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000;
  color: #FFF;
  text-decoration: none !important;
  outline: none;
  font-weight: bold;
  font-size: 0.8em; }

.newpass {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: 2px; }

.logout {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: 2px; }

.logmenu {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 350px;
  border: thin solid #FFF;
  border-radius: 5px;
  padding: 20px;
  background-color: #1075BD;
  margin-top: 5px; }

label.logform {
  width: 100px;
  float: left;
  padding-top: 5px;
  color: #FFFFFF; }

.loginput {
  width: 200px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #000;
  padding: 5px; }

#password_logon {
  display: block;
  height: 30px;
  border-radius: 5px;
  border: 1px solid #FFF;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: bold;
  color: #FFF;
  background-color: #000; }

.mytext {
  width: 100%;
  height: 300px;
  resize: none;
  border-radius: 0 0 5px 5px;
  border: 1px solid #000;
  padding: 5px; }

/* Tag Buttons */
#white_bar {
  width: 100%;
  border: 1px solid #000;
  border-radius: 5px 5px 0 0;
  height: 25px;
  background-color: #000;
  padding-right: 5px;
  padding-left: 5px; }

#code_button {
  height: 25px;
  width: 50px;
  background: url("../../../images/buttons/buttons_25x25.png") -150px -25px no-repeat;
  float: left; }

/* Picture buttons */
#picture_right, #picture_centre, #picture_left, #picture_float_left, #picture_float_right, .blank {
  height: 25px;
  width: 25px;
  background: url("../../../images/buttons/buttons_25x25.png") -25px -25px no-repeat;
  float: left;
  margin-left: 2px; }

#picture_centre {
  background: url("../../../images/buttons/buttons_25x25.png") -50px 0px no-repeat; }

#picture_left {
  background: url("../../../images/buttons/buttons_25x25.png") 0px -25px no-repeat; }

#picture_float_left {
  background: url("../../../images/buttons/buttons_25x25.png") -100px -25px no-repeat; }

#picture_float_right {
  background: url("../../../images/buttons/buttons_25x25.png") -125px -25px no-repeat; }

.marg2 {
  margin-left: 2px; }

.blank {
  background: url("../../../images/buttons/buttons_25x25.png") -75px -25px no-repeat;
  padding-top: 1px;
  text-align: center;
  color: #FFF; }

#preview {
  height: 25px;
  width: 75px;
  background: url("../../../images/buttons/buttons_25x25.png") 0px -50px no-repeat;
  float: left;
  margin-left: 50px;
  cursor: pointer; }

#preview:hover {
  height: 25px;
  width: 75px;
  background: url("../../../images/buttons/buttons_25x25.png") 0px -100px no-repeat;
  float: left;
  margin-left: 50px; }

.save {
  height: 25px;
  width: 50px;
  background: url("../../../images/buttons/buttons_25x25.png") -100px -50px no-repeat;
  float: left;
  margin-left: 50px;
  cursor: pointer; }

.save:hover {
  height: 25px;
  width: 50px;
  background: url("../../../images/buttons/buttons_25x25.png") -150px -100px no-repeat;
  float: left;
  margin-left: 50px; }

#picture {
  height: 25px;
  width: 75px;
  background: url("../../../images/buttons/buttons_25x25.png") -75px -75px no-repeat;
  float: left;
  margin-left: 50px;
  cursor: pointer; }

#picture:hover {
  height: 25px;
  width: 75px;
  background: url("../../../images/buttons/buttons_25x25.png") -75px -100px no-repeat;
  float: left;
  margin-left: 50px; }

/*  End Buttons */
#disclaimer {
  width: 300px;
  background-color: #f7d417;
  color: #000;
  border-radius: 5px;
  padding: 5px;
  font-size: 10px;
  float: right;
  margin-right: 20px;
  -webkit-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.6);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.6); }

.black_lettering {
  color: #f7d417;
  border: thin solid #000;
  background-color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-right: 4px;
  padding-left: 5px;
  padding-right: 5px; }

/* Picture floats */
.image_float_right {
  float: right;
  margin-right: 20px; }

.image_float_left {
  float: left;
  margin-left: 20px; }

.image_left {
  margin-left: 20px; }

.picture_centre_button {
  margin-right: auto;
  margin-left: auto;
  display: block; }

.image_right {
  vertical-align: middle;
  text-align: right; }

#infotext {
  margin-right: 40px;
  block: block;
  float: right;
  color: #FF0; }

a.text_link:link {
  color: #FF0000;
  text-decoration: underline; }

a.text_link:active {
  color: #0000ff;
  text-decoration: underline; }

a.text_link:visited {
  color: #FFFF00;
  text-decoration: underline; }

a.text_link:hover {
  color: #ff0000;
  text-decoration: none; }

.text_white {
  color: white; }

/* Login*/
.contactinput {
  border-radius: 5px;
  border: 2px solid #000000;
  height: 20px;
  padding-left: 5px; }

.w21 {
  width: 21em; }

@media all and (max-width: 480px) {
  .category_box {
    float: none;
    width: 100%; }

  .category {
    height: 200px;
    width: 100%; }

  .mysearch {
    width: 100%; }

  .mysearch2 {
    width: 100%; }

  .file_container {
    height: auto;
    margin-left: 0px;
    width: 100%; }

  .border_column {
    margin-left: 0px; }

  #knowledge_page {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding: 30px;
    color: #FFF;
    text-align: left;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #000000; }

  #disclaimer {
    width: 100%;
    background-color: #f7d417;
    color: #000;
    border-radius: 5px;
    padding: 5px;
    float: none;
    margin: 10px; }

  .know_text {
    text-shadow: 2px 2px 1px black;
    padding: 5px; } }
.navbar {
  width: 100%;
  background-color: #000;
  height: 36px;
  display: none; }

.nav {
  text-align: center; }

.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

.nav_colour {
  background: #4c4c4c;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, black), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313));
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -o-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, black 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 ); }

.nav ul:before, .nav ul:after {
  content: "";
  display: table; }

.nav ul:after {
  clear: both; }

.nav ul > li {
  float: left;
  position: relative; }

.nav a {
  display: block;
  padding: 5px 20px;
  line-height: 1.2em;
  color: #fff;
  border-left: 1px solid #595959;
  border-right: 1px solid #595959;
  text-decoration: none;
  font-size: 18px; }

.nav li > a:after {
  margin-left: 5px;
  content: '\25bc'; }

.nav > li > a:after {
  margin-left: 5px;
  content: '\25bc'; }

.nav li > a:only-child:after {
  margin-left: 0;
  content: ''; }

.nav .selected {
  color: red; }

.nav a:hover {
  text-decoration: none;
  background: #595959;
  background: #91c3f2;
  background: -moz-linear-gradient(top, #91c3f2 0%, #273754 53%, #273754 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #91c3f2), color-stop(53%, #273754), color-stop(100%, #273754));
  background: -webkit-linear-gradient(top, #91c3f2 0%, #273754 53%, #273754 100%);
  background: -o-linear-gradient(top, #91c3f2 0%, #273754 53%, #273754 100%);
  background: -ms-linear-gradient(top, #91c3f2 0%, #273754 53%, #273754 100%);
  background: linear-gradient(to bottom, #91c3f2 0%, #273754 53%, #273754 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c3f2', endColorstr='#273754', GradientType=0 ); }

.nav li ul {
  background: #273754; }

.nav li ul li {
  width: 200px; }

.nav li ul a {
  border: none;
  text-align: left; }

.nav li ul a:hover {
  background: rgba(0, 0, 0, 0.2); }

.nav li ul {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1; }

.nav li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in; }

/*
.nav ul > li:hover ul li {
    height:36px;
}*/
.burger-menu {
  position: relative;
  padding-left: 2em;
  float: right; }

.burger-menu:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1.5em;
  height: 0.25em;
  border-top: 0.7em double #FFF;
  border-bottom: 0.3em solid #FFF; }

@media screen and (max-width: 480px) {
  .navbar {
    display: block; }

  .nav ul > li {
    float: none; }

  .nav li ul {
    width: 100%; }

  .nav li ul li {
    width: 100%; }

  .nav ul {
    display: none; }

  .nav a {
    padding: 10px 20px; } }
.contact-form input[type="text"],
.contact-form textarea {
  width: 100%;
  box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  -webkit-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 2px #DDD, 0 1px 0 #FFF;
  border: 1px solid #222222;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 5px;
  resize: none; }

.contact-form textarea {
  height: 200px; }

.contact-form button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #991D57;
  background: linear-gradient(#0E76BF 0%, #121B24 100%);
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 0.8em; }

.asivalidate {
  border: 1px solid black;
  background-color: #FFF;
  color: red;
  box-shadow: 5px 5px 5px #888888;
  padding: 5px;
  position: absolute;
  width: auto;
  display: none; }

.asivalidate:after {
  content: ' ';
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000000;
  border-right: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-left: 1px solid #000000;
  bottom: 100%;
  left: 20%;
  transform: rotate(45deg);
  margin-left: -5px;
  margin-bottom: -5px;
  background: #FFFFFF; }

@media screen and (max-width: 480px) {
  .banner {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%; }

  #container {
    padding: 5px; }

  #content {
    margin: 0; }

  .picheight {
    height: auto; }

  .skills {
    -moz-column-count: 1;
    -moz-column-gap: 0;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    column-count: 1;
    column-gap: 0; }

  .skill_container {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px; }

  .joystick, .studio {
    float: none; }

  .column {
    margin-left: 0;
    margin-bottom: 10px; }

  .img_reduce {
    width: 50%;
    display: inline-block;
    float: left; }

  #disclaimer {
    float: none;
    margin: 0px; } }

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