/* --------------------------------------------------------------------------------------
+
+   SATURIZED - The Interactive Agency
+
+   = Saturized - Interface
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ BASIC STYLES
+
-------------------------------------------------------------------------------------- */
/* line 17, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}



/* line 20, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* --------------------------------------------------------------------------------------
+
+ FONTS
+
-------------------------------------------------------------------------------------- */
@font-face {
  font-family: 'Quicksand';
  src: local("Quicksand Light"), local("Quicksand-Light"), url("../fonts/Quicksand_Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: local("Quicksand Book"), local("Quicksand-Book"), url("../fonts/Quicksand_Book-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: local("Quicksand Bold"), local("Quicksand-Bold"), url("../fonts/Quicksand_Bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

/* --------------------------------------------------------------------------------------
+
+ VARIABLES
+
-------------------------------------------------------------------------------------- */
/* White */
/* Purpule light*/
/* Orange */
/* Purpule */
/* Footer logo height */
/* --------------------------------------------------------------------------------------
+
+ MIXINS
+
-------------------------------------------------------------------------------------- */
/* line 90, splash/*.png */
.splash-sprite, #splash .splash-inner .splash-airplane, #splash .splash-inner .splash-bag, #splash .splash-inner .splash-bulb, #splash .splash-inner .splash-clouds, #splash .splash-inner .splash-envelope, #splash .splash-inner .splash-pencil, #splash .splash-inner .splash-tape {
  background: url('../images/splash-sf51ab0efc5.png') no-repeat;
}

/* line 66, social/*.png */
.social-sprite, .followus a.facebook, .followus a.facebook:hover, .followus a.twitter, .followus a.twitter:hover {
  background: url('../images/social-sf8ad16db4f.png') no-repeat;
}

/* line 106, slides/*.png */
.slides-sprite, #main #iphone-slider .slides .sl-screen1, #main #iphone-slider .slides .sl-screen2, #main #iphone-slider .slides .sl-screen3, #main #iphone-slider .slides .sl-screen4, #main #iphone-slider .slides .sl-screen5, #main #iphone-slider .slides .sl-screen6, #main #iphone-slider .slides .sl-screen7, #main #iphone-slider .slides .sl-screen8, #main #iphone-slider .slides .sl-screen9 {
  background: url('../images/slides-s52dc670abe.png') no-repeat;
}

/* line 24, C:/wamp/www/wrappit2/web/compass/_base.scss */
html,
body {
  overflow-x: hidden;
}

/* line 27, C:/wamp/www/wrappit2/web/compass/_base.scss */
html {
  background: url('../images/background.jpg') repeat #2c1218;
}

/* line 30, C:/wamp/www/wrappit2/web/compass/_base.scss */
body {
  /*color: #BD8699;*/
  color: #5D5B69;
  font-family: Georgia, serif;
  font-size: 12px;
  line-height: 18px;
}


/* line 26, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
SynthaesiaContent {
  margin: 0 auto;
  max-width: 90%;
  padding: 20px 0;
  overflow: hidden;
  text-shadow: rgba(59, 29, 37, 0.6) 1px 1px 0;
}




/* line 37, C:/wamp/www/wrappit2/web/compass/_base.scss */
a {
  color: #5D5B69;
  outline: none;
  /* removing outline in Mozilla */
  text-decoration: none;
}
/* line 4, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/typography/links/_hover-link.scss */
a:hover {
  text-decoration: underline;
}

/* line 43, C:/wamp/www/wrappit2/web/compass/_base.scss */
img {
  vertical-align: top;
}

/* line 47, C:/wamp/www/wrappit2/web/compass/_base.scss */
table {
  width: 100%;
}

/* line 9, C:/wamp/www/wrappit2/web/compass/elements/_mixins.scss */
::-moz-selection {
  background: #65be1c;
  color: white;
  text-shadow: none;
}

/* line 14, C:/wamp/www/wrappit2/web/compass/elements/_mixins.scss */
::selection {
  background: #65be1c;
  color: white;
  text-shadow: none;
}

/* line 57, C:/wamp/www/wrappit2/web/compass/_base.scss */
input,
textarea,
button {
  font-family: Georgia, serif;
  font-size: 12px;
}

/* line 64, C:/wamp/www/wrappit2/web/compass/_base.scss */
button:hover,
input[type="submit"]:hover,
label {
  cursor: pointer;
}

/* line 68, C:/wamp/www/wrappit2/web/compass/_base.scss */
textarea {
  margin: 0;
  /* removing margin in Mozilla */
  overflow: auto;
  /* for IE and older browsers */
}

/* align checkboxes, radios, text inputs with their label */
/* line 74, C:/wamp/www/wrappit2/web/compass/_base.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 78, C:/wamp/www/wrappit2/web/compass/_base.scss */
input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

/* line 86, C:/wamp/www/wrappit2/web/compass/_base.scss */
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* line 92, C:/wamp/www/wrappit2/web/compass/_base.scss */
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 98, C:/wamp/www/wrappit2/web/compass/_base.scss */
.float-clear {
  overflow: hidden;
}

/* line 103, C:/wamp/www/wrappit2/web/compass/_base.scss */
.clear {
  clear: both;
  line-height: 0;
}

/* line 109, C:/wamp/www/wrappit2/web/compass/_base.scss */
.hide {
  display: none;
}

/* --------------------------------------------------------------------------------------
+
+ MODAL
+
-------------------------------------------------------------------------------------- */
/* line 9, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 16, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 22, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

/* line 25, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#cboxContent {
  position: relative;
}

/* line 28, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#cboxLoadedContent {
  overflow: auto;
}

/* line 31, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#cboxTitle {
  margin: 0;
}

/* line 35, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 45, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

/* line 48, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

/* line 54, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 62, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#cboxOverlay {
  background: black;
}

/* line 66, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxContent {
  margin-top: 20px;
}
/* line 70, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox .cboxIframe {
  background: #fff;
}
/* line 73, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
/* line 77, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
/* line 83, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
/* line 89, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
/* line 95, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
/* line 105, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxPrevious:hover {
  background-position: bottom left;
}
/* line 108, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
/* line 118, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxNext:hover {
  background-position: bottom right;
}
/* line 121, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxLoadingOverlay {
  background: #000;
}
/* line 124, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}
/* line 127, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxClose {
  position: absolute;
  top: 45px;
  right: 40px;
  display: block;
  text-indent: -9999px;
  background: url('../images/modal-close.png?1337699067');
  width: 19px;
  height: 20px;
}
/* line 138, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
#colorbox #cboxLoadedContent {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  margin: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px, rgba(0, 128, 0, 0.9) 0 0 3px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px, rgba(0, 128, 0, 0.9) 0 0 3px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 20px, rgba(0, 128, 0, 0.9) 0 0 3px 1px inset;
}

/* line 145, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form {
  background: #fff;
  background: url(../images/footer-bg.png) repeat -1px 0 #e3e0dd;
}
/* line 150, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form .name-contact-form,
.contact-form .email-contact-form,
.contact-form .message-contact-form {
  color: #5c3676;
  font-size: 16px;
  font-style: italic;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 1px 0 inset;
  /*&:focus {
      @include box-shadow(rgba(black, 0.4) 0 1px 1px 0 inset, rgba($base-color, 0.8) 0 0 10px);
  }*/
}
/* line 160, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form .inputholder {
  float: left;
  position: relative;
}
/* line 164, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form .form-error-message {
  position: absolute;
  top: -20px;
  left: 10px;
  color: #cf0000;
  font-style: italic;
}
/* line 172, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form .name-contact-form,
.contact-form .email-contact-form {
  width: 245px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  height: 37px;
  margin: 0 0 28px;
  background: #d8d2c5;
}
/* line 179, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form .name-contact-form {
  margin: 0 20px 0 0;
}
/* line 182, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form .message-contact-form {
  background: url(../images/textarea-bg.png) repeat-y;
  padding: 10px 15px 15px;
  width: 515px;
  height: 199px;
  line-height: 38px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
/* line 193, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form h3 {
  background: url(../images/modal-top.png) no-repeat -1px 0;
  height: 77px;
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-size: 32px;
  letter-spacing: -2px;
  line-height: 71px;
  padding: 0 0 0 20px;
  margin: 0 0 28px 0;
}
/* line 204, C:/wamp/www/wrappit2/web/compass/elements/_modal.scss */
.contact-form form {
  padding: 0 20px 20px 20px;
}

