#headlines-portfolio {
  font-size: 4em;
  line-height: 0px;
  text-align: right;
  width: 352px;
  float: left;
  padding-right: 30px;
  margin-top: 31px;
  color: #32323c;
}

#work {
  width: 900px;
  margin: 0 auto;
}
#content2 {
  background-color: #ffffff;
  background-attachment: fixed;
  border: none;
  background-position: center center;
  padding: 55px 0px 55px 0px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 56% 240px;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
#gallery {
  width: 495px;
  float: left;
  padding-left: 15px;
  border-left: 7px solid #DE412C;
  font-size: 0.9em;
  min-height: 820px;
}
#filter {
  font-size: .34em;
  line-height: 1.7em;
  list-style: none;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.filter {
  cursor: pointer;
  color: #4f4f4f;
}
.filter:hover {
    color: #E15441;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.filter.active {
    color: #E15441;
    font-weight: 700;
}
#Grid {
    display: inline-block;
    padding: 0px;
    margin: 0;
    max-width: 801px;
}
#Grid .mix{
    opacity: 0;
    display: none;
    background-color: transparent;
}
#Grid li {
  float: left;
}

.map {
  width: 100%;
  height: 100%;
  border: 12px solid #f2f2f2;
  background: #f2f2f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.span4 {
    width: 300px;
    margin-bottom: 12px;
}

.row {
  margin-left: -36px;
  padding-bottom: 8px;
}
.row:before,
.row:after {
  content: "";
  display: table;
  line-height: 0;
}
.row:after {
  clear: both;
}