/* Base */
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,400i,600,700,700i,800,900");
/* Mixins */
/* Base and reset */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.group:before, .group:after,
.container:before,
.container:after {
  content: '';
  display: table; }

.group:after,
.container:after {
  clear: both; }

.responsive {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px;
  opacity: .6;
  background-color: #555;
  color: #fff;
  z-index: 10000; }

html, body {
  margin: 0;
  padding: 0; }

html {
  background-color: #000; }

body {
  font-size: 16px;
  line-height: 1.6em;
  color: #515153;
  min-width: 319px;
  font-family: "Nunito Sans", Arial, Helvetica, sans-serif; }

img {
  border: none;
  max-width: 100%;
  display: block; }

a {
  color: #68b3f1;
  text-decoration: none; }

address {
  font-style: normal; }

.columns {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .columns > * {
    display: table-cell;
    vertical-align: top; }
  .columns > hr {
    display: table-cell;
    width: 60px;
    margin: 0;
    padding: 0;
    border: none; }
  .columns.fluid {
    table-layout: auto;
    width: 100%; }
    .columns.fluid .fixed_cell {
      width: 1%;
      white-space: nowrap; }

h1, h2, h3, h4, h5 {
  margin: 0 0 .5em 0;
  padding: 0;
  line-height: 1em;
  font-weight: normal; }

h1 {
  font-weight: 200;
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 0;
  color: #f5fdff;
  line-height: 1em;
  position: relative;
  text-shadow: 8px 8px 2px rgba(0, 0, 5, 0.1); }

h2 {
  font-size: 1.6em;
  color: #f47c53;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .1em;
  line-height: 1.2em; }

.page_title {
  background: url(/sup/img/wave_3.png) repeat #3a89ca;
  padding: 30px 0;
  background-attachment: fixed;
  box-shadow: inset 0px 20px 40px rgba(0, 0, 0, 0.2), inset 0px 2px 3px rgba(0, 0, 0, 0.2); }

#home_section .page_title {
  display: none; }

p,
address,
figure {
  margin: 0 0 2em 0;
  padding: 0; }

ul, ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none; }

ul {
  margin: 0 0 2em 0; }

ul li {
  padding-left: 25px;
  margin-bottom: 1em;
  line-height: 1.5em;
  background: url(/sup/img/bullet.png) no-repeat 0px 0.3em; }

.alert {
  text-align: center;
  background-color: #f47c53;
  color: #fff;
  font-size: 1.1em;
  padding: 1em 2em;
  font-weight: 700; }
  .alert a {
    color: #fff;
    display: block;
    text-decoration: underline; }

.contain,
.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 40px; }

.header a.toggle_nav {
  display: none; }

a.button {
  -webkit-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
  padding: .5em 1em;
  line-height: 1;
  border-radius: 3px;
  color: #fff;
  background-color: #3c89c9;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase; }
  a.button:hover {
    background-color: #286190; }

a#logo {
  width: 20%;
  position: relative;
  display: block;
  background: url(/sup/img/fish_mike_logo.png) no-repeat top left;
  background-size: contain;
  margin: 2em 0;
  float: left;
  z-index: 20; }

a#logo:before {
  content: "";
  display: block;
  padding-top: 60%; }

a#logo span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-indent: -9999px; }

.content {
  background-color: #222;
  color: #ddd;
  position: relative; }
  .content .contain {
    padding-top: 2em;
    padding-bottom: 2em; }

