/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  width: x;
  height: x;
  font-family: arial, helvetica, clean, sans-serif;
}
.main-wrapper {
  width: 100%;
  height: 100%;
  width: x;
  height: x;
}
.top-bar {
  width: 100%;
  height: 50px;
  background-color: #A9A9A9;
  margin-bottom: 50px;
  overflow: hidden;
}
.top-bar > h1 {
  margin: 10px 0 0 20px;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  text-indent: -9999px;
}
.page {
  width: 1050px;
  text-align: center;
  margin: auto;
}
.logo-section {
  float: left;
}
.logo-section > a {
  display: inline-block;
}
.logo-section > a > img {
  display: block;
}
.logo-section > a > h1 {
  margin: 0;
  position: absolute;
  text-indent: -9999px;
}
.page-content {
  width: 770px;
  float: right;
  margin-bottom: 100px;
}
.thumb-container {
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumb-container > .thumb {
  width: 190px;
  height: 190px;
  width: x;
  height: x;
  float: left;
  margin: 1px;
  position: relative;
  overflow: hidden;
  background: #444;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.thumb-container > .thumb img {
  position: absolute;
  top: 0;
  left: 0;
}
.thumb-container > .thumb > a {
  display: block;
  width: 100%;
  height: 100%;
  width: x;
  height: x;
}
.thumb-container > .thumb .title {
  width: 100%;
  height: 50px;
  position: absolute;
  display: block;
  border-top: 3px solid #eee;
  background-color: rgba(204, 204, 204, 0.7);
  bottom: -50px;
  color: #fff;
  text-transform: capitalize;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.9;
  margin: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.thumb-container > .thumb .title:hover {
  color: #0066CC;
}
.thumb-container > .thumb:hover .title {
  bottom: 0;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.thumb-container > .thumb.simple .title {
  width: 100%;
  height: 100%;
  width: x;
  height: x;
  background: none;
  border: none;
  bottom: 0;
  line-height: 7.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.thumb-container > .thumb.simple:hover .title {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.thumb-container > .thumb.simple.bio {
  background-color: #9d9d9d;
}
.thumb-container > .thumb.simple.clients {
  background-color: #d2d9e3;
}
.thumb-container > .thumb.simple.contact {
  background-color: #b8c6d3;
}
.thumb-container > .thumb.simple.artworks {
  background-color: #9fafc6;
}
.thumb-container > .thumb.simple.visible.return-home {
  background-color: #9fafc6;
}
.thumb-container > .thumb.simple.visible.phone {
  background-color: #b8c6d3;
}
.thumb-container > .thumb.simple.visible.phone .title {
  line-height: 1.6;
  padding: 60px 10px;
  font-size: 20px;
  text-align: center;
}
.thumb-container > .thumb.simple.visible.email {
  background-color: #9d9d9d;
}
.thumb-container > .thumb.simple.visible.email .title {
  line-height: 1.6;
  padding: 45px 10px;
  text-transform: none;
  font-size: 20px;
}
.thumb-container > .thumb.simple.visible.facebook {
  background-color: #5e79a6;
}
.thumb-container > .thumb.simple.visible .title {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1050px) {
  .page {
    width: 770px;
  }
  .logo-section {
    float: none;
    margin: auto;
    margin-bottom: 20px;
  }
  .page-content {
    float: none;
    width: 100%;
  }
  .thumb-container > .thumb > a .title {
    bottom: 0;
  }
  .thumb-container > .thumb.simple .title {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media screen and (max-width: 770px) {
  .page {
    width: 576px;
  }
}
@media screen and (max-width: 576px) {
  .page {
    width: 384px;
  }
}
@media screen and (max-width: 384px) {
  .page {
    width: 100%;
  }
  .thumb-container .thumb {
    float: none;
    margin: 0 auto 2px auto;
  }
}
