@import url(jquery.fancybox.css);
/*Change for default image directory*/
/*Change for default image directory*/
@font-face {
  font-family: "ComfortaaThin";
  src: url("../fonts/Comfortaa_Thin-webfont.eot");
  src: url("../fonts/Comfortaa_Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa_Thin-webfont.woff") format("woff"), url("../fonts/Comfortaa_Thin-webfont.ttf") format("truetype"), url("../fonts/Comfortaa_Thin-webfont.svg#ComfortaaThin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ComfortaaReg";
  src: url("../fonts/Comfortaa_Regular-webfont.eot");
  src: url("../fonts/Comfortaa_Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa_Regular-webfont.woff") format("woff"), url("../fonts/Comfortaa_Regular-webfont.ttf") format("truetype"), url("../fonts/Comfortaa_Regular-webfont.svg#ComfortaaReg") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* =============================================================================
   HTML5 element display
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

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

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none;
  color: white; }

a:visited {
  color: white; }

a:focus {
  outline: none; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'Cubano';
  src: url("../_resources/cubano-regular-webfont.eot");
  src: url("../_resources/cubano-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../_resources/cubano-regular-webfont.woff") format("woff"), url("../_resources/cubano-regular-webfont.ttf") format("truetype"), url("../_resources/cubano-regular-webfont.svg#ChaparralProRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sofia_pro_lightregular';
  src: url("../_resources/SofiaProLight-webfont.eot");
  src: url("../_resources/SofiaProLight-webfont.eot?#iefix") format("embedded-opentype"), url("../_resources/SofiaProLight-webfont.woff") format("woff"), url("../_resources/SofiaProLight-webfont.ttf") format("truetype"), url("../_resources/SofiaProLight-webfont.svg#sofia_pro_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'girlnextdoormedium';
  src: url("../_resources/girlnextdoor-webfont.eot");
  src: url("../_resources/girlnextdoor-webfont.eot?#iefix") format("embedded-opentype"), url("../_resources/girlnextdoor-webfont.woff") format("woff"), url("../_resources/girlnextdoor-webfont.ttf") format("truetype"), url("../_resources/girlnextdoor-webfont.svg#girlnextdoormedium") format("svg");
  font-weight: normal;
  font-style: normal; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

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

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

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

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button, input {
  line-height: normal;
  *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
  overflow: auto;
  vertical-align: top; }

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =============================================================================
   GLOBAL styles
   ========================================================================== */
body {
  font-size: 62.5%;
  font-weight: normal;
  font-style: normal;
  background: url("../_images/purpBg.jpg") repeat;
  font-family: ChaparralProRegular, Georgia, "Times New Roman", Times, serif;
  color: #301826;
  min-height: 100%;
  position: relative;
  background-attachment: fixed;
  width: 100%; }

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #059dfc; }

.overlayOverride {
  display: none !important; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #059dfc; }

.pace.pace-inactive .pace-progress {
  display: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  margin: auto;
  width: 206px;
  height: 500px;
  position: relative;
  top: 20%;
  background: url("../_images/rocketLoad.png") no-repeat top center;
  z-index: 2000;
  padding-top: 110px; }
  .pace .pace-progress p {
    position: absolute;
    top: 300px;
    font-family: Cubano, Georgia, "Times New Roman", Times, serif;
    font-size: 1.95em;
    color: white; }

.pace .pace-progress:after {
  display: block;
  content: attr(data-progress-text);
  font-family: Cubano, Georgia, "Times New Roman", Times, serif;
  font-size: 2em;
  color: white;
  text-align: center; }

h2 {
  color: #aa1c27;
  font-size: 3em;
  font-weight: normal; }

.wrapper {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.tierElement {
  min-width: 100%; }

.mobileTitle {
  font-family: Cubano, Georgia, "Times New Roman", Times, serif;
  color: white;
  font-size: 1.5em;
  letter-spacing: .15em;
  text-align: center; }

/* =============================================================================
   MASTHEAD styles
   ========================================================================== */
#mastheadUpperTier {
  background: url("../_images/paperBg.jpg") center bottom;
  display: block;
  z-index: 7;
  position: relative; }

#mastheadUpper {
  height: 130px;
  padding-bottom: 40px; }

#mastheadUpper span {
  font-family: Cubano, Georgia, "Times New Roman", Times, serif;
  font-size: 12em;
  color: black; }

.topPanda {
  display: block;
  position: absolute;
  left: 33%;
  height: auto;
  width: 100px; }

.animateLetters {
  height: 310px;
  width: 160px;
  position: absolute;
  top: 0px; }

#animateG {
  left: 1%; }

#animateL {
  left: 22%; }

#animateN {
  left: 54%; }

#animateN2 {
  left: 76%; }

.socialLinkTop {
  display: none;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 20px; }

#devPhone {
  display: none; }

/* =============================================================================
   NAV styles
   ========================================================================== */
#navTier {
  background-position: bottom center;
  position: relative;
  z-index: 8; }
  #navTier #topNav {
    overflow: visible; }

#Nav {
  display: none;
  height: auto;
  background: url("../_images/paperBg.jpg") center bottom;
  padding-bottom: 15%; }
  #Nav li:first-child {
    padding-top: 2%; }
    #Nav li:first-child a {
      border-top: 1px solid black;
      padding-top: 2%; }

#Nav li a, #Nav li {
  display: block; }

#Nav li a.respNav {
  text-align: center;
  font-family: sofia_pro_lightregular, Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: .03em;
  color: black;
  position: relative;
  width: 70%;
  padding: 1% 8%;
  margin: 0 auto;
  border-bottom: 1px solid black; }

#Nav li a.respNav {
  display: block; }
  #Nav li a.respNav span {
    display: block;
    float: left;
    margin-top: 12px;
    margin-left: 10px; }
  #Nav li a.respNav img {
    float: left;
    width: 40px; }

#Nav li a.parralaxNav {
  display: none; }

a#pullMenu {
  display: block;
  background-color: #283744;
  width: 100%;
  position: relative;
  height: 40px;
  background: url("../_images/cloudsRev.png");
  background-size: auto 100%;
  background-repeat: repeat-x;
  color: black; }
  a#pullMenu span#navMenuText {
    width: 80%;
    padding-bottom: 10px;
    position: absolute;
    left: 10%;
    display: block;
    top: -25px;
    font-family: Cubano, Georgia, "Times New Roman", Times, serif;
    font-size: 1.5em;
    color: black;
    letter-spacing: .03em; }
  a#pullMenu span#navMenuIcons {
    background: url("../_images/nav-icon.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 10%;
    top: -25px; }

.navIconSwitch {
  background: url("../_images/nav-icon-close.png") !important;
  background-repeat: no-repeat; }

/* =============================================================================
   ABOUT styles
   ========================================================================== */
#aboutTier {
  z-index: 6;
  position: relative;
  overflow: hidden; }

.circleContent .aboutIntro {
  padding: 0 5%; }
.circleContent .aboutTopics {
  display: none; }

.aboutArrows {
  width: 40px;
  height: 40px;
  position: absolute; }
  .aboutArrows img {
    height: 40px;
    width: 40px; }
  .aboutArrows:hover {
    cursor: pointer; }

#arrowUp, #arrowDown {
  display: none; }

#arrowLeft {
  left: 3%;
  top: 150px;
  display: none;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