/* --------------------------------------------------------------------------------------
+
+ BUTTONS
+
-------------------------------------------------------------------------------------- */
/* line 8, C:/wamp/www/wrappit2/web/compass/elements/_buttons.scss */
.send-button {
  background: url(../images/send-btn.png) no-repeat;
  width: 184px;
  height: 56px;
  border: none;
  display: inline-block;
  margin: 15px 0 0 328px;
  text-indent: -9999px;
}
/* line 17, C:/wamp/www/wrappit2/web/compass/elements/_buttons.scss */
.send-button:hover {
  background-position: 0 -57px;
}
/* line 20, C:/wamp/www/wrappit2/web/compass/elements/_buttons.scss */
.send-button:active {
  background-position: 0 -115px;
}

/* --------------------------------------------------------------------------------------
+
+ FORMS
+
-------------------------------------------------------------------------------------- */
/* line 10, C:/wamp/www/wrappit2/web/compass/elements/_forms.scss */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  background: white;
  border: none;
  color: #535353;
  font-size: 11px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 23, C:/wamp/www/wrappit2/web/compass/elements/_forms.scss */
textarea {
  height: 150px;
  line-height: 18px;
  padding: 8px;
  resize: none;
}

/* Splash
----------------------------------------------------------------------------------------------------*/
/* line 4, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.animate .splash-tape {
  animation: ani-tape 1;
  -moz-animation: ani-tape 1s;
  -webkit-animation: ani-tape 1s;
}

@keyframes ani-tape {
  /* line 12, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -2000px;
    top: -1041px;
  }
}

@-moz-keyframes ani-tape {
  /* line 17, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -2000px;
    top: -1041px;
  }
}

@-webkit-keyframes ani-tape {
  /* line 22, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -2000px;
    top: -1041px;
  }
}

/* line 24, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.animate .splash-airplane {
  animation: ani-airplane 4.8s;
  -moz-animation: ani-airplane 4.8s;
  -webkit-animation: ani-airplane 4.8s;
}

@keyframes ani-airplane {
  /* line 32, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -3000px;
    top: -1200px;
  }
}

@-moz-keyframes ani-airplane {
  /* line 37, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -3000px;
    top: -1200px;
  }
}

@-webkit-keyframes ani-airplane {
  /* line 42, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -3000px;
    top: -1200px;
  }
}

/* line 45, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.animate .splash-clouds {
  animation: ani-clouds 3s;
  -moz-animation: ani-clouds 3s;
  -webkit-animation: ani-clouds 3s;
}

@keyframes ani-clouds {
  /* line 53, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: -122px;
    top: -1000px;
  }
}

@-moz-keyframes ani-clouds {
  /* line 58, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: -122px;
    top: -1000px;
  }
}

@-webkit-keyframes ani-clouds {
  /* line 63, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: -122px;
    top: -1000px;
  }
}

/* line 66, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.animate .splash-envelope {
  animation: ani-envelope 2s;
  -moz-animation: ani-envelope 2s;
  -webkit-animation: ani-envelope 2s;
}

@keyframes ani-envelope {
  /* line 74, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -3000px;
    top: -1000px;
  }
}

@-moz-keyframes ani-envelope {
  /* line 79, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -3000px;
    top: -1000px;
  }
}

@-webkit-keyframes ani-envelope {
  /* line 84, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -3000px;
    top: -1000px;
  }
}

/* line 87, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.animate .splash-bag {
  animation: ani-bag 1.5s;
  -moz-animation: ani-bag 1.5s;
  -webkit-animation: ani-bag 1.5s;
}

@keyframes ani-bag {
  /* line 95, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -2000px;
    top: -2000px;
  }
}

@-moz-keyframes ani-bag {
  /* line 100, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -2000px;
    top: -2000px;
  }
}

@-webkit-keyframes ani-bag {
  /* line 105, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -2000px;
    top: -2000px;
  }
}

/* line 108, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.animate .splash-bulb {
  animation: ani-bulb 3.5s;
  -moz-animation: ani-bulb 3.5s;
  -webkit-animation: ani-bulb 3.5s;
}

@keyframes ani-bulb {
  /* line 116, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: 200px;
    top: -600px;
  }
}

@-moz-keyframes ani-bulb {
  /* line 121, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: 200px;
    top: -600px;
  }
}

@-webkit-keyframes ani-bulb {
  /* line 126, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: 200px;
    top: -600px;
  }
}

/* line 128, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.animate .splash-pencil {
  animation: ani-pencil 2.9s;
  -moz-animation: ani-pencil 2.9s;
  -webkit-animation: ani-pencil 2.9s;
}

@keyframes ani-pencil {
  /* line 136, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: -2000px;
    top: 1810px;
  }
}

@-moz-keyframes ani-pencil {
  /* line 141, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: -2000px;
    top: 1810px;
  }
}

@-webkit-keyframes ani-pencil {
  /* line 146, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: -2000px;
    top: 1810px;
  }
}

/* line 150, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.ani-flyleft {
  animation: ani-flyleft 2s;
  -moz-animation: ani-flyleft 2s;
  -webkit-animation: ani-flyleft 2s;
}

@keyframes ani-flyleft {
  /* line 158, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -1500px;
    top: 0px;
  }

  /* line 159, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  100% {
    left: 105px;
    top: 0px;
  }
}

@-moz-keyframes ani-flyleft {
  /* line 164, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -1500px;
    top: 0px;
  }

  /* line 165, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  100% {
    left: 105px;
    top: 0px;
  }
}

@-webkit-keyframes ani-flyleft {
  /* line 170, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    left: -50px;
    top: 0px;
    opacity: 0;
  }

  /* line 171, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  100% {
    left: 105px;
    top: 0px;
    opacity: 1;
  }
}

/* line 174, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
.ani-flyright {
  animation: ani-flyright 2s;
  -moz-animation: ani-flyright 2s;
  -webkit-animation: ani-flyright 2s;
}

@keyframes ani-flyright {
  /* line 182, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: 1500px;
    top: 0px;
  }

  /* line 183, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  100% {
    right: 0px;
    top: 0px;
  }
}

@-moz-keyframes ani-flyright {
  /* line 188, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: 1500px;
    top: 0px;
  }

  /* line 189, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  100% {
    right: 0px;
    top: 0px;
  }
}

@-webkit-keyframes ani-flyright {
  /* line 194, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  0% {
    right: 50px;
    top: 0px;
    opacity: 0;
  }

  /* line 195, C:/wamp/www/wrappit2/web/compass/_splash-animation.scss */
  100% {
    right: 0px;
    top: 0px;
    opacity: 1;
  }
}

