@import url(https://fonts.googleapis.com/css?family=Lato:300,400);
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
header,
footer,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas {
  display: block;
}
figure {
  display: block;
}
figure img {
  display: block;
}
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
figure {
  position: relative;
}
figure img {
  width: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.normal,
body,
h1,
h2,
h3,
h4 {
  font-family: "Gill Sans", "Gill Sans MT", "Molengo", Calibri, sans-serif;
  font-weight: 300;
  font-size: 1em;
}
#content h2 {
  float: left;
  width: 105px;
}
#wrapper {
  min-height: 98%;
  position: relative;
}
#footer {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: auto;
}
button,
input[type="submit"] {
  border: 1px solid #cccccc;
  color: #878787;
  background: none;
  box-shadow: none;
  border-radius: none;
}
input[type="submit"] {
  margin-bottom: 10px;
}
a {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  text-decoration: none;
  outline: none;
}
a:link,
a:visited {
  color: #878787;
}
a:hover {
  color: #575756;
}
a:active {
  color: #575756;
  text-decoration: underline;
}
a:focus {
  text-decoration: underline;
}
p {
  margin-bottom: 10px;
}
h1,
h2 {
  font-size: 1em;
  margin-bottom: 20px;
}
.post-content ul,
.post-content ol {
  padding-left: 24px;
}
article {
  margin-top: 50px;
}
body {
  background: #ffffff;
  color: #878787;
  font-size: 13px;
  letter-spacing: 0.1px;
}
#main {
  padding: 0;
}
.container {
  background: #fff;
  padding: 0;
  width: 100%;
  min-width: 980px;
  padding: 40px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header {
  float: left;
  width: 169px;
  word-wrap: break-word;
  position: relative;
  min-height: 370px;
}
#content {
  display: none;
  padding-left: 0;
  padding-right: 0;
  float: right;
  position: relative;
  overflow: hidden;
}
.project-controls {
  padding-top: 50px;
  z-index: 9998;
  bottom: 0;
  width: 100%;
  position: absolute;
}
#title {
  position: relative;
  height: auto;
  display: block;
  width: 100%;
  margin-bottom: 29px;
}
#title img {
  width: 169px;
  height: 15px;
}
.menu-toggle {
  display: none;
}
.menu-toggle img {
  width: 100%;
  height: auto;
}
#nav-primary {
  float: left;
  width: 100%;
  padding: 0 0px;
}
#nav-primary ul {
  display: block;
  list-style: none;
  width: 100%;
  float: left;
}
#nav-primary li {
  list-style: none;
  width: 100%;
  float: left;
  padding: 0 0 3px 0;
}
#nav-primary ul li ul {
  padding: 7px 13px 0 13px;
}
#nav-primary ul li ul li a {
  margin: 0;
  text-transform: none;
  font-size: 12px;
}
#nav-primary li.current_page_item a,
#nav-primary li.current_menu_item a,
#nav-primary li a.active {
  color: #575756;
}
#nav-primary a {
  float: left;
  display: block;
  padding: 0 0px;
  width: 100%;
}
#nav-primary li ul {
  display: none;
}
#nav-primary li.current-menu-parent ul {
  display: block;
}
#nav-primary #menu-item-241 {
  padding-top: 15px;
}
#nav-primary li.spacer {
  margin-top: 25px;
}
.splash {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff;
  text-align: center;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.splash .inner-wrapper {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
}
.splash .inner {
  width: 100%;
  display: table;
}
.splash .background-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.splash img.background {
  max-width: 100%;
  opacity: 0;
}
.splash img.logo {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 20px;
  opacity: 0;
}
.post-single {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #dedede solid;
}
#footer {
  position: absolute;
  bottom: 15px;
  right: 40px;
}
#footer .container {
  font-size: 9px;
  padding: 0;
  text-align: right;
  background: none;
}
#footer .container .goFullscreen {
  display: none;
}
#footer ul,
#footer li {
  display: inline;
  list-style: none;
}
#footer-content p {
  margin: 0;
}
.loader {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: -25px;
  background: url(images/loader.svg) no-repeat;
  background-size: 14px;
}
.desktop-controls {
  display: block;
}
.mobile-controls {
  display: none;
}
.image-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.bx-controls-direction {
  display: none;
}
.bx-wrapper .bx-controls-direction-img a {
  height: 90%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction-img .bx-prev-img,
.bx-wrapper .bx-controls-direction-img .bx-prev-img-vid {
  left: 0;
}
.bx-wrapper .bx-controls-direction-img .bx-next-img,
.bx-wrapper .bx-controls-direction-img .bx-next-img-vid {
  left: 50%;
}
.bx-wrapper .bx-controls-direction-img .bx-prev-img-vid,
.bx-wrapper .bx-controls-direction-img .bx-next-img-vid {
  top: auto;
  bottom: 0;
}
html.touch .bx-controls-direction-img {
  display: none !important;
}
.bxslider ul {
  margin: 0;
}
.bxslider li {
  height: auto;
  text-align: center;
  max-width: 100% !important;
}
a.bx-next-img,
a.bx-next-img-vid {
  cursor: url(images/arrow-next.png), auto;
}
a.bx-prev-img,
a.bx-prev-img-vid {
  cursor: url(images/arrow-prev.png), auto;
}
.slide-counter,
.go-next,
.go-prev,
.bx-pager,
.fullscreen-toggle img,
.thumbnails img {
  display: inline-block;
  z-index: 9999;
  height: 15px;
  font-size: 0.8em;
}
.slide-counter {
  text-align: center;
}
.go-next,
.go-prev {
  margin: 0 3px;
  vertical-align: bottom;
}
.page-id-5 h2 {
  visibility: hidden;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper .wrapper-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.bx-wrapper .wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.bx-wrapper img {
  max-width: 100%;
}
.bx-caption {
  margin-top: 5px;
  font-size: 0.8em;
}
.bx-caption-bottom {
  margin-top: 5px;
  display: none;
}
.bx-caption-l {
  position: absolute;
  left: -40px;
  bottom: 0;
}
.project-controls {
  display: none;
}
#header a.info-link {
  display: block;
  margin-top: 10px;
}
#content a.info-link {
  margin-left: 20px;
}
.info-text {
  display: none;
  width: 96.5%;
  height: 85%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  padding: 4% 2%;
  z-index: 1000;
}
.video-swipe {
  width: 100%;
  position: absolute;
  z-index: 9999;
}
html.touch .video-swipe-mobile {
  width: 100%;
  position: absolute;
}
.video-swipe-mobile .left,
.video-swipe-mobile .right,
.video-swipe-mobile .top,
.video-swipe-mobile .bottom {
  position: absolute;
  z-index: 9999;
}
.video-swipe-mobile .left {
  top: 0;
  left: 0;
  bottom: 15%;
  width: 38%;
}
.video-swipe-mobile .right {
  top: 0;
  right: 0;
  bottom: 0;
  width: 38%;
}
.video-swipe-mobile .top {
  top: 0;
  right: 0;
  left: 0;
  height: 37%;
}
.video-swipe-mobile .bottom {
  bottom: 0;
  right: 0;
  left: 15%;
  height: 37%;
}
html.no-touch .video-swipe-mobile {
  display: none !important;
}
.thumb-container {
  display: none;
  width: 96%;
  height: 96%;
  left: 0;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  overflow-y: auto;
}
#thumb-grid {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  overflow-y: auto;
}
.projects-list {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  overflow-y: auto;
}
.projects-list ul {
  width: 100%;
  height: 100%;
  padding: 0;
  background: #fff;
  overflow-y: auto;
}
#thumb-grid li {
  width: 18%;
  max-height: 23%;
  padding: 1%;
  margin-right: -4px;
  list-style: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}
