/* reset */
article,
aside,
details,
figcaption,
figure, footer,
header,
nav,
section {
  display: block; 
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; 
}

audio:not([controls]) {
  display: none; 
}

[hidden] {
  display: none; 
}

html {
  font-size: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll; 
}

input,
select,
textarea {
  font-family: sans-serif;
  font-size: 14px; 
}

body, figure, form {
  margin: 0; 
}

a:focus,
label:focus,
input:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0 none; 
}

a:hover, a:active {
  outline: 0 none; 
}

abbr[title] {
  border-bottom: 1px dotted; 
}

blockquote {
  margin: 1em 40px; 
}

dfn {
  font-style: italic; 
}

mark {
  background: #ff0;
  color: #000; 
}

.hidden {
  display: none; 
}

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,
.small {
  font-size: 75%;
  line-height: 1.3em; 
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; 
}

sup {
  top: -0.5em; 
}

sub {
  bottom: -0.25em; 
}

ul, ol {
  padding: 0 0 0 20px; 
}

dd {
  margin: 0 0 0 20px; 
}

p, ul, ol {
  margin: 0 0 1em 0; 
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0; 
}

nav ul li a:hover, nav ol li a:hover {
  text-decoration: none; 
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  height: auto !important;
  max-width: 100%; 
}

svg:not(:root) {
  overflow: hidden; 
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0; 
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; 
}

iframe {
  border: 0; 
}

button,
input,
select,
textarea {
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; 
}

button, input {
  line-height: normal; 
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; 
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
  vertical-align: text-bottom; 
}

input[type="checkbox"] {
  *vertical-align: baseline; 
}

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; 
}

td {
  text-align: left;
  vertical-align: top; 
}

body,
img,
.row,
a,
.shell {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear; 
}

.nicescroll-rails {
    z-index: 1000 !important;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; 
}

.clearfix:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; 
}

.nowrap {
  white-space: nowrap; 
}

.left {
  float: left; 
}

.right {
  float: right; 
}

.align-left {
  text-align: left; 
}

.align-right {
  text-align: right; 
}

.align-center {
  text-align: center; 
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto; 
}

img[align="right"],
img.align-right {
  margin: 0 0 20px 20px; 
}

img[align="left"],
img.align-left {
  margin: 0 20px 20px 0; 
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em; 
}

.print {
  display: none; 
}

.relative {
  position: relative; 
}

.screen-reader-text {
  left: -9000px;
  position: absolute; 
}

/* custom */

@-webkit-keyframes jump {
  0% { top: 0; -webkit-animation-timing-function: ease-in; }
  30% { top: 3px; -webkit-animation-timing-function: ease-out; }
  45% { top: 6px; -webkit-animation-timing-function: ease-in; }
  60% { top: 9px; -webkit-animation-timing-function: ease-out; }
  85% { top: 0; -webkit-animation-timing-function: ease-in; }
  100% { top: 0; -webkit-animation-timing-function: ease-in; }
}

@-moz-keyframes jump {
  0% { top: 0; -moz-animation-timing-function: ease-in; }
  30% { top: 3px; -moz-animation-timing-function: ease-out; }
  45% { top: 6px; -moz-animation-timing-function: ease-in; }
  60% { top: 9px; -moz-animation-timing-function: ease-out; }
  85% { top: 0; -moz-animation-timing-function: ease-in; }
  100% { top: 0; -moz-animation-timing-function: ease-in; }
}

@-o-keyframes jump {
  0% { top: 0; -o-animation-timing-function: ease-in; }
  30% { top: 3px; -o-animation-timing-function: ease-out; }
  45% { top: 6px; -o-animation-timing-function: ease-in; }
  60% { top: 9px; -o-animation-timing-function: ease-out; }
  85% { top: 0; -o-animation-timing-function: ease-in; }
  100% { top: 0; -o-animation-timing-function: ease-in; }
}

@-ms-keyframes jump {
  0% { top: 0; -ms-animation-timing-function: ease-in; }
  30% { top: 3px; -ms-animation-timing-function: ease-out; }
  45% { top: 6px; -ms-animation-timing-function: ease-in; }
  60% { top: 9px; -ms-animation-timing-function: ease-out; }
  85% { top: 0; -ms-animation-timing-function: ease-in; }
  100% { top: 0; -ms-animation-timing-function: ease-in; }
}

@keyframes jump {
  0% { top: 0; animation-timing-function: ease-in; }
  30% { top: 3px; animation-timing-function: ease-out; }
  45% { top: 6px; animation-timing-function: ease-in; }
  60% { top: 9px; animation-timing-function: ease-out; }
  85% { top: 0; animation-timing-function: ease-in; }
  100% { top: 0; animation-timing-function: ease-in; }
}

::selection {
  background: #641535;
  color: #fff; 
}

::-moz-selection {
  background: #641535;
  color: #fff; 
}

img::selection {
  background: transparent; 
}

img::-moz-selection {
  background: transparent; 
}

body {
  -webkit-tap-highlight-color: transparent; 
  background: #151515;
  color: #fff;
  font-family: 'Open Sans',  Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1rem;
  height: 100%;
  line-height: 1.6em; 
}

