@font-face {
  font-family: 'interstate';
  src: url("../fonts/interstate-bold-normal.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'interstate';
  src: url("../fonts/interstate-bold-italic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'interstate';
  src: url("../fonts/interstate-light-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'interstate';
  src: url("../fonts/interstate-light-normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  background: url(../img/body_bg.jpg) no-repeat #666666;
  background-attachment: fixed;
  background-size: cover;
  font-family: interstate, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

a,
a:active,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}

h1, h2, h3, p, ul, ol {
  font-size: 1em;
  margin: 0;
}

p {
  font-family: Georgia, serif;
  margin-bottom: 17px;
}

img {
  /*background: #ccc;*/
  /*	width: 100%;
  	height: auto;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.box {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}

header {
  background: #fff;
  font-size: 18px;
  line-height: 42px;
  width: 100%;
  height: 42px;
  padding: 0 25px 0 15px;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: #cccccc 0px 0px 2px;
  -moz-box-shadow: #cccccc 0px 0px 2px;
  box-shadow: #cccccc 0px 0px 2px;
}
header h1 {
  background: url(../img/logo.png) no-repeat;
  height: 118px;
  width: 220px;
  /*float: left;*/
  position: fixed;
  bottom: 0;
}
header h1 a {
  display: block;
  width: 100%;
  text-indent: -999px;
  overflow: hiddden;
  position: absolute;
  bottom: 0;
}
header ul {
  float: right;
}
header li {
  display: inline;
}
header li:after {
  content: " - ";
}
header li:last-child:after {
  content: "";
}

#page {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0;
  overflow: hidden;
}
#page p a {
  color: #CF0087;
  font-weight: normal;
}

.main {
  width: 900px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .intro {
  margin-right: 10px;
  overflow: hidden;
}
.main .intro h1 {
  margin-bottom: 10px;
}
.main .intro .image {
  width: 280px;
  float: left;
}
.main .intro .content {
  width: 570px;
  float: right;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  -ms-column-gap: 10px;
  -o-column-gap: 10px;
  column-gap: 10px;
}
.main #projects {
  font-size: 12px;
  line-height: 15px;
}
.main .project {
  width: 290px;
  margin-right: 10px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .project .location {
  font-size: 10px;
  line-height: 12px;
  min-height: 24px;
}
.main .project .media {
  margin: 5px 0;
  height: 180px;
}
.main .project img {
  border: 1px solid #ccc;
  display: block;
}
.main .medium {
  width: 590px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main .medium h1,
.main .medium h2 {
  font-size: 18px;
  line-height: 22px;
}
.main .medium h2 {
  font-weight: normal;
}
.main .medium .image {
  margin: 17px 0;
}
.main .restaurant {
  background: url(../img/logo_bg_rest.png) no-repeat right 20px white;
}

.aside {
  font-size: 12px;
  line-height: 15px;
  width: 290px;
  float: right;
}
.aside h1 {
  margin-bottom: 10px;
}
.aside .events .event {
  padding-bottom: 10px;
}
.aside .events .date, .aside .events .project {
  font-weight: bold;
}
.aside .events .location, .aside .events .author, .aside .events .description {
  font-family: Georgia, serif;
}
.aside .events .location {
  font-style: italic;
}

.show.project {
  background: no-repeat right 10px #fff;
}
.show.project.HarVest {
  background-image: url(../img/logo_bg_har.png);
}
.show.project.InVest {
  background-image: url(../img/logo_bg_in.png);
}
.show.project.MyVest {
  background-image: url(../img/logo_bg_my.png);
}
.show.project.RestVest {
  background-image: url(../img/logo_bg_rest.png);
}
.show.project h1,
.show.project .author {
  font-size: 18px;
  line-height: 22px;
}
.show.project .location {
  font-size: 12px;
}
.show.project .links {
  font-weight: bold;
}
.show.project .links a {
  color: #CF0087;
  font-weight: normal;
}
.show.project .media {
  margin: 17px 0;
}
.show.project .gallery a {
  font-size: 50px;
  text-align: center;
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  cursor: pointer;
}
.show.project .gallery a span {
  display: none;
  background: url(../img/prev.png) no-repeat center;
  height: 100%;
}
.show.project .gallery a.cycle-next {
  left: auto;
  right: 0;
}
.show.project .gallery a.cycle-next span {
  background-image: url(../img/next.png);
}
.show.project .gallery a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.show.project .gallery a:hover span {
  display: block;
}
.show.project .links {
  margin-bottom: 17px;
}
.show.project .content {
  font-size: 16px;
  line-height: 19px;
}
.show.events h1 {
  margin-bottom: 17px;
}
.show.events .event {
  padding-bottom: 17px;
}
.show.events .date,
.show.events .project {
  font-weight: bold;
}
.show.events .location,
.show.events .author {
  font-family: Georgia, serif;
}
.show.events .location {
  font-style: italic;
}

.archive {
  padding-top: 17px;
}
.archive * {
  color: #757575;
}
.archive h2 {
  margin-bottom: 17px;
}

#map-canvas {
  background: #fff;
  border: 10px solid #fff;
  /*height: 560px;*/
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 70px;
  left: 30px;
}

.map-nav {
  position: absolute;
  top: 40px;
  left: 40px;
}
.map-nav a {
  display: block;
  background: #fff;
  color: #ccc;
  font-weight: bold;
  width: 170px;
  padding: 0 10px 10px;
  margin-right: 10px;
  float: left;
  -webkit-box-shadow: inset -2px -2px 0 0 black;
  -moz-box-shadow: inset -2px -2px 0 0 black;
  box-shadow: inset -2px -2px 0 0 black;
}
.map-nav a:hover, .map-nav a.act {
  color: #000;
}

form fieldset {
  border: none;
  margin: 17px 0 0;
  padding: 0;
}
form fieldset div {
  margin-bottom: 17px;
  width: 497px;
}
form fieldset label {
  display: block;
  width: 75px;
  padding: 10px 0;
  float: left;
}
form fieldset input[type=text],
form fieldset textarea {
  width: 400px;
  padding: 10px;
  border: 1px solid #454545;
}
form fieldset input[type=submit] {
  color: #fff;
  float: right;
  border: none;
  padding: 10px 20px;
  background: #454545;
}
form fieldset input.error {
  border-color: red;
}

.fancybox-skin {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fancybox-nav {
  width: 60px;
}

.fancybox-nav span {
  visibility: visible;
  opacity: 0.5;
}

.fancybox-nav:hover span {
  opacity: 1;
}

.fancybox-next {
  right: -80px;
}

.fancybox-prev {
  left: -80px;
}

/*.fancybox-close {
	background: #fff;
	right: 0;
	top: -36px;
	content: "X";
	font-weight: bold;
}*/
