* {
  margin: 0;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  height: 100%;
  background-image: url('../images/background3.jpg');
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "AkaAcidGRMuli",sans-serif;
  #text-shadow: 1px 1px 1px #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

a {
  color: #f00;
  text-decoration: none;
  transition: color ease .25s;
  -moz-transition: color ease .25s;
  -webkit-transition: color ease .25s;
  -o-transition: color ease .25s;
}

a:active,a:focus {
  outline: 0;
}

a:hover {
  color: #999;
  transition: color ease .25s;
  -moz-transition: color ease .25s;
  -webkit-transition: color ease .25s;
  -o-transition: color ease .25s;
}

img {
  outline: 0;
  border-bottom: 0;
}

table {
  margin: 0;
  padding: 0;
}

#wrapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  margin: auto;
}

#header {
  flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 10%;
  width: 90%;
  margin: 0 auto;
}

#header a {
  display: inline-block;
  color: #000;
}

#header a:hover {
  color: #f00;
}

#header a.current,.current a {
  color: #999;
}

input#menubtn,.menubtn {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  display: none !important;
}

.menu {
  display: -webkit-box;
  -webkit-box-align: center;
  display: flex;
  align-items: center;
}

.menu ul {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0;
}

.menu li {
  display: inline-block;
  float: left;
  list-style: none;
  padding: 0 10px;
  margin: 0;
}

.menu li:last-child {
  padding-right: 0;
}

.welcome {
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-content: center;
  max-width: 100%;
  height: 80%;
  padding: 0;
  cursor: default;
  opacity: 0;
  -webkit-animation: fadein .25s ease .25s forwards;
  -moz-animation: fadein .25s ease .25s forwards;
  -ms-animation: fadein .25s ease .25s forwards;
  -o-animation: fadein .25s ease .25s forwards;
  animation: fadein .25s ease .25s forwards;
  margin: 0 auto;
}

.welcomein {
  width: 90%;
  margin: 0 auto;
}

.welcomemsg,.news {
  width: 100% !important;
  max-width: 670px;
  text-align: justify;
  padding: 0 0 7px;
  margin: 0 auto;
}

.tiles {
  max-height: 80%;
  width: 100%;
  overflow-y: auto;
  margin: auto;
}

.tiles ul {
  min-height: 80%;
  opacity: 0;
  -webkit-animation: fadein .25s ease .25s forwards;
  -moz-animation: fadein .25s ease .25s forwards;
  -ms-animation: fadein .25s ease .25s forwards;
  -o-animation: fadein .25s ease .25s forwards;
  animation: fadein .25s ease .25s forwards;
  padding: 0;
  margin: auto;
}

.tiles li {
  display: inline-block;
  box-shadow: 1px 1px 10px #999;
  position: relative;
  list-style: none;
  height: 200px;
  width: 200px;
  padding: 0px;
  margin: 15px;
}

.tiles img {
  position: absolute;
  width: 200px;
  height: 200px;
  left: 0px;
  top: 0px;
}

.tiles table {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
  background: rgba(255,255,255,.8);
}

.tiles table a {
  color: #000;
  font-weight: normal;
}

.tiles a:hover>table {
  opacity: 1;
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
}

.pages a,.pages span {
  color: #000;
  background: none;
  display: inline-block;
  font-size: 30px;
  width: 30px;
  line-height: 24px;
  height: 30px;
}

.prev {
  position: fixed;
  bottom: 50%;
  margin-bottom: -25px;
  left: 0px;
  z-index: 9999;
}

.next {
  position: fixed;
  bottom: 50%;
  margin-bottom: -25px;
  right: 0px;
  z-index: 9999;
}