/* --------------------------------------------------------------------------------------
+
+ SPLASH
+
-------------------------------------------------------------------------------------- */
/* line 7, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
/* line 12, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner {
  height: 800px;
  margin-left: -495px;
  margin-top: -400px;
  width: 990px;
  position: absolute;
  top: 50%;
  left: 50%;
}
/* line 21, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner div {
  position: absolute;
}
/* line 26, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-airplane {
  background-position: 0 -2507px;
  height: 192px;
  width: 221px;
}
/* line 26, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-bag {
  background-position: 0 -437px;
  height: 388px;
  width: 498px;
}
/* line 26, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-bulb {
  background-position: 0 -2158px;
  height: 349px;
  width: 221px;
}
/* line 26, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-clouds {
  background-position: 0 -1483px;
  height: 675px;
  width: 983px;
}
/* line 26, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-envelope {
  background-position: 0 -1181px;
  height: 302px;
  width: 416px;
}
/* line 26, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-pencil {
  background-position: 0 0;
  height: 437px;
  width: 1004px;
}
/* line 26, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-tape {
  background-position: 0 -825px;
  height: 356px;
  width: 616px;
}
/* line 33, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-wrappit-logo {
  left: 162px;
  top: 280px;
  z-index: 50;
}
/* line 38, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-tape {
  left: 355px;
  top: 161px;
}
/* line 42, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-airplane {
  left: 109px;
  top: 563px;
  z-index: 20;
}
/* line 47, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-clouds {
  left: -127px;
  top: 118px;
  z-index: 40;
}
/* line 52, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-envelope {
  left: -242px;
  top: 370px;
}
/* line 56, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-bag {
  left: -267px;
  top: -68px;
}
/* line 60, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-bulb {
  left: 200px;
  top: -200px;
}
/* line 64, C:/wamp/www/wrappit2/web/compass/_splash.scss */
#splash .splash-inner .splash-pencil {
  right: -228px;
  top: 510px;
}