.header {
  background: url(/sup/img/header_texture.gif) repeat;
  background-attachment: fixed;
  position: relative;
  overflow: hidden; }
  .header:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-radius: 100px;
    box-shadow: 0px 0px 200px 200px #fff;
    position: absolute;
    left: 20%;
    top: 50%;
    position: absolute;
    z-index: 10; }
  .header a {
    color: #3c89c9; }

.footer {
  background: #000;
  padding: 2em 0 4em;
  color: #999; }
  .footer .social {
    float: left;
    margin-bottom: 3em; }
    .footer .social a {
      width: 50px;
      height: 50px;
      display: block;
      float: left;
      text-indent: -9999px;
      overflow: hidden;
      margin: 0 0 1em 1em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .footer .social a:first-child {
        margin-left: 0; }
    .footer .social a.facebook {
      background-image: url(/sup/img/facebook_logo.jpg); }
    .footer .social a.twitter {
      background-image: url(/sup/img/twitter_logo.jpg); }
    .footer .social a.instagram {
      background-image: url(/sup/img/instagram_logo.jpg); }
    .footer .social a.googleplus {
      background-image: url(/sup/img/googleplus_logo.jpg); }
    .footer .social a.flickr {
      background-image: url(/sup/img/flickr_logo.jpg); }
  .footer .copyright {
    float: right; }

ul.primary_nav,
ul.primary_nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none; }

ul.primary_nav {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 200;
  float: right; }

ul.primary_nav li {
  font-size: 14px;
  line-height: 1.1em;
  float: left; }

ul.primary_nav li.nav a {
  display: block;
  padding: 15px 20px;
  border-radius: 2px;
  margin: 0 0 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow: hidden;
  border: solid 1px #fff;
  outline: none; }

ul.primary_nav li.nav a:hover,
ul.primary_nav li.nav a:focus {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  border: solid 1px #3a89c9; }

#home_section ul.primary_nav li.home a,
ul.primary_nav li.active a {
  color: #f47c54;
  border-color: #f47c54;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1); }

ul.primary_nav li.tagline,
ul.primary_nav li.contact {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .02em;
  clear: both;
  float: none;
  display: block;
  font-size: 1em;
  padding-top: 1em; }

ul.primary_nav li.tagline span,
ul.primary_nav li.contact span {
  display: inline-block;
  padding: 0 .7em;
  font-weight: 700; }

ul.primary_nav li.contact em {
  font-style: normal; }

ul.primary_nav li.contact span {
  opacity: .7;
  font-weight: 300; }

ul.primary_nav li.contact {
  font-size: .8em;
  color: #888;
  font-weight: 900; }

ul.primary_nav li.contact address {
  display: inline;
  font-style: normal; }

/* Home */
.opening {
  position: relative; }

.opening .contain,
.opening .container {
  z-index: 100;
  position: relative;
  max-width: none;
  padding: 0; }

.opening .content {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4em;
  text-transform: uppercase;
  position: relative;
  background: url(/sup/img/wave_3.png) repeat #3a89ca;
  background-attachment: fixed;
  padding: 30px;
  box-shadow: inset 0px 10px 50px rgba(40, 97, 144, 0.7); }
  .opening .content .store,
  .opening .content .services {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60%;
    background: url(/sup/img/store_fpo.jpg) no-repeat center center;
    background-size: cover; }
  .opening .content .group {
    padding-right: 42%; }
  .opening .content strong {
    color: white;
    font-weight: 900; }
  .opening .content em {
    font-weight: 400;
    font-style: normal;
    color: white; }
.opening.retail-opening .store {
  left: 0;
  right: 60%;
  background: url(/sup/img/retail_fpo.jpg) no-repeat center center;
  background-size: cover; }
.opening.retail-opening .group {
  padding-left: 42%;
  padding-right: 0; }

.callout {
  padding: 60px 30% 30px 0;
  background: url(/sup/img/callout.jpg) no-repeat top right #505050;
  background-size: contain;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 300; }
  .callout p {
    margin: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    line-height: 1.5em; }
    .callout p a {
      font-weight: 700;
      color: #3a96e2; }

.aside {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 70%;
  background: url(/sup/img/tank_home.jpg) no-repeat right center;
  background-size: cover;
  box-shadow: inset 0px 20px 40px #000; }
  .aside:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(244, 124, 83, 0.25); }

ul.actions,
ul.actions li {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none; }

ul.actions {
  margin-top: 1.5em; }
  ul.actions li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px; }
    ul.actions li a {
      padding: 15px 5px 15px 20px;
      display: block;
      font-size: .6em;
      line-height: 1em;
      font-weight: 700;
      background-color: #222;
      border-radius: 2px;
      color: #eee;
      text-transform: uppercase;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      position: relative; }
      ul.actions li a:after {
        content: '>';
        padding-left: 10px;
        display: inline-block;
        color: #222;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-weight: 700; }
      ul.actions li a:hover {
        background-color: #000;
        color: #fff;
        padding-right: 10px; }

ul.actions li a:hover:after {
  color: #f47c54;
  padding-left: 15px; }

#home_section .aside {
  left: 60%;
  padding: 100px 0 30px 30px; }

#home_section .content_placement {
  padding-right: 45%; }

#home_section #updates_section {
  min-height: 500px; }
  #home_section #updates_section .featured_image {
    margin: 1.5em 0 2em; }

.features {
  margin: 1%; }

.features .feature {
  width: 24.25%;
  margin-right: 1%;
  text-align: center;
  float: left;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #000;
  opacity: .95; }

.features .feature.service {
  margin-right: 0;
  float: right; }

.features .feature.sales {
  margin-right: 0; }

.features .feature:hover {
  background-color: #e3f3ff;
  opacity: 1; }

.features .feature:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* initial ratio of 1:1*/ }

.features .feature .content,
.features .feature img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 50;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.features .feature:hover img {
  position: absolute;
  top: -20px;
  left: 0;
  bottom: 20px;
  right: 0;
  z-index: 50; }

.features .feature .content {
  z-index: 100;
  background: none; }