#arrowRight {
  top: 150px;
  right: 3%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

#circleText p {
  color: white;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.8em; }

#circleRotatorInner {
  height: 210px;
  width: 70%;
  margin: 0 auto;
  position: relative; }

.pops {
  text-align: center;
  opacity: 0;
  -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
  filter: alpha(opacity=0);
  zoom: 1;
  bottom: 0px;
  width: 100%;
  position: absolute;
  overflow: hidden; }
  .pops img {
    position: relative;
    height: auto; }
  .pops span {
    display: block;
    height: 10%;
    width: 100%;
    color: white;
    text-align: center;
    font-family: Cubano, Georgia, "Times New Roman", Times, serif;
    font-size: 3em;
    letter-spacing: .1em; }
  .pops .popSec {
    display: none; }

.likesWork img {
  width: 50%;
  margin: 0 auto; }

.likesFam img {
  width: 67%;
  margin: 0 auto; }

.likesSleep img {
  width: 35%;
  margin: 0 auto; }

.likesFood img {
  width: 40%;
  margin: 0 auto; }

.likesTrav img {
  width: 100%;
  margin: 0 0 0 16%; }

.likesMusic img {
  width: 35%;
  margin: 0 auto; }

.likesSki img {
  width: 100%;
  margin: 0 0 0 7%; }

.likesBeach img {
  width: 65%;
  margin: 0 0 -31% 13%; }

.likesTech img {
  width: 100%;
  margin: 0 0 0 20%; }

.likesBike img {
  width: 35%;
  margin: 0 auto; }

#about {
  height: auto;
  z-index: 8; }
  #about h1 {
    font-family: arvoregular, Georgia, "Times New Roman", Times, serif;
    font-weight: 300;
    font-size: 3em;
    color: white;
    position: relative;
    z-index: 10;
    margin-bottom: 40px; }
  #about h2 {
    font-family: arvoregular, Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    color: #515151;
    font-size: 2em; }
  #about p {
    font-family: sofia_pro_lightregular, Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: .03em;
    line-height: 1.5em;
    margin-bottom: 20px; }

#aboutTextLeft {
  width: 100%; }
  #aboutTextLeft p {
    text-align: center;
    color: white;
    padding-top: 5px;
    font-size: 1.6em;
    font-weight: 300; }
    #aboutTextLeft p span {
      display: none; }

#aboutRight {
  width: 100%;
  height: 63px;
  position: relative; }
  #aboutRight p {
    font-size: 2.5em;
    color: white;
    margin-top: 0;
    line-height: 1.2em;
    font-family: Cubano, Georgia, "Times New Roman", Times, serif;
    top: 0;
    letter-spacing: .1em;
    width: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=0);
    zoom: 1; }

#aboutTextBottom {
  width: 100%; }
  #aboutTextBottom p {
    text-align: center;
    color: white;
    font-size: 1.6em;
    font-weight: 300; }
    #aboutTextBottom p span {
      font-family: girlnextdoormedium, Georgia, "Times New Roman", Times, serif;
      letter-spacing: .05em;
      font-size: 1.4em; }

/* =============================================================================
   CONTACT styles
   ========================================================================== */
#contactTier {
  background: url("../_images/bgContactLg.png") repeat-x 0 0px;
  position: relative;
  height: 430px;
  z-index: 7;
  overflow: hidden;
  padding-top: 10%; }

#fishnWrapper {
  position: relative;
  top: 0;
  height: 430px;
  z-index: 4; }

#fishnContent {
  width: 488px;
  height: 195px;
  position: absolute;
  top: 250px;
  z-index: 4; }

#fishnMotto {
  background: url("../_images/fishnBlue.png") repeat-x;
  height: 125px;
  position: relative;
  top: -46px;
  z-index: 5; }

#ohSht {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 150px;
  left: 144px; }
  #ohSht .dots {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: #c9be98;
    opacity: 0;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=0);
    zoom: 1; }
  #ohSht #dot1 {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 103px;
    left: 44px; }
  #ohSht #dot2 {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 84px;
    left: 49px; }
  #ohSht #dot3 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 53px;
    left: 63px; }
  #ohSht #dot4 {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 3px;
    left: 102px; }
    #ohSht #dot4 span {
      color: black;
      font-family: arvoregular, Georgia, "Times New Roman", Times, serif;
      font-weight: 400;
      position: relative;
      top: 45px;
      font-size: 1.7em; }

#fishnForm {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 286px;
  position: absolute; }
  #fishnForm #name2 {
    position: absolute;
    left: 9999px; }
  #fishnForm #fishnFormContain {
    width: 100%;
    position: relative;
    z-index: 10; }
  #fishnForm #whaleContain {
    display: none; }
  #fishnForm #whaleContain {
    width: 448px;
    height: 286px;
    position: relative;
    margin: 0 auto; }
  #fishnForm #fishnFormTitle {
    font-family: Cubano, Georgia, "Times New Roman", Times, serif;
    color: white; }
    #fishnForm #fishnFormTitle #arrowShaft {
      display: none; }
    #fishnForm #fishnFormTitle #arrowRightForm {
      display: none; }
    #fishnForm #fishnFormTitle #msgIcon {
      display: none; }
    #fishnForm #fishnFormTitle #fTitle1 {
      text-align: center;
      width: 100%;
      display: block;
      font-size: 1.5em;
      letter-spacing: .15em;
      margin: 0 0 5% 0;
      padding-top: 5%; }

#fishnContent {
  display: none; }

#bubbleSplash {
  width: 965px;
  height: 300px;
  position: absolute;
  bottom: 0; }

.bubbleGroup, .bubbleGroup2 {
  width: 965px;
  height: 300px;
  position: absolute;
  bottom: 0; }

.bubbleGroup2 {
  display: none; }

.bubbles {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute; }

.bubbleColor0 {
  background-color: #008ebc; }

.bubbleColor1 {
  background-color: #003258; }

.bubbleColor2 {
  background-color: #84b2d4; }

.bubbleColor3 {
  background-color: #02528e; }

.bubbleColor4 {
  background-color: #93d1fe; }

.bubbleGroup2 .bubbleColor0 {
  background-color: #eaf4ff; }
.bubbleGroup2 .bubbleColor1 {
  background-color: white; }
.bubbleGroup2 .bubbleColor2 {
  background-color: white; }
.bubbleGroup2 .bubbleColor3 {
  background-color: #eaf4ff; }
.bubbleGroup2 .bubbleColor4 {
  background-color: #dbf0ff; }

#mainContact, #formSuccess {
  width: 94%;
  padding: 0 3%; }
  #mainContact input, #mainContact textarea, #formSuccess input, #formSuccess textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 90%;
    background: #1a1a1a;
    border-width: 0px;
    color: white;
    font-family: sofia_pro_lightregular, Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 1.2em;
    margin-bottom: .5em;
    padding: 5% 5%; }

#mainContact textarea {
  height: 80px; }

#mainContact .SubmitBtn {
  width: 157px; }

#formSuccess {
  display: none;
  color: white;
  text-align: center;
  font-weight: 400;
  font-size: 3.5em;
  letter-spacing: .03em;
  font-family: Cubano, Georgia, "Times New Roman", Times, serif; }
  #formSuccess p {
    padding: 0 10px; }

.formError {
  background-color: #ba2400 !important; }

#starHackSm {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 7%;
  position: absolute;
  top: 70%;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

#starHackLg {
  display: none; }

.formStars {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
  filter: alpha(opacity=0);
  zoom: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.formComplete {
  display: none !important; }

/* =============================================================================
   PORTFOLIO styles
   ========================================================================== */
#featuredTier {
  padding: 0 0 0;
  background: url("../_images/paperBgBlue.jpg");
  position: relative;
  z-index: 7; }

#cloudWhiteContain {
  background: url("../_images/cloudsWhite.png") repeat-x;
  height: 153px;
  margin-top: 0px; }

#featWrapper {
  position: relative;
  top: 0; }