.section {
  color: #595959;
}

h1 {
  font-size: 1.6em; 
}

h2 {
  font-size: 1.4em; 
}

h3 {
  font-size: 1.2em; 
}

h4, h5, h6 {
  font-size: 1.1em; 
}

p.intro {
  font-size: 1.4em;
  line-height: 1.3em; 
}

input, select, textarea, .normal {
  font-family: 'Open Sans',  Arial, Helvetica, sans-serif;
  font-weight: normal;
}

a {
  color: #0b7b93;
  cursor: pointer;
  text-decoration: none; 
}

a:hover {
  color: #000;
  text-decoration: none; 
}

hr {
  background: #bdbdbd;
  border: 0;
  clear: both;
  height: 1px;
  margin: 20px 0;
}

.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0,0,0,.2);
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.2)), to(rgba(0,0,0,.8)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.8));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.8));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.8));
  background-image: -o-linear-gradient(top, rgba(255,255,255,.2), rgba(0,0,0,.8));
  background-image: linear-gradient(to bottom, rgba(255,255,255,.2), rgba(0,0,0,.8));
  */
  box-shadow: 0 4px 8px rgba(0,0,0,.4) inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 70px 12px 30px;
  position: relative;
  text-align: center; 
}

.button:before {
  position: absolute;
  right: 13px;
  top: 13px;
}

.button:active,
.button:focus,
.button:hover {
  background: rgba(0,0,0,.35);
  color: #fff; 
}

.button:hover {
  background: rgba(0,0,0,.35);
  color: #fff;
}

.button.purple {
  background: #8d1847;
}

.button.purple:hover {
  background: #75143b;
}

.button.blue {
  background: #0b7b93;
}

.button.blue:hover {
  background: #0a6578;
}


.button.orange {
  background: #d59d16;
  color: #000;
}

.button.orange:hover {
  background: #d57d16;
  color: #000;
}

.button.lime {
  background: #eee2b8;
  color: #000;
}

.button.lime:hover {
  background: #87c909;
  color: #000;
}

nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}

.desktop {
  display: none; 
}

.row {
  margin: 0 auto;
  position: relative;
  width: 95%; 
}

*, *:before, *:after {
  box-sizing: border-box; 
}

[class*=" icon-"]:after,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class^=icon-]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; 
}

.stack1 { position: relative; z-index: 1; }
.stack2 { position: relative; z-index: 2; }
.stack3 { position: relative; z-index: 3; }
.stack4 { position: relative; z-index: 4; }
.stack5 { position: relative; z-index: 5; }

.pbs { padding-bottom: 20px; }
.pbl { padding-bottom: 40px; }
.pts { padding-top: 20px; }
.ptl { padding-top: 40px; }
.mbs { margin-bottom: 20px; }
.mbl { margin-bottom: 40px; }
.mts { margin-top: 20px; }
.mtl { margin-top: 40px; }

#toTop {
    background: #000;
    bottom: 23px;
    color: #fff;
    display: none;
    height: 30px;
    position: fixed;
    right: 23px;
    width: 30px;
    z-index: 10;
}

#toTop.on {
    display: block;
}

#toTop a {
    display: block;
    height: 30px;
    overflow: hidden;
    text-indent: -999em;
    width: 30px;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-ok:before { content: '\e800'; } /* '' */
.icon-cancel:before { content: '\e801'; } /* '' */
.icon-tags:before { content: '\e802'; } /* '' */
.icon-file-pdf:before { content: '\e803'; } /* '' */
.icon-menu:before { content: '\e804'; } /* '' */
.icon-cog:before { content: '\e805'; } /* '' */
.icon-left-open:before { content: '\e806'; } /* '' */
.icon-right-open:before { content: '\e807'; } /* '' */
.icon-up-open:before { content: '\e808'; } /* '' */
.icon-down-open:before { content: '\e809'; } /* '' */
.icon-paper-plane:before { content: '\e80a'; } /* '' */
.icon-linkedin:before { content: '\e80b'; } /* '' */
.icon-facebook:before { content: '\e80c'; } /* '' */
.icon-twitter:before { content: '\e80d'; } /* '' */
.icon-mail-alt:before { content: '\e80e'; } /* '' */
.icon-leaf:before { content: '\e80f'; } /* '' */
.icon-share:before { content: '\e810'; } /* '' */
.icon-home:before { content: '\e811'; } /* '' */

.fieldset {
  padding: 0 0 20px; 
}

.fieldset input[type="text"],
.fieldset input[type="email"],
.fieldset input[type="password"],
.fieldset input[type="file"],
.fieldset select,
.fieldset textarea {
  background: #f2f2f2;
  border-radius: 6px;
  border: 2px solid #e2e2e2;
  color: #949d9e;
  font-size: 18px;
  padding: 12px 24px;
  width: 100%; 
}

.fieldset input[type="text"]:active,
.fieldset input[type="text"]:focus,
.fieldset input[type="email"]:active,
.fieldset input[type="email"]:focus,
.fieldset input[type="password"]:active,
.fieldset input[type="password"]:focus,
.fieldset input[type="file"]:active,
.fieldset input[type="file"]:focus,
.fieldset select:active,
.fieldset select:focus,
.fieldset textarea:active,
.fieldset textarea:focus {
  background: #fff;
  border: 2px solid #bed600;
  color: #333; 
}