.features .feature .content h3 {
  position: absolute;
  bottom: 40px;
  right: 0;
  left: 0;
  text-align: center;
  color: #3a89ca;
  opacity: 0;
  text-transform: uppercase;
  z-index: 150;
  font-size: .8em;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.features .feature:hover .content h3 {
  bottom: 15px;
  opacity: 1; }

.fluid_aside {
  position: absolute;
  bottom: 30px;
  right: 0;
  color: #ddd;
  border-top: solid 3px #f47c54;
  left: 30px;
  background: rgba(13, 21, 40, 0.9);
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  padding: 30px 30px 30px 60px; }
  .fluid_aside em {
    display: block;
    opacity: .75;
    font-size: .7em;
    font-weight: 600;
    font-style: normal;
    color: #f47c53; }
    .fluid_aside em small {
      opacity: .75;
      font-size: .7em;
      font-weight: 600; }
  .fluid_aside:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    bottom: 0;
    background: url(/sup/img/wave.png) repeat rgba(13, 21, 40, 0.9);
    background-attachment: fixed;
    display: block;
    content: ""; }

/* Updates Edits */
#updates_section a[rel=nofollow],
#home_section a[rel=nofollow] {
  display: none; }

/* About */
#about_section .map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%; }
  #about_section .map iframe {
    width: 100%;
    height: 100%; }

#about_section .content_placement {
  width: 47%; }

/* Portfolio Sort */
#portfolio_section #animated_sort .item {
  padding: 5px;
  width: 20%;
  position: relative; }

#portfolio_section #animated_sort .item.double_wide {
  width: 40%; }

#portfolio_section #animated_sort .item * {
  display: none; }

#portfolio_section #animated_sort .item .trigger,
#portfolio_section #animated_sort .item .title {
  display: block;
  cursor: pointer; }

#portfolio_section #animated_sort .item.showing * {
  display: inherit; }

#portfolio_section #animated_sort .item.showing .close {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 80px;
  text-align: center;
  height: 35px;
  line-height: 30px;
  font-weight: 700;
  font-size: .85em;
  background-color: #000;
  border: solid 2px #f47c53;
  color: #f47c53;
  text-indent: 0;
  text-transform: uppercase;
  content: 'close';
  cursor: pointer; }

#portfolio_section #animated_sort .item.showing,
#portfolio_section #animated_sort .item.double_wide.showing {
  width: auto;
  height: auto;
  padding: 40px;
  position: fixed !important;
  transform: none !important;
  -webkit-transform: none !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.95);
  overflow: auto;
  z-index: 3000; }

#portfolio_section #animated_sort .item img {
  display: block;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#portfolio_section #animated_sort .item.showing .trigger {
  display: none; }

#portfolio_section #animated_sort .item .full {
  display: none; }

#portfolio_section #animated_sort .item.showing .full {
  display: block;
  width: auto;
  margin: 0 auto 1em; }

#portfolio_section #animated_sort .item h2.title {
  position: absolute;
  background-color: rgba(0, 10, 30, 0.6);
  bottom: 20px;
  left: 5px;
  padding: 6px 15px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0; }

#portfolio_section #animated_sort .item.showing h2.title {
  position: static;
  background: none;
  padding: 0;
  float: none;
  clear: both;
  font-size: 25px;
  font-weight: 300;
  text-transform: none;
  padding-top: .5em; }

#portfolio_section #animated_sort .item.showing p {
  color: #666; }

#portfolio_section #options ul,
#portfolio_section #options ul li {
  margin: 0;
  padding: 0;
  background: none;
  list-style-type: none; }

#portfolio_section #options ul {
  margin-bottom: 2em; }

#portfolio_section #options ul li {
  float: left; }

#portfolio_section #options ul li a {
  display: block;
  line-height: 1em;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
  background-color: #000;
  margin: 5px;
  border-radius: 1px;
  color: #3a89c9;
  position: relative;
  outline: none; }

#portfolio_section #options ul li.all a.selected:after {
  border: none; }

#portfolio_section #options ul li.all a {
  background-color: #3a89c9;
  color: #fff; }

#portfolio_section #options ul li a.selected {
  background-color: #f47c53;
  color: #fff;
  box-shadow: 0px 3px 1px #000; }

/* Updates */
#updates_section h2 {
  position: relative;
  text-transform: none;
  font-size: 3em;
  letter-spacing: 0;
  font-weight: 900;
  line-height: 1.1; }
  #updates_section h2 a {
    color: inherit; }
  #updates_section h2:after {
    position: absolute;
    top: .2em;
    left: -900px;
    right: 100%;
    margin-right: 30px;
    background: url(/sup/img/wave.png) repeat;
    background-attachment: fixed;
    bottom: .2em;
    display: block;
    content: ""; }
#updates_section blockquote {
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: inline-block;
  clear: both;
  margin: 0 0 1.5em 0;
  padding: 20px 30px;
  background-color: #1d384f;
  position: relative; }
  #updates_section blockquote:after {
    content: "";
    display: block;
    width: 1px;
    height: 1px;
    border: solid 10px transparent;
    border-bottom-color: #1d384f;
    position: absolute;
    left: 30px;
    top: -20px; }
  #updates_section blockquote p {
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    margin: 0; }

body#updates_section .item {
  margin-bottom: 3em; }
  body#updates_section .item h2 {
    font-size: 2.5em; }