.close {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

.prev a,.next a,.close a {
  padding: 10px;
}

.zoom {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: auto;
}

.work {
  width:100vw;
  height:80%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: fadein .25s ease .25s forwards;
  -moz-animation: fadein .25s ease .25s forwards;
  -ms-animation: fadein .25s ease .25s forwards;
  -o-animation: fadein .25s ease .25s forwards;
  animation: fadein .25s ease .25s forwards;
  margin: auto;
}

.work img {
  object-fit: contain;
  flex-shrink: 0;
  max-width: 100%;
  max-width: 100vw;
  max-height: 100%;
  box-shadow: 1px 1px 10px #999;
  cursor: pointer;
  margin: auto;
}

.workdetails {
  flex-shrink: 0;
  max-width: 100%;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin:0 auto auto;
}

.workdetails span {
  display: inline-block;
  -ms-user-select: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  max-width: 100%;
  #background: rgba(0, 0, 0, .6);
  padding: 5px 10px;
  #box-shadow: 1px 5px 10px #000;
}

input#zoom,
input#zoom:checked+label .imageonly,
input#zoom:checked+label .workdetails,
input#zoom:checked+label .pages {
  display: none;
}

input#zoom:checked+label .work img {
  max-width: 800px;
  max-height: 800px;
}

input#zoom:checked+label .work {
  height: auto;
  width: auto;
}

.abouttext {
  overflow-y: auto;
  opacity: 0;
  width: 100%;
  text-align: justify;
  max-height: 80%;
  margin: auto;
  padding: 0;
  -webkit-animation: fadein .25s ease .25s forwards;
  -moz-animation: fadein .25s ease .25s forwards;
  -ms-animation: fadein .25s ease .25s forwards;
  -o-animation: fadein .25s ease .25s forwards;
  animation: fadein .25s ease .25s forwards;
}

.abouttext ul {
  width: 90% !important;
  max-width: 670px;
  padding: 0 0 30px;
  0;margin: 0 auto;
  border-bottom: solid 1px #666;
}

.abouttext ul:last-child {
  border: none;
}

.abouttext li {
  list-style: none;
}

.abouttext .headline {
  margin: 30px auto !important;
  padding: 0 !important;
  text-transform: uppercase;
  text-align: center;
}

.shows {
  width: 100% !important;
  max-width: 670px;
}

.shows li,.bio li {
  margin-bottom: 15px;
}

#footer {
  flex: 0 0 auto;
  display: -webkit-box;
  -webkit-box-align: center;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 1;
  width: 90%;
  white-space: nowrap;
  text-align: left;
  height: 10%;
  padding: 0 !important;
  margin: 0 auto;
}

.social {
  max-height: 20px;
  display: -webkit-box;
  -webkit-box-align: center;
  display: flex;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-between;
}

.social a {
  width: auto;
  padding: 0;
  margin: auto 15px auto 0;
}

.cr {
}

#fooheader {
  min-height: 47px;
  flex-grow: 1;
  flex-shrink: 0;
  background-color: rgba(0,0,0,1);
  box-shadow: 1px 5px 10px #000;
}

.footitle {
  display: none;
}

.foomenu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  align-items: center;
  justify-content: space-between;
}

.foomenu ul {
  padding: 5px;
}

.foomenu li {
  float: left;
  list-style: none;
  font-size: 1.4rem;
  margin: 5px;
}

.foomenu a {
  display: inline-block;
  height: 25px;
  width: 151px;
  color: #fff;
  border: 1px solid #999;
}

.foomenu a:hover {
  color: #f00;
}

.foo {
  width: 100%;
  height: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  display: inline-block;
  background-color: rgba(0,0,0,.8);
  overflow: auto;
}

.foo .tiles {
  max-height: 100%;
  display: inline-block!important;
}

.foo .tiles ul {
  width: 100%;
}

.foo .tiles table {
  color: #fff;
}

.foo .tiles table:hover {
  color: #fff;
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
}

.foo .tiles a:hover {
  color: #f00;
}

.foo .tiles li,.foo .tiles img {
  min-height: 150px!important;
  min-width: 150px!important;
}

.tilebuttons {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.tilebuttons a {
  width: auto!important;
  height: auto!important;
}

.foo .work {
  -webkit-box-orient: vertical;
  flex-direction: column;
  margin: 0 auto;
  height: calc(100% - 94px);
}

.foo .work img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  cursor: auto !important;
}

.foo .workdetails {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 94px;
  min-width: calc(100% - 245px);
  background: #000;
}

.foo .workdetails span {
  width: 100%;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: auto;
}

.foo form {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  position: relative;
  float: left;
  width: 326px;
  min-height: 100%;
  background-color: #000;
  padding: 0 5px;
  margin: auto;
  box-shadow: 1px 5px 10px #000;
}

