.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
/* RESET */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* MAIN */
body {
  background: url(../img/bg-light.jpg) repeat;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #888;
}
.center {
  text-align: center;
  width: 580px;
  margin: 0 auto;
}
.center.center-big {
  width: 940px;
}
#top {
  background: url(../img/bg-medium.jpg) repeat;
  height: 55px;
  -webkit-box-shadow: inset 0 -2px 6px #111111;
  -moz-box-shadow: inset 0 -2px 6px #111111;
  box-shadow: inset 0 -2px 6px #111111;
}
#top .center .social {
  margin: 0 auto;
  list-style-type: none;
  width: 147px;
}
#top .center .social li {
  float: left;
  margin: 10px 5px 0 0;
}
#top .center .social li:last-child {
  margin-right: 0;
}
#top .center .social li a {
  width: 33px;
  height: 34px;
  display: block;
}
#top .center .social li a#fb {
  background: url(../img/fb.png) no-repeat;
}
#top .center .social li a#fb:hover {
  background: url(../img/fb-h.png) no-repeat;
}
#top .center .social li a#tw {
  background: url(../img/tw.png) no-repeat;
}
#top .center .social li a#tw:hover {
  background: url(../img/tw-h.png) no-repeat;
}
#top .center .social li a#dr {
  background: url(../img/dr.png) no-repeat;
}
#top .center .social li a#dr:hover {
  background: url(../img/dr-h.png) no-repeat;
}
#top .center .social li a#mt {
  background: url(../img/mt.png) no-repeat;
}
#top .center .social li a#mt:hover {
  background: url(../img/mt-h.png) no-repeat;
}
#main {
  height: 100px;
}
#main .center {
  font-family: 'Pacifico', cursive;
}
#main .center #me {
  background: url(../img/me.png) no-repeat;
  display: block;
  width: 319px;
  height: 53px;
  margin: 22px auto;
}
#overlay {
  background: #000;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#bottom {
  width: 100%;
  -webkit-box-shadow: inset 0 2px 6px #111111;
  -moz-box-shadow: inset 0 2px 6px #111111;
  box-shadow: inset 0 2px 6px #111111;
}
#bottom #works {
  list-style: none;
  margin: 20px auto;
}
#bottom #works li {
  float: left;
  margin: 20px 20px;
  position: relative;
  cursor: pointer;
}
#bottom #works li .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.9;
  filter: alpha(opacity=0.9);
  background: #000;
  display: none;
}
#bottom #works li .overlay .title {
  *zoom: 1;
  margin-top: 115px;
  color: #fff;
  font-family: 'Pacifico', cursive;
  font-size: 24px;
}
#bottom #works li .overlay .title:before,
#bottom #works li .overlay .title:after {
  display: table;
  content: "";
}
#bottom #works li .overlay .title:after {
  clear: both;
}
#bottom #works li .overlay .slogan {
  margin-top: 5px;
  font-size: 13px;
  color: #999;
}
#bottom #works li .details {
  position: absolute;
  bottom: -25px;
  padding-top: 20px;
  display: none;
  left: 0;
  right: 0;
  text-align: right;
}
#bottom #works li > a {
  background: #fff;
  height: 271px;
  width: 271px;
  display: block;
  border: 1px solid #444;
  -webkit-box-shadow: 0 0 5px 0 #111111;
  -moz-box-shadow: 0 0 5px 0 #111111;
  box-shadow: 0 0 5px 0 #111111;
  *zoom: 1;
}
#bottom #works li > a:before,
#bottom #works li > a:after {
  display: table;
  content: "";
}
#bottom #works li > a:after {
  clear: both;
}
#footer {
  background: url(../img/bg-dark.jpg) repeat;
  height: 40px;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-box-shadow: inset 0 2px 6px #111111;
  -moz-box-shadow: inset 0 2px 6px #111111;
  box-shadow: inset 0 2px 6px #111111;
  color: #444;
}
#footer .center {
  margin-top: 13px;
}
.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #b95d5d;
  background-image: -moz-linear-gradient(top, #c06f6f, #ae4242);
  background-image: -ms-linear-gradient(top, #c06f6f, #ae4242);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c06f6f), to(#ae4242));
  background-image: -webkit-linear-gradient(top, #c06f6f, #ae4242);
  background-image: -o-linear-gradient(top, #c06f6f, #ae4242);
  background-image: linear-gradient(top, #c06f6f, #ae4242);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c06f6f', endColorstr='#ae4242', GradientType=0);
  padding: 6px 12px;
  color: #edcfcf;
  border: 1px solid #ae4242;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  filter: dropshadow(color=rgba(0, 0, 0, 0.5), offx=0, offy=1px);
  -webkit-box-shadow: 0 1px 2px #111111, inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0 1px 2px #111111, inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 2px #111111, inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.button:hover {
  color: #fbf4f4;
  background-color: #ad5050;
  background-image: -moz-linear-gradient(top, #b85d5d, #9c3b3b);
  background-image: -ms-linear-gradient(top, #b85d5d, #9c3b3b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b85d5d), to(#9c3b3b));
  background-image: -webkit-linear-gradient(top, #b85d5d, #9c3b3b);
  background-image: -o-linear-gradient(top, #b85d5d, #9c3b3b);
  background-image: linear-gradient(top, #b85d5d, #9c3b3b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b85d5d', endColorstr='#9c3b3b', GradientType=0);
}