#home_section #updates_section .update_content img {
  width: auto;
  height: auto !important; }

#updates_section .update_content img {
  height: auto !important; }

#updates_section .content_placement {
  padding-right: 35%; }

#updates_section .date {
  margin-bottom: .6em; }

#updates_section .date span {
  text-transform: uppercase;
  color: #3a89c9;
  font-weight: 900;
  font-size: 1.3em; }

#updates_section .date span.month {
  color: #4a779c;
  font-weight: 700; }

#updates_section .date span.year {
  color: #3e5364;
  font-weight: 300; }

#updates_section .aside {
  background: url(/sup/img/fish_swimming.jpg) no-repeat right center;
  background-size: cover; }

/* Offerings and Capabilities */
#services_section .aside {
  background: url(/sup/img/tank.jpg) no-repeat right center;
  background-size: cover;
  background-attachment: fixed; }

#services_section .content_placement {
  width: 65%; }

/* == 2017 ENHANCEMENTS == */
.footer .newsletter {
  margin-bottom: 2em;
  padding-bottom: 0;
  border-bottom: solid 2px rgba(81, 81, 83, 0.5); }

#mc_embed_signup {
  max-width: 690px;
  margin: 0 0 1em;
  line-height: 1.4; }
  #mc_embed_signup ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  #mc_embed_signup ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  #mc_embed_signup :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  #mc_embed_signup :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4);
    opacity: 1; }
  #mc_embed_signup label {
    color: #fff;
    display: block;
    margin: 0 0 .7em;
    padding: .5em 1em;
    background-color: #3c89c9;
    border-radius: 5px 0px 0px 5px;
    border: solid 2px #3c89c9; }
  #mc_embed_signup .columns > hr {
    width: 40px; }
  #mc_embed_signup .text input {
    width: 100%;
    padding: .5em 1em;
    border: solid 2px #3c89c9;
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    margin: 0 0 1em;
    border-radius: 0px 5px 5px 0px;
    font-size: 1em; }
  #mc_embed_signup .submit input {
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    background-color: #f47c53;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    font-family: "Nunito Sans", Arial, Helvetica, sans-serif;
    padding: .5em 1em;
    border: solid 2px #f47c53;
    font-size: 1em;
    cursor: pointer; }
    #mc_embed_signup .submit input:hover {
      border-color: #f8d2c2; }

figure {
  margin: 0 0 3em; }
  figure .c-figure__caption {
    opacity: .6;
    font-style: italic;
    font-size: .85em; }

.c-figure--right {
  float: right;
  margin: 0 0 3em 3em;
  text-align: right; }
  .c-figure--right .c-figure__caption {
    text-align: right; }

.c-figure--left {
  float: left;
  margin: 0 3em 3em 0; }
  .c-figure--left .c-figure__caption {
    text-align: left; }

.c-figure--center {
  margin: 3em auto 3em; }
  .c-figure--center img {
    margin: 0 auto; }
  .c-figure--center .c-figure__caption {
    text-align: center; }

.featured_items:before, .featured_items:after,
.remaining_items:before,
.remaining_items:after {
  content: '';
  display: table; }
.featured_items:after,
.remaining_items:after {
  clear: both; }
.featured_items .item,
.remaining_items .item {
  display: block;
  position: relative;
  overflow: hidden; }
  .featured_items .item:before,
  .remaining_items .item:before {
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: solid 1px #3c89c9;
    opacity: 0;
    z-index: 250; }
  .featured_items .item .title,
  .remaining_items .item .title {
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(38, 48, 71, 0) 0%, #030b11 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(38, 48, 71, 0) 0%, #030b11 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(38, 48, 71, 0) 0%, #030b11 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00263047', endColorstr='#cc030b11',GradientType=0 );
    /* IE6-9 */
    color: #f47c53;
    font-size: 1.3em;
    font-weight: 700;
    padding: 9em 2em 1em;
    z-index: 200; }
    .featured_items .item .title em,
    .remaining_items .item .title em {
      -webkit-transition: all 250ms ease-in-out 0s;
      transition: all 250ms ease-in-out 0s;
      font-weight: 300;
      font-style: italic;
      color: rgba(255, 255, 255, 0.5);
      font-size: .8em;
      display: block; }
    .featured_items .item .title strong,
    .remaining_items .item .title strong {
      display: block; }
    .featured_items .item .title .tags,
    .remaining_items .item .title .tags {
      -webkit-transition: all 250ms ease-in-out 0s;
      transition: all 250ms ease-in-out 0s;
      display: block;
      font-weight: 700;
      font-size: .55em;
      color: #fff;
      text-transform: uppercase; }
  .featured_items .item img,
  .remaining_items .item img {
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
    z-index: 100; }
  .featured_items .item.number-1,
  .remaining_items .item.number-1 {
    width: 66.66%;
    float: left; }
  .featured_items .item.number-2, .featured_items .item.number-3,
  .remaining_items .item.number-2,
  .remaining_items .item.number-3 {
    width: 33.33%;
    float: right; }
  .featured_items .item:hover:before,
  .remaining_items .item:hover:before {
    border-width: 10px;
    opacity: .8; }
  .featured_items .item:hover img,
  .remaining_items .item:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .featured_items .item:hover .title,
  .remaining_items .item:hover .title {
    color: #3c89c9;
    opacity: .75;
    padding-bottom: 2em; }
    .featured_items .item:hover .title em,
    .remaining_items .item:hover .title em {
      opacity: 0; }
    .featured_items .item:hover .title .tags,
    .remaining_items .item:hover .title .tags {
      opacity: 0; }