/* --------------------------------------------------------------------------------------
+
+ LAYOUT
+
-------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
+
+ LAODER
+
-------------------------------------------------------------------------------------- */
/* line 6, C:/wamp/www/wrappit2/web/compass/layout/_loader.scss */
#loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg.png) repeat #461864;
  z-index: 100;
}

/* line 16, C:/wamp/www/wrappit2/web/compass/layout/_loader.scss */
#loader {
  width: 150px;
  height: 150px;
  position: absolute;
  margin-top: -75px;
  margin-left: -75px;
  top: 50%;
  left: 50%;
  padding-top: 53px;
  text-align: center;
  z-index: 400;
  background: url(../images/loader-bg.png) no-repeat center top;
}

/* line 29, C:/wamp/www/wrappit2/web/compass/layout/_loader.scss */
#loader h1 {
  display: block;
  background: url(../images/loader-logo.png) no-repeat center center;
  height: 100%;
  text-indent: -9999px;
}

/* --------------------------------------------------------------------------------------
+
+ HEADER
+
-------------------------------------------------------------------------------------- */
/* line 6, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
#wraperouter {
  position: relative;
  overflow-x: hidden;
  height: 100%;
  background: url('../images/background.jpg') repeat #2c1218;
}

/* line 12, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
#fsButton {
  background: url('../images/fs-btn.png?1337699067');
  width: 51px;
  height: 51px;
  text-indent: -9999px;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.7;
}
/* line 23, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
#fsButton:hover {
  opacity: 1;
}
/* line 26, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.fullScreen #fsButton {
  background: url('../images/fs-btn-off.png?1337699067');
}

/* line 30, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.inner .wrapper {
  padding: 0 20px;
}

/* line 33, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.wrapper {
  margin: 0 auto;
  max-width: 90px;
  height: 90%;
  position: relative;
  *zoom: 1;
}
/* line 38, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 40, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.wrapper.home-wrapper:before {
  background: url(../images/bottom-gradient.png) no-repeat bottom center;
  content: " ";
  width: 990px;
  height: 545px;
  bottom: 0px;
  left: 50%;
  margin-left: -580px;
  position: absolute;
}

/* line 55, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.home header {
  height: 110px;
  line-height: 110px;
  *zoom: 1;
  position: relative;
}
/* line 38, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.home header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 61, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.home header h1 {
  float: left;
}
/* line 64, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.home header h1 > span {
  color: #bca8d8;
  display: block;
  float: left;
  font-size: 14px;
  font-style: italic;
  line-height: 15px;
  margin-left: 30px;
  padding: 42px 0 0;
}
/* line 74, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.home header h1 strong {
  font-family: arial;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -1px;
}
/* line 83, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.home header .logo {
  float: left;
  height: 110px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 88, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.home header .logo img {
  vertical-align: middle;
}
/* line 91, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.home header .logo:hover {
  opacity: .9;
}
/* line 94, C:/wamp/www/wrappit2/web/compass/layout/_header.scss */
.home header .logo:active {
  position: relative;
  top: 1px;
}