.fieldset textarea {
  height: 150px; 
}

#map {
  height: 200px;
  width: 100%; 
}

#map img {
  max-width: none; 
}

..shellwrapper  {
  overflow: hidden;
}

.section.s0 {
  background: #171c39;
  background: linear-gradient(
    to right, 
    #171c39 0%, 
    #171c39 50%, 
    #121326 50%, 
    #121326 100%
  );
  margin: 0;
  text-align: center;
  width: 100%;
}

.section.s0 h1 {
  color: #4cd2ef;
  font-size: 1.2rem;
  margin: 0 0 22px;
  padding: 42px 0 22px;
  position: relative;
}

.section.s0 h1:after {
  background: #8d1847;
  bottom: -5px;
  content: " ";
  display: block;
  height: 3px;
  left: 25%;
  position: absolute;
  width: 50%;
}

.section.s0 p {
  color: rgba(255,255,255,.8);
}

.section.s0 a {
  color: #4cd2ef;
}

.section.s0 a:hover {
  color: #fff;
}

.section.s0 a:hover,
.section.s0 a:active,
.section.s0 a:focus {
  color: #fff;
  text-decoration: none; 
}

.section.s0 .shell {
  background: url(../images/communicado-phoenix.png) no-repeat center -200px;
  background-size: 80% auto;
  margin: 0;
  text-align: center;
  width: 100%;
}

.section.s0 .shell2 {
  background: url(../images/communicado-phoenix2.png) no-repeat center 71px;
  background-size: 80% auto;
  margin: 0;
  width: 100%;
}

.section.s0 .shell3 {
  background: url(../images/communicado-phoenix3.png) no-repeat center 53px;
  background-size: 80% auto;
  margin: 0;
  width: 100%;
}

.section.s0 .shell .wrapper {
  background: -webkit-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: -moz-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: -o-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,.5));
  height: 100%;
  padding-top: 26%;
  width: 100%;
}

.section.s1 .shell {
  margin: 0;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

.section.s1 .shell .wrapper {
  height: 100%;
  width: 100%;
}

.section.s1 .services h2 {
  color: #000;
  font-size: 1.1rem;
  padding: 0;
}

.section.s1 .services h2 span {
  color: #666;
  display: block;
  font-size: .9rem;
  padding: 0;
}

.section.s1 .services ul {
  list-style: none;
  margin: 0;
  padding: 0 0 40px;
}

.section.s1 .services ul li {
  display: block;
  padding: 0;
  position: relative;
}

.section.s1 .services ul li span {
  display: none;
}

.section.s1 h2 a {
  display: none;
}

.section.s1 a.button.show-portfolio {
    display: inline-block;
  }

.section.s2 .shell {
  background-size: 80% auto;
  margin: 0;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

.section.s2 .shell .wrapper {
  height: 100%;
  padding: 60px 0;
  width: 100%;
}

.section.s2 h2 {
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 0 0 40px;
  position: relative;
}

.section.s2 h2 + p {
  color: rgba(255,255,255,.75);
  margin-bottom: 40px;
  margin-top: 10px;
}

.section.s2 h2 span {
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  color: #d59d16;
  display: block;
  font-size: 1.2rem;
  height: 30px;
  left: 0;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: -2px;
  width: 30px;
}

.section.s3 .shell {
  background-size: 80% auto;
  margin: 0;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

.section.s3 .shell .wrapper {
  height: 100%;
  padding: 60px 0;
  width: 100%;
}

.section.s4 .shell {
  margin: 0;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

.section.s4 .shell .wrapper {
  height: 100%;
  padding: 60px 0;
  width: 100%;
}

.section.s4 h1 {
  color: #d59d16;
  font-size: 1.2rem;
  margin: 0 0 22px;
  padding: 42px 0 22px;
  position: relative;
}

.section.s4 h1:after {
  background: #8d1847;
  bottom: -5px;
  content: " ";
  display: block;
  height: 4px;
  left: 25%;
  position: absolute;
  width: 50%;
}

.hero {
    display: block;
    margin: 0 auto;
    max-width: 768px;
    vertical-align: middle;
    width: 80%;
}

.section.s1 {
  background: #f6f6f6;
  background: linear-gradient(
    to right, 
    #f6f6f6 0%, 
    #f6f6f6 50%, 
    #e6e6e6 50%, 
    #e6e6e6 100%
  );
  margin: 0;
  width: 100%;
}

.section.s2 {
  background: #8d1847;
  background: linear-gradient(
    to right, 
    #8d1847 0%, 
    #8d1847 50%, 
    #6d0f35 50%, 
    #6d0f35 100%
  );

  background: #953159;
  background: linear-gradient(
    to right, 
    #953159 0%, 
    #953159 50%, 
    #772446 50%, 
    #772446 100%
  );
  color: #fff;
  margin: 0;
  width: 100%;
}

.section.s3 {
  background: #602660;
  background: linear-gradient(
    to right, 
    #703f70 0%, 
    #703f70 50%, 
    #481948 50%, 
    #481948 100%
  );
  color: #fff;
  margin: 0;
  width: 100%;
}

.section.s4 {
  background: #f6f6f6;
  background: linear-gradient(
    to right, 
    #f6f6f6 0%, 
    #f6f6f6 50%, 
    #e6e6e6 50%, 
    #e6e6e6 100%
  );
  color: #333;
  margin: 0;
  width: 100%;
  z-index: 1;
}

.section.s1 h1,
.section.s2 h1,
.section.s3 h1,
.section.s4 h1 {
  color: #8d1847;
  font-size: 1.2rem;
  margin: 0 0 22px;
  padding: 42px 0 22px;
  position: relative;
}

.section.s2 h1 {
  color: #eee2b8;
}

.section.s3 h1 {
  color: #eee2b8;
}

.section.s4 h1 {
  color: #000;
}

.section.s1 h1:after,
.section.s2 h1:after,
.section.s3 h1:after {
  background: #d59d16;
  bottom: -5px;
  content: " ";
  display: block;
  height: 4px;
  left: 25%;
  position: absolute;
  width: 50%;
}

.section.s2 h1:after {
  background: #d59d16;
}

.section.s3 h1:after {
  background: #d59d16;
}

.section.s4 h1:after {
  background: #d59d16;
}

.section.s4 {
  box-shadow: 0 4px 4px #000;
}

.section {
  position: relative;
}

.section.s0 a.scroll {
  color: rgba(255,255,255,.5);
  font-size: 1.2em;
  position: relative;
  z-index: 3;
  -webkit-animation: jump 1s infinite;
  -moz-animation: jump 1s infinite;
  -o-animation: jump 1s infinite;
  -ms-animation: jump 1s infinite;
  animation: jump 1s infinite; 
}

a.scroll-up {
  bottom: -12px;
  color: rgba(255,255,255,.5);
  font-size: 1.2em;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  z-index: 5;
}

a.scroll:after,
a.scroll-up:after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  content: " ";
  display: block;
  height: 40px;
  left: 50%;
  margin: -17px -20px;
  position: absolute;
  top: 12px;
  width: 40px;
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear; 
}

.section.s1 a.scroll-up,
.section.s3 a.scroll-up,
.section.s4 a.scroll-up,
#portfolio a.scroll-up {
  border-radius: 50%;
  background: #6d0f35;
  bottom: -21px;
  height: 42px;
  line-height: 36px;
  margin-left: -21px;
  text-align: center;
  width: 42px;
}

.section.s4 a.scroll-up,
#portfolio a.scroll-up {
  background: #111;
}

.section.s4 a.scroll-up.open-top {
  background: #481948;
  bottom: auto;
  top: -21px;
}

.section.s1 a.scroll-up:hover,
.section.s3 a.scroll-up:hover,
.section.s4 a.scroll-up:hover,
#portfolio a.scroll-up:hover {
  background: #8d1847;
  height: 60px;
  line-height: 54px;
  margin: -9px -30px;
  width: 60px;
}