.remaining_items .item {
  width: 25%;
  float: left; }
  .remaining_items .item .title {
    font-size: 1em; }
  .remaining_items .item.featured {
    display: none; }

#general_section .content-designer {
  padding-top: 3em;
  padding-bottom: 2em; }

/* Homepage Overview */
.homepage_overview {
  text-align: center;
  position: relative; }
  .homepage_overview:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
    background: -moz-linear-gradient(top, rgba(22, 63, 97, 0) 0%, #051917 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(22, 63, 97, 0) 0%, #051917 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(22, 63, 97, 0) 0%, #051917 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00163f61', endColorstr='#051917',GradientType=0 );
    /* IE6-9 */ }
  .homepage_overview .content {
    z-index: 500;
    padding: 40px;
    background: none; }
  .homepage_overview .introduction {
    max-width: 850px;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 900;
    padding: 3em 0 0;
    line-height: 1.2;
    text-transform: uppercase; }
    .homepage_overview .introduction p {
      background: -moz-linear-gradient(top, rgba(8, 16, 40, 0.8) 0%, rgba(58, 137, 202, 0.5) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(8, 16, 40, 0.8) 0%, rgba(58, 137, 202, 0.5) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(8, 16, 40, 0.8) 0%, rgba(58, 137, 202, 0.5) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc081028', endColorstr='#803a89ca',GradientType=0 );
      /* IE6-9 */
      padding: 2em 1em 5em;
      margin: 0; }
  .homepage_overview .columns {
    margin-top: -4em; }
    .homepage_overview .columns img {
      width: 100%;
      box-shadow: 0px -20px 40px rgba(0, 0, 20, 0.4);
      margin: 0 auto 2em;
      border-radius: 3px; }
    .homepage_overview .columns > hr {
      width: 40px; }
    .homepage_overview .columns > div > a {
      -webkit-transition: all 250ms ease-in-out 0s;
      transition: all 250ms ease-in-out 0s;
      display: block;
      padding: 1em;
      background-color: rgba(5, 10, 40, 0.4);
      border: solid 2px rgba(244, 124, 83, 0);
      border-radius: 5px; }
      .homepage_overview .columns > div > a:hover {
        background-color: rgba(0, 5, 15, 0.7);
        border-color: #3c89c9; }
        .homepage_overview .columns > div > a:hover button {
          background-color: #3c89c9;
          padding-left: 2em;
          padding-right: 2em; }
    .homepage_overview .columns > div h2 {
      font-weight: 700; }
    .homepage_overview .columns > div p {
      color: #fff;
      padding: 0 2em; }
    .homepage_overview .columns > div button {
      -webkit-transition: all 250ms ease-in-out 0s;
      transition: all 250ms ease-in-out 0s;
      border-radius: 0;
      border: none;
      background: #f47c53;
      color: #fff;
      display: inline-block;
      margin-bottom: 1em;
      font-weight: 900;
      text-transform: uppercase;
      padding: .5em 1.5em;
      line-height: 1;
      font-size: 1em;
      cursor: pointer;
      border-radius: 3px;
      font-family: "Nunito Sans", Arial, Helvetica, sans-serif; }
    .homepage_overview .columns > div:nth-of-type(2) {
      width: 35%;
      font-size: 1.2em;
      position: relative;
      top: -2em; }

/* == Simple Slideshow == */
.crossfade {
  overflow: hidden;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200; }
  .crossfade .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(7px);
    z-index: 3;
    -webkit-animation: slideshow 15s linear 0s infinite;
    -moz-animation: slideshow 15s linear 0s infinite;
    -ms-animation: slideshow 15s linear 0s infinite;
    -o-animation: slideshow 15s linear 0s infinite;
    animation: slideshow 15s linear 0s infinite; }
    .crossfade .image:nth-child(2) {
      z-index: 2;
      -webkit-animation: slideshow 15s linear 5s infinite;
      -moz-animation: slideshow 15s linear 5s infinite;
      -ms-animation: slideshow 15s linear 5s infinite;
      -o-animation: slideshow 15s linear 5s infinite;
      animation: slideshow 15s linear 5s infinite; }
    .crossfade .image:nth-child(3) {
      z-index: 1;
      -webkit-animation: slideshow 15s linear 10s infinite;
      -moz-animation: slideshow 15s linear 10s infinite;
      -ms-animation: slideshow 15s linear 10s infinite;
      -o-animation: slideshow 15s linear 10s infinite;
      animation: slideshow 15s linear 10s infinite; }
@-webkit-keyframes slideshow {
  25% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  91.66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes slideshow {
  25% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  91.66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes slideshow {
  25% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  91.66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes slideshow {
  25% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  91.66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slideshow {
  25% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  91.66% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Services */
#services_section .intro-text {
  font-size: 1.2em;
  margin-bottom: 3em;
  line-height: 1.7; }

.services-list .service {
  -webkit-transition: all 250ms ease-in-out 0s;
  transition: all 250ms ease-in-out 0s;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
  max-height: 180px;
  border-bottom: solid 1px #3c89c9; }
  .services-list .service:before, .services-list .service:after {
    content: '';
    display: table; }
  .services-list .service:after {
    clear: both; }
  .services-list .service:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, #25597c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, #25597c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, #25597c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#25597c',GradientType=1 );
    /* IE6-9 */
    z-index: 50; }
  .services-list .service:after {
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    content: '';
    display: block;
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, #060f19 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, #060f19 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, #060f19 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#060f19',GradientType=0 );
    /* IE6-9 */
    z-index: 150; }
  .services-list .service a.more {
    -webkit-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    -o-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    position: absolute;
    z-index: 400;
    top: 100%;
    left: 50%;
    font-size: .8em;
    border-radius: 5px 5px 0px 0px; }
  .services-list .service .service-content {
    position: relative;
    z-index: 100;
    padding: 2em;
    overflow: hidden; }
    .services-list .service .service-content h2 {
      z-index: 200;
      position: relative; }
  .services-list .service .image {
    z-index: 160;
    position: relative;
    width: 33.3%;
    float: right;
    top: -3em;
    right: -5%;
    overflow: hidden;
    margin: 0;
    border-radius: 900px;
    box-shadow: 0px -80px 80px #f47c53; }
    .services-list .service .image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .services-list .service .image:after {
      content: '';
      display: block;
      padding-bottom: 100%; }
  .services-list .service:nth-child(even):before {
    background: -moz-linear-gradient(left, #25597c 0%, rgba(0, 0, 0, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #25597c 0%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #25597c 0%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25597c', endColorstr='#e6000000',GradientType=1 );
    /* IE6-9 */ }
  .services-list .service:nth-child(even) .image {
    float: left;
    margin: 0;
    right: auto;
    left: -5%; }
  .services-list .service.showing {
    max-height: none; }
    .services-list .service.showing a.more {
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .services-list .service.showing:after {
      -webkit-transform: translate(0, 100%);
      -moz-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      -o-transform: translate(0, 100%);
      transform: translate(0, 100%); }

/* Whats New */
#whats_new_section .page_title .tags {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 1.3em;
  display: block;
  position: relative;
  margin-top: 1em; }
  #whats_new_section .page_title .tags:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background-color: #f47c53; }
#whats_new_section .rich_text_content {
  padding-top: 3em;
  padding-bottom: 3em; }

/* Portfolio Detail */
#portfolio_detail_section .page_title {
  text-align: center; }
  #portfolio_detail_section .page_title h1 {
    text-align: center; }
  #portfolio_detail_section .page_title .tags {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 900;
    text-transform: uppercase;
    padding-top: 1.3em;
    display: block;
    position: relative;
    margin-top: 1em; }
    #portfolio_detail_section .page_title .tags:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      width: 60px;
      margin-left: -30px;
      height: 4px;
      background-color: #f47c53; }
#portfolio_detail_section .details {
  margin-bottom: 2em;
  max-width: 900px;
  margin: 0 auto 3em;
  font-size: 1.2em;
  line-height: 1.5; }
#portfolio_detail_section .gallery {
  margin-bottom: 3em;
  padding-top: 2em; }
  #portfolio_detail_section .gallery img {
    margin: 0 auto 3em;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.4); }
    #portfolio_detail_section .gallery img + p.caption {
      text-align: center;
      color: rgba(255, 255, 255, 0.6);
      font-size: .8em;
      margin-top: -3em;
      margin-bottom: 3em; }