#featWrapper .featBox {
  background: url("../_images/paperBg.jpg") repeat scroll 0 0 transparent;
  height: 250px;
  width: 93%;
  padding: 2%;
  margin: 3% 1.5%;
  overflow: hidden;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  text-align: center;
  position: relative; }

.cmpnyLogo {
  margin: 6% auto 3% auto;
  width: 164px; }

.featBox:hover {
  cursor: pointer; }

#featBox4, #featBox5, #featBox6 {
  text-align: center; }

.featBox .imagePrev {
  text-align: center;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  overflow: hidden; }
  .featBox .imagePrev:hover .showHideTrig {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }
  .featBox .imagePrev img {
    z-index: 5; }

.featSpecialContain {
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

.featBox img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.featBox .featTitle {
  font-size: 2.4em;
  color: #515151;
  margin: 20px 0 10px 0; }

.featBox .featDesc {
  font-family: sofia_pro_lightregular, Georgia, "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.4em;
  color: #515151;
  margin: 0; }

.cmpnyLogoDark {
  display: none; }

.featActiveTrigger {
  opacity: 1.0 !important;
  background: url("../_images/bgBlack.jpg") repeat-x !important; }
  .featActiveTrigger p {
    color: white !important; }
  .featActiveTrigger .cmpnyLogoDark {
    display: block; }
  .featActiveTrigger .cmpnyLogoLight {
    display: none; }
  .featActiveTrigger .showHideTrig {
    background: white; }
    .featActiveTrigger .showHideTrig #featShow2 {
      background: black; }
    .featActiveTrigger .showHideTrig #featShow1 {
      display: none; }

.featPreviews .showHideTrig {
  display: none; }

.featExpandedLinks .imagePrev .showHideTrig {
  display: block; }

.showHideTrig {
  width: 31px;
  height: 31px;
  position: absolute;
  background: black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  right: 10px;
  bottom: 10px;
  z-index: 10; }
  .showHideTrig div {
    background: white; }
  .showHideTrig #featShow1 {
    width: 4px;
    height: 14px;
    position: absolute;
    left: 14px;
    top: 8px; }
  .showHideTrig #featShow2 {
    width: 14px;
    height: 4px;
    position: absolute;
    left: 9px;
    top: 13px; }

.imagePrev .showHideTrig {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  opacity: 0.7;
  -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
  filter: alpha(opacity=70);
  zoom: 1; }
  .imagePrev .showHideTrig div {
    background: black; }
  .imagePrev .showHideTrig #featShow1 {
    width: 8px;
    height: 32px;
    position: absolute;
    left: 26px;
    top: 14px; }
  .imagePrev .showHideTrig #featShow2 {
    width: 32px;
    height: 8px;
    position: absolute;
    left: 14px;
    top: 26px; }

.featFadeOut {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
  -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
  filter: alpha(opacity=100);
  zoom: 1; }

.featFadeIn {
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0.5;
  -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
  filter: alpha(opacity=50);
  zoom: 1; }

.featHeightOut {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 0px; }

.featHeightIn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 249px;
  margin-bottom: 30px; }

.featPrevOverride, .pss_00, .tokidoki_05, .tokidoki_03, .rpc_00, .rpc_01, .rpc_03, .pss_02 {
  position: absolute;
  left: 50%;
  width: 466px;
  margin-left: -233px; }

/* =============================================================================
   SKILLS QUALS styles
   ========================================================================== */
#servicesTier {
  padding: 0;
  position: relative;
  z-index: 8;
  background: url("../_images/paperBg.jpg") repeat scroll 0 0 transparent; }

.servBox {
  float: left;
  position: relative;
  width: 93%;
  padding: 2%;
  margin: 3% 1.5%; }
  .servBox .graphicServ {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #515151;
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto 3% auto; }
    .servBox .graphicServ img {
      margin: 8px 0 0 9px;
      height: 33px;
      width: 33px; }
  .servBox h2 {
    margin: 0 0 10px 0;
    font-size: 2.4em;
    color: #515151;
    text-align: center; }
  .servBox li {
    font-size: 1.4em; }
  .servBox p {
    font-size: 1.4em; }
  .servBox li, .servBox p {
    font-family: sofia_pro_lightregular, Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    color: #515151;
    margin: 0;
    line-height: 1.4em; }

.servBoxLast {
  margin-right: 0 !important; }

#servWrapper {
  padding-top: 0px;
  padding-bottom: 100px; }

.cloudContainer {
  display: none;
  position: absolute;
  top: 0;
  z-index: 5; }
  .cloudContainer img {
    position: absolute;
    z-index: 6; }
  .cloudContainer span {
    display: block;
    position: absolute;
    font-family: arvoregular, Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 1.5em;
    color: white;
    z-index: 10; }

#timerCD {
  display: none;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 150px;
  height: 150px;
  position: absolute;
  background: url("../_images/paperBg.jpg");
  left: 430px;
  bottom: -75px;
  border: 10px solid #8a416f; }
  #timerCD span {
    opacity: 0;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=0);
    zoom: 1;
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    position: absolute;
    font-family: Cubano, Georgia, "Times New Roman", Times, serif;
    font-size: 12em;
    color: #2d2d2d;
    margin: 0 0 0 38px;
    padding: 0; }
  #timerCD .timerOne {
    margin: 0 0 0 50px !important; }

#servFooterBg {
  display: block;
  background-color: #283744;
  width: 100%;
  position: relative;
  height: 70px;
  background: url("../_images/cloudsRev.png");
  background-size: auto 100%;
  background-repeat: repeat-x; }

	/* =============================================================================
   RESUME styles
   ========================================================================== */
#resumeTier {
  overflow: display;
  z-index: 6;
  position: relative;
  background: url("../_images/paperBg.jpg"); }

	/* =============================================================================
   SOCIAL styles
   ========================================================================== */
#socialTier {
  background: url("../_images/bgBlueDark.jpg") repeat scroll 0 0 transparent;
  top: 0;
  width: 100%; }

#socialInner {
  height: 100%;
  width: 100%;
  position: relative; }

.whaleSpace {
  display: none;
  position: absolute;
  z-index: 2;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.star {
  position: absolute;
  z-index: 1;
  display: none; }

#rocketContain {
  width: 100%;
  height: 500px;
  position: relative;
  padding-top: 3%; }

#rocketContainOuter {
  width: 206px;
  height: 312px;
  position: relative;
  z-index: 6;
  overflow: visible;
  margin: 0 auto; }

#rocketContainInner {
  width: 206px;
  height: 312px;
  position: relative;
  z-index: 2; }

#rocket {
  width: 206px;
  height: 312px;
  position: relative; }

#rocketSmokeHor {
  display: none;
  width: 965px;
  top: 300px;
  height: 600px;
  position: absolute;
  z-index: 5; }