.section.s4 a.scroll-up:hover,
#portfolio a.scroll-up:hover {
  background: #000;
}

.section.s4 a.scroll-up.open-top:hover {
  background: #703f70;
}

.section.s1 a.scroll-up:after,
.section.s3 a.scroll-up:after,
.section.s4 a.scroll-up:after,
#portfolio a.scroll-up:after  {
  display: none;
}

.section.s4 h2 {
  color: #8d1847;
  font-size: 1.1rem;
}

a.scroll b,
a.scroll-up b {
  display: none; 
}

a.scroll:hover,
a.scroll-up:hover {
  color: #fff; 
}

a.scroll:hover:after,
a.scroll-up:hover:after {
  height: 60px;
  margin: -27px -30px;
  opacity: 0.2;
  width: 60px;
}

.equal,
.equal2,
.equal3,
.equal4,
.equal5,
.equal6,
.equal7,
.equal8,
.equal9 {
  height: auto !important;
}

.mobile-menu {
  color: rgba(255,255,255,.8);
  font-size: 1.3rem;
  left: 3px;
  position: fixed;
  top: 25px;
  z-index: 10000;
}

.mobile-menu:active,
.mobile-menu:focus,
.mobile-menu:hover {
  color: #fff;
}

.communicado .mobile-menu {
  color: rgba(0,0,0,.4);
}

.communicado .mobile-menu.open,
.mobile-menu.open {
  color: rgba(255,255,255,.8);
}

.communicado .mobile-menu:active,
.communicado .mobile-menu:focus,
.communicado .mobile-menu:hover {
  color: #000;
}

.communicado .mobile-menu.open:active,
.communicado .mobile-menu.open:focus,
.communicado .mobile-menu.open:hover {
  color: #fff;
}