#portfolio_detail_section .view_more {
  text-align: center; }
  #portfolio_detail_section .view_more a.button {
    margin: 0 auto; }
    #portfolio_detail_section .view_more a.button:hover {
      padding-left: 3em;
      padding-right: 3em; }

/* == MEDIA QUERIES == */
@media screen and (max-width: 1150px) {
  .responsive {
    background-color: red; }

  ul.primary_nav li a[title="navigation"] {
    padding: 10px 15px;
    margin: 0 20px 10px 0;
    font-size: .9em; }

  .fluid_aside {
    font-size: 1.1em;
    font-weight: 400; }

  .homepage_overview .content {
    padding: 40px 0; } }
@media screen and (max-width: 1040px) {
  .responsive {
    background-color: orange; }

  ul.primary_nav {
    margin-top: 30px; }

  ul.primary_nav li a[title="navigation"] {
    font-size: .8em; }

  ul.primary_nav li.contact {
    font-size: .6em;
    font-weight: 600;
    padding-bottom: 2.5em; }

  .homepage_overview .columns {
    display: block;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .homepage_overview .columns > * {
      display: block;
      width: 100%; }
    .homepage_overview .columns > hr {
      display: none; }
    .homepage_overview .columns.fluid .fixed_cell {
      width: 100%;
      white-space: normal; }
    .homepage_overview .columns .content {
      padding: 40px; }
    .homepage_overview .columns > div:nth-child(n) {
      width: auto;
      top: auto;
      margin: 0 20px 3em;
      flex-grow: 1;
      flex-basis: 25%;
      max-width: 50%; }
    .homepage_overview .columns > div:nth-child(4) {
      order: -1;
      display: block;
      width: 100%;
      max-width: 100%;
      flex-grow: 1;
      flex-basis: 100%;
      margin: 0 40px 3em; } }
@media screen and (max-width: 940px) {
  /* Safe for standard 1024 desktop monitor */
  .responsive {
    background-color: yellow; }

  .contain,
  .container {
    padding: 0px 20px; }

  #home_section #updates_section {
    min-height: 0; }

  a#logo {
    width: 20%; }

  #about_section .map {
    position: static;
    width: 100%;
    height: 500px; }

  #about_section .map iframe {
    width: 100%;
    height: 100%; }

  #home_section .content_placement,
  #services_section .content_placement,
  #about_section .content_placement {
    width: auto; }

  #home_section .aside,
  .aside {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 100px 30px 30px 30px; }

  .fluid_aside {
    position: relative;
    bottom: auto;
    left: auto;
    top: auto;
    right: auto; }

  #home_section .content_placement,
  #updates_section .content_placement {
    padding-right: 0; }

  #home_section .fluid_aside:after {
    right: auto;
    left: 0; }

  #home_section .content .contain {
    padding-left: 40px;
    padding-right: 40px; }

  #updates_section h2::after {
    margin-right: 20px; } }