#rocketSmokeVert {
  display: none;
  width: 400px;
  top: 590px;
  overflow: hidden;
  height: 600px;
  left: 278px;
  position: absolute;
  z-index: 4; }

#blastSecondary {
  display: none;
  width: 400px;
  bottom: -530px;
  overflow: hidden;
  height: 600px;
  left: -96px;
  position: absolute;
  z-index: 1; }

.smokeBubbleVert0 {
  background-color: #ffffcc !important; }

.smokeBubbleVert1 {
  background-color: #ffcc66 !important; }

.smokeBubbleVert2 {
  background-color: #ff6600 !important; }

.smokeBubbleVert3 {
  background-color: #ff3300 !important; }

.smokeBubbleVert4 {
  background-color: #ffff00 !important; }

.smokeBubble, .smokeBubbleVert, .smokeBubbleVerta {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  background: white;
  z-index: 5; }

.smokeBubbleVerta {
  z-index: 1; }

#moon {
  display: none; }

#resumeMoon {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 7; }
  #resumeMoon #resume {
    width: 100%;
    height: 300px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 3%; }
    #resumeMoon #resume a {
      width: 45px;
      height: 100px;
      position: relative;
      display: inline-block;
      overflow: hidden; }
      #resumeMoon #resume a img {
        width: 100%; }
    #resumeMoon #resume p {
      display: inline-block;
      font-family: Cubano, Georgia, "Times New Roman", Times, serif;
      font-size: 3.5em;
      color: white;
      margin-bottom: 10px;
      margin-top: 0px;
      margin-right: 2%;
      height: 88px;
      overflow: hidden;
      line-height: .7em; }
      #resumeMoon #resume p span {
        font-size: .35em;
        letter-spacing: .02em; }

#fishnSpace {
  width: 100%;
  height: 60px;
  position: relative;
  text-align: right;
  display: none; }
  #fishnSpace p {
    font-family: Cubano, Georgia, "Times New Roman", Times, serif;
    font-size: 3em;
    color: white;
    line-height: .4em;
    margin-right: 10%; }
    #fishnSpace p span {
      font-size: .456em;
      letter-spacing: .1em; }

#spaceBoatContain {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  margin-top: -60px;
  text-align: center; }

#spaceBoat {
  display: none; }

#socialContain {
  width: 100%;
  text-align: center; }
  #socialContain a {
    display: inline-block;
    height: 64px;
    width: 64px;
    margin: 5%; }

	/* =============================================================================
   CLOUDS styles
   ========================================================================== */
.ccRear {
  z-index: 4 !important; }

#cloudContainer1 {
  height: 600px;
  width: 291px;
  left: 0; }
  #cloudContainer1 img {
    bottom: 81px;
    left: 53px; }

#cloudContainer2 {
  height: 450px;
  width: 254px;
  left: 225px; }
  #cloudContainer2 img {
    bottom: 30px;
    left: 28px; }

#cloudContainer3 {
  height: 486px;
  width: 254px;
  left: 450px; }
  #cloudContainer3 img {
    bottom: 16px;
    left: 45px; }

#cloudContainer4 {
  height: 750px;
  width: 254px;
  left: 700px; }
  #cloudContainer4 img {
    bottom: 35px;
    left: 28px; }

#cloudContainer5 {
  height: 750px;
  width: 254px;
  left: 120px; }
  #cloudContainer5 img {
    bottom: 38px;
    left: 59px; }
  #cloudContainer5 span {
    bottom: 10px;
    left: 45px; }

#cloudContainer6 {
  height: 750px;
  width: 254px;
  left: 350px; }
  #cloudContainer6 img {
    bottom: 35px;
    left: 57px; }
  #cloudContainer6 span {
    bottom: 10px;
    left: 15px; }

#cloudContainer7 {
  height: 300px;
  width: 254px;
  left: 570px; }
  #cloudContainer7 img {
    bottom: 41px;
    left: 57px; }
  #cloudContainer7 span {
    bottom: 10px;
    left: 34px; }

#cloudContainer8 {
  height: 500px;
  width: 254px;
  left: 700px; }
  #cloudContainer8 img {
    bottom: 41px;
    left: 53px; }
  #cloudContainer8 span {
    bottom: 10px;
    left: 19px; }

.bcloud {
  margin: 50px 0;
  width: 150px;
  height: 135px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  z-index: 5;
  bottom: 0; }

.bcloud:after {
  content: '';
  width: 170px;
  height: 170px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 0 0;
  -moz-border-radius: 200px 200px 0 0;
  -webkit-border-radius: 200px 200px 0 0;
  top: -35px;
  left: 70px;
  position: absolute; }

.bcloud:before {
  content: '';
  width: 100px;
  height: 100px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  top: 35px;
  left: 191px;
  position: absolute; }

.bcloud2 {
  width: 150px;
  height: 60px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  position: absolute;
  bottom: 0px;
  z-index: 0; }

.bcloud2:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -20px;
  left: 20px;
  position: absolute; }

.bcloud2:before {
  content: '';
  width: 80px;
  height: 80px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -40px;
  left: 50px;
  position: absolute; }

/* ------------------------- *\
		nuvem
\* ------------------------- */
.nuvem {
  margin-top: 70px;
  width: 100px;
  height: 100px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  z-index: 0;
  bottom: 0; }

.nuvem:after {
  content: '';
  width: 140px;
  height: 160px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 0 0;
  -moz-border-radius: 200px 200px 0 0;
  -webkit-border-radius: 200px 200px 0 0;
  top: -60px;
  left: 55px;
  position: absolute; }

.nuvem:before {
  content: '';
  width: 120px;
  height: 120px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  top: -20px;
  left: 134px;
  position: absolute; }

.nuvem2 {
  margin-top: 70px;
  width: 60px;
  height: 60px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  position: absolute;
  z-index: 5;
  bottom: 0; }

.nuvem2:after {
  content: '';
  width: 80px;
  height: 90px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 0 0;
  -moz-border-radius: 200px 200px 0 0;
  -webkit-border-radius: 200px 200px 0 0;
  top: -30px;
  left: 35px;
  position: absolute; }

.nuvem2:before {
  content: '';
  width: 70px;
  height: 70px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -10px;
  left: 80px;
  position: absolute; }

/* ------------------------- *\
		Cloud
\* ------------------------- */
.cloud {
  width: 250px;
  height: 80px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  position: absolute;
  z-index: 5;
  bottom: 0; }

.cloud:before {
  content: '';
  width: 150px;
  height: 150px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -76px;
  left: 70px;
  position: absolute; }

.cloud:after {
  content: '';
  width: 80px;
  height: 80px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -41px;
  left: 32px;
  position: absolute; }

.cloud2 {
  width: 250px;
  height: 120px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  position: absolute;
  z-index: 5;
  bottom: 0; }

.cloud2:before {
  content: '';
  width: 150px;
  height: 150px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -49px;
  left: 22px;
  position: absolute; }

.cloud2:after {
  content: '';
  width: 80px;
  height: 80px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -41px;
  left: 129px;
  position: absolute; }

.cloud3 {
  width: 150px;
  height: 60px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  position: absolute;
  z-index: 5;
  bottom: 0; }

.cloud3:before {
  content: '';
  width: 80px;
  height: 80px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -40px;
  left: 50px;
  position: absolute; }