/* --------------------------------------------------------------------------------------
+
+ MAIN
+
-------------------------------------------------------------------------------------- */
/* line 6, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main {
  max-width: 100%;
  margin: 0 auto;
  padding-bottom: 59px;
  position: relative;
  *zoom: 1;
}
/* line 38, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#main:after {
  content: "";
  display: table;
  clear: both;
}
/* line 13, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider {
  background: url(../images/iphone.png) no-repeat;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  height: 581px;
  width: 354px;
  position: relative;
  margin-top: -110px;
}
/* line 22, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider:before {
  position: absolute;
  background: url(../images/iphone-shadow.png) no-repeat;
  width: 494px;
  height: 342px;
  content: " ";
  left: -92px;
  top: 282px;
}
/* line 32, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides {
  margin: 47px 0 0 13px;
  height: 502px;
}
/* line 36, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides div {
  display: none;
}
/* line 39, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides div:first-child {
  display: block;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen1 {
  background-position: 0 -3536px;
  height: 442px;
  width: 207px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen2 {
  background-position: 0 -2210px;
  height: 442px;
  width: 207px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen3 {
  background-position: 0 -1768px;
  height: 442px;
  width: 207px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen4 {
  background-position: 0 -442px;
  height: 442px;
  width: 207px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen5 {
  background-position: 0 -3094px;
  height: 442px;
  width: 207px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen6 {
  background-position: 0 0;
  height: 442px;
  width: 207px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen7 {
  background-position: 0 -2652px;
  height: 442px;
  width: 207px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen8 {
  background-position: 0 -1326px;
  height: 442px;
  width: 207px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .slides .sl-screen9 {
  background-position: 0 -884px;
  height: 442px;
  width: 207px;
}
/* line 53, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #iphone-slider .bulb {
  background: url('../images/bulb.png?1337699067');
  width: 221px;
  height: 349px;
  position: absolute;
  top: -349px;
  left: -201px;
}
/* line 62, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #slider-text {
  float: left;
  max-width: 670px;
  width: 600px;
  padding: 60px 0 0;
  position: relative;
  height: 217px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* line 72, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #slider-text .slides {
  height: 237px;
}
/* line 76, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #slider-text .slide {
  width: 580px;
  display: none;
}
/* line 80, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #slider-text .slide:first-child {
  display: block;
}
/* line 84, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #slider-text .slide h2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 56px;
  letter-spacing: -5px;
  line-height: 60px;
  margin-bottom: 35px;
}
/* line 91, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #slider-text .slide i {
  color: #8f70a6;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 2px 1px;
  font-weight: 300;
}
/* line 97, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main #slider-text .slide .graph-feed {
  bottom: -89px;
  position: absolute;
  right: -228px;
  z-index: 100;
}
/* line 105, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main .download {
  background: url(../images/download-btn.png) no-repeat;
  width: 278px;
  height: 83px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  direction: ltr;
}
/* line 7, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
#main .download {
  *display: inline;
}
/* line 116, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main .download:hover {
  background-position: 0 -84px;
}
/* line 117, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main .download:active {
  background-position: 0 -169px;
}
/* line 119, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
#main .appstore {
  background: url(../images/downlod-it-free-from-app-store.png) no-repeat;
  width: 182px;
  height: 43px;
  display: block;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  margin: 50px 0 0 48px;
}

/* line 132, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.controler-holder {
  height: 59px;
  line-height: 59px;
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: 0;
}
/* line 141, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.controler-holder a {
  background: url(../images/slider-btn.png) no-repeat center top;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  width: 20px;
  height: 9px;
}
/* line 7, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.controler-holder a {
  *display: inline;
}
/* line 152, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.controler-holder a:hover {
  background-position: center -12px;
}
/* line 155, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.controler-holder a:active {
  background-position: center -24px;
}
/* line 158, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.controler-holder a.activeSlide {
  background-position: center -36px !important;
}

/* line 163, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.graph-slider {
  position: absolute;
  top: 200px;
  left: 270px;
  width: 509px;
  height: 326px;
  overflow: hidden;
}
/* line 171, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.graph-slider img {
  color: transparent;
  display: none;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  /* IE8 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  /* IE6 & 7 */
  zoom: 1;
}
/* line 179, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.graph-slider img:first-child {
  display: block;
}
/* line 184, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.graph-slider img.share {
  padding-left: 103px;
  padding-top: 7px;
}
/* line 188, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.graph-slider img.feed {
  margin-left: 63px;
  padding-top: 49px;
}
/* line 192, C:/wamp/www/wrappit2/web/compass/layout/_main.scss */
.graph-slider img.remember {
  padding-top: -14px;
  margin-left: 11px;
}