@media screen and (max-width: 850px) {
  .responsive {
    background-color: green; }

  ul.primary_nav li a[title="navigation"] {
    margin-right: 10px; } }
@media screen and (max-width: 800px) {
  /* Tablet Portrait */
  .responsive {
    background-color: blue;
    color: #000; }

  .opening .content {
    font-size: 1.3em; }

  .header a.toggle_nav {
    display: block;
    width: 60px;
    height: 30px;
    background: #3c8aca;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3c8aca 0%, #2864ad 87%, #1f5aa0 98%, #174791 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c8aca), color-stop(87%, #2864ad), color-stop(98%, #1f5aa0), color-stop(100%, #174791));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3c8aca 0%, #2864ad 87%, #1f5aa0 98%, #174791 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3c8aca 0%, #2864ad 87%, #1f5aa0 98%, #174791 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3c8aca 0%, #2864ad 87%, #1f5aa0 98%, #174791 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3c8aca 0%, #2864ad 87%, #1f5aa0 98%, #174791 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c8aca', endColorstr='#174791',GradientType=0 );
    /* IE6-9 */
    border-radius: 3px 3px 0px 0px;
    box-shadow: 0px -1px 1px #fff, 0px -2px 4px #ccc;
    left: 50%;
    margin-left: -30px;
    bottom: 0px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    z-index: 1000; }

  .header a.toggle_nav:before {
    display: block;
    width: 60px;
    height: 30px;
    left: 0;
    top: 0px;
    position: absolute;
    text-align: center;
    font-weight: 600;
    font-size: .8em;
    color: #fff;
    text-transform: uppercase;
    content: "menu"; }

  .header a.toggle_nav.showing:before {
    content: "close"; }

  a#logo {
    margin: 20px auto 20px;
    max-width: 250px;
    min-width: 150px;
    width: auto;
    float: none;
    background-position: center center; }

  .header:after {
    display: none; }

  ul.primary_nav {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    height: 0; }

  ul.primary_nav li {
    display: block;
    margin-bottom: 10px;
    float: none; }

  ul.primary_nav li a[title="navigation"] {
    display: block;
    width: 100%;
    clear: both;
    text-align: center;
    margin-bottom: 0; }

  ul.primary_nav li.tagline,
  ul.primary_nav li.contact {
    font-size: .9em; }

  ul.primary_nav li.contact {
    font-size: .9em;
    line-height: 1em;
    color: #555; }

  ul.primary_nav li.contact address {
    margin-bottom: .5em;
    display: block; }

  ul.primary_nav li.contact span.breaker {
    display: block;
    clear: both;
    width: auto;
    height: 1px;
    text-indent: -9999px; }

  ul.primary_nav li.nav a {
    margin-left: 0; }

  #portfolio_section #animated_sort .item {
    width: 33.3%; }

  #portfolio_section #animated_sort .item.double_wide {
    width: 66.6%; }

  .featured_items .item.number-1,
  .remaining_items .item.number-1 {
    width: 100%;
    float: none; }
  .featured_items .item.number-2, .featured_items .item.number-3,
  .remaining_items .item.number-2,
  .remaining_items .item.number-3 {
    width: 50%;
    float: left; }
  .featured_items .item.number-3,
  .remaining_items .item.number-3 {
    width: 50%;
    float: right; }

  .remaining_items .item {
    width: 50%; }

  .c-figure--right,
  .c-figure--left {
    float: none;
    margin: 0 0 3em 0;
    text-align: left; }
    .c-figure--right .c-figure__caption,
    .c-figure--left .c-figure__caption {
      text-align: left; }

  .c-figure--center {
    margin: 3em auto 3em; }
    .c-figure--center img {
      margin: 0 auto;
      width: 100%; }
    .c-figure--center .c-figure__caption {
      text-align: center; } }
