.container {
  position: relative;
  width: 770px;
  margin: 0px auto;
}
.row {
  *zoom: 1;
  margin-bottom: 16px;
}
.row:before {
  display: table;
  content: "";
}
.row:after {
  display: table;
  content: "";
  clear: both;
}
.row .last {
  margin-right: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.right {
  float: right;
}
.left {
  float: left;
}
.centered {
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.clearer {
  clear: both;
}
body,
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  color: #ccc;
  font-family: 'Lato', sans-serif;
}
td {
  color: #ccc;
  font-family: 'Lato', sans-serif;
}
div {
  display: block;
  margin: 0;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  background: #fff;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
form div.buttons {
  margin-top: 10px;
  text-align: center;
}
form div.controls {
  display: inline-block;
  text-align: right;
}
form div.controls p {
  margin-top: 5px;
  margin-bottom: 5px;
}
form div.controls p.error span.message {
  display: block;
  font-size: 11px;
  color: #f00;
}
form div.controls p.error input,
form div.controls p.error textarea {
  border-color: #f00;
}
form div.controls p b {
  margin-right: 4px;
}
sup.mandatory {
  color: red;
}
.button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0px;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  display: inline-block;
  padding: 5px 15px 6px;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  overflow: visible;
  width: auto;
}
.button:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}
.button:hover {
  color: #fff !important;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.button-font {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0px;
}
.button.green {
  background: #8fba09 !important;
  background-image: -moz-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -ms-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fba09), to(#577105)) !important;
  background-image: -webkit-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -o-linear-gradient(top, #8fba09, #577105) !important;
  background-image: linear-gradient(top, #8fba09, #577105) !important;
}
.button.green:hover {
  background: #b4eb0b !important;
  background-image: -moz-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -ms-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4eb0b), to(#577105)) !important;
  background-image: -webkit-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -o-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: linear-gradient(top, #b4eb0b, #577105) !important;
}
.button.red {
  background: #ff0000 !important;
  background-image: -moz-linear-gradient(top, #ff0000, #b30000) !important;
  background-image: -ms-linear-gradient(top, #ff0000, #b30000) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#b30000)) !important;
  background-image: -webkit-linear-gradient(top, #ff0000, #b30000) !important;
  background-image: -o-linear-gradient(top, #ff0000, #b30000) !important;
  background-image: linear-gradient(top, #ff0000, #b30000) !important;
}
.button.red:hover {
  background: #ff3333 !important;
  background-image: -moz-linear-gradient(top, #ff3333, #b30000) !important;
  background-image: -ms-linear-gradient(top, #ff3333, #b30000) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3333), to(#b30000)) !important;
  background-image: -webkit-linear-gradient(top, #ff3333, #b30000) !important;
  background-image: -o-linear-gradient(top, #ff3333, #b30000) !important;
  background-image: linear-gradient(top, #ff3333, #b30000) !important;
}
.button.blue {
  background: #0290d2 !important;
  background-image: -moz-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -ms-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0290d2), to(#015c86)) !important;
  background-image: -webkit-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -o-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: linear-gradient(top, #0290d2, #015c86) !important;
}
.button.blue:hover {
  background: #0ab0fd !important;
  background-image: -moz-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -ms-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ab0fd), to(#015c86)) !important;
  background-image: -webkit-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -o-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: linear-gradient(top, #0ab0fd, #015c86) !important;
}
.button.orange {
  background: #ff5000 !important;
  background-image: -moz-linear-gradient(top, #ff5000, #b33800) !important;
  background-image: -ms-linear-gradient(top, #ff5000, #b33800) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5000), to(#b33800)) !important;
  background-image: -webkit-linear-gradient(top, #ff5000, #b33800) !important;
  background-image: -o-linear-gradient(top, #ff5000, #b33800) !important;
  background-image: linear-gradient(top, #ff5000, #b33800) !important;
}
.button.orange:hover {
  background: #ff7333 !important;
  background-image: -moz-linear-gradient(top, #ff7333, #b33800) !important;
  background-image: -ms-linear-gradient(top, #ff7333, #b33800) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7333), to(#b33800)) !important;
  background-image: -webkit-linear-gradient(top, #ff7333, #b33800) !important;
  background-image: -o-linear-gradient(top, #ff7333, #b33800) !important;
  background-image: linear-gradient(top, #ff7333, #b33800) !important;
}
.pager {
  text-align: center;
}
.pager a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0px;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  display: inline-block;
  padding: 5px 15px 6px;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  overflow: visible;
  width: auto;
  background: #0290d2 !important;
  background-image: -moz-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -ms-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0290d2), to(#015c86)) !important;
  background-image: -webkit-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -o-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: linear-gradient(top, #0290d2, #015c86) !important;
  margin: 5px;
}
.pager a:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}
.pager a:hover {
  color: #fff !important;
}
.pager a:hover {
  background: #0ab0fd !important;
  background-image: -moz-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -ms-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ab0fd), to(#015c86)) !important;
  background-image: -webkit-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -o-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: linear-gradient(top, #0ab0fd, #015c86) !important;
}
.pager a:hover {
  background: #0ab0fd !important;
  background-image: -moz-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -ms-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ab0fd), to(#015c86)) !important;
  background-image: -webkit-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -o-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: linear-gradient(top, #0ab0fd, #015c86) !important;
}
.pager a.active {
  background: #ff5000 !important;
  background-image: -moz-linear-gradient(top, #ff5000, #b33800) !important;
  background-image: -ms-linear-gradient(top, #ff5000, #b33800) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5000), to(#b33800)) !important;
  background-image: -webkit-linear-gradient(top, #ff5000, #b33800) !important;
  background-image: -o-linear-gradient(top, #ff5000, #b33800) !important;
  background-image: linear-gradient(top, #ff5000, #b33800) !important;
}
.pager a.active:hover {
  background: #ff7333 !important;
  background-image: -moz-linear-gradient(top, #ff7333, #b33800) !important;
  background-image: -ms-linear-gradient(top, #ff7333, #b33800) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff7333), to(#b33800)) !important;
  background-image: -webkit-linear-gradient(top, #ff7333, #b33800) !important;
  background-image: -o-linear-gradient(top, #ff7333, #b33800) !important;
  background-image: linear-gradient(top, #ff7333, #b33800) !important;
}
.ico {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 1px center;
}
a.ico {
  text-decoration: none;
  color: #0290d2;
}
a.ico:hover {
  text-decoration: none;
  color: #0ab0fd;
}
div.dialog {
  width: 100%;
  height: auto;
  border: 3px solid #fff;
  background: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 10%, #ffffff 90%, #dddddd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(10%, #ffffff), color-stop(90%, #ffffff), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 10%, #ffffff 90%, #dddddd 100%);
  background: -o-linear-gradient(top, #dddddd 0%, #ffffff 10%, #ffffff 90%, #dddddd 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, #ffffff 10%, #ffffff 90%, #dddddd 100%);
  background: linear-gradient(top, #dddddd 0%, #ffffff 10%, #ffffff 90%, #dddddd 100%);
}
div.dialog .content {
  padding: 10px;
}
div.dialog .content div.title {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  font-size: 20px;
  color: #777;
  text-shadow: 0px 1px 0px #fff;
  font-family: "pt_narrow_bold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.dialog .content b {
  color: #555;
}
div.dialog.error {
  box-shadow: 0px 0px 6px #ff0000;
  -webkit-box-shadow: 0px 0px 6px #ff0000;
  -moz-box-shadow: 0px 0px 6px #ff0000;
  border: 1px solid red;
}
div.dialog.error .content .title {
  color: #f00;
  border-color: #f00;
}
div.dialog.login {
  width: 365px;
  margin-top: 50px;
}
div.dialog.login input.text {
  width: 200px;
}
.flash {
  display: block;
  width: 500px;
  margin: 5px auto;
  padding: 10px 10px 10px 25px;
  border: 1px solid;
  background-position: 5px center;
  background-repeat: no-repeat;
  /*.border-radius(10px);*/
}
.flash.error,
.flash.alert {
  background-color: #fca4a7;
  background-image: url(/images/admin/exclamation.png);
  color: #9c050a;
  border-color: #9c050a;
}
.flash.notice {
  background-color: #fdf8e4;
  background-image: url(/images/admin/error.png);
  color: #d2ab10;
  border-color: #d2ab10;
}
.flash.success {
  background-color: #85e580;
  background-image: url(/images/admin/accept.png);
  color: #155511;
  border-color: #155511;
}
.flash.info {
  background-color: #5cbfed;
  background-image: url(/images/admin/information.png);
  color: #073043;
  border-color: #073043;
}
.flash ul li {
  list-style: none;
}
.flash ul {
  margin: 0px;
  padding: 0px;
}
@font-face {
  font-family: pt_narrow_bold;
  font-style: normal;
  src: url(/fonts/PT_Sans_Narrow_Bold.ttf);
}
/*
@font-face { font-family: pt_sans; font-style: normal; font-weight:normal; src: url(/fonts/PT_Sans-Web-Regular.ttf); }
@font-face { font-family: pt_sans; font-style: normal; font-weight:bold; src: url(/fonts/PT_Sans-Web-Bold.ttf); }
@font-face { font-family: pt_sans; font-style: oblique; font-weight:bold; src: url(/fonts/PT_Sans-Web-Bold-Italic.ttf); }
*/
.main-font {
  color: #ccc;
  font-family: 'Lato', sans-serif;
}
.button-font {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0px;
}
.button.green {
  background: #8fba09 !important;
  background-image: -moz-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -ms-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fba09), to(#577105)) !important;
  background-image: -webkit-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -o-linear-gradient(top, #8fba09, #577105) !important;
  background-image: linear-gradient(top, #8fba09, #577105) !important;
}
.button.green:hover {
  background: #b4eb0b !important;
  background-image: -moz-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -ms-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4eb0b), to(#577105)) !important;
  background-image: -webkit-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -o-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: linear-gradient(top, #b4eb0b, #577105) !important;
}
.button.blue {
  background: #0290d2 !important;
  background-image: -moz-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -ms-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0290d2), to(#015c86)) !important;
  background-image: -webkit-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: -o-linear-gradient(top, #0290d2, #015c86) !important;
  background-image: linear-gradient(top, #0290d2, #015c86) !important;
}
.button.blue:hover {
  background: #0ab0fd !important;
  background-image: -moz-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -ms-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0ab0fd), to(#015c86)) !important;
  background-image: -webkit-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: -o-linear-gradient(top, #0ab0fd, #015c86) !important;
  background-image: linear-gradient(top, #0ab0fd, #015c86) !important;
}
input.text {
  width: 250px;
  padding: 5px;
  margin: 2px 0px;
}
textarea.text {
  width: 380px;
  height: 200px;
}
html {
  font-size: 13px;
  height: 100%;
  -webkit-text-size-adjust: none;
}
body {
  background: #fff;
  background-image: url(/images/dark.png);
  background-repeat: repeat;
  margin: 0px;
  padding: 0px;
  height: 100%;
}
img {
  border: 0;
}
#header {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 36px;
  background: url(/images/header-back.png) left bottom repeat-x;
}
@media screen and (max-width: 770px) {
  #header {
    height: 72px;
  }
}
#header .inner {
  margin: 0px auto;
  width: 770px;
  *zoom: 1;
}
#header .inner:before {
  display: table;
  content: "";
}
#header .inner:after {
  display: table;
  content: "";
  clear: both;
}
@media screen and (max-width: 770px) {
  #header .inner {
    width: 512px;
  }
}
@media screen and (max-width: 512px) {
  #header .inner {
    width: 310px;
  }
}
#header #homelink {
  float: left;
  width: 115px;
  font-size: 14px;
  margin-right: 80px;
  margin-left: 12px;
  padding-left: 25px;
  background: url(/images/header/logo.gif) 0px -28px no-repeat;
  line-height: 28px;
  text-decoration: none;
  color: #ccc;
}
#header #homelink:hover {
  background-position: 0px 0px;
  color: #fff;
}
@media screen and (max-width: 770px) {
  #header #homelink {
    display: block;
    float: none;
    margin: 5px auto 0px auto;
  }
}
#header #menu {
  float: right;
  text-align: right;
  *zoom: 1;
}
#header #menu:before {
  display: table;
  content: "";
}
#header #menu:after {
  display: table;
  content: "";
  clear: both;
}
@media screen and (max-width: 770px) {
  #header #menu {
    float: none;
    text-align: center;
    margin: 2px auto 0px auto;
  }
}
#header #menu .item {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
}
#header #menu .item.last {
  margin-right: 10px;
}
#header #menu .item a {
  line-height: 28px;
  text-decoration: none;
  color: #ccc;
}
#header #menu .item.active {
  background: url(/images/tri.png) center bottom no-repeat;
}
#header #menu .item:hover a {
  color: #fff;
}
#header #lang-switch {
  background: #000;
  padding: 0px 5px;
  float: right;
}
.animation-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(/images/animation-overlay.png);
}
#container {
  top: 0px;
  left: 0px;
  height: 100%;
  min-width: 320px;
  width: 100%;
  position: absolute;
  padding: 0;
}
#container div.content {
  display: block;
  position: relative;
  width: 770px;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  *zoom: 1;
}
@media screen and (max-width: 770px) {
  #container div.content {
    width: 512px;
  }
}
@media screen and (max-width: 512px) {
  #container div.content {
    width: 256px;
  }
}
#container div.content:before {
  display: table;
  content: "";
}
#container div.content:after {
  display: table;
  content: "";
  clear: both;
}
.like {
  display: block;
  width: 66px;
  height: 65px;
  margin: 0px auto;
}
.tile {
  background: #000;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
.tile.long {
  display: inline-block;
  min-width: 220px;
}
.title {
  font-size: 16px;
  padding: 13px;
}
.col {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  width: 240px;
}
.col-two {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  width: 496px;
}
.col-three {
  float: left;
  margin-left: 8px;
  margin-right: 8px;
  width: 752px;
}
@media screen and (max-width: 512px) {
  .col-two {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    width: 240px;
  }
}
.copy {
  padding: 20px;
  line-height: 1.5;
  font-size: 12px;
}
.copy p {
  margin-top: 0px;
  margin-bottom: 1em;
}
@media screen and (min-width: 513px) {
  body {
    background-size: cover;
    background-attachment: fixed;
  }
}
body.home #container .content {
  height: 50%;
}
body.home #container .content .splash {
  width: 263px;
  height: 264px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -131px;
  font-size: 14px;
}
body.home .like {
  margin-top: 50px;
}
body.about div.content .portrait.col {
  margin-bottom: 16px;
}
body.about div.content .copy {
  height: 348px;
}
@media screen and (max-width: 770px) {
  .empty.col {
    display: none;
  }
}
body.project div.content .img-link {
  display: block;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
body.project div.content .img-link.back {
  background-image: url(/images/link-back.png);
  width: 168px;
  height: 42px;
}
body.project div.content .img-link.up {
  background-image: url(/images/link-up.png);
  width: 101px;
  height: 60px;
}
body.project div.content .photos img {
  display: block;
  margin-bottom: 25px;
}
body.project div.content .list {
  margin-bottom: 25px;
  *zoom: 1;
}
body.project div.content .list:before {
  display: table;
  content: "";
}
body.project div.content .list:after {
  display: table;
  content: "";
  clear: both;
}
body.project div.content .list .item {
  position: relative;
  display: block;
  float: left;
  width: 240px;
  height: 180px;
  margin-right: 25px;
  margin-bottom: 25px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  outline: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
body.project div.content .list .item.last {
  margin-right: 0px;
}
body.project div.content .list .item .caption {
  display: none;
  width: 220px;
  /*color:#fff;*/
  padding: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(/images/trans-black-70.png);
}
body.project div.content .list .item:hover {
  background-position: 0px -180px;
}
body.projects div.content .list .item,
body.project div.content .list .item,
body.articles div.content .list .item,
body.article div.content .list .item {
  position: relative;
  display: block;
  float: left;
  width: 240px;
  height: 180px;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 16px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  outline: 0;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
}
body.projects div.content .list .item .caption,
body.project div.content .list .item .caption,
body.articles div.content .list .item .caption,
body.article div.content .list .item .caption {
  display: block;
  width: 220px;
  color: #fff;
  padding: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url(/images/trans-black-70.png);
  font-weight: normal;
}
@media only screen and (min-width: 771px) {
  body.projects div.content .list .item .caption,
  body.project div.content .list .item .caption,
  body.articles div.content .list .item .caption,
  body.article div.content .list .item .caption {
    display: none;
  }
}
body.projects div.content .list .item:hover,
body.project div.content .list .item:hover,
body.articles div.content .list .item:hover,
body.article div.content .list .item:hover {
  background-position: 0px -180px;
}
body.projects div.content .list .item:hover .caption,
body.project div.content .list .item:hover .caption,
body.articles div.content .list .item:hover .caption,
body.article div.content .list .item:hover .caption {
  display: block;
}
body.projects #filter,
body.project #filter,
body.articles #filter,
body.article #filter {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  margin: 0;
  padding: 0;
  background: url(/images/trans-black-70.png);
}
body.projects .details,
body.project .details,
body.articles .details,
body.article .details {
  display: none;
  position: absolute;
  width: 640px;
  right: 50%;
  margin-right: -385px;
  height: 691px;
  top: 50%;
  margin-top: -350px;
  z-index: 100;
  padding: 0px 65px;
}
body.projects .details .photo-nav,
body.project .details .photo-nav,
body.articles .details .photo-nav,
body.article .details .photo-nav {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 17px;
  height: 20px;
}
body.projects .details .photo-nav.prev,
body.project .details .photo-nav.prev,
body.articles .details .photo-nav.prev,
body.article .details .photo-nav.prev {
  left: 10px;
  background: url(/images/nivo-prev.png);
}
body.projects .details .photo-nav.next,
body.project .details .photo-nav.next,
body.articles .details .photo-nav.next,
body.article .details .photo-nav.next {
  right: 10px;
  background: url(/images/nivo-next.png);
}
body.projects .details .title,
body.project .details .title,
body.articles .details .title,
body.article .details .title {
  text-align: center;
  padding: 40px 0px;
}
body.projects .details .photo,
body.project .details .photo,
body.articles .details .photo,
body.article .details .photo {
  width: 640px;
  min-height: 480px;
  margin: 0px auto;
}
body.projects .details .caption,
body.project .details .caption,
body.articles .details .caption,
body.article .details .caption {
  font-size: 14px;
  text-align: center;
  padding: 20px 0px;
}
/*
body.contact {
	//background-image:url(/images/backgrounds/back-contact.jpg); background-size:cover;
	//.row { width:100%; }
	//.col { float:none; margin:0px auto; }
}
*/
#pagetext_edit_dialog {
  width: 560px;
  display: none;
  z-index: 100;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -280px;
  padding: 20px;
  border: solid 1px #bbb;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}
#pagetext_edit_dialog.show {
  display: block;
}
#pagetext_edit_dialog textarea {
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
  height: 350px;
}
#pagetext_edit_dialog .pagetext-button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0px;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  display: inline-block;
  padding: 5px 15px 6px;
  color: #fff !important;
  text-decoration: none;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  overflow: visible;
  width: auto;
}
#pagetext_edit_dialog .pagetext-button:active {
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
}
#pagetext_edit_dialog .pagetext-button:hover {
  color: #fff !important;
}
#pagetext_edit_dialog .pagetext-button.save {
  background: #8fba09 !important;
  background-image: -moz-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -ms-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fba09), to(#577105)) !important;
  background-image: -webkit-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -o-linear-gradient(top, #8fba09, #577105) !important;
  background-image: linear-gradient(top, #8fba09, #577105) !important;
}
#pagetext_edit_dialog .pagetext-button.save:hover {
  background: #b4eb0b !important;
  background-image: -moz-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -ms-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4eb0b), to(#577105)) !important;
  background-image: -webkit-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -o-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: linear-gradient(top, #b4eb0b, #577105) !important;
}
#pagetext_edit_dialog .pagetext-button.cancel {
  background: #ff0000 !important;
  background-image: -moz-linear-gradient(top, #ff0000, #b30000) !important;
  background-image: -ms-linear-gradient(top, #ff0000, #b30000) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#b30000)) !important;
  background-image: -webkit-linear-gradient(top, #ff0000, #b30000) !important;
  background-image: -o-linear-gradient(top, #ff0000, #b30000) !important;
  background-image: linear-gradient(top, #ff0000, #b30000) !important;
  float: right;
}
#pagetext_edit_dialog .pagetext-button.cancel:hover {
  background: #ff3333 !important;
  background-image: -moz-linear-gradient(top, #ff3333, #b30000) !important;
  background-image: -ms-linear-gradient(top, #ff3333, #b30000) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff3333), to(#b30000)) !important;
  background-image: -webkit-linear-gradient(top, #ff3333, #b30000) !important;
  background-image: -o-linear-gradient(top, #ff3333, #b30000) !important;
  background-image: linear-gradient(top, #ff3333, #b30000) !important;
}
.pagetext {
  position: relative;
}
.pagetext .pagetext-edit-button {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0px;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background: #8fba09 !important;
  background-image: -moz-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -ms-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8fba09), to(#577105)) !important;
  background-image: -webkit-linear-gradient(top, #8fba09, #577105) !important;
  background-image: -o-linear-gradient(top, #8fba09, #577105) !important;
  background-image: linear-gradient(top, #8fba09, #577105) !important;
  color: #fff !important;
  line-height: 1;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  overflow: visible;
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 100%;
}
.pagetext .pagetext-edit-button:hover {
  background: #b4eb0b !important;
  background-image: -moz-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -ms-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b4eb0b), to(#577105)) !important;
  background-image: -webkit-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: -o-linear-gradient(top, #b4eb0b, #577105) !important;
  background-image: linear-gradient(top, #b4eb0b, #577105) !important;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: #fff;
}
p:last-child {
  margin-bottom: 0px;
}
/* Admin menu */
.button.red {
  background: #dd0000 !important;
  background-image: -moz-linear-gradient(top, #dd0000, #910000) !important;
  background-image: -ms-linear-gradient(top, #dd0000, #910000) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dd0000), to(#910000)) !important;
  background-image: -webkit-linear-gradient(top, #dd0000, #910000) !important;
  background-image: -o-linear-gradient(top, #dd0000, #910000) !important;
  background-image: linear-gradient(top, #dd0000, #910000) !important;
}
.button.red:hover {
  background: #ff1111 !important;
  background-image: -moz-linear-gradient(top, #ff1111, #910000) !important;
  background-image: -ms-linear-gradient(top, #ff1111, #910000) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff1111), to(#910000)) !important;
  background-image: -webkit-linear-gradient(top, #ff1111, #910000) !important;
  background-image: -o-linear-gradient(top, #ff1111, #910000) !important;
  background-image: linear-gradient(top, #ff1111, #910000) !important;
}
.ico_cog {
  background-image: url(/images/admin/cog.png);
}
.ico_lock {
  background-image: url('/images/admin/lock.png');
}
.admin-menu {
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  left: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #ddd;
  border: 3px solid #fff;
  padding: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
}