/* --------------------------------------------------------------------------------------
+
+ CONTENT
+
-------------------------------------------------------------------------------------- */
/* line 7, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content {
  background: url('../images/background.jpg') repeat #2c1218;
  padding: 0px 0;
  position: relative;
  height:0%;
}
/* line 12, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content:before {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwKSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiYSgwLCAwLCAwLCAwLjIpIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  content: "";
  height: 22px;
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}
/* line 23, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content section {
  margin: 0 auto;
  max-width: 950px;
}
/* line 27, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items {
  margin-bottom: 50px;
  position: relative;
}
/* line 31, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items hgroup {
  margin-bottom: 50px;
}
/* line 35, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items #prevItems,
.content .items #nextItems {
  background: url(../images/item-arrows.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  bottom: 177px;
}
/* line 45, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items #prevItems {
  background-position: 0 0;
  left: -50px;
}
/* line 49, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items #prevItems:hover {
  background-position: 0px -31px;
}
/* line 52, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items #prevItems:active {
  background-position: 0px -62px;
}
/* line 56, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items #nextItems {
  background-position: -32px 0;
  right: -50px;
}
/* line 60, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items #nextItems:hover {
  background-position: -32px -31px;
}
/* line 63, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .items #nextItems:active {
  background-position: -32px -62px;
}
/* line 68, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider {
  color: #bebebe;
  font-family: Arial, sans-serif;
  height: 284px;
  overflow: hidden;
}
/* line 75, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .itemslide .item {
  float: left;
  width: 234px;
  margin-left: 124px;
}
/* line 80, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .itemslide .item.first {
  margin-left: 0;
}
/* line 83, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .itemslide .item img {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 86, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .itemslide .item hgroup {
  margin: 0;
}
/* line 89, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .itemslide .item hgroup h5 {
  color: #3c3c3c;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 4px;
}
/* line 95, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .itemslide .item hgroup p {
  font-family: Georgia, Serif;
  font-style: italic;
}
/* line 103, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info {
  background: #f9f9f9;
  position: relative;
  margin-bottom: 20px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  *zoom: 1;
}
/* line 38, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.content #itemslider .info:after {
  content: "";
  display: table;
  clear: both;
}
/* line 110, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info .shadow {
  content: " ";
  display: block;
  background: url(../images/item-shadow.png) no-repeat center top;
  height: 13px;
  left: 0;
  right: 0;
  position: absolute;
  background-size: 100%;
  bottom: -13px;
}
/* line 122, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info .avatar {
  float: right;
  position: relative;
}
/* line 126, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info .avatar img.avatar {
  width: 26px;
  margin: 9px 9px 0 0;
  z-index: 100;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 133, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info .avatar span {
  width: 100px;
  height: auto;
  line-height: 20px;
  padding: 5px 7px;
  right: 6px;
  margin-left: -64px;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  color: #545454;
  text-align: center;
  border: 1px solid #fff;
  background: #fff;
  text-indent: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px 1px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
/* line 157, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info .avatar span:after, .content #itemslider .info .avatar span:before {
  content: '';
  position: absolute;
  bottom: -12px;
  right: 0px;
  margin-left: -9px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  /* transparent for IE8 */
  border-left-color: rgba(255, 255, 255, 0);
  /* mozilla shadow fix */
  border-right: 10px solid transparent;
  /* transparent for IE8 */
  border-right-color: rgba(255, 255, 255, 0);
  /* mozilla shadow fix */
  border-top: 10px solid rgba(0, 0, 0, 0.1);
}
/* line 171, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info .avatar span:after {
  bottom: -10px;
  margin-left: -10px;
  border-top: 10px solid #fff;
}
/* line 178, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info .avatar:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  bottom: 60px;
}
/* line 182, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info ul.stats {
  float: left;
  padding: 0 0 0 20px;
}
/* line 186, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info ul.stats li {
  padding: 0 10px 0 20px;
  height: 45px;
  line-height: 45px;
  color: #c3c3c3;
  font-size: 12px;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
}
/* line 7, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/css3/_inline-block.scss */
.content #itemslider .info ul.stats li {
  *display: inline;
}
/* line 194, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info ul.stats li strong {
  color: #737373;
  font-weight: bold;
  padding: 0 5px 0 0;
}
/* line 199, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info ul.stats li.wishes {
  background: url(../images/ico-wish.png) center left no-repeat;
}
/* line 202, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info ul.stats li.likes {
  background: url(../images/ico-like.png) center left no-repeat;
}
/* line 205, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content #itemslider .info ul.stats li.jealous {
  background: url(../images/ico-jealous.png) center left no-repeat;
}
/* line 212, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext {
  background: url('../images/planner.png?1337699067') no-repeat top right;
}
/* line 215, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext ul {
  overflow: hidden;
  margin: 150px 0 70px 0;
}
/* line 219, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext ul del {
  color: #d5d5d5;
}
/* line 223, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext ul li {
  float: left;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  font-size: 25px;
  width: 249px;
  height: 280px;
  margin-left: 98px;
  color: #000;
}
/* line 233, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext ul li del {
  font-weight: 700;
}
/* line 237, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext ul li:first-child {
  margin-left: 0px;
}
/* line 241, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext ul li.mart {
  background: url('../images/comments.jpg?1337699067') no-repeat center bottom;
}
/* line 244, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext ul li.april1 {
  background: url('../images/location-geo-services.jpg?1337699067') no-repeat center bottom;
}
/* line 247, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content .whatsnext ul li.april2 {
  background: url('../images/activity-feed.jpg?1337699067') no-repeat center bottom;
}
/* line 254, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content hgroup {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
/* line 259, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content h1 {
  color: #4d3064;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
/* line 265, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content h1 i {
  font-weight: 400;
}
/* line 269, C:/wamp/www/wrappit2/web/compass/layout/_content.scss */
.content h2 {
  color: #aeaeae;
  font-size: 20px;
  padding-left: 5px;
}