@media screen and (max-width: 640px) {
  /* Tablet Portrait */
  .responsive {
    background-color: purple;
    color: #fff; }

  h1 {
    font-size: 3em; }

  .opening .content .services,
  .opening .content .store {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding-bottom: 60%;
    margin-bottom: 1.5em; }

  .opening {
    padding: 0; }

  .opening .content .group {
    padding-right: 0;
    padding-left: 0; }

  a#logo {
    margin-bottom: 0;
    max-width: 200px;
    min-width: 90px; }

  ul.actions li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px; }

  .columns {
    display: block;
    width: 100%; }
    .columns > * {
      display: block;
      width: 100%; }
    .columns > hr {
      display: none; }
    .columns.fluid .fixed_cell {
      width: 100%;
      white-space: normal; }

  ul.primary_nav {
    height: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: hidden; }

  ul.primary_nav.showing {
    height: auto; }

  .homepage_overview .introduction {
    margin: 0 -1em 1em;
    font-size: 1.5em; }
    .homepage_overview .introduction p {
      padding-bottom: 4em; }

  .homepage_overview {
    padding-bottom: 2em; }
    .homepage_overview .columns > div:nth-child(n) {
      width: 100%;
      margin: 0 0 2em;
      flex-grow: 1;
      flex-basis: 100%;
      max-width: 100%; }
    .homepage_overview .content {
      padding: 0 40px; }

  #about_section .map {
    height: 350px; }

  #portfolio_section #animated_sort .item {
    width: 50%; }

  #portfolio_section #animated_sort .item.double_wide {
    width: 100%; }

  .aside {
    padding: 200px 30px 30px 30px; }

  .footer .social {
    float: none;
    margin: 0 auto;
    text-align: center; }

  .footer .social a,
  .footer .social a:first-child {
    display: inline-block;
    float: none;
    margin: 10px 5px;
    margin-top: 0; }

  .footer .copyright {
    float: none;
    text-align: center; }

  #portfolio_section #animated_sort .item.showing .close {
    width: 40px;
    height: 40px; }

  #portfolio_section #options ul li a {
    padding: 6px 10px;
    font-size: .9em; }

  #portfolio_section #options ul li a span {
    display: none; }

  .callout {
    padding: 4px; }

  .callout p {
    font-size: .8em; }

  .services-list .service:nth-child(n) .service-content {
    overflow: visible; }
  .services-list .service:nth-child(n) .image {
    float: right;
    width: 33%;
    right: -5%;
    left: auto;
    top: -2em;
    margin-bottom: 0; }

  #mc_embed_signup label {
    color: #3c89c9;
    padding: 0;
    background: none;
    border: none;
    font-weight: 700; } }
@media screen and (max-width: 480px) {
  .responsive {
    background-color: black; }

  #portfolio_section #animated_sort .item {
    width: 100%; }

  ul.primary_nav li.tagline,
  ul.primary_nav li.contact {
    font-size: .7em; }

  .services-list .service .service-content {
    padding: 1.5em; }
    .services-list .service .service-content h2 {
      font-size: 1.3em;
      font-weight: 700; }

  .featured_items .item,
  .remaining_items .item {
    width: 100% !important;
    float: none !important; } }
@media screen and (max-width: 400px) {
  .responsive {
    background-color: gray; }

  h1 {
    font-size: 2.5em; }

  ul.primary_nav li.tagline {
    font-size: .8em;
    line-height: 1em;
    text-align: center;
    margin-bottom: 1.3em; }

  ul.primary_nav li.tagline span {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border-top: double 3px #ccc;
    max-width: 30px;
    margin: 14px auto 0; }

  ul.primary_nav li.contact em {
    display: block;
    clear: both;
    text-indent: -9999px;
    overflow: hidden;
    height: 4px; }

  ul.primary_nav li.contact address {
    margin-bottom: 10px; } }
@media screen and (max-width: 370px) {
  .responsive {
    background-color: white; }

  h1 {
    font-size: 2em;
    text-align: center; } }
/* Isotope */
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* End: Recommended Isotope styles */

/*# sourceMappingURL=styles.css.map */