#thumb-grid li a img {
  vertical-align: middle;
  max-width: 100%;
}
a.single-image,
a.fullscreen-exit-toggle {
  display: none;
}
.captions {
  margin-bottom: 20px;
}
a.fullscreen-toggle {
  display: none;
}
.fullscreen-toggle-mobile,
.fullscreen-toggle-exit-mobile,
.fullscreen-menu-mobile {
  display: none;
}
.share {
  z-index: 9999;
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.share a {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.share .facebook {
  background: url(images/share-facebook.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 7px;
  height: 10px;
}
.no-svg .share .facebook {
  background: url(images/share-facebook.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.share .twitter {
  background: url(images/share-twitter.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 10px;
}
.no-svg .share .twitter {
  background: url(images/share-twitter.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.share .googleplus {
  background: url(images/share-google.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 10px;
}
.no-svg .share .googleplus {
  background: url(images/share-google.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.share .pinterest {
  background: url(images/share-pinterest.svg) no-repeat;
  background-position: center;
  background-size: contain;
  width: 11px;
  height: 10px;
}
.no-svg .share .pinterest {
  background: url(images/share-pinterest.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.page-content {
  max-width: 250px;
}
.contact-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.contact-wrapper:first-child {
  margin-top: 49px;
}
.contact-wrapper .contact-image {
  float: left;
  max-width: 346px;
  width: 35%;
  margin-right: 5%;
}
.contact-wrapper .contact-image img {
  max-width: 100%;
  height: auto;
}
.contact-wrapper .contact-text {
  float: left;
  max-width: 346px;
  width: 40%;
}
.contact-wrapper .contact-text p {
  margin-bottom: 0;
}
.tumblr h2 {
  margin-top: 50px;
}
.posts {
  float: left;
}
article {
  display: block;
  margin-bottom: 70px;
}
article img,
article video,
article object,
article embed {
  max-width: 435px;
  width: 100%;
  height: auto !important;
}
article img {
  margin-bottom: 20px;
}
article .chat,
article .quote,
article .photo,
article .photoset,
article .video {
  float: left;
  margin-right: 30px;
  max-width: 400px;
  width: 400px;
}
article .text {
  float: left;
  max-width: 400px;
}
article .conversation li {
  list-style: none;
}
article.post {
  width: 100%;
  clear: both;
  float: left;
}
article:first-child {
  margin-top: none;
}
.italian,
.english {
  display: none;
  padding: 10px 0;
}
.italian p,
.english p {
  text-align: justify;
}
.pdf h2 {
  width: 100% !important;
}
.portfolio {
  float: right;
  width: 75%;
}
.portfolio li {
  float: left;
  height: 150px;
  margin: 0 3px 15px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.portfolio li img.selected {
  position: absolute;
  z-index: 10;
  display: none;
  left: 7px;
  top: 6px;
}
.portfolio li img.thumb {
  height: 150px;
  width: auto;
}
.ui-state-highlight {
  height: 80px;
  width: 100px;
  background-color: #ddd;
}
.project h3 {
  margin-bottom: 20px;
}
.project-wrapper {
  display: block;
  width: 100%;
  float: left;
}
.fixed-variable {
  width: 15%;
  float: left;
}
.fixed-variable h3 {
  margin-bottom: 20px;
}
.fixed-variable input {
  display: none;
}
.selection {
  width: 100%;
  margin-top: 20px;
}
.selection ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.selection li {
  height: 110px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  text-align: center;
  border: 1px solid #cccccc;
  padding: 10px 20px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selection li img.selected-thumb {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.selection li .remove {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 13px;
  height: 13px;
  background: url(images/pdf-remove.svg);
  font-size: 11px;
  text-decoration: none;
  color: transparent;
  border: none;
}
@media only screen and (min-width: 1212px) {
  .slider img {
    height: 100%;
  }
  .slider li {
    height: 552px;
  }
  #main {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
  }
}
@media only screen and (min-width: 767px) {
  .container {
    width: 100%;
    max-width: 2500px;
  }
  html.touch .video-swipe-mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .desktop-controls {
    display: none;
  }
  .mobile-controls {
    display: block;
    width: 100%;
  }
  .tumblr #header {
    margin-top: 30px;
  }
  .contact-wrapper h2 {
    width: 100% !important;
  }
  .contact-wrapper .contact-image {
    max-width: 45%;
    margin-right: 5%;
  }
  .contact-wrapper .contact-text {
    max-width: 50%;
  }
  .share {
    float: right;
    z-index: 9999;
    padding: 0;
    margin: 0;
    width: auto !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .container {
    padding: 20px;
  }
  .contact-wrapper .contact-image {
    max-width: 35%;
    margin-right: 5%;
  }
  .contact-wrapper .contact-text {
    max-width: 40%;
  }
  #footer {
    bottom: 5px;
    right: 5px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .container {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    min-width: 0;
    -webkit-text-size-adjust: 100%;
  }
  #header,
  header {
    padding-top: 0 !important;
    min-height: none !important;
    height: auto !important;
    margin-bottom: 0px;
  }
  #content {
    float: none;
    width: 100% !important;
  }
  #main {
    padding-top: 30px;
  }
  #if-logged-in {
    height: 40px;
    line-height: 20px;
  }
  #if-logged-in .right {
    float: left;
    clear: left;
  }
  .container {
    min-width: 0px;
  }
  article {
    margin-top: 0;
  }
  .menu-toggle {
    display: block;
    width: 11px;
    float: right;
    text-align: right;
  }
  #title {
    width: auto;
    float: left;
  }
  #header {
    min-height: 0;
  }
  #nav-primary {
    display: none;
    min-height: auto;
    margin-bottom: 30px;
  }
  #nav-primary a {
    text-align: left;
  }
  #footer {
    display: none;
  }
  #header,
  #content {
    width: 100%;
    margin-left: 0;
  }
  #logo,
  #tagline {
    position: relative;
    line-height: 30px;
  }
  #logo {
    font-size: 42px;
    text-align: left;
  }
  #tagline {
    font-size: 16px;
  }
  #content {
    float: none;
    padding-top: 0px;
  }
  #footer .container {
    padding-top: 0;
  }
  #footer-content {
    border: 0;
    padding: 10px;
  }
  .slider {
    margin-top: 30px;
  }
  .slider li,
  .slider img {
    width: 100%;
    height: auto;
  }
  .contact-text,
  .contact-form {
    margin: 0;
    width: 100%;
  }
  .project-controls {
    padding-top: 30px;
  }
  .bx-controls-direction-img {
    display: none;
  }
  .captions {
    visibility: hidden;
  }
  .slide-counter,
  .bx-prev,
  .bx-next {
    display: inline;
  }
  #content a.info-link {
    display: inline;
    position: absolute;
    bottom: 0;
    left: 80px;
  }
  #header a.info-link,
  .goFullscreen,
  html.touch .video-swipe-mobile {
    display: none;
  }
  #thumb-grid li {
    width: 23%;
  }
  .contact-wrapper:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-device-width: 767px) and (min-device-width: 480px) {
  .fullscreen-mobile .container,
  .container {
    padding: 15px 0 0 0;
    width: 90%;
    margin: 0 auto;
    min-width: 0;
    -webkit-text-size-adjust: 100%;
  }
  #header,
  header {
    padding-top: 0 !important;
    min-height: none !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  #content {
    float: none;
    width: 100% !important;
  }
  #if-logged-in {
    height: 40px;
    line-height: 20px;
  }
  #if-logged-in .right {
    float: left;
    clear: left;
  }
  .container {
    min-width: 0px;
  }
  article {
    margin-top: 0;
  }
  .menu-toggle {
    display: block;
    width: 11px;
    float: right;
    text-align: right;
  }
  #title {
    width: auto;
    float: left;
  }
  #header {
    min-height: 0;
    margin-bottom: 0;
  }
  #nav-primary {
    display: none;
    min-height: auto;
  }
  #nav-primary a {
    text-align: left;
  }
  #footer {
    display: none;
  }
  #header,
  #content {
    width: 100%;
    margin-left: 0;
  }
  #logo,
  #tagline {
    position: relative;
    line-height: 30px;
  }
  #logo {
    font-size: 42px;
    text-align: left;
  }
  #tagline {
    font-size: 16px;
  }
  #content {
    float: none;
    padding-top: 0px;
  }
  #footer .container {
    padding-top: 0;
  }
  #footer-content {
    border: 0;
    padding: 10px;
  }
  .slider {
    margin-top: 30px;
  }
  .slider li,
  .slider img {
    width: 100%;
    height: auto;
  }
  .contact-text,
  .contact-form {
    margin: 0;
    width: 100%;
  }
  .project-controls {
    padding-top: 30px;
  }
  .bx-controls-direction-img {
    display: none;
  }
  .captions {
    visibility: hidden;
  }
  .slide-counter,
  .bx-prev,
  .bx-next {
    display: inline;
  }
  #content a.info-link {
    display: inline;
    position: absolute;
    bottom: 0;
    left: 80px;
  }
  #header a.info-link,
  .goFullscreen {
    display: none;
  }
  .left-column,
  .right-column {
    width: 100%;
    float: left;
    padding: 0;
    border: none;
  }
  html.touch .video-swipe-mobile {
    display: none;
  }
  #menu-item-85 {
    display: none;
  }
  .contact-wrapper h2 {
    width: 100% !important;
  }
  .contact-wrapper .contact-image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .contact-wrapper .contact-text {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-device-width: 479px) {
  .container {
    padding: 15px 0 0 0;
    width: 90%;
    margin: 0 auto;
    min-width: 0;
    -webkit-text-size-adjust: 100%;
  }
  #header {
    padding-top: 0 !important;
    height: auto !important;
    margin-bottom: 0px;
  }
  #content {
    float: none;
    width: 100% !important;
  }
  .splash .inner-wrapper {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  #if-logged-in {
    height: 40px;
    line-height: 20px;
  }
  #if-logged-in .right {
    float: left;
    clear: left;
  }
  .container {
    min-width: 0px;
  }
  article {
    margin-top: 0;
  }
  .menu-toggle {
    display: block;
    width: 11px;
    float: right;
    text-align: right;
  }
  #title {
    width: 85%;
    float: left;
    margin-bottom: 15px;
  }
  #header {
    min-height: 0;
    margin-bottom: 0;
    height: auto;
  }
  #nav-primary {
    display: none;
    min-height: auto;
    margin-bottom: 30px;
  }
  #nav-primary a {
    text-align: left;
  }
  #footer {
    display: none;
  }
  #header,
  #content {
    width: 100%;
    margin-left: 0;
  }
  #logo,
  #tagline {
    position: relative;
    line-height: 30px;
  }
  #logo {
    font-size: 42px;
    text-align: left;
  }
  #tagline {
    font-size: 16px;
  }
  #content {
    float: none;
    padding-top: 0px;
  }
  #footer .container {
    padding-top: 0;
  }
  #footer-content {
    border: 0;
    padding: 10px;
  }
  .slider {
    margin-top: 0px;
  }
  .slider li,
  .slider img {
    width: 100%;
    height: auto;
  }
  .contact-text,
  .contact-form {
    margin: 0;
    width: 100%;
  }
  .project-controls {
    padding-top: 10px;
  }
  .bx-controls-direction-img {
    display: none;
  }
  .captions {
    visibility: hidden;
  }
  .slide-counter,
  .bx-prev,
  .bx-next,
  #content a.info-link {
    display: inline;
  }
  .go-next,
  .go-prev {
    line-height: 6px;
  }
  #content a.info-link {
    position: absolute;
    bottom: 0;
    left: 80px;
  }
  #header a.info-link {
    display: none;
  }
  .info-text {
    height: 90%;
  }
  .goFullscreen {
    display: none;
  }
  .left-column,
  .right-column {
    width: 100%;
    float: left;
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .left-column {
    float: right;
  }
  .bio {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  html.touch .video-swipe {
    display: none;
  }
  #thumb-grid li {
    width: 23%;
  }
  .contact-wrapper:first-child {
    margin-top: 0;
  }
  .portfolio,
  .fixed-variable {
    float: right;
    width: 100%;
  }
  #menu-item-85 {
    display: none;
  }
  .contact-wrapper h2 {
    width: 100% !important;
  }
  .contact-wrapper .contact-image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .contact-wrapper .contact-text {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-device-width: 479px) and (orientation: portrait) {
  .fullscreen-mobile .container {
    padding: 15px 0 0 0;
    width: 90%;
    margin: 0 auto;
    min-width: 0;
  }
}
@media only screen and (max-device-width: 479px) and (orientation: landscape) {
  html.touch .video-swipe-mobile {
    display: none;
  }
  html.touch .video-swipe {
    display: block;
  }
  #thumb-grid li {
    width: 18%;
  }
  .fullscreen-mobile .container {
    padding: 0;
    width: 100%;
  }
  .fullscreen-toggle-mobile,
  .fullscreen-toggle-exit-mobile,
  .fullscreen-menu-mobile {
    padding: 0;
    border: 0;
  }
  .fullscreen-toggle-mobile {
    display: inline;
  }
  .fullscreen-toggle-exit-mobile {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 9999;
  }
  .fullscreen-menu-mobile {
    position: absolute;
    right: 5px;
    top: 15px;
    z-index: 9999;
    width: 11px;
  }
  .fullscreen-menu-mobile img {
    width: 100%;
    height: auto;
  }
}
