@import '//fonts.googleapis.com/css?family=Maven+Pro&subset=latin,latin-ext';
@import 'font-awesome.min.css';
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.replace {
  overflow: hidden;
  text-indent: -1000px;
}
body {
  font-family: 'Maven Pro', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #646464;
  background-color: #000000;
}
body * {
  margin: 0;
  padding: 0;
}
.row {
  zoom: 1;
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: '';
  zoom: 1;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  zoom: 1;
  clear: both;
}
.row:before:before,
.row:after:before,
.row:before:after,
.row:after:after {
  display: table;
  content: '';
  zoom: 1;
}
.row:before:after,
.row:after:after {
  clear: both;
}
.col {
  width: 40%;
  float: left;
}
h1 {
  color: #26a8c8;
  font-size: 30px;
}
h1 span {
  color: #646464;
}
h2 {
  color: #26a8c8;
  font-size: 34px;
  padding: 20px 0;
}
.blue {
  color: #26a8c8;
}
.description {
  display: table;
  width: 100%;
}
.description div {
  width: 50%;
  display: table-cell;
}
#header {
  width: 100%;
  padding-top: 80px;
  overflow: hidden;
  height: 100px;
}
#header small {
  font-size: 14px;
  padding-top: 5px;
  display: block;
}
.me {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: url("/img/me.png");
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.me.go {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
#main {
  background-color: #000000;
}
#footer {
  width: 100%;
  font-size: 14px;
}
#footer .wrapper p {
  padding: 20px 0 20px 0;
}
#footer .social {
  display: inline;
  float: right;
  outline: none;
}
#footer .social a,
#footer .social a:visited {
  font-family: FontAwesome;
  padding: 10px;
  color: #646464;
  text-decoration: none;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
.left {
  display: inline;
  float: left;
}
.right {
  display: inline;
  float: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none;
}
a.collapse {
  text-decoration: none;
  color: #26a8c8;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
}
a.collapse .fa {
  position: relative;
  top: -6px;
  font-size: 14px;
}
.collapsible {
  display: none;
  color: #bbbbbb;
  padding-bottom: 10px;
}
.collapsible a {
  color: #26a8c8;
  text-decoration: none;
  outline: none;
  font-size: 12px;
}
.collapsible a .fa {
  font-size: 11px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.no-touch a.collapse:hover {
  color: #bbbbbb;
}
.no-touch .collapsible a:hover {
  color: #5bc5e0;
}
.no-touch .collapsible a:hover .fa {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.no-touch #footer .social a:hover {
  color: #fff;
}
/* Retina images */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .me {
    background: url("/img/me@2x.png");
    background-size: 100px 100px;
  }
}
/* Custom resolutions */
@media (max-width: 1080px) {
  #header {
    padding-top: 20px;
  }
  .wrapper {
    width: 90%;
  }
}
/* ipad portrait */
@media (max-width: 768px) {
  #header {
    height: 60px;
  }
  .me {
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
  }
  .col {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .col {
    float: none;
    width: 100%;
  }
  #footer .wrapper p {
    text-align: center;
  }
  #footer .wrapper p .social {
    display: block;
    float: none;
    padding-top: 10px;
  }
}
@media (max-width: 399px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
    padding: 15px 0;
  }
}
