@import url(https://fonts.googleapis.com/css?family=Expletus+Sans:400);
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; }

a {
  color: inherit;
  text-decoration: none; }

body {
  font-family: Helvetica, sans-serif;
  color: #3d3d3d;
  background: #edf5f9;
  font-size: 18px;
  line-height: 24px; }

a {
  min-height: 40px;
  display: inline-block; }

b {
  font-weight: bold; }

ul {
  padding: 5px 0; }
  ul li {
    padding: 5px 0; }

small {
  font-size: 75%;
  line-height: 75%; }

.underline {
  text-decoration: underline; }

.push5 {
  padding-left: 5px; }

.clear {
  clear: both; }

.container {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  clear: both; }
  .container.content .page {
    background: #fff;
    padding: 10px; }
    .container.content .page p {
      padding: 5px 0;
      font-size: 18px;
      line-height: 24px; }
  .container .section {
    clear: both;
    float: none; }

.title {
  font-family: Helvetica, sans-serif;
  font-size: 26px;
  line-height: 30px;
  padding: 10px 0; }
  .title.large {
    font-size: 40px;
    line-height: 46px; }
  .title.small {
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0; }
  .title.italic {
    font-style: italic; }

.right {
  text-align: right; }

h4.subtitle a {
  text-decoration: underline; }
h4 a {
  line-height: 40px; }

.footer {
  padding-top: 20px;
  width: 100%;
  text-align: center; }

form#contact_form {
  box-sizing: border-box;
  padding: 25px;
  background: #edf5f9;
  border: 1px solid #ccc;
  margin: 20px 0; }
  form#contact_form .form-group {
    font-size: 20px;
    line-height: 26px;
    max-width: 600px; }
    form#contact_form .form-group .col-sm-12 {
      width: 100%;
      padding: 10px 0; }
    form#contact_form .form-group .form-control {
      width: 100%;
      padding: 10px;
      font-size: 20px;
      line-height: 26px;
      box-sizing: border-box; }
    form#contact_form .form-group .control-label {
      font-weight: 600; }
  form#contact_form .btn {
    width: 100%;
    line-height: 40px;
    font-size: 30px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px; }
  form#contact_form .error-msg {
    line-height: 40px;
    text-align: center; }
    form#contact_form .error-msg#form-success {
      color: green; }
    form#contact_form .error-msg#form-error {
      color: red; }

.menu {
  padding-top: 20px;
  width: 100%;
  text-align: center; }

.menu a {
  width: 128px;
  height: 64px;
  background: #0177b5;
  display: inline-block;
  margin: 5px 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 64px;
  box-sizing: border-box; }

.back-btn {
  box-sizing: border-box;
  background: #ccc;
  display: inline-block;
  line-height: 40px;
  padding: 0 10px;
  border: 1px solid #aaa;
  margin: 15px 0; }

.card {
  margin: auto;
  position: relative;
  width: 250px;
  height: 250px; }
  .card.active > .hover {
    display: block; }
  .card .hover {
    position: absolute;
    width: 100%;
    height: 175px;
    text-align: center;
    padding-top: 75px;
    background: rgba(158, 204, 226, 0.8);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden; }
    .card .hover.long {
      height: 200px;
      padding-top: 50px; }
  .card .title {
    color: white;
    background: rgba(61, 61, 61, 0.4);
    text-shadow: 2px 2px #333; }
  .card .img {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
    .card .img img {
      width: 100%; }

@-webkit-keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@-moz-keyframes pulsejg2 {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }
@keyframes pulsejg2 {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@media screen and (min-width: 768px) {
  .container {
    width: calc(100% - 140px);
    margin: auto; }
    .container.content .page {
      padding: 20px;
      background: rgba(255, 255, 255, 0.6); }

  .pos-float3 {
    width: 30%;
    margin: 1.5%;
    float: left; }

  .pos-float7 {
    width: 65%;
    float: right; }

  .footer {
    width: auto;
    position: fixed;
    left: 0;
    top: 15%; }
    .footer a {
      display: block; }

  .card {
    margin: 0; }
    .card .hover {
      margin-left: 100%; }

  .menu {
    width: auto;
    position: fixed;
    right: 0;
    top: 15%; }
    .menu a {
      display: block; } }
.work .img {
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  display: block; }
  .work .img img {
    width: 100%; }
.work .content {
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  display: block; }
  .work .content ul {
    list-style: circle; }

.card.samples {
  width: 100%;
  overflow: hidden; }
  .card.samples .img {
    padding-bottom: 0;
    border-radius: 0;
    height: auto; }
    .card.samples .img img {
      min-height: 250px; }
  .card.samples .hover {
    border-radius: 0; }
    .card.samples .hover.long {
      padding-top: 0;
      height: 100%;
      padding-bottom: 0; }
      .card.samples .hover.long h1 {
        margin-top: 0; }

@-webkit-keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }
@-moz-keyframes pulsejg2 {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }
@keyframes pulsejg2 {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }
@media screen and (min-width: 768px) {
  .work .img {
    width: 50%;
    display: inline-block;
    float: left; }
  .work .content {
    width: 50%;
    display: inline-block; }
  .work:after {
    content: "";
    display: block;
    clear: both; }

  .card.samples {
    width: 50%;
    overflow: visible; }
    .card.samples .img {
      padding-bottom: 50%;
      height: 0; }
    .card.samples .hover.long {
      height: 0;
      padding-bottom: 50%; }
      .card.samples .hover.long h1 {
        margin-top: 25px; } }

/*# sourceMappingURL=style.css.map */