.foo form ul {
  width: 153px;
  height: calc(100% - 82px);
  min-height: 438px;
  padding: 0;
  float: left;
  display: inline-block;
  margin: 0 5px;
}

.foo form span {
  font-size: 1.2rem;
  float: left;
  color: #999;
}

.foo input,.foo textarea,.foo select {
  width: 151px;
  color: #fff;
  border: 1px solid #999;
  background-color: #000;
  padding: 0;
}

.foo input[type="text"] {
  padding: 0 3px;
  width: 145px;
}

.foo select {
  width: 153px;
  margin-left: -1px;
}

.foo textarea {
  height: 15px;
  width: 148px;
  padding: 0 0 0 3px;
}

.foo input[type="text"],.foo textarea:focus,.foo select:focus {
  outline-color: #f00;
}

.foo input[type="checkbox"] {
  display: none;
}

.foo label {
  text-align: left;
  float: none;
  width: 153px;
  height: 17px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin: 0 0 1px;
}

.foo input[type="checkbox"]+label:hover {
  color: #f00;
  cursor: pointer;
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
}

.foo input[type="checkbox"]:checked + label {
  color: #fff;
  background-color: #f00;
}

.chimg {
  height: 35px;
}

.buttons .chimg {
  height: auto;
}

.buttons .chimg label {
  width: 151px;
}

.chimg label {
  width: 313px;
  height: 25px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 27px;
  background-color: #000;
  border: 1px solid #999;
  cursor: pointer;
  text-align: center;
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
  margin: auto;
}

input#files {
  display: none;
}

.foo input[type="button"],.foo input[type="submit"] {
  width: 153px;
  line-height: 27px;
  height: 27px;
  font-size: 1.4rem;
  cursor: pointer;
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
}

.foo input[type="button"] {
  margin: 0;
}

.foo input[type="submit"] {
  margin: 0 0 0 5px;
}

.chimg label:hover,input[type="button"]:hover,.foo input[type="submit"]:hover {
  color: #f00;
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
}

.foo .sco {
  display: inline-block;
  width: 326px;
  margin: 30px auto 10px;
  background-color: #000;
}

.preview {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  height: 100%;
}

.previewframe,.preview a {
  height: 100%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  margin: auto;
}

.preview img {
  flex-grow: 0;
  flex-shrink: 0;
  object-fit:contain;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.buttons {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100%;
}

.buttons form {
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  min-height: unset;
}

.buttons form input[type="submit"],.buttons form .chimg label {
  margin: 10px;
}

.buttons form .chimg label {
  margin-right: 0px;
}

.tilebuttons .editbutton,.tilebuttons .deletebutton,.tilebuttons .insertbutton,.tilebuttons .move_left,.tilebuttons .move_right,.tilebuttons .move_far_left,.tilebuttons .move_far_right {
  font-size: 1.4rem;
  display: inline-block;
  border: 1px solid #999;
  position: absolute;
  top: 4px;
  z-index: 999;
  color: #fff;
  background: rgba(0,0,0,.8);
  width: auto;
  height: 25px;
  line-height: 25px!important;
  padding: 0 7px;
}

.tilebuttons .move_left,.tilebuttons .move_right,.tilebuttons .move_far_left,.tilebuttons .move_far_right {
  top: unset;
  bottom: 4px;
}

.tilebuttons .move_left {
  left: 40px;
}

.tilebuttons .move_right {
  right: 40px;
}

.tilebuttons .move_far_left {
  left: 4px;
}

.tilebuttons .move_far_right {
  right: 4px;
}

.tilebuttons .editbutton {
  left: 4px;
}

.tilebuttons .insertbutton {
  left: 69px;
}

.tilebuttons .deletebutton {
  right: 4px;
}

.workdetails .editbutton,.workdetails .insertbutton,.workdetails .deletebutton {
  color: #fff;
  background-color: #000;
  border: 1px solid #999;
  position: relative;
  width: 151px;
  height: 25px;
  line-height: 25px!important;
  margin: auto;
  padding: 0;
  flex-shrink: 0;
  flex-grow: 0;
}

.workdetails .editbutton:hover,.workdetails .insertbutton:hover,.workdetails .deletebutton:hover {
  color: #f00;
}

.foo input[type="button"]:focus,.foo input[type="submit"]:focus {
  outline: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media screen and (max-width:900px) {
  #header,#footer,.tiles a {
    font-size: 1.4rem;
    line-height: 1.5rem;
  }
}

@media screen and (max-width:736px) {
  .welcomemsg,.abouttext,.news {
    font-size: 1.6rem !important;
    line-height: 1.8rem;
  }

  .tiles li,.tiles img,.tiles a {
    height: 150px;
    width: 150px;
  }

  .tiles li {
    margin: 5px;
  }
}

@media screen and (max-width:700px) {
  .menuwrapper {
    position: relative;
  }

  .menu {
    position: absolute;
    right: 30px;
    top: -10px;
    display: none;
    height: auto !important;
    background: rgba(255,255,255,.8);
    margin: 0px !important;
    padding: 5px !important;
    box-shadow: 0px 5px 15px #999;
    z-index: 9999;
  }

  .menu li,.menu a {
    display: list-item;
    float: none;
  }

  .menu li {
    padding: 5px;
  }

  .menu li:last-child {
    padding-right: 5px;
  }

  .menubtn {
    position: relative;
    display: inline-block !important;
    color: #000 !important;
    cursor: pointer;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all ease .25s;
    -moz-transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s;
  }

  input#menubtn+label:hover {
    color: #f00!important;
    transition: all ease .25s;
    -moz-transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -o-transition: all ease .25s;
  }

  input#menubtn {
    display: none;
  }

  input#menubtn:checked+label {
    color: #999 !important;
    ;
  }

  input#menubtn:checked+label~.menu {
    display: inline-block !important;
  }
}