/* --------------------------------------------------------------------------------------
+
+ SOCIAL
+
-------------------------------------------------------------------------------------- */
/* line 7, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.social {
  padding-top: 25px;
  *zoom: 1;
  text-align: right;
}
/* line 38, C:/Ruby192/lib/ruby/gems/1.9.1/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.social:after {
  content: "";
  display: table;
  clear: both;
}
/* line 12, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.social .share {
  float: left;
  width: auto !important;
}
/* line 16, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.social .share > div {
  float: left;
}

/* line 22, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus {
  color: #b9b9b9;
}
/* line 25, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus li {
  color: #c5c0bb;
  float: left;
  font-size: 14px;
  font-style: italic;
  margin-left: 20px;
}
/* line 32, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus li:first-child {
  margin-left: 0;
}
/* line 37, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus a {
  display: block;
  text-align: left;
  text-indent: -9999px;
  position: relative;
}
/* line 44, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus a.facebook {
  background-position: 0 -40px;
  height: 39px;
  width: 38px;
}
/* line 49, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus a.facebook:hover {
  background-position: 0 -119px;
}
/* line 44, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus a.twitter {
  background-position: 0 0;
  height: 39px;
  width: 39px;
}
/* line 49, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus a.twitter:hover {
  background-position: 0 -80px;
}
/* line 54, C:/wamp/www/wrappit2/web/compass/layout/content/_social.scss */
.followus a:active {
  position: relative;
  top: 1px;
}


