@font-face {
  font-family: "Sansation Regular";
  src: url("../fonts/Sansation_Regular.eot?") format("eot"), url("../fonts/Sansation_Regular.woff") format("woff"), url("../fonts/Sansation_Regular.ttf") format("truetype"), url("../fonts/Sansation_Regular.svg#SansationRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
#about {
  position: relative;
  width: 60%;
}
#about #about_nav {
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.8);
  margin-left: 45px;
}
#about #about_nav .handle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  transition: all 150ms;
}
#about #about_nav .handle span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/arrow-d.png") center center no-repeat;
  cursor: pointer;
  z-index: 2;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 13px;
}
#about #about_nav .handle div {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  border-left: 45px solid transparent;
  border-right: 0px solid #6d6e71;
  border-bottom: 45px solid #6d6e71;
  z-index: 1;
}
#about #about_nav ul li {
  display: inline-block;
  padding-left: 20px;
}
#about #about_nav ul li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #939598;
}
#about #about_nav ul li a:hover,
#about #about_nav ul li a:focus,
#about #about_nav ul li a.selected {
  text-decoration: none;
  color: #58595b;
}
#about .row {
  background: rgba(248, 249, 249, 0.8);
}
#about .row #about_main {
  padding-left: 45px;
}
#about .row #about_main .acontents {
  border-left: 2px solid #000;
  padding-left: 10px;
}
#about .row #about_main .acontents p + p {
  margin-top: 20px;
}
#about .row #about_main .acontents .page h3 {
  display: none;
}
#about .about_container {
  padding: 15px;
  padding-top: 35px;
  padding-bottom: 35px;
}
body {
  font-family: 'Sansation Regular';
}
header {
  width: 245px;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  background: #f9f9f9;
}
header h1 {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
header h1 a {
  display: inline-block;
  width: 123px;
  height: 184px;
  background: url("../images/logo.png") center center no-repeat;
}
header h1 a span {
  display: none;
}
header nav {
  position: absolute;
  left: 0px;
  right: 0px;
}
header nav ul li {
  width: 100%;
  text-align: center;
}
header nav ul li a {
  color: #a7a9ab;
  text-transform: uppercase;
  font-size: 13px;
}
header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a:focus {
  color: #a7a9ab;
}
header nav ul li a.selected {
  text-decoration: underline;
}
header nav ul li + li {
  margin-top: 40px;
}
header nav ul li ul {
  display: none;
}
header .footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
header .footer ul.sm li {
  display: inline-block;
}
header .footer ul.sm li a {
  display: block;
  width: 32px;
  height: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
  background: url("../images/sm.png") top left no-repeat;
}
header .footer ul.sm li a span {
  display: none;
}
header .footer ul.sm li a.in {
  background-position: top right;
  margin-left: 10px;
}
header .footer ul.sm li a.li {
  background: url("../images/lin.png") top left no-repeat;
  margin-left: 10px;
}
#contents {
  position: absolute;
  left: 245px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow-y: auto;
}
#contents #background {
  position: fixed;
  top: 0px;
  left: 245px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
}
#contents #background .image {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
}
#contents #background .image img {
  position: absolute;
  display: none;
}
#sidebar {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  transition: all 300ms;
  width: 50px;
  overflow-y: auto;
}
#sidebar .handle {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 45px;
  transition: all 150ms;
}
#sidebar .handle span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/arrow.png") center center no-repeat;
  cursor: pointer;
  z-index: 2;
  width: 30px;
  height: 30px;
  right: 0px;
}
#sidebar .handle div {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  border-left: 45px solid transparent;
  border-right: 0px solid #6d6e71;
  border-top: 45px solid #6d6e71;
  z-index: 1;
}
#sidebar h3,
#sidebar .latest {
  display: none;
}
#sidebar.opened {
  width: 250px;
}
#sidebar.opened .handle {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  left: 0px;
  right: auto;
}
#sidebar.opened h3,
#sidebar.opened .latest {
  display: block;
}
#sidebar.opened h3 {
  height: 45px;
  line-height: 45px;
  margin-left: 45px;
  padding-left: 10px;
  background: #fff;
  text-transform: uppercase;
  font-size: 15px;
}
#sidebar.opened h3 span {
  font-weight: 100;
}
#sidebar.opened .latest {
  padding: 15px;
  padding-top: 40px;
  position: relative;
  background: #fff;
  min-height: 100%;
}
#sidebar.opened .latest .project {
  border: 1px solid #000;
}
#sidebar.opened .latest .project a:hover {
  text-decoration: none;
}
#sidebar.opened .latest .project .date {
  margin: 15px;
  margin-bottom: 0px;
  color: #a6a6a6;
  font-size: 12px;
}
#sidebar.opened .latest .project h4 {
  margin: 15px;
  margin-top: 0px;
  color: #2baee7;
  font-size: 13px;
  text-transform: uppercase;
}
#sidebar.opened .latest .project img {
  display: block;
  width: 100%;
  height: auto;
}
#sidebar.opened .latest .project + .project {
  margin-top: 40px;
}
#sidebar.opened .latest .project + .project:before {
  content: "";
  border-top: 1px solid #000;
  margin-top: -20px;
  position: absolute;
  left: 0px;
  right: 0px;
  height: 1px;
}
#clients {
  padding-top: 198px;
}
#clients .col-md-4 {
  text-align: center;
  margin-bottom: 60px;
}
#clients .client {
  display: inline-block;
  border-bottom: 1px solid #000;
}
#clients .client img {
  margin-bottom: 10px;
  border: 1px solid #000;
}
#contact {
  padding: 23px;
  padding-left: 95px;
  background: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-size: 13px;
}
#contact p {
  line-height: 22px;
}
#contact a,
#contact a:focus {
  color: #050505;
  text-decoration: underline;
}
#contact h2 {
  font-size: 36px;
  border-bottom: 1px solid #050505;
}
#contact input {
  width: 100%;
  display: block;
  border: none;
  height: 33px;
  line-height: 33px;
  backgournd: #fff;
  margin-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  color: #050505;
  font-size: 10px;
  text-transform: uppercase;
}
#contact textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  display: block;
  border: none;
  height: 133px;
  max-height: 133px;
  min-height: 133px;
  line-height: 33px;
  backgournd: #fff;
  margin-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  color: #050505;
  font-size: 10px;
  text-transform: uppercase;
}
#contact button {
  background: #58595b;
  border: none;
  padding: 10px;
  padding-right: 35px;
  color: #fff;
  text-transform: uppercase;
  float: right;
}
#project_nav {
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.8);
  margin-left: 45px;
}
#project_nav .handle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 45px;
  height: 45px;
  transition: all 150ms;
}
#project_nav .handle span {
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/arrow-d.png") center center no-repeat;
  cursor: pointer;
  z-index: 2;
  width: 30px;
  height: 30px;
  right: 0px;
  top: 13px;
}
#project_nav .handle div {
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0px;
  right: 0px;
  border-left: 45px solid transparent;
  border-right: 0px solid #6d6e71;
  border-bottom: 45px solid #6d6e71;
  z-index: 1;
}
#project_nav ul li {
  display: inline-block;
  padding-left: 20px;
}
#project_nav ul li a {
  font-size: 13px;
  text-transform: uppercase;
  color: #939598;
}
#project_nav ul li a:hover,
#project_nav ul li a:focus,
#project_nav ul li a.selected {
  text-decoration: none;
  color: #58595b;
}
#left {
  width: 130px;
  height: 130px;
  background: url("../images/arrl.png") center center no-repeat;
  cursor: pointer;
  position: absolute;
  left: 0px;
}
#right {
  width: 130px;
  height: 130px;
  background: url("../images/arrr.png") center center no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0px;
}
#bullets {
  position: absolute;
  right: 130px;
  height: 15px;
}
#bullets .bullet {
  display: inline-block;
  height: 12px;
  width: 12px;
  background: #fff;
  cursor: pointer;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#bullets .bullet + .bullet {
  margin-left: 6px;
}
#bullets .bullet.selected {
  background: #000;
}
#project_footer {
  background: rgba(255, 255, 255, 0.8);
  height: 90px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding-top: 20px;
  padding-right: 60px;
  text-align: right;
}
#project_footer div {
  line-height: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
}
@media (max-height: 750px) {
  header nav {
    padding-top: 100px;
  }
  header nav ul li + li {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  header {
    background: none;
    width: 100%;
    bottom: auto;
    z-index: 2;
  }
  header .top_part {
    background: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
  }
  header .top_part nav {
    position: static;
    padding-top: 0px;
    border-top: 1px solid #000;
  }
  header .top_part nav ul {
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
  }
  header .top_part nav ul li {
    text-align: left;
    padding-left: 30px;
  }
  header .top_part nav ul li ul {
    display: block;
  }
  header .top_part h1 {
    display: none;
  }
  header .top_part #hamburger {
    width: 50px;
    height: 43px;
    background: url("../images/hamburger.png") center center no-repeat;
  }
  #footer {
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #footer .footer {
    background: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
  }
  #footer .footer h1 {
    float: left;
    width: 150px;
    height: 70px;
    margin-top: 0px;
  }
  #footer .footer h1 a {
    display: inline-block;
    width: 150px;
    height: 70px;
    background: url("../images/logo-small.png") center center no-repeat;
  }
  #footer .footer h1 a span {
    display: none;
  }
  #footer .footer span {
    display: none;
  }
  #footer .footer ul.sm {
    float: right;
    padding-right: 10px;
  }
  #footer .footer ul.sm li {
    display: inline-block;
  }
  #footer .footer ul.sm li a {
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 15px;
    margin-bottom: 15px;
    background: url("../images/sm.png") top left no-repeat;
  }
  #footer .footer ul.sm li a span {
    display: none;
  }
  #footer .footer ul.sm li a.in {
    background-position: top right;
    margin-left: 10px;
  }
  #footer .footer ul.sm li a.li {
    background: url("../images/lin.png") top left no-repeat;
    margin-left: 10px;
  }
  #contents {
    left: 0px;
    position: static;
  }
  #contents #background {
    left: 0px;
  }
  #sidebar {
    display: none;
  }
  #clients {
    padding-top: 65px;
    padding-bottom: 100px;
  }
  #clients .col-md-4 {
    margin-bottom: 20px;
  }
  #clients .client {
    display: block;
  }
  #contact {
    padding-left: 23px;
    padding-top: 65px;
    padding-bottom: 100px;
  }
  #left,
  #right {
    display: none;
  }
  #bullets {
    left: 0px;
    right: 0px;
    bottom: 90px;
    text-align: center;
  }
  #project_nav {
    display: none;
  }
  #project_footer {
    display: none;
  }
  #about {
    width: 100%;
  }
  #about #about_nav {
    display: none;
  }
  #about .row #about_main {
    padding-left: 15px;
  }
  #about .row #about_main .acontents {
    border-left: none;
    padding-left: 0px;
  }
  #about .row #about_main .acontents .page {
    display: block;
  }
  #about .row #about_main .acontents .page h3 {
    display: block;
    font-size: 36px;
    border-bottom: 1px solid #050505;
    margin-bottom: 10px;
  }
  #about .row #about_main .acontents .page + .page {
    margin-top: 25px;
  }
  #about .about_container {
    margin: 0px;
  }
  #about .img-responsive {
    display: none;
  }
}