@media screen and (max-width:592px) {
  .welcomemsg,.abouttext,.news {
    font-size: 1.4rem !important;
    line-height: 1.6rem;
  }
  
  .workdetails{
  line-height: 1.4rem;
  }

  .tiles li,.tiles img,.tiles a {
    height: 135px;
    width: 135px;
  }

  .tiles li {
    margin: 5px;
  }
}

@media screen and (max-width:568px) {
  .tiles li,.tiles img,.tiles a {
    height: 115px;
    width: 115px;
  }
}

@media screen and (max-width:414px) {
  .tiles li,.tiles img,.tiles a {
    height: 190px;
    width: 190px;
  }

  #footer {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:400px) {
  .tiles li,.tiles img,.tiles a {
    height: 170px;
    width: 170px;
  }
}

@media screen and (max-width:360px) {
  .welcomemsg,.abouttext,.news {
    font-size: 1.2rem !important;
    line-height: 1.5rem;
  }

  .tiles li,.tiles img,.tiles a {
    height: 165px;
    width: 165px;
  }

  .social a,.social img {
    max-height: 12px;
    margin-right: 5px;
  }
}

@media screen and (max-width:350px) {
  .tiles li,.tiles img,.tiles a {
    height: 145px;
    width: 145px;
  }

  .social a,.social img {
    max-height: 12px;
    margin-right: 2px;
  }

  #footer {
    font-size: 1rem;
  }
}

@media screen and (max-width:319px) {
  .work{
  height:70%; 
  }
  .tiles li,.tiles img,.tiles a {
    height: 105px;
    width: 105px;
  }
}

@media screen and (max-width:800px), screen and (max-height:800px) {
  .imageonly {
    display: none;
  }
}

@media screen and (max-height:350px) {
  .welcomein img {
    height: 50px;
  }
}

@font-face {
  font-family: 'AkaAcidGRMuliMedium';
    src: url('/font/ac-muli.eot');
    src: url('/font/ac-muli.eot') format('embedded-opentype'),
         url('/font/ac-muli.woff2') format('woff2'),
         url('/font/ac-muli.woff') format('woff'),
         url('/font/ac-muli.ttf') format('truetype'),
         url('/font/ac-muli.svg#AkaAcidGRMuliMedium') format('svg');
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(0,0,0,.5);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: rgba(99,99,99,1);
  box-shadow: inset 0 0 5px #000;
  border-radius: 5px;
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(125,125,125,.5);
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(180,0,0,1);
  transition: all ease .25s;
  -moz-transition: all ease .25s;
  -webkit-transition: all ease .25s;
  -o-transition: all ease .25s;
}