.cloud3:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../_images/paperBgBlue.jpg") center bottom;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  top: -20px;
  left: 20px;
  position: absolute; }

/*Change for default image directory*/
/*Change for default image directory*/
@font-face {
  font-family: "ComfortaaThin";
  src: url("../fonts/Comfortaa_Thin-webfont.eot");
  src: url("../fonts/Comfortaa_Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa_Thin-webfont.woff") format("woff"), url("../fonts/Comfortaa_Thin-webfont.ttf") format("truetype"), url("../fonts/Comfortaa_Thin-webfont.svg#ComfortaaThin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ComfortaaReg";
  src: url("../fonts/Comfortaa_Regular-webfont.eot");
  src: url("../fonts/Comfortaa_Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa_Regular-webfont.woff") format("woff"), url("../fonts/Comfortaa_Regular-webfont.ttf") format("truetype"), url("../fonts/Comfortaa_Regular-webfont.svg#ComfortaaReg") format("svg");
  font-weight: normal;
  font-style: normal; }

.starSplode0 {
  bottom: 0;
  left: -500px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 2s ease-in;
  -moz-transition: all 2s ease-in;
  -o-transition: all 2s ease-in;
  transition: all 2s ease-in;
  -webkit-animation: opacity 2s linear;
  -moz-animation: opacity 2s linear;
  -ms-animation: opacity 2s linear;
  -o-animation: opacity 2s linear;
  animation: opacity 2s linear; }

.starSplode1 {
  bottom: 227px;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1.6s ease-in;
  -moz-transition: all 1.6s ease-in;
  -o-transition: all 1.6s ease-in;
  transition: all 1.6s ease-in;
  -webkit-animation: opacity 1.6s linear;
  -moz-animation: opacity 1.6s linear;
  -ms-animation: opacity 1.6s linear;
  -o-animation: opacity 1.6s linear;
  animation: opacity 1.6s linear; }

.starSplode2 {
  bottom: 176px;
  left: -400px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
  -webkit-animation: opacity 1.5s linear;
  -moz-animation: opacity 1.5s linear;
  -ms-animation: opacity 1.5s linear;
  -o-animation: opacity 1.5s linear;
  animation: opacity 1.5s linear; }

.starSplode3 {
  bottom: 0;
  left: 300px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1.3s ease-in;
  -moz-transition: all 1.3s ease-in;
  -o-transition: all 1.3s ease-in;
  transition: all 1.3s ease-in;
  -webkit-animation: opacity 1.3s linear;
  -moz-animation: opacity 1.3s linear;
  -ms-animation: opacity 1.3s linear;
  -o-animation: opacity 1.3s linear;
  animation: opacity 1.3s linear; }

.starSplode4 {
  bottom: 270px;
  left: 250px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 1.6s ease-in;
  -moz-transition: all 1.6s ease-in;
  -o-transition: all 1.6s ease-in;
  transition: all 1.6s ease-in;
  -webkit-animation: opacity 1.6s linear;
  -moz-animation: opacity 1.6s linear;
  -ms-animation: opacity 1.6s linear;
  -o-animation: opacity 1.6s linear;
  animation: opacity 1.6s linear; }

@-webkit-keyframes opacity {
  0% {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }

  80% {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }

  100% {
    opacity: 0;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=0);
    zoom: 1; } }

@-moz-keyframes opacity {
  0% {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }

  80% {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }

  100% {
    opacity: 0;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=0);
    zoom: 1; } }

@-o-keyframes opacity {
  0% {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }

  80% {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }

  100% {
    opacity: 0;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=0);
    zoom: 1; } }

@keyframes opacity {
  0% {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }

  80% {
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1; }

  100% {
    opacity: 0;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=0);
    zoom: 1; } }

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.Clear {
  clear: both; }

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
/* Style adjustments for viewports 768px and over go here */
@media only screen and (min-width: 480px) {
  #mastheadUpper {
    height: 480px;
    position: relative; }

  #mhFB {
    left: 8%; }

  #mhTw {
    left: 22%; }

  .topPanda {
    display: block;
    position: absolute;
    left: 28%;
    height: auto;
    width: 215px; }

  #mastheadUpper {
    overflow: hidden;
    height: 300px; }

  #mastheadUpper span {
    font-size: 15em; }

  .animateLetters {
    height: 310px;
    width: 160px;
    position: absolute;
    top: 70px; }

  #animateG {
    left: 5%; }

  #animateL {
    left: 26%; }

  #animateN {
    left: 56%; }

  #animateN2 {
    left: 78%; }

  .socialLinkTop {
    display: block; }

  #devPhone {
    display: block;
    margin: 0;
    height: 35px;
    width: 134px;
    position: absolute;
    right: 9%;
    top: 10%; }
    #devPhone img {
      height: 35px;
      width: 134px; }

  /* =============================================================================
     NAV styles
     ========================================================================== */
  #Nav li:first-child {
    padding-top: 0; }
    #Nav li:first-child a {
      border-top: none;
      padding-top: 0%; }

  #Nav li a, #Nav li {
    display: block;
    width: 40%;
    float: left; }

  #Nav li {
    padding-left: 6%; }

  #Nav li a.respNav {
    padding: 2% 0;
    width: 100%; }

  a#pullMenu {
    height: 60px; }
    a#pullMenu span#navMenuText {
      text-align: right;
      padding-right: 10%;
      width: 70%; }

  /* =============================================================================
     ABOUT styles
     ========================================================================== */
  #circleRotatorInner {
    height: 210px;
    width: 60%; }

  .circleContent {
    float: left;
    position: relative;
    width: 35%;
    padding-left: 7%;
    padding-top: 4%; }

  #circleRotator {
    float: left;
    position: relative;
    width: 55%;
    padding-left: 1%; }

  #arrowLeft {
    left: 5%;
    top: 120px;
    display: none; }

  #arrowRight {
    top: 120px;
    right: 5%; }

  .pops {
    bottom: 51px; }
    .pops span {
      font-size: 2.5em; }

  .likesWork img {
    width: 50%;
    margin: 0 auto; }

  .likesFam img {
    width: 67%;
    margin: 0 auto; }

  .likesSleep img {
    width: 35%;
    margin: 0 auto; }

  .likesFood img {
    width: 40%;
    margin: 0 auto; }

  .likesTrav img {
    width: 100%;
    margin: 0 0 0 16%; }

  .likesMusic img {
    width: 35%;
    margin: 0 auto; }

  .likesSki img {
    width: 100%;
    margin: 0 0 0 7%; }

  .likesBeach img {
    width: 65%;
    margin: 0 0 -31% 13%; }

  .likesTech img {
    width: 100%;
    margin: 0 0 0 20%; }

  .likesBike img {
    width: 35%;
    margin: 0 auto; }

  /* =============================================================================
     CONTACT styles
     ========================================================================== */
  #contactTier {
    padding-top: 0%;
    height: 550px; }

  #fishnWrapper {
    height: 510px; }

  #mainContact, #formSuccess {
    width: 50%; }

  #fishnForm #whaleContain {
    position: absolute;
    display: block;
    width: 60%;
    right: -12%;
    top: 100px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }
    #fishnForm #whaleContain img {
      width: 90%;
      height: auto; }

  #fishnContent {
    display: block;
    left: 20%;
    top: 362px; }
    #fishnContent img {
      max-width: 70%;
      max-height: 70%; }

  #starHackSm {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 40%; }

  #formSuccess {
    width: 50%;
    margin-top: 0;
    font-size: 3.5em; }

  /* =============================================================================
     PORTFOLIO styles
     ========================================================================== */
  #featWrapper .featBox {
    width: 43%; }

  /* =============================================================================
     SKILLS QUALS styles
     ========================================================================== */
  .servBox {
    width: 43%; }

  	/* =============================================================================
     RESUME styles
     ========================================================================== */
  #resumeMoon #resume p span {
    font-size: .35em;
    letter-spacing: .02em; }

  	/* =============================================================================
     SOCIAL styles
     ========================================================================== */
  #socialContain {
    width: 100%;
    text-align: center; }
    #socialContain a {
      display: inline-block;
      width: 7%;
      margin: 5%; } }