/* --------------------------------------------------------------------------------------
+
+ FOOTER
+
-------------------------------------------------------------------------------------- */
/* line 7, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer 
{
  background: url('../images/background.jpg') repeat #2c1218;
  color: #5D5B69;
  font-size: 12px;
  overflow: hidden;
  position: relative;
  height: 10%;
  width: 100%;
  z-index: 10;
}
/* line 15, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer:before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
/* line 26, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer .footer-content {
  margin: 0 auto;
  max-width: 90%;
  padding: 20px 0;
  overflow: hidden;
  text-shadow: rgba(59, 29, 37, 0.6) 1px 1px 0;
}
/* line 33, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer a {
  color: inherit;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -ms-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 38, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer a:hover {
  color: ##5D5B6;
  text-decoration: none;
}
/* line 42, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer a:active {
  text-decoration: underline;
}
/* line 48, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer .copyright {
  float: left;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 15px;
  margin: 7px 30px 0 0;
  overflow: hidden;
}
/* line 55, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer .copyright img {
  float: left;
  margin-right: 20px;
  vertical-align: top;
  position: relative;
}
/* line 64, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer nav {
  float: right;
  height: 34px;
  margin-top: 8px;
}
/* line 69, C:/wamp/www/wrappit2/web/compass/layout/_footer.scss */
footer nav li {
  display: inline-block;
  font-family: 'QuickSand', sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-left: 18px;
  vertical-align: middle;
}