.mobile-menu span {
  display: block;
  left: -999em;
  position: absolute;
  top: -999em;
}

 nav.main-nav {
  transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear; 
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
  background-image: -webkit-linear-gradient(top, #eee, #fff);
  background-image: -moz-linear-gradient(top, #eee, #fff);
  background-image: -ms-linear-gradient(top, #eee, #fff);
  background-image: -o-linear-gradient(top, #eee, #fff);
  background-image: linear-gradient(to bottom, #eee, #fff);
  border-top: 1px solid #fff;
  box-shadow: 0 4px 4px rgba(0,0,0,.4);
  height: 75px;
  left: 0;
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 10; 
}

nav.main-nav ul li a {
  transition: none;
  -o-transition: none;
  -moz-transition: none;
  -webkit-transition: none; 
}

.move {
  -ms-transform: translate(270px, 0);
  -webkit-transform: translate(270px, 0);
  -moz-transform: translate(270px, 0);
  -ms-transform: translate(270px, 0);
  -o-transform: translate(270px, 0);
  transform: translate(270px, 0);
  -webkit-backface-visibility:visible;    
}


nav.main-nav .logo {
  background: url(../images/communicado-txt-alt.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  height: 73px;
  margin: 0 auto;
  position: relative;
  top: -3px;
  vertical-align: middle;
  width: 226px;
}

nav.main-nav .logo a {
  display: block;
  height: 100%;
  width: 100%;
}

nav.main-nav .logo-slider {
  display: block;
  height: 73px;
  margin: 0 auto;
  overflow: hidden;
  vertical-align: middle;
  width: 226px;
}

nav.main-nav .logo-slider .slide {
  margin-top: 20px;
  -webkit-backface-visibility: hidden;
}

nav.main-nav .logo-slider img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

.communicado nav.main-nav {
  top: 0;
}

.clients {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.clients .wrapper {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 10px 30px #c8d5e6 inset;
  padding: 100px 0 50px;
}

.clients h2 {
  color: #999;
  font-size: 1.1rem;
  text-align: center;
}

.slider {
  height: 90px;
  overflow: hidden;
}

.slider .slide {
  height: 90px;
  line-height: 90px;
  text-align: center;
}

.slider .slide img {
  display: inline-block;
  margin: 0 auto;
  max-height: 90px;
  vertical-align: middle;
  transform: scale(.8,.8);
  -webkit-transform: scale(.8,.8);
}

.slider .slide img:before {
  content: " ";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
}

.slider .slide img:hover {
  margin: 0 auto;
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
}

/* slider 2 */

 .slider2content {
    padding: 20px 0 60px;
  }

.slider2 { 
  background: rgba(255, 255, 255, 0.3);
  margin: 20px auto;
  overflow: hidden;
  padding: 20px 0;
  position: relative; 
  text-align: center;
  width: 100%;
}

.slider2 .slide { 
  height: auto;
  margin: 30px auto 0;
  max-height: 333px;
  max-width: 100%;
  width: 80%;
}

.slider2 p.caption {
  color: #000;
  font-size: .8rem;
  margin: 0;
  padding: 20px 0 0;
  text-align: center;
}

.slider2 .slick-slide img {
  display: block;
  float: none;
  height: auto !important;
  margin: 0 auto;
  max-width: 80%;
  width: auto;
}

.slider2 .slick-slider {
  cursor: -webkit-grab; 
  cursor: -moz-grab;
  margin: 0;
}

.slider2 .slick-slider:active,
.slider2 .slick-slider:focus {
  cursor: -webkit-grabbing; 
  cursor: -moz-grabbing;
}

.slider2 .slick-prev,
.slider2 .slick-next {
  background: url(../images/arrows.png) no-repeat;
  display: block;
  cursor: pointer;  
  height: 30px; 
  margin-top: -15px;
  position: absolute;
  text-indent: -999em;
  top: 50%;
  width: 30px; 
  opacity: 0.3; 
  filter:alpha(opacity=30);
}

.slider2 .slick-prev:hover,
.slider2 .slick-next:hover {
  opacity: 1; 
  filter:alpha(opacity=100); 
}

.slider2 .slick-next {
  background-position: -30px 0; 
  right: 0;
}

.slider2 .slick-prev {
  left: 0; 
}

footer {
  background-color: #333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#151515));
  background-image: -webkit-linear-gradient(top, #333, #151515);
  background-image: -moz-linear-gradient(top, #333, #151515);
  background-image: -ms-linear-gradient(top, #333, #151515);
  background-image: -o-linear-gradient(top, #333, #151515);
  background-image: linear-gradient(to bottom, #333, #151515);
  color: rgba(255,255,255,.5);
  padding: 20px 0;
  position: relative;
  text-align: center;
}

footer nav,
footer p.copy {
  display: block;
  font-size: .9rem;
  margin: 10px 0;
}

footer nav ul li {
  display: inline-block;
}

footer nav ul li a {
  color: rgba(255,255,255,.5);
}

footer nav ul li a:after {
  content: "|";
  padding: 0 3px;
}

footer nav ul li:last-child a:after {
  display: none;
}

footer nav ul li a:hover {
  color: #fff;
}

footer hr {
  background: #444;
}

footer img {
  margin-top: 20px;
  max-width: 100%;
  width: 200px;
}

footer nav ul li a span,
footer nav ul li a i {
  display: none;
}

.addthis_sharing_toolbox {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}

.portfolio-intro {
  background: #171c39;
  background: linear-gradient(
    to right, 
    #171c39 0%, 
    #171c39 50%, 
    #121326 50%, 
    #121326 100%
  );
  margin: 0;
  text-align: center;
  width: 100%;
}

.portfolio-intro .wrapper {
  background: -webkit-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: -moz-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: -o-radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: radial-gradient(circle, rgba(0,0,0,0), rgba(0,0,0,.5));
  padding: 40px 0;
}

#portfolio {
  background: #fff;
  box-shadow: 0 10px 30px #c8d5e6 inset, 0 4px 4px #000;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}

.brick {
  cursor: zoom-in;
  width: 100%;
}

.brick .content {
  background: #f6f6f6;
   border: 1px solid #ccc;
  color: #333;
  font-size: .9rem;
  line-height: 1.4rem;
  padding: 10px;
  position: relative;
}

.brick:hover .content {
  border: 1px solid #999;
}

.brick img {
  display: block;
}

.brick h3 {
  color: #fff;
  margin: 10px 0;
  padding: 5px 10px;
}

.brick.illustration h3 {
  background: #8d1847;
}

.brick.graphic h3 {
  background: #0b7b93;
}

.brick.packaging h3 {
  background: #e99a03;
}

.brick.web h3 {
  background: #59ba29;
}

.brick.logos h3 {
  background: #531c63;
}

.brick.photography h3 {
  background: #751414;
}

.brick.retouching h3 {
  background: #ee5f00;
}

.filters {
  padding: 10px 0;
  position: relative;
}

.filter-group a.filter {
  background: #999;
  color: #fff;
  display: inline-block;
  font-size: .9rem;
  margin: 0 2% 15px 0;
  padding: 5px 10px;
  text-align: center;
  width: 48%;
}

.filter-group a.filter:nth-child(2n) {
  float: right;
  margin-right: 0;
}

.filter-group a.filter.is-illustration.is-checked {
  background-color: #8d1847;
}

.filter-group a.filter.is-graphic.is-checked {
  background-color: #0b7b93;
}

.filter-group a.filter.is-packaging.is-checked {
  background-color: #e99a03;
}

.filter-group a.filter.is-web.is-checked {
  background-color: #59ba29;
}

.filter-group a.filter.is-logos.is-checked {
  background-color: #531c63;
}

.filter-group a.filter.is-photography.is-checked {
  background-color: #751414;
}

.filter-group a.filter.is-retouching.is-checked {
  background-color: #ee5f00;
}

.filter-group a.filter:hover {
  background-image: url(../images/hover.png);
}

.go-home {
    background: #2488a9;
    border-radius: 50%;
    bottom: -60px;
    color: #fff;
    content: " ";
    display: block;
    font-size: 1.5rem;
    height: 42px;
    left: 50%;
    line-height: 38px;
    margin: 0 -21px;
    position: absolute;
    text-align: center;
    width: 42px;
    z-index: 2;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear; 
  }

  .go-home:hover {
    background: #161a36;
    color: #fff;
  }

  .go-home b {
    display: none;
  }

  nav.main-nav .go-home {
    display: none;
  }


/* **************************************** MEDIA QUERIES ************************************************** */

/* 360px */
@media only screen and (min-width: 360px) {
  .section.s0 .shell .wrapper {
    padding-top: 18%;
  }
}

/* 480px */
@media only screen and (max-width: 479px) {

  .brick .content {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/* 480px */
@media only screen and (min-width: 480px) {
  .brick {
    float: left;
    width: 49.8%;
  }

  .brick .content {
    margin: 0 10px 20px;
  }

  .filter-group a.filter {
    margin: 0 2% 15px 0;
    width: 31%;
  }

  .filter-group a.filter:nth-child(2n) {
    float: none;
    margin-right: 2%;
  }

  .filter-group a.filter:nth-child(3n) {
    margin-right: 0;
  }
}

/* 767px */
@media only screen and (max-width: 767px) {
  .sticky-wrapper {
    height: auto !important; 
  }

  .section.s0 .shell,
  .section.s0 .shell2,
  .section.s0 .shell3 {
    background-image: url(../images/dummy.png);
    background-size: 80% auto;
  }

  nav.main-nav ul {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear; 
    background-color: #15b8db;
    background-image: -webkit-gradient(linear, left top, right top, from(#15b8db), to(#059fc0));
    background-image: -webkit-linear-gradient(right, #15b8db, #059fc0);
    background-image: -moz-linear-gradient(right, #15b8db, #059fc0);
    background-image: -ms-linear-gradient(right, #15b8db, #059fc0);
    background-image: -o-linear-gradient(right, #15b8db, #059fc0);
    background-image: linear-gradient(to right, #15b8db, #059fc0);
    display: block;
    height: 100%;
    left: -270px;
    padding-top: 75px;
    position: fixed;
    top: 0;
    width: 270px;
    z-index: 100;
  }

  nav.main-nav ul.move { 
    box-shadow: 6px 0 6px rgba(0,0,0,.6);
    left: -270px; 
  }

  nav.main-nav ul li a { 
    border-bottom: 1px solid rgba(0,0,0,.2);
    color: #fff;
    display: block;
    font-size: .9rem;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
  }

  nav.main-nav ul li:first-child a { 
    border-top: 1px solid rgba(0,0,0,.2);
  }

  nav.main-nav ul li a:hover { 
    background: rgba(0,0,0,.4);
  }

  nav.main-nav ul li a.active { 
    background: rgba(0,0,0,.2);
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.8) inset;
  }

  nav.main-nav ul li a i { 
    font-style: normal;
  }

  nav.main-nav ul li a:before { 
    display: none;
  }
}

/* 768px */
@media only screen and (min-width: 768px) {
  .shellwrapper {
    margin-bottom: 200px;
    position: relative;
    z-index: 2;
  }

  .pls { padding-left: 20px; }
  .pll { padding-left: 40px; }
  .prs { padding-right: 20px; }
  .prl { padding-right: 40px; }
  .mls { margin-left: 20px; }
  .mll { margin-left: 40px; }
  .mrs { margin-right: 20px; }
  .mrl { margin-right: 40px; }

  .row {
    max-width: 768px;
    width: 95%; 
  }

  .half {
    float: left;
    margin-left: 4%;
    width: 48%; 
  }

  .half:first-child {
    margin-left: 0; 
  }

  .third {
    float: left;
    margin-left: 4%;
    width: 30%; 
  }

  .third:first-child {
    margin-left: 0; 
  }

  .two-thirds {
    float: left;
    width: 64%; 
  }

  .two-thirds + .third,
  .third + .two-thirds {
    margin-left: 4%; 
  }

  .quart {
    float: left;
    margin-left: 4%;
    width: 22%; 
  }

  .quart:first-child {
    margin-left: 0; 
  }

  .three-quarts {
    float: left;
    margin-left: 0;
    width: 74%; 
  }

  .quart + .three-quarts,
  .quart:nth-child(3n),
  .quart + .quart + .half {
    margin-left: 4%; 
  }

  .mobile {
    display: none !important; 
  }

  .desktop {
    display: block !important; 
  }

  .hero {
    width: 70%;
  }

   nav.main-nav ul {
    background: #0b7b93;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4) inset;
    left: -2.5%;
    position: relative;
    top: 74px;
    width: 105%;
  }

   nav.main-nav ul li a {
    color: #fff;
    display: block;
    padding: 10px 20px;
  }

   nav.main-nav ul li a:hover {
    background: #1f2e48;
    color: #d59d16;
  }

   nav.main-nav ul li a:before {
    display: none;
  }

   nav.main-nav .logo {
    margin: 0;
  }

  nav.main-nav .logo-slider {
    margin: 0;
  }

   nav.main-nav ul li a i {
    font-style: normal;
  }

  .section.s1 .services {
    padding-top: 40px;
  }

  .section.s1 .services ul,
  .section.s1 .services h2 {
    padding-left: 40px;
  }

   .section.s1 .services ul li {
      padding: 8px 0 8px 40px;
   }

  .section.s1 .services ul li span {
    background: rgba(0,0,0,.8);
    border-radius: 50%;
    color: #d59d16;
    display: block;
    font-size: 1rem;
    height: 30px;
    left: 0;
    line-height: 28px;
    position: absolute;
    text-align: center;
    top: 7px;
    width: 30px;
  }

  .section.s0 .shell,
  .section.s1 .shell,
  .section.s2 .shell,
  .section.s3 .shell,
  .section.s4 .shell {
    padding-top: 0;
    text-align: left;
  }

  .section.s0 h1,
  .section.s1 h1,
  .section.s2 h1,
  .section.s3 h1,
  .section.s4 h1 {
    font-size: 1.5rem;
  }

  .section.s0 h1:after,
  .section.s1 h1:after,
  .section.s2 h1:after,
  .section.s3 h1:after,
  .section.s4 h1:after {
    left: 0;
  }

  .section.s1 h1:after {
    width: 104%;
  }

  #scroll-to-clients:hover {
    color: #000;
  }

  .section.s0 .intro-section p {
    width: 75%;
  }

  .section.s1 .wrapper {
    background: url(../images/communicado-phoenix4.png) no-repeat -150px top;
    background-attachment: fixed;
    background-size: 120% auto;
  }

  .slider2content {
    padding: 68px 0;
  }

  .section.s2 h2 + p {
    padding-left: 40px;
  }

  .section.s2 .wrapper {
    background: url(../images/communicado-phoenix5.png) no-repeat -150px top;
    background-attachment: fixed;
    background-size: 120% auto;
  }

  .section.s3 .wrapper {
    background: url(../images/communicado-phoenix6.png) no-repeat -150px top;
    background-attachment: fixed;
    background-size: 120% auto;
  }

  .section.s4 .wrapper {
    background: url(../images/communicado-phoenix7.png) no-repeat -150px top;
    background-attachment: fixed;
    background-size: 120% auto;
  }

  .section.s3 { overflow: hidden; }

  .section.s3 .row { 
    position: relative;
    z-index: 2;
   }

  .section.s3 .comm-large {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear; 
    background: url(../images/comm-large.png) no-repeat  -10% top;
    background-size: auto 100%;
    bottom: -10px;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  nav.main-nav {
    position: relative;
    top: auto;
  }

  nav.main-nav .logo,
  .communicado nav.main-nav .logo {
    display: inline-block;
    height: 75px;
    left: auto;
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: 282px;
  }

  nav.main-nav .logo:hover {
    transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
  }

  nav.main-nav .logo-slider,
  .communicado nav.main-nav .logo-slider {
    display: inline-block;
    height: 75px;
    left: auto;
    position: relative;
    top: auto;
    vertical-align: middle;
    width: 282px;
  }

  nav.main-nav .logo-slider .slide {
    margin-top: 16px;
  }

  nav.main-nav .logo a {
    display: block;
    height: 100%;
    width: 100%;
  }

  nav.main-nav ul {
    background: none;
    box-shadow: none;
    display: inline-block !important;
    float: right;
    left: auto;
    top: auto;
    vertical-align: middle;
    width: auto;
  }

  nav.main-nav ul li {
    display: inline-block; 
    padding: 0;
  }

  nav.main-nav ul li a {
    color: #999;
    display: block;
    font-weight: 600;
    height: 75px;
    line-height: 75px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
  }

  nav.main-nav ul li:last-child a:before {
    display: inline-block;
  }

  nav.main-nav ul li a span,
  nav.main-nav ul li a i {
    display: none;
  }

  nav.main-nav ul li a:hover,
  nav.main-nav ul li a.active {
    background: none;
    color: #000;
  }

  nav.main-nav ul li a:after {
    background: #15b8db;
    bottom: -5px;
    content: " ";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear; 
  }

  nav.main-nav ul li a:hover:after {
    bottom: 1px; 
    height: 5px;
  }

  nav.main-nav ul li a.active:after, nav.main-nav ul li a.active:hover:after {
    bottom: 1px; 
  }

  .section.s1 .content,
  .section.s2 .content,
  .section.s3 .content {
    padding: 25px 0;
  }

  .clients h2 {
    text-align: left;
  }

  footer {
    bottom: 0;
    height: 200px;
    padding: 80px 0 60px;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 1;
  }

  footer nav,
  footer p.copy {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }

  footer p.copy {
    padding-right: 40px;
  }

  footer nav ul li a::after {
    padding: 0 6px;
  }

  footer img {
    float: right;
    margin-top: 0;
    max-width: 100%;
    width: 286px;
  }

  .brick {
    width: 33.33%;
  }

  .filters {
    padding: 10px;
  }

  .filter-group a.filter {
    width: auto;
  }

  .filter-group a.filter {
    margin-right: 5px !important;
    padding: 5px 12px;
  }

  nav.main-nav ul {
    padding-right: 95px;
  }

  nav.main-nav li .icon-mail-alt {
    background: #999;
    border-radius: 50%;
    color: #fff;
    content: " ";
    display: block;
    font-size: 1.1rem;
    height: 42px;
    line-height: 41px;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 42px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
  }

   nav.main-nav li .icon-mail-alt:hover {
    background: #000;
    color: #fff;
  }

  nav.main-nav .go-home,
  nav.main-nav li .icon-mail-alt {
    bottom: auto;
    display: block;
    left: auto;
    right: 40px;
    top: 16px;
  }

  nav.main-nav ul li:last-child a.active, 
  nav.main-nav ul li:last-child a.active:hover {
    background: #2488a9;
    color: #fff;
  }

  #portfolio {
    min-height: 675px;
  }

}

/* 1024px */
@media only screen and (min-width: 992px) {
  .row {
    max-width: 960px; 
  }

  .intro-section {
      position: absolute;
      top: -385px;
  }

  .section.s0 .intro-section p {
    width: 85%;
  }

  .section.s1 h2 a {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
  }

  .section.s1 h2 a:hover {
    color: #fff;
  }

  .section.s1 a.button.show-portfolio {
    display: none;
  }

  nav.main-nav ul li a span {
    display: inline-block;
  }
}

/* 1280px */
@media only screen and (min-width: 1200px) {
  .section.s0 .shell .wrapper {
    padding-top: 20%;
  }

  .row {
    max-width: 1196px; 
  }

  .intro-section {
      top: -460px;
  }

  .s0 .row {
    padding-bottom: 100px;
    padding-top: 0;
  }

  .section.s0 .intro-section p {
    width: 75%;
  }

  .brick {
    width: 25%;
  }
}

/* 1600px */
@media only screen and (min-width: 1600px) {
 .section.s0 .shell .wrapper {
    padding-top: 22%;
  }

  .intro-section {
      top: -510px;
  }

  .s0 .row {
    padding-bottom: 250px;
  }
}

/* 1920px */
@media only screen and (min-width: 1920px) {
  .section.s0 .shell {
    background-size: 90% auto;
  }
}

/* print styles */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    overflow: visible !important;
    text-shadow: none; 
  }

  nav,
  footer {
    display: none;
  }

  .print {
    display: block; 
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline; 
  }

  abbr:after {
    content: " (" attr(title) ")"; 
  }

  pre, blockquote {
    page-break-inside: avoid; 
  }

  img {
    page-break-inside: avoid; 
  }

  @page {
    margin: 0.5cm; 
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3; 
  }

  h2, h3 {
  page-break-after: avoid; 
  } 
}