/*Change for default image directory*/
/*Change for default image directory*/
@font-face {
  font-family: "ComfortaaThin";
  src: url("../fonts/Comfortaa_Thin-webfont.eot");
  src: url("../fonts/Comfortaa_Thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa_Thin-webfont.woff") format("woff"), url("../fonts/Comfortaa_Thin-webfont.ttf") format("truetype"), url("../fonts/Comfortaa_Thin-webfont.svg#ComfortaaThin") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "ComfortaaReg";
  src: url("../fonts/Comfortaa_Regular-webfont.eot");
  src: url("../fonts/Comfortaa_Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Comfortaa_Regular-webfont.woff") format("woff"), url("../fonts/Comfortaa_Regular-webfont.ttf") format("truetype"), url("../fonts/Comfortaa_Regular-webfont.svg#ComfortaaReg") format("svg");
  font-weight: normal;
  font-style: normal; }

@media only screen and (min-width: 768px) {
  .overlay {
    display: block; }

  .wrapper {
    max-width: 965px;
    overflow: visible; }

  .topPanda {
    left: 340px;
    width: 250px; }

  #mastheadUpper {
    height: 330px;
    padding-bottom: 0;
    position: relative; }

  #mastheadUpper span {
    font-size: 25em; }

  #animateG {
    left: 90px; }

  #animateL {
    left: 270px; }

  #animateN {
    left: 530px; }

  #animateN2 {
    left: 710px; }

  .mobileTitle {
    display: none; }

  #mastheadLowerTier {
    background: url("../_images/bgMastheadLowerLg.jpg") repeat-x bottom;
    display: block;
    height: 220px;
    position: relative;
    z-index: 8;
    -moz-box-shadow: 0px 0px 10px #3e2a20;
    -webkit-box-shadow: 0px 0px 10px #3e2a20;
    box-shadow: 0px 0px 10px #3e2a20; }

  #mastheadLower {
    height: 163px; }

  #mainLogo {
    width: 200px;
    background: none;
    height: 535px;
    position: relative;
    top: -400px;
    font-size: 1.69em;
    margin: 0 auto; }

  #mastheadScroller {
    display: none;
    height: 220px;
    width: 630px;
    position: absolute;
    top: 0;
    right: 0; }

  .scrollSection {
    float: left;
    height: 220px;
    width: 170px;
    /*210*/
    padding: 0 20px;
    font-size: 1.8em;
    color: #694846;
    text-align: center;
    /*	opacity:.3;
    	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; // first!
    	filter: alpha(opacity=30);		*/ }

  .scrollSection img {
    margin: 65px 0 16px 0; }

  .scrollSection .border {
    height: 1px;
    padding: 0 20px;
    background-color: #694846; }

  #mastheadScroller .active {
    opacity: 1.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }

  #mainLogoText {
    position: relative;
    top: 425px;
    left: 0px;
    width: 200px; }

  #devPhone {
    right: 15%; }

  #mhFB {
    left: 12%; }

  #mhTw {
    left: 22%; }

  /* =============================================================================
     NAV styles
     ========================================================================== */
  #navTier {
    top: -100px;
    position: relative;
    z-index: 9;
    width: 100%; }
    #navTier #topNav {
      overflow: hidden; }

  #topNav {
    height: 92px;
    /*100*/
    padding-top: 8px;
    background: url("../_images/navLine.png") center no-repeat;
    background-position: center no-repeat; }

  #navActive {
    position: absolute;
    top: 10px;
    left: 396px;
    height: 30px;
    width: 115px;
    z-index: 9; }

  #Nav {
    display: block;
    position: relative;
    z-index: 10;
    margin-left: 175px;
    float: none;
    padding: 0; }
    #Nav li:first-child {
      padding: 0; }

  #Nav li a, #Nav li {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    padding: 0;
    margin-right: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }

  #Nav li a {
    background: black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    height: 50px;
    width: 50px;
    display: block;
    margin: 10px 0 0 10px; }
    #Nav li a:hover {
      cursor: pointer; }

  #Nav li a.respNav {
    display: none; }

  #Nav li a.parralaxNav {
    display: block; }

  #topNav a#pullMenu {
    display: none; }

  #Nav .activeNavBtn {
    height: 85px;
    width: 85px;
    background-color: black; }
    #Nav .activeNavBtn a {
      height: 64px;
      width: 64px;
      margin-left: 10px;
      margin-top: 10px;
      background-color: #d6c9b0; }

  #btnHome {
    background: url("../_images/btn_Home_Sm.png") center black !important; }
    #btnHome a {
      background: url("../_images/btn_Home.png") center #44b5ea !important; }

  #btnAbout {
    background: url("../_images/btn_About_Sm.png") center black !important; }
    #btnAbout a {
      background: url("../_images/btn_About.png") center #c660a0 !important; }

  #btnPort {
    background: url("../_images/btn_Port_Sm.png") center black !important; }
    #btnPort a {
      background: url("../_images/btn_Port.png") center #44b5ea !important; }

  #btnContact {
    background: url("../_images/btn_Soc_Sm.png") center black !important; }
    #btnContact a {
      background: url("../_images/btn_Soc.png") center red !important; }

  #btnSoc {
    background: url("../_images/btn_Contact_Sm.png") center black !important; }
    #btnSoc a {
      background: url("../_images/btn_Contact.png") center #44b5ea !important; }

  #btnTech {
    background: url("../_images/btn_Tech_Sm.png") center black !important; }
    #btnTech a {
      background: url("../_images/btn_Tech.png") center white !important; }

  #btnRes {
    background: url("../_images/btn_Res_Sm.png") center black !important; }
    #btnRes a {
      background: url("../_images/btn_Res.png") center yellow !important; }

  /* =============================================================================
     ABOUT styles
     ========================================================================== */
  #aboutTier {
    overflow: visible; }

  #about {
    height: 1600px;
    /*744*/ }

  #aboutText {
    width: 700px;
    height: 200px;
    position: absolute;
    left: 187px;
    top: 50px; }

  #aboutTextLeft {
    border-right: 2px solid white;
    width: 252px;
    /*299*/
    float: left;
    padding-right: 30px;
    height: 63px; }
    #aboutTextLeft p {
      text-align: right;
      margin-top: 0; }
      #aboutTextLeft p span {
        display: inline; }

  #aboutRight {
    width: 299px;
    /*299*/
    float: left; }
    #aboutRight p {
      position: absolute;
      text-align: left;
      width: auto;
      left: 30px; }

  #aboutTextBottom {
    width: 600px; }

  #circleRotatorContain {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    left: 0; }

  #circleRotator {
    width: 440px;
    height: 440px;
    position: absolute;
    top: 250px;
    left: 250px;
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: white;
    float: none;
    padding: 0;
    -webkit-animation: rotating 50s linear infinite;
    -moz-animation: rotating 50s linear infinite;
    -ms-animation: rotating 50s linear infinite;
    -o-animation: rotating 50s linear infinite;
    animation: rotating 50s linear infinite; }

  .paused {
    -webkit-animation-play-state: paused !important;
    -moz-animation-play-state: paused !important;
    -o-animation-play-state: paused !important;
    animation-play-state: paused !important; }

  .circleContent {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 400px;
    height: 400px;
    position: absolute;
    background: url("../_images/purpBg.jpg") repeat;
    z-index: 10;
    top: 270px;
    left: 269px;
    display: block;
    float: none;
    padding: 0; }
    .circleContent .aboutIntro {
      padding: 0; }
    .circleContent .aboutTopics {
      display: block; }

  .aboutArrows {
    width: 40px;
    height: 40px;
    position: absolute; }
    .aboutArrows img {
      height: 40px;
      width: 40px; }
    .aboutArrows:hover {
      cursor: pointer; }

  #arrowRight, #arrowLeft {
    display: none; }

  #arrowUp {
    top: 30px;
    display: none;
    left: 179px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }

  #arrowDown {
    top: 330px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 179px;
    display: block; }

  #circleText {
    width: 320px;
    height: 170px;
    position: absolute;
    top: 115px;
    left: 38px; }
    #circleText h2 {
      color: white;
      text-align: center;
      font-family: Cubano, Georgia, "Times New Roman", Times, serif;
      font-size: 5em; }
    #circleText div {
      width: 320px;
      height: 170px;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
      filter: alpha(opacity=0);
      zoom: 1; }

  #circleBg {
    width: 900px;
    height: 900px;
    position: absolute;
    top: -50%;
    left: -50%;
    z-index: 5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    #circleBg .circleSelect {
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      background: white;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box;
      z-index: 5; }
      #circleBg .circleSelect:hover {
        cursor: pointer; }
    #circleBg #circleSelectFood {
      left: -8px;
      top: 396px; }
    #circleBg #circleSelectTrav {
      left: 73px;
      top: 702px; }
    #circleBg #circleSelectMusic {
      left: 278px;
      top: 861px; }
    #circleBg #circleSelectSki {
      left: 694px;
      top: 813px; }
    #circleBg #circleSelectHome {
      left: 117px;
      top: 129px; }
    #circleBg #circleSelectSleep {
      left: 261px;
      top: 28px; }
    #circleBg #circleSelectWork {
      left: 470px;
      top: -8px; }
    #circleBg #circleSelectBeach {
      left: 763px;
      top: 127px; }
    #circleBg #circleSelectTech {
      left: 863px;
      top: 279px; }

  #circleRotatorInner {
    width: 440px;
    height: 440px;
    position: relative;
    margin: 0; }
    #circleRotatorInner .popsFade {
      -webkit-transition: opacity 1.5s ease;
      -moz-transition: opacity 1.5s ease;
      -o-transition: opacity 1.5s ease;
      transition: opacity 1.5s ease;
      opacity: 0.1;
      -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
      filter: alpha(opacity=10);
      zoom: 1; }

  .pops {
    z-index: 4;
    -webkit-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
    transition: opacity 1.5s ease;
    opacity: 1;
    -ms-filter: “ "progid:DXImageTransform.Microsoft.Alpha(Opacity= $value * 100 )" ”;
    filter: alpha(opacity=100);
    zoom: 1;
    position: relative;
    top: auto;
    margin: 0; }
    .pops img {
      position: absolute;
      height: auto;
      width: auto !important;
      margin: 0;
      left: 0;
      bottom: 0;
      -webkit-transform: scale(1) !important;
      /* Saf3.1+, Chrome */
      -moz-transform: scale(1) !important;
      /* FF3.5+ */
      -ms-transform: scale(1) !important;
      /* IE9 */
      -o-transform: scale(1) !important;
      /* Opera 10.5+ */
      transform: scale(1) !important; }
    .pops span {
      display: none; }
    .pops .popSec {
      display: block; }

  .likesWork {
    /*180 x 204*/
    width: 180px;
    height: 408px;
    position: absolute;
    left: 156px;
    top: -185px; }
    .likesWork img {
      width: 180px;
      height: 204px; }

  .likesFam {
    /*200 x 145*/
    width: 200px;
    height: 290px;
    position: absolute;
    left: -46px;
    top: -40px;
    -webkit-transform: rotate(-55deg);
    -moz-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg); }
    .likesFam img {
      width: 200px;
      height: 145px; }

  .likesSleep {
    /*53 x 31*/
    width: 53px;
    height: 62px;
    position: absolute;
    left: 104px;
    top: -9px;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg); }
    .likesSleep img {
      width: 53px;
      height: 31px; }

  .likesFood {
    /*82 x 41*/
    width: 82px;
    height: 82px;
    position: absolute;
    left: -34px;
    top: 162px;
    -webkit-transform: rotate(-85deg);
    -moz-transform: rotate(-85deg);
    -ms-transform: rotate(-85deg);
    -o-transform: rotate(-85deg);
    transform: rotate(-85deg); }
    .likesFood img {
      width: 82px;
      height: 41px; }

  .likesTrav {
    /*357 x 218*/
    width: 357px;
    height: 436px;
    position: absolute;
    left: -142px;
    top: 61px;
    -webkit-transform: rotate(-122deg);
    -moz-transform: rotate(-122deg);
    -ms-transform: rotate(-122deg);
    -o-transform: rotate(-122deg);
    transform: rotate(-122deg); }
    .likesTrav img {
      width: 357px;
      height: 218px; }

  .likesMusic {
    /*68 x 71*/
    width: 68px;
    height: 142px;
    position: absolute;
    left: 108px;
    top: 353px;
    -webkit-transform: rotate(-157deg);
    -moz-transform: rotate(-157deg);
    -ms-transform: rotate(-157deg);
    -o-transform: rotate(-157deg);
    transform: rotate(-157deg); }
    .likesMusic img {
      width: 68px;
      height: 71px; }

  .likesSki {
    /*319 x 233*/
    width: 319px;
    height: 466px;
    position: absolute;
    left: 133px;
    top: 159px;
    -webkit-transform: rotate(-210deg);
    -moz-transform: rotate(-210deg);
    -ms-transform: rotate(-210deg);
    -o-transform: rotate(-210deg);
    transform: rotate(-210deg); }
    .likesSki img {
      width: 319px;
      height: 233px; }

  .likesBeach {
    /*179 x 261*/
    width: 179px;
    height: 522px;
    position: absolute;
    left: 240px;
    top: -219px;
    -webkit-transform: rotate(-320deg);
    -moz-transform: rotate(-320deg);
    -ms-transform: rotate(-320deg);
    -o-transform: rotate(-320deg);
    transform: rotate(-320deg); }
    .likesBeach img {
      width: 179px;
      height: 261px; }

  .likesTech {
    /*272 x 224*/
    width: 272px;
    height: 448px;
    position: absolute;
    left: 299px;
    top: 9px;
    -webkit-transform: rotate(-285deg);
    -moz-transform: rotate(-285deg);
    -ms-transform: rotate(-285deg);
    -o-transform: rotate(-285deg);
    transform: rotate(-285deg); }
    .likesTech img {
      height: 272px;
      height: 224px; }

  .likesBike {
    /*64 x 53*/
    width: 64px;
    height: 106px;
    position: absolute;
    left: 396px;
    top: 218px;
    -webkit-transform: rotate(-254deg);
    -moz-transform: rotate(-254deg);
    -ms-transform: rotate(-254deg);
    -o-transform: rotate(-254deg);
    transform: rotate(-254deg); }
    .likesBike img {
      height: 64px;
      height: 53px; }

  /* =============================================================================
     CONTACT styles
     ========================================================================== */
  #contactTier {
    background: url("../_images/bgContactLg.png") repeat-x 0 220px;
    padding-top: 0;
    height: 386px;
    overflow: visible; }

  #fishnWrapper {
    height: 380px; }

  #fishnMotto {
    width: 100%;
    overflow: hidden; }

  #fishnMask {
    overflow: hidden;
    position: relative;
    width: 965px;
    height: 100%; }

  #fishnForm {
    width: 448px;
    height: 286px;
    position: absolute; }
    #fishnForm #fishnFormContain {
      width: 448px;
      height: 286px;
      position: absolute; }
    #fishnForm #whaleContain {
      width: 448px;
      height: 286px;
      position: absolute;
      margin: 0;
      display: block;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      right: auto;
      top: auto; }
      #fishnForm #whaleContain img {
        width: 100%; }
    #fishnForm #fishnFormTitle {
      width: 100px;
      height: 100px;
      position: absolute;
      left: 22px;
      top: 63px;
      padding-top: 32px; }
      #fishnForm #fishnFormTitle #fTitle1 {
        width: 100%;
        font-size: 1.5em;
        letter-spacing: .2em;
        margin: 0;
        padding: 0; }
      #fishnForm #fishnFormTitle #fTitle2 {
        font-size: 1.5em;
        letter-spacing: .02em; }
      #fishnForm #fishnFormTitle #arrowShaft {
        width: 80px;
        height: 10px;
        position: relative;
        display: block;
        background: #fff;
        margin-top: 8px;
        float: left; }
      #fishnForm #fishnFormTitle #arrowRightForm {
        display: block;
        float: left;
        width: 0;
        height: 0;
        margin-left: -1px;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 14px solid #fff; }
      #fishnForm #fishnFormTitle #msgIcon {
        display: block; }

  #fishnContent {
    display: block; }

  .bubbleGroup2 {
    display: block; }

  #mainContact, #formSuccess {
    width: 160px;
    height: 190px;
    position: absolute;
    left: 135px;
    top: 60px;
    padding: 0; }
    #mainContact input, #mainContact textarea, #formSuccess input, #formSuccess textarea {
      width: 150px;
      padding: .3em; }

  #formSuccess {
    font-size: 2em;
    margin-top: 0;
    left: 91px; }

  #starHackLg {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -140px;
    right: 350px;
    z-index: 10;
    display: block; }

  #starHackSm {
    display: none; }

  /* =============================================================================
     PORTFOLIO styles
     ========================================================================== */
  #featuredTier {
    padding: 100px 0 0 0; }

  #featWrapper {
    height: 636px; }

  #featWrapper .featBox {
    text-align: left;
    margin: 1.5%; }

  .cmpnyLogo {
    margin-left: 33px;
    margin-bottom: 15px;
    margin-top: 10px; }

  #cloudWhiteContain {
    margin-top: 100px; }

  #featWrapper .featBox {
    width: 26%; }

  /* =============================================================================
     SKILLS QUALS styles
     ========================================================================== */
  .servBox {
    height: 350px;
    width: 250px;
    padding: 0;
    margin: 0 70px 0 0; }
    .servBox .graphicServ {
      width: 50px;
      height: 50px;
      position: absolute;
      top: -65px;
      margin: 0;
      left: 101px; }

  #servWrapper {
    height: 700px;
    padding-top: 350px;
    padding-left: 60px; }

  .cloudContainer {
    display: block; }

  #timerCD {
    display: block; }

  #servFooterBg {
    display: none; }

  	/* =============================================================================
     RESUME styles
     ========================================================================== */
  	/* =============================================================================
     SOCIAL styles
     ========================================================================== */
  #socialTier {
    overflow: hidden; }

  .whaleSpace {
    display: block; }

  .star {
    display: block; }

  #rocketContain {
    width: 100%;
    height: 302px;
    position: relative;
    height: 1700px;
    padding-top: 0; }

  #rocketContainOuter {
    width: 206px;
    height: 650px;
    position: relative;
    left: 380px;
    margin: 0; }

  #rocketContainInner {
    width: 206px;
    height: 650px;
    position: relative;
    left: 0;
    top: 0; }

  #rocket {
    width: 206px;
    height: 312px;
    position: absolute;
    top: 300px; }

  #rocketSmokeHor {
    display: block; }

  #rocketSmokeVert {
    display: block; }

  #blastSecondary {
    display: block; }

  #socialWrap {
    height: auto; }

  #moon {
    display: block;
    width: 3000px;
    height: 3000px;
    position: absolute;
    right: -105%;
    background: url("../_images/bgEarth.jpg");
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 1; }
    #moon img {
      position: absolute;
      left: 20%;
      overflow: hidden;
      top: 0%; }

  #resumeMoon {
    width: 960px;
    height: 300px;
    position: absolute;
    top: 100px; }
    #resumeMoon #resume {
      width: 600px;
      height: 300px;
      position: absolute;
      top: 35px;
      left: 276px;
      text-align: left;
      padding-top: 0px; }
      #resumeMoon #resume p {
        position: absolute;
        font-size: 6em;
        margin-left: 80px;
        z-index: 4;
        left: auto;
        height: auto;
        overflow: visible;
        line-height: .8em; }
        #resumeMoon #resume p span {
          display: block; }
      #resumeMoon #resume a {
        width: 100%;
        height: 100px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5; }
        #resumeMoon #resume a img {
          width: auto; }

  #fishnSpace {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 15px;
    left: 0;
    text-align: left;
    display: block; }
    #fishnSpace p {
      margin-right: 0;
      margin-left: 340px;
      font-size: 8em; }

  #spaceBoatContain {
    left: 100px;
    width: 620px;
    height: 800px;
    position: absolute;
    z-index: 10;
    margin-top: 0px; }

  #spaceBoat {
    display: block;
    max-width: 600px;
    width: auto; }

  #socialContain {
    width: 64px;
    position: absolute;
    left: 530px;
    top: 202px; }
    #socialContain a {
      position: absolute;
      margin: 0; }
    #socialContain #socM {
      top: 0;
      left: 0; }
    #socialContain #socLi {
      top: 70px;
      right: 0; }
    #socialContain #socS {
      top: 140px;
      left: 0; }
    #socialContain #socG {
      top: 210px;
      right: 0; }
    #socialContain #socFb {
      top: 280px;
      left: 0; }

  @keyframes rotating {
    from {
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg); }

    to {
      transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg); } }

  @-webkit-keyframes rotating {
    from {
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg); }

    to {
      transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg); } }

  .notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; } }